{"product":{"id":14858576429422,"title":"3-Layer All Mountain Jacket 2026","body_html":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n    }\n    \n    body {\n        background-color: #f8fafc;\n        color: #334155;\n        line-height: 1.6;\n        padding: 2rem 1rem 2rem 51px;\n    }\n    \n    .container {\n        max-width: 800px;\n        margin: 0 0 0 0;\n        background: white;\n        border-radius: 16px;\n        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);\n        overflow: hidden;\n    }\n    \n    .product-header {\n        padding: 2rem 2rem 1rem;\n    }\n    \n    .product-title {\n        font-size: 2rem;\n        font-weight: 700;\n        margin-bottom: 0.5rem;\n        color: #1e293b;\n    }\n    \n    .product-subtitle {\n        font-size: 1.3rem;\n        color: #64748b;\n        font-weight: 400;\n    }\n    \n    .details-container {\n        padding: 0;\n    }\n    \n    .detail-item {\n        border-bottom: 1px solid #e2e8f0;\n        transition: all 0.3s ease;\n    }\n    \n    .detail-item:last-child {\n        border-bottom: none;\n    }\n    \n    .detail-summary {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 1.5rem 2rem;\n        cursor: pointer;\n        list-style: none;\n        font-weight: 600;\n        font-size: 1.55rem;\n        transition: background-color 0.2s ease;\n    }\n    \n    .detail-summary:hover {\n        background-color: #f8fafc;\n    }\n    \n    .detail-summary::-webkit-details-marker {\n        display: none;\n    }\n    \n    .detail-icon {\n        font-size: 1.55rem;\n        transition: transform 0.3s ease;\n        color: #64748b;\n    }\n    \n    .detail-item[open] .detail-icon {\n        transform: rotate(45deg);\n    }\n    \n    .detail-content {\n        padding: 0 2rem 1.5rem;\n        color: #475569;\n        line-height: 1.7;\n        font-size: 1.3rem;\n    }\n    \n    .intro-text {\n        font-size: 1.3rem;\n        margin-bottom: 1rem;\n        font-weight: 600;\n    }\n    \n    .features-grid {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 1.5rem;\n        margin-top: 1rem;\n    }\n    \n    .feature {\n        padding: 1.5rem;\n        background: #f8fafc;\n        border-radius: 12px;\n        transition: transform 0.2s ease, box-shadow 0.2s ease;\n    }\n    \n    .feature:hover {\n        transform: translateY(-2px);\n        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n    }\n    \n    .feature-content h3 {\n        font-size: 1.45rem;\n        color: #1e293b;\n        margin-bottom: 0.75rem;\n        font-weight: 600;\n    }\n    \n    .feature-content p {\n        color: #64748b;\n        font-size: 1.35rem;\n        line-height: 1.7;\n    }\n    \n    .feature-content ul {\n        color: #64748b;\n        font-size: 1.35rem;\n        line-height: 1.7;\n        padding-left: 1.5rem;\n    }\n    \n    .feature-content li {\n        margin-bottom: 0.5rem;\n    }\n    \n    \/* ===== CHART STYLES - FIXED ALIGNMENT ===== *\/\n    \n    \/* Main chart container *\/\n    .rating-chart {\n        margin-top: 1rem;\n    }\n    \n    \/* Individual rating items - FIXED ALIGNMENT *\/\n    .rating-item {\n        display: flex;\n        align-items: center;\n        margin-bottom: 1.5rem;\n        padding: 0.25rem 0;\n        gap: 1rem; \/* Added gap for consistent spacing *\/\n    }\n    \n    \/* Label for each rating (terrain type) - FIXED WIDTH *\/\n    .rating-label {\n        width: 120px; \/* Increased width for better alignment *\/\n        font-weight: 600;\n        color: #1e293b;\n        flex-shrink: 0; \/* Prevent label from shrinking *\/\n    }\n    \n    \/* Container for the bar and scale - FIXED FLEX GROWTH *\/\n    .rating-bar-wrapper {\n        flex: 1;\n        min-width: 0; \/* Allow proper flex shrinking *\/\n    }\n    \n    \/* Container for the bar *\/\n    .rating-bar-container {\n        height: 18px;\n        background: #e2e8f0;\n        border-radius: 9px;\n        overflow: hidden;\n        position: relative;\n    }\n    \n    \/* The actual colored bar - UPDATED with CSS variable for individual control *\/\n    .rating-bar {\n        height: 100%;\n        background: linear-gradient(90deg, #ffffff var(--white-stop, 10%), #1d4ed8);\n        border-radius: 9px;\n        transition: width 0.5s ease;\n    }\n    \n    \/* Different color options *\/\n    .rating-bar.green { background: linear-gradient(90deg, #10b981, #059669); }\n    .rating-bar.orange { background: linear-gradient(90deg, #f59e0b, #d97706); }\n    .rating-bar.red { background: linear-gradient(90deg, #ef4444, #dc2626); }\n    .rating-bar.purple { background: linear-gradient(90deg, #8b5cf6, #7c3aed); }\n    \n    \/* Scale labels container *\/\n    .rating-scale {\n        display: flex;\n        justify-content: space-between;\n        margin-top: 0.5rem;\n        color: #64748b;\n        font-size: 1.1rem;\n        font-weight: 500;\n        padding: 0 5px;\n    }\n    \n    \/* Numerical value display - FIXED WIDTH *\/\n    .rating-value {\n        width: 60px; \/* Increased width for better alignment *\/\n        text-align: right;\n        font-weight: 600;\n        color: #1e293b;\n        flex-shrink: 0; \/* Prevent value from shrinking *\/\n    }\n    \n    \/* Flex summary spacing - BALANCED *\/\n    .flex-summary {\n        margin-top: 0.75rem;\n        padding-top: 0.75rem;\n        color: #64748b;\n        font-size: 1.3rem;\n        line-height: 1.6;\n    }\n    \n    \/* ===== UPDATED SIZE CHART STYLES ===== *\/\n    .size-chart {\n        width: 100%;\n        border-collapse: collapse;\n        margin: 1rem 0;\n        background: #f8fafc;\n        border-radius: 12px;\n        overflow: hidden;\n        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);\n    }\n    \n    .size-chart th {\n        background: #64748b;\n        color: white;\n        font-weight: 600;\n        padding: 1rem;\n        text-align: center;\n        font-size: 1.2rem;\n    }\n    \n    .size-chart td {\n        padding: 1rem;\n        text-align: center;\n        border-bottom: 1px solid #e2e8f0;\n        font-size: 1.2rem;\n        transition: all 0.2s ease;\n    }\n    \n    .size-chart tr:last-child td {\n        border-bottom: none;\n    }\n    \n    \/* Individual row hover effect *\/\n    .size-chart tr:hover td {\n        background: #e2e8f0;\n    }\n    \n    .size-chart tr:hover .size-header {\n        background: #e2e8f0;\n    }\n    \n    .size-header {\n        font-weight: 700;\n        color: #1e293b;\n        background: #f1f5f9;\n        transition: all 0.2s ease;\n    }\n    \n    @media (max-width: 768px) {\n        .features-grid {\n            grid-template-columns: 1fr;\n        }\n    }\n    \n    @media (max-width: 640px) {\n        body {\n            padding: 2rem 1rem 2rem 21px;\n        }\n        \n        .product-title {\n            font-size: 1.8rem;\n        }\n        \n        .detail-summary {\n            padding: 1.25rem 1.5rem;\n            font-size: 1.4rem;\n        }\n        \n        .detail-content {\n            padding: 0 1.5rem 1.25rem;\n            font-size: 1.25rem;\n        }\n        \n        .intro-text {\n            font-size: 1.25rem;\n        }\n        \n        .feature-content h3 {\n            font-size: 1.35rem;\n        }\n        \n        .feature-content p, .feature-content ul {\n            font-size: 1.3rem;\n        }\n        \n        .rating-label {\n            width: 100px;\n        }\n        \n        .rating-bar-wrapper {\n            margin: 0;\n        }\n        \n        .rating-bar-container {\n            height: 16px;\n        }\n        \n        .rating-item {\n            margin-bottom: 1.25rem;\n            gap: 0.75rem;\n        }\n        \n        .rating-scale {\n            font-size: 1rem;\n            padding: 0 3px;\n        }\n        \n        .rating-value {\n            width: 50px;\n        }\n        \n        .flex-summary {\n            margin-top: 0.6rem;\n            padding-top: 0.6rem;\n            font-size: 1.25rem;\n        }\n        \n        .size-chart th,\n        .size-chart td {\n            padding: 0.75rem 0.5rem;\n            font-size: 1.1rem;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003e3-Layer All Mountain Jacket\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003e\u003cspan\u003eThe 3-Layer All-Mountain Jacket combines the essentials needed for a long day on the hill\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"details-container\"\u003e\n\u003cdetails class=\"detail-item\"\u003e\n\u003csummary class=\"detail-summary\"\u003e\u003cspan\u003eProduct Overview\u003c\/span\u003e \u003cspan class=\"detail-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"detail-content\"\u003e\n\u003cp\u003e\u003cspan\u003eWith an ultra-clean aesthetic that transitions to the streets and everything in between. The waterproof, breathable stretch fabric shell, fully taped seams and free-movement underarm gussets deliver premium protection with effortless range of motion. Upgraded this season to include two AquaGuard® chest pockets and an easy-use AquaGuard® front zipper for extra weatherproofing for the burliest of days.  \u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"detail-item\"\u003e\n\u003csummary class=\"detail-summary\"\u003e\u003cspan\u003eFeatures\u003c\/span\u003e \u003cspan class=\"detail-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"detail-content\"\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eDesign\u003c\/h3\u003e\n\u003cp\u003e\u003cspan\u003eDesigned and developed and rider tested by Peter Line\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eWaterproofing \/ Breathability\u003c\/h3\u003e\n\u003cp\u003e\u003cspan\u003e20K \/ 20K\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eSeams\u003c\/h3\u003e\n\u003cp\u003e\u003cspan\u003eFully Taped Seams\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eStretch\u003c\/h3\u003e\n\u003cp\u003e\u003cspan\u003e3-Layer Stretch Fabric\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eDurable Water Repellent (DWR)\u003c\/h3\u003e\n\u003cp\u003e\u003cspan\u003eTeflon EcoElite™ DWR\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003e\u003cspan\u003eYKK® Zipper\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cspan\u003eAquaGuard® center front zipper, AquaGuard® chest pockets\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eGusset\u003c\/h3\u003e\n\u003cp\u003e\u003cspan\u003eFree-Movement underarm gusset\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eSide Seam\u003c\/h3\u003e\n\u003cp\u003e\u003cspan\u003eErgonomic side seams\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003ePockets\u003c\/h3\u003e\n\u003cp\u003e\u003cspan\u003eInternal zip device pocket, Zippered hand-warming pockets\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eCompatibility\u003c\/h3\u003e\n\u003cp\u003e\u003cspan\u003eHelmet compatible articulated hood with rear adjust\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eStitching\u003c\/h3\u003e\n\u003cp\u003e\u003cspan\u003eDouble stitch, reinforced cuff closure \u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eFit\u003c\/h3\u003e\n\u003cp\u003e\u003cspan\u003eRegular fit with articulated patterning for mobility\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"detail-item\"\u003e\n\u003csummary class=\"detail-summary\"\u003e\u003cspan\u003eSize Chart\u003c\/span\u003e \u003cspan class=\"detail-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"detail-content\"\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eSize Chart\u003c\/h3\u003e\n\u003ctable class=\"size-chart\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003cth\u003eArm Length (in)\u003c\/th\u003e\n\u003cth\u003eChest (in)\u003c\/th\u003e\n\u003cth\u003eHem Opening (in)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"size-header\"\u003eS\u003c\/td\u003e\n\u003ctd\u003e33\u003c\/td\u003e\n\u003ctd\u003e34-36\u003c\/td\u003e\n\u003ctd\u003e42\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"size-header\"\u003eM\u003c\/td\u003e\n\u003ctd\u003e34\u003c\/td\u003e\n\u003ctd\u003e37-39\u003c\/td\u003e\n\u003ctd\u003e45\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"size-header\"\u003eL\u003c\/td\u003e\n\u003ctd\u003e35\u003c\/td\u003e\n\u003ctd\u003e40-42\u003c\/td\u003e\n\u003ctd\u003e48\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"size-header\"\u003eXL\u003c\/td\u003e\n\u003ctd\u003e36\u003c\/td\u003e\n\u003ctd\u003e43-45\u003c\/td\u003e\n\u003ctd\u003e51\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","vendor":"Forum","product_type":"Outerwear-Jackets","created_at":"2025-10-28T15:00:08-07:00","handle":"3-layer-all-mountain-jacket-2026","updated_at":"2026-02-11T18:54:05-08:00","published_at":"2025-10-28T15:01:05-07:00","template_suffix":null,"published_scope":"global","tags":"2026, boardroom, Jackets, Mens, Outerwear, Outerwear-Jackets, P80W, Snow, Winter","variants":[{"id":52914987958638,"product_id":14858576429422,"title":"Deep Ocean\/Marine\/Black \/ S \/ Mens","price":"429.99","sku":"FOR61M024003","position":1,"compare_at_price":"429.99","fulfillment_service":"manual","inventory_management":"shopify","option1":"Deep Ocean\/Marine\/Black","option2":"S","option3":"Mens","created_at":"2025-10-28T15:00:08-07:00","updated_at":"2026-02-11T18:54:05-08:00","taxable":true,"barcode":"FOR61M024006","grams":0,"image_id":null,"weight":0.0,"weight_unit":"lb","requires_shipping":true,"quantity_rule":{"min":1,"max":null,"increment":1},"price_currency":"CAD","compare_at_price_currency":"CAD","quantity_price_breaks":[]},{"id":52914987991406,"product_id":14858576429422,"title":"Deep Ocean\/Marine\/Black \/ M \/ Mens","price":"429.99","sku":"FOR61M024004","position":2,"compare_at_price":"429.99","fulfillment_service":"manual","inventory_management":"shopify","option1":"Deep Ocean\/Marine\/Black","option2":"M","option3":"Mens","created_at":"2025-10-28T15:00:08-07:00","updated_at":"2026-02-11T18:54:05-08:00","taxable":true,"barcode":"FOR61M024005","grams":0,"image_id":null,"weight":0.0,"weight_unit":"lb","requires_shipping":true,"quantity_rule":{"min":1,"max":null,"increment":1},"price_currency":"CAD","compare_at_price_currency":"CAD","quantity_price_breaks":[]},{"id":52914988024174,"product_id":14858576429422,"title":"Deep Ocean\/Marine\/Black \/ L \/ Mens","price":"429.99","sku":"FOR61M024005","position":3,"compare_at_price":"429.99","fulfillment_service":"manual","inventory_management":"shopify","option1":"Deep Ocean\/Marine\/Black","option2":"L","option3":"Mens","created_at":"2025-10-28T15:00:08-07:00","updated_at":"2026-02-11T18:54:05-08:00","taxable":true,"barcode":"FOR61M024004","grams":0,"image_id":null,"weight":0.0,"weight_unit":"lb","requires_shipping":true,"quantity_rule":{"min":1,"max":null,"increment":1},"price_currency":"CAD","compare_at_price_currency":"CAD","quantity_price_breaks":[]},{"id":52914988056942,"product_id":14858576429422,"title":"Deep Ocean\/Marine\/Black \/ XL \/ Mens","price":"429.99","sku":"FOR61M024006","position":4,"compare_at_price":"429.99","fulfillment_service":"manual","inventory_management":"shopify","option1":"Deep Ocean\/Marine\/Black","option2":"XL","option3":"Mens","created_at":"2025-10-28T15:00:08-07:00","updated_at":"2026-02-11T18:54:05-08:00","taxable":true,"barcode":"FOR61M024003","grams":0,"image_id":null,"weight":0.0,"weight_unit":"lb","requires_shipping":true,"quantity_rule":{"min":1,"max":null,"increment":1},"price_currency":"CAD","compare_at_price_currency":"CAD","quantity_price_breaks":[]}],"options":[{"id":17229308887406,"product_id":14858576429422,"name":"Color","position":1,"values":["Deep Ocean\/Marine\/Black"]},{"id":17229308920174,"product_id":14858576429422,"name":"Size","position":2,"values":["S","M","L","XL"]},{"id":17229308952942,"product_id":14858576429422,"name":"Gender","position":3,"values":["Mens"]}],"images":[{"id":62051180773742,"product_id":14858576429422,"position":1,"created_at":"2025-11-06T09:49:35-08:00","updated_at":"2025-11-06T09:49:45-08:00","alt":null,"width":1350,"height":1350,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/9590\/3420\/files\/3-LayerAllMountainJacket2026-DeepOcean_Marine_Black-6.png?v=1762451385","variant_ids":[]},{"id":62051180708206,"product_id":14858576429422,"position":2,"created_at":"2025-11-06T09:49:35-08:00","updated_at":"2025-11-06T09:49:45-08:00","alt":null,"width":1350,"height":1350,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/9590\/3420\/files\/3-LayerAllMountainJacket2026-DeepOcean_Marine_Black-4.png?v=1762451385","variant_ids":[]},{"id":62051180740974,"product_id":14858576429422,"position":3,"created_at":"2025-11-06T09:49:35-08:00","updated_at":"2025-11-06T09:49:45-08:00","alt":null,"width":1350,"height":1350,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/9590\/3420\/files\/3-LayerAllMountainJacket2026-DeepOcean_Marine_Black5.png?v=1762451385","variant_ids":[]},{"id":62051180675438,"product_id":14858576429422,"position":4,"created_at":"2025-11-06T09:49:35-08:00","updated_at":"2025-11-06T09:49:45-08:00","alt":null,"width":1350,"height":1350,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/9590\/3420\/files\/3-LayerAllMountainJacket2026-DeepOcean_Marine_Black-3.png?v=1762451385","variant_ids":[]}],"image":{"id":62051180773742,"product_id":14858576429422,"position":1,"created_at":"2025-11-06T09:49:35-08:00","updated_at":"2025-11-06T09:49:45-08:00","alt":null,"width":1350,"height":1350,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/9590\/3420\/files\/3-LayerAllMountainJacket2026-DeepOcean_Marine_Black-6.png?v=1762451385","variant_ids":[]}}}