{"product_id":"usa-shop-trio","title":"USA Shop Trio","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes, viewport-fit=cover\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            background: #F9FAFB;\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            line-height: 1.5;\n        }\n\n        .product-detail-container {\n            max-width: 100%;\n            margin: 0 auto;\n            background: #FFFFFF;\n            box-shadow: 0 0 0 1px rgba(0,0,0,0.02), 0 8px 20px rgba(0,0,0,0.03);\n        }\n\n        .pd-inner {\n            padding: 1.5rem 1.25rem;\n        }\n\n        @media (min-width: 768px) {\n            .pd-inner {\n                padding: 2rem 2.5rem;\n            }\n            .product-detail-container {\n                max-width: 1280px;\n                margin: 1.5rem auto;\n                border-radius: 2rem;\n                overflow: hidden;\n            }\n        }\n\n        .eyebrow {\n            display: inline-block;\n            font-size: 0.7rem;\n            font-weight: 600;\n            letter-spacing: 0.04em;\n            text-transform: uppercase;\n            background: #F3F4F6;\n            color: #1E293B;\n            padding: 0.2rem 0.7rem;\n            border-radius: 30px;\n            margin-bottom: 0.75rem;\n        }\n\n        h1 {\n            font-size: 1.9rem;\n            font-weight: 800;\n            letter-spacing: -0.02em;\n            line-height: 1.2;\n            margin-bottom: 0.5rem;\n            color: #0F172A;\n        }\n\n        .made-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.3rem;\n            background: #F1F5F9;\n            padding: 0.2rem 0.85rem;\n            border-radius: 40px;\n            font-size: 0.7rem;\n            font-weight: 500;\n            color: #2C3E5C;\n            margin: 0.5rem 0 1rem 0;\n        }\n\n        .hero-text {\n            font-size: 1rem;\n            color: #334155;\n            margin: 0.75rem 0 1rem 0;\n            line-height: 1.45;\n        }\n\n        .usp-grid {\n            background: #F8FAFE;\n            border-radius: 1.25rem;\n            padding: 1rem 1.25rem;\n            margin: 1.5rem 0;\n            border: 1px solid #E9EDF2;\n        }\n        .usp-list {\n            list-style: none;\n        }\n        .usp-list li {\n            display: flex;\n            align-items: center;\n            gap: 0.6rem;\n            font-size: 0.9rem;\n            font-weight: 500;\n            padding: 0.6rem 0;\n            border-bottom: 1px solid #E9EDF2;\n            color: #1E2A3A;\n        }\n        .usp-list li:last-child {\n            border-bottom: none;\n        }\n        .usp-list li::before {\n            content: \"✓\";\n            background: #1E7B4B;\n            color: white;\n            font-weight: bold;\n            font-size: 0.7rem;\n            width: 18px;\n            height: 18px;\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            border-radius: 30px;\n            flex-shrink: 0;\n        }\n\n        h2 {\n            font-size: 1.5rem;\n            font-weight: 700;\n            letter-spacing: -0.01em;\n            margin: 1.8rem 0 1rem 0;\n            color: #0F172A;\n        }\n\n        .bundle-grid {\n            display: flex;\n            flex-direction: column;\n            gap: 1.5rem;\n            margin: 1rem 0 0.5rem;\n        }\n        .bundle-card {\n            background: #FFFFFF;\n            border: 1px solid #EDF2F7;\n            border-radius: 1.25rem;\n            padding: 1.25rem;\n            box-shadow: 0 2px 6px rgba(0,0,0,0.02);\n        }\n        .bundle-card strong {\n            font-size: 1.2rem;\n            font-weight: 800;\n            display: block;\n            margin-bottom: 0.5rem;\n            color: #0F172A;\n        }\n        .bundle-desc {\n            font-size: 0.9rem;\n            color: #475569;\n            margin-bottom: 1rem;\n            line-height: 1.4;\n        }\n        .dimension-images {\n            display: flex;\n            flex-direction: column;\n            gap: 1rem;\n            margin-top: 0.75rem;\n        }\n        .dimension-img-wrapper {\n            cursor: pointer;\n            transition: opacity 0.2s;\n        }\n        .dimension-img-wrapper img {\n            width: 100%;\n            height: auto;\n            border-radius: 1rem;\n            background: #F8FAFC;\n            border: 1px solid #E9EDF2;\n            display: block;\n        }\n        .dimension-img-wrapper:active {\n            opacity: 0.9;\n        }\n        .tap-hint {\n            font-size: 0.7rem;\n            color: #8A99B0;\n            text-align: center;\n            margin-top: 0.5rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.25rem;\n        }\n        .tap-hint::before {\n            content: \"🔍\";\n            font-size: 0.7rem;\n        }\n\n        @media (min-width: 640px) {\n            .bundle-grid {\n                display: grid;\n                grid-template-columns: repeat(3, 1fr);\n                gap: 1.5rem;\n            }\n            .tap-hint {\n                display: none;\n            }\n        }\n\n        .features-grid {\n            display: flex;\n            flex-direction: column;\n            gap: 1rem;\n            margin: 1.5rem 0;\n        }\n        .feature-card {\n            background: #FFFFFF;\n            border: 1px solid #ECF1F7;\n            border-radius: 1.25rem;\n            padding: 1.2rem;\n        }\n        .feature-title {\n            font-weight: 700;\n            font-size: 1.05rem;\n            margin-bottom: 0.5rem;\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n            color: #0F172A;\n        }\n        .feature-text {\n            font-size: 0.9rem;\n            color: #475569;\n            line-height: 1.45;\n        }\n\n        @media (min-width: 640px) {\n            .features-grid {\n                display: grid;\n                grid-template-columns: repeat(2, 1fr);\n                gap: 1.2rem;\n            }\n        }\n        @media (min-width: 1024px) {\n            .features-grid {\n                grid-template-columns: repeat(3, 1fr);\n            }\n        }\n\n        .warranty-box {\n            background: #F0F9FF;\n            border-radius: 1.25rem;\n            padding: 1.25rem;\n            text-align: center;\n            margin: 1.5rem 0;\n            border: 1px solid #D9EEFB;\n        }\n        .warranty-box strong {\n            font-size: 1.1rem;\n            display: block;\n            margin-bottom: 0.4rem;\n            color: #0B3B5E;\n        }\n        .small-note {\n            font-size: 0.75rem;\n            color: #6B7280;\n            text-align: center;\n            margin-top: 1.2rem;\n            padding-top: 0.5rem;\n            border-top: 1px solid #EDF2F7;\n        }\n\n        .banner-img {\n            width: 100%;\n            border-radius: 1.25rem;\n            margin: 1rem 0;\n            background: #F1F5F9;\n            display: flex;\n            justify-content: center;\n        }\n        .banner-img img {\n            max-width: 100%;\n            height: auto;\n            border-radius: 1rem;\n            display: block;\n        }\n\n        .cta-footnote {\n            background: #FCFCFD;\n            border-radius: 1rem;\n            padding: 0.75rem;\n            text-align: center;\n            font-size: 0.8rem;\n            font-weight: 500;\n            color: #2c3e50;\n        }\n\n        .lightbox {\n            display: none;\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0,0,0,0.92);\n            z-index: 1000;\n            justify-content: center;\n            align-items: center;\n            cursor: pointer;\n        }\n        .lightbox img {\n            max-width: 90%;\n            max-height: 85%;\n            object-fit: contain;\n            border-radius: 1rem;\n            box-shadow: 0 8px 30px rgba(0,0,0,0.3);\n        }\n        .lightbox-close {\n            position: absolute;\n            top: 1.2rem;\n            right: 1.5rem;\n            color: white;\n            font-size: 2rem;\n            font-weight: 300;\n            cursor: pointer;\n            background: rgba(0,0,0,0.5);\n            width: 40px;\n            height: 40px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-family: monospace;\n        }\n        .lightbox.show {\n            display: flex;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cdiv class=\"pd-inner\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"eyebrow\"\u003e🇺🇸 PROFESSIONAL SHOP BUNDLE\u003c\/span\u003e\n\u003ch1\u003eElite Trio Package\u003c\/h1\u003e\n\u003cdiv class=\"made-badge\"\u003e🔩 Proudly manufactured in Wisconsin, USA\u003c\/div\u003e\n\u003cdiv class=\"banner-img\"\u003e\u003cimg alt=\"Elite Trio Bundle hero\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0656\/6553\/1991\/files\/6307116af5f34c08adaa251fe725fb18.jpeg_tplv-a9rns2rl98-image_raw_b.png?v=1781199199\"\u003e\u003c\/div\u003e\n\u003cp class=\"hero-text\"\u003e\u003cstrong\u003eComplete multi-station workstation solution\u003c\/strong\u003e — engineered for professional garages, fab shops, and industrial spaces. One integrated package, three essential seating \u0026amp; mobility tools.\u003c\/p\u003e\n\u003cdiv class=\"banner-img\"\u003e\u003cimg alt=\"workshop seating overview\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0656\/6553\/1991\/files\/fcfb9b6990e145da8c6b01402501cb27.jpeg_tplv-a9rns2rl98-image_raw_b.png?v=1781199486\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usp-grid\"\u003e\n\u003cul class=\"usp-list\"\u003e\n\u003cli\u003eDesigned \u0026amp; hand-built in Wisconsin, USA\u003c\/li\u003e\n\u003cli\u003eIndustrial-grade steel — daily shop abuse ready\u003c\/li\u003e\n\u003cli\u003e30-day in-shop risk-free trial\u003c\/li\u003e\n\u003cli\u003eLifetime frame warranty + 5-year component coverage\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003ch2\u003e📦 What's in the Trio Bundle\u003c\/h2\u003e\n\u003cdiv class=\"bundle-grid\"\u003e\n\u003cdiv class=\"bundle-card\"\u003e\n\u003cstrong\u003eRobust Steel Max (EZ-Lift)\u003c\/strong\u003e\n\u003cdiv class=\"bundle-desc\"\u003ePrimary workstation seat • 17\"–22.5\" height range • EZ-Lift pneumatic • 400 lbs cap • 23\" base • 4\" casters\u003c\/div\u003e\n\u003cdiv class=\"dimension-images\"\u003e\n\u003cdiv class=\"dimension-img-wrapper\"\u003e\u003cimg alt=\"Robust Steel Max dimension view 1\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0656\/6553\/1991\/files\/3_1177107f-8e98-4bdf-a2e6-77d25a05b381.png?v=1781199161\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"dimension-img-wrapper\"\u003e\u003cimg alt=\"Robust Steel Max dimension view 2\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0656\/6553\/1991\/files\/4_4cc3a470-93f6-4df5-b946-713123c10556.webp?v=1781199161\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tap-hint\"\u003eTap any image to zoom\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bundle-card\"\u003e\n\u003cstrong\u003eElevated Steel Max (EZ-Lift)\u003c\/strong\u003e\n\u003cdiv class=\"bundle-desc\"\u003eTall workstation stool • 24\"–29.5\" range • EZ-Lift mechanism • 400 lbs capacity • perfect for workbenches \u0026amp; high counters\u003c\/div\u003e\n\u003cdiv class=\"dimension-images\"\u003e\n\u003cdiv class=\"dimension-img-wrapper\"\u003e\u003cimg alt=\"Elevated Steel Max dimension view 1\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0656\/6553\/1991\/files\/a3_340483ab-e8a5-4563-92c5-cf42de3eba5f.png?v=1781199162\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"dimension-img-wrapper\"\u003e\u003cimg alt=\"Elevated Steel Max dimension view 2\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0656\/6553\/1991\/files\/a4_60c59f92-195f-4a2a-8155-d0352433f7d9.webp?v=1781199161\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tap-hint\"\u003eTap any image to zoom\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bundle-card\"\u003e\n\u003cstrong\u003eLow-Pro Task Stool\u003c\/strong\u003e\n\u003cdiv class=\"bundle-desc\"\u003eLow-ground clearance • 17.5\" fixed height • 400 lbs capacity • 23\" x 16\" compact base — ideal for detailing \u0026amp; low vehicle access\u003c\/div\u003e\n\u003cdiv class=\"dimension-images\"\u003e\n\u003cdiv class=\"dimension-img-wrapper\"\u003e\u003cimg alt=\"Low-Pro Task Stool dimension view 1\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0656\/6553\/1991\/files\/b3.webp?v=1781198355\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"dimension-img-wrapper\"\u003e\u003cimg alt=\"Low-Pro Task Stool dimension view 2\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0656\/6553\/1991\/files\/b4.webp?v=1781198355\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tap-hint\"\u003eTap any image to zoom\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: -0.2rem; text-align: left;\" class=\"small-note\"\u003e🔧 Each unit built with commercial-grade steel frame + industrial casters\u003c\/div\u003e\n\u003ch2\u003e⚙️ Designed for Shops That Need Versatility\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003e🏭 Multi-bay Workflows\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eFrom fabrication to assembly, detailing to service — one bundle covers every station height requirement.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003e🎯 No More Guesswork\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eCan't decide between standard vs. tall seating? Get both, plus the low-pro access solution for rolling under vehicles.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003e👥 Professional Shops\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eOutfit multiple bays with the right tool: high stool, mid stool, and low-pro creeper alternative — all ready to work.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003e🛠️ Built to Outlast Your Workshop\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003e🇺🇸 Hand-Built in USA\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eEvery component fabricated \u0026amp; assembled in Green Bay, Wisconsin. No shortcuts, no cheap imports — only skilled craftsmanship.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003e🛡️ \"Good Guy\" Warranty\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eFrame, casters \u0026amp; hardware: \u003cstrong\u003eLifetime coverage\u003c\/strong\u003e. Cushions, mechanisms \u0026amp; finish: 5 years. If a weld fails or caster wears, we replace it.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003e📦 Fast \u0026amp; Transparent Shipping\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eOrders ship from Wisconsin within 48 hours. Tracking provided. No hidden fees, no third-party delays.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"warranty-box\"\u003e\n\u003cstrong\u003e⏳ 30-Day Risk-Free Trial\u003c\/strong\u003e\n\u003cdiv style=\"font-size: 0.9rem; margin-top: 6px;\"\u003eRoll it across your shop floor, sit daily for a full month. If it's not the best seating investment you've made, return for 100% refund.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-footnote\"\u003e📦 30-day trial • Lifetime structural warranty • Made in USA\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 1rem;\" class=\"small-note\"\u003e*Free shipping to contiguous US. International rates calculated at checkout.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lightbox\" id=\"imageLightbox\"\u003e\n\u003cspan class=\"lightbox-close\"\u003e✕\u003c\/span\u003e \u003cimg alt=\"Enlarged dimension view\" id=\"lightboxImg\"\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Jerseyvyn","offers":[{"title":"Black","offer_id":47712998883581,"sku":null,"price":49.99,"currency_code":"USD","in_stock":true},{"title":"Red","offer_id":47712998916349,"sku":null,"price":49.99,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":47712998949117,"sku":null,"price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0812\/8184\/3453\/files\/q2.png?v=1781540499","url":"https:\/\/www.jerseyvyn.com\/products\/usa-shop-trio","provider":"Jerseyvyn","version":"1.0","type":"link"}