{"product":{"id":14800947937646,"title":"Airmaster XTRM Binding 2026","body_html":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\n    \u003ctitle\u003eAirmaster XTRM Binding\u003c\/title\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;\n            font-size: 1.3rem;\n        }\n        \n        .container {\n            max-width: 1250px;\n            margin: 0 auto;\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            background: linear-gradient(135deg, #fef2f2 0%, #fecaca 50%, #fca5a5 100%);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .product-title {\n            font-size: 3rem;\n            font-weight: 800;\n            margin-bottom: 0.5rem;\n            color: #1e293b;\n            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n            display: inline-block;\n            cursor: pointer;\n            position: relative;\n            z-index: 2;\n        }\n        \n        .product-subtitle {\n            font-size: 1.5rem;\n            color: #64748b;\n            font-weight: 400;\n            position: relative;\n            z-index: 2;\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.7rem;\n            transition: background-color 0.2s ease;\n        }\n        \n        .detail-summary:hover {\n            background-color: #fef2f2;\n        }\n        \n        .detail-summary::-webkit-details-marker {\n            display: none;\n        }\n        \n        .detail-icon {\n            font-size: 1.7rem;\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.4rem;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 1rem;\n            margin-top: 1rem;\n        }\n        \n        .feature {\n            padding: 1.25rem;\n            background: #f8fafc;\n            border-radius: 12px;\n            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n            border: 1px solid transparent;\n            height: fit-content;\n        }\n        \n        .feature:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 6px 16px rgba(239, 68, 68, 0.2);\n            border-color: #fecaca;\n        }\n        \n        .feature-content h3 {\n            font-size: 1.5rem;\n            color: #1e293b;\n            margin-bottom: 0.5rem;\n            font-weight: 600;\n        }\n        \n        .feature-content p {\n            color: #64748b;\n            font-size: 1.4rem;\n            line-height: 1.6;\n        }\n        \n        .feature-content ul {\n            color: #64748b;\n            font-size: 1.4rem;\n            line-height: 1.6;\n            padding-left: 1.25rem;\n        }\n        \n        .feature-content li {\n            margin-bottom: 0.25rem;\n        }\n\n        \/* Rating Bars *\/\n        .rating-container {\n            margin: 0.5rem 0;\n            padding: 1rem;\n            background: #f8fafc;\n            border-radius: 12px;\n            transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n        }\n        \n        .rating-details {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            margin-bottom: 0.5rem;\n            font-size: 1.4rem;\n        }\n        \n        .rating-details_title {\n            font-weight: 600;\n            color: #1e293b;\n        }\n        \n        .rating-indicator {\n            display: flex;\n            margin-bottom: 0.25rem;\n            padding: 0;\n            list-style: none;\n            width: 100%;\n            position: relative;\n            height: 22px;\n        }\n        \n        .rating-indicator_item {\n            height: 16px;\n            flex: 1;\n            background-color: #e2e8f0;\n            margin-right: 1px;\n            border-radius: 3px;\n            transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n            transform-origin: left center;\n            position: relative;\n            overflow: hidden;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 600;\n            font-size: 1rem;\n            text-shadow: 0 1px 2px rgba(0,0,0,0.3);\n        }\n        \n        .rating-indicator_item {\n            color: transparent;\n        }\n        \n        .rating-indicator_item.active-rating {\n            color: white;\n        }\n        \n        .rating-indicator_item:first-child:not(.active-rating),\n        .rating-indicator_item:last-child:not(.active-rating) {\n            color: #64748b;\n            font-size: 0.9rem;\n        }\n        \n        .skill-rating-item .rating-indicator_item {\n            color: transparent;\n            font-size: 1.1rem;\n            border: 1px solid #cbd5e1;\n        }\n        \n        .skill-rating-item .rating-indicator_item.active-rating {\n            color: white;\n            border: 2px solid #1e293b;\n        }\n        \n        .skill-rating-item .rating-indicator_item.m-selected:nth-child(1) { \n            background-color: #fecaca !important;\n        }\n        .skill-rating-item .rating-indicator_item.m-selected:nth-child(2) { \n            background-color: #fca5a5 !important;\n        }\n        .skill-rating-item .rating-indicator_item.m-selected:nth-child(3) { \n            background-color: #f87171 !important;\n        }\n        \n        .rating-indicator_item:first-child {\n            border-top-left-radius: 6px;\n            border-bottom-left-radius: 6px;\n        }\n        \n        .rating-indicator_item:last-child {\n            border-top-right-radius: 6px;\n            border-bottom-right-radius: 6px;\n            margin-right: 0;\n        }\n        \n        \/* Red gradient for rating bars *\/\n        .rating-indicator_item.m-selected:nth-child(1) { background-color: #fef2f2 !important; }\n        .rating-indicator_item.m-selected:nth-child(2) { background-color: #fecaca !important; }\n        .rating-indicator_item.m-selected:nth-child(3) { background-color: #fca5a5 !important; }\n        .rating-indicator_item.m-selected:nth-child(4) { background-color: #f87171 !important; }\n        .rating-indicator_item.m-selected:nth-child(5) { background-color: #ef4444 !important; }\n        .rating-indicator_item.m-selected:nth-child(6) { background-color: #dc2626 !important; }\n        .rating-indicator_item.m-selected:nth-child(7) { background-color: #b91c1b !important; }\n        .rating-indicator_item.m-selected:nth-child(8) { background-color: #991b1b !important; }\n        .rating-indicator_item.m-selected:nth-child(9) { background-color: #7f1d1d !important; }\n        .rating-indicator_item.m-selected:nth-child(10) { background-color: #450a0a !important; }\n        \n        .rating-indicator_item.m-selected.active-rating {\n            box-shadow: 0 0 0 1px white, 0 0 0 2px #1e293b;\n            z-index: 1;\n            transform: scale(1.05);\n        }\n        \n        \/* Wave animation for rating bars *\/\n        .terrain-rating-item:hover .rating-indicator_item.m-selected,\n        .flex-rating-item:hover .rating-indicator_item.m-selected,\n        .skill-rating-item:hover .rating-indicator_item.m-selected {\n            animation: waveExpand 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n        }\n        \n        @keyframes waveExpand {\n            0% {\n                transform: scaleY(1);\n            }\n            25% {\n                transform: scaleY(1.4);\n            }\n            50% {\n                transform: scaleY(1.2);\n            }\n            75% {\n                transform: scaleY(1.3);\n            }\n            100% {\n                transform: scaleY(1);\n            }\n        }\n        \n        \/* Stagger the wave animation for each rating bar *\/\n        .terrain-rating-item:hover .rating-indicator_item.m-selected:nth-child(1),\n        .flex-rating-item:hover .rating-indicator_item.m-selected:nth-child(1),\n        .skill-rating-item:hover .rating-indicator_item.m-selected:nth-child(1) {\n            animation-delay: 0.05s;\n        }\n        \n        .terrain-rating-item:hover .rating-indicator_item.m-selected:nth-child(2),\n        .flex-rating-item:hover .rating-indicator_item.m-selected:nth-child(2),\n        .skill-rating-item:hover .rating-indicator_item.m-selected:nth-child(2) {\n            animation-delay: 0.1s;\n        }\n        \n        .terrain-rating-item:hover .rating-indicator_item.m-selected:nth-child(3),\n        .flex-rating-item:hover .rating-indicator_item.m-selected:nth-child(3),\n        .skill-rating-item:hover .rating-indicator_item.m-selected:nth-child(3) {\n            animation-delay: 0.15s;\n        }\n        \n        .terrain-rating-item:hover .rating-indicator_item.m-selected:nth-child(4),\n        .flex-rating-item:hover .rating-indicator_item.m-selected:nth-child(4) {\n            animation-delay: 0.2s;\n        }\n        \n        .terrain-rating-item:hover .rating-indicator_item.m-selected:nth-child(5),\n        .flex-rating-item:hover .rating-indicator_item.m-selected:nth-child(5) {\n            animation-delay: 0.25s;\n        }\n        \n        .terrain-rating-item:hover .rating-indicator_item.m-selected:nth-child(6),\n        .flex-rating-item:hover .rating-indicator_item.m-selected:nth-child(6) {\n            animation-delay: 0.3s;\n        }\n        \n        .terrain-rating-item:hover .rating-indicator_item.m-selected:nth-child(7),\n        .flex-rating-item:hover .rating-indicator_item.m-selected:nth-child(7) {\n            animation-delay: 0.35s;\n        }\n        \n        .terrain-rating-item:hover .rating-indicator_item.m-selected:nth-child(8),\n        .flex-rating-item:hover .rating-indicator_item.m-selected:nth-child(8) {\n            animation-delay: 0.4s;\n        }\n        \n        .terrain-rating-item:hover .rating-indicator_item.m-selected:nth-child(9),\n        .flex-rating-item:hover .rating-indicator_item.m-selected:nth-child(9) {\n            animation-delay: 0.45s;\n        }\n        \n        .terrain-rating-item:hover .rating-indicator_item.m-selected:nth-child(10),\n        .flex-rating-item:hover .rating-indicator_item.m-selected:nth-child(10) {\n            animation-delay: 0.5s;\n        }\n        \n        \/* Terrain Ratings with reduced spacing *\/\n        .terrain-ratings-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 0.75rem;\n            margin-bottom: 1rem;\n        }\n        \n        .terrain-rating-item {\n            width: 100%;\n            cursor: pointer;\n            -webkit-tap-highlight-color: transparent;\n        }\n        \n        .flex-rating-item {\n            width: 100%;\n            cursor: pointer;\n            -webkit-tap-highlight-color: transparent;\n        }\n        \n        .skill-rating-item {\n            width: 100%;\n            cursor: pointer;\n            -webkit-tap-highlight-color: transparent;\n        }\n        \n        .terrain-label {\n            font-weight: 600;\n            color: #1e293b;\n            font-size: 1.4rem;\n            margin-bottom: 0.25rem;\n            display: block;\n        }\n        \n        \/* Size Chart - UPDATED WITH LARGER TEXT *\/\n        .size-chart-container {\n            width: 100%;\n            overflow-x: auto;\n            margin: 1rem 0;\n            -webkit-overflow-scrolling: touch;\n            border: 1px solid #e2e8f0;\n            border-radius: 12px;\n            background: #f8fafc;\n        }\n        \n        .size-chart {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            table-layout: fixed;\n        }\n        \n        .size-chart th {\n            background: #f87171;\n            color: white;\n            font-weight: 600;\n            padding: 1rem 0.7rem;\n            text-align: center;\n            font-size: 1.3rem;\n            white-space: normal;\n            word-wrap: break-word;\n            border-right: 1px solid #fca5a5;\n            min-width: 60px;\n        }\n        \n        .size-chart th:last-child {\n            border-right: none;\n        }\n        \n        .size-chart td {\n            padding: 0.9rem 0.6rem;\n            text-align: center;\n            border-bottom: 1px solid #e2e8f0;\n            border-right: 1px solid #e2e8f0;\n            font-size: 1.3rem;\n            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n            word-wrap: break-word;\n            overflow-wrap: break-word;\n        }\n        \n        .size-chart td:last-child {\n            border-right: none;\n        }\n        \n        .size-chart tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .size-chart tr:hover td {\n            background: #fef2f2;\n        }\n        \n        .size-header {\n            font-weight: 700;\n            color: #1e293b;\n            background: #f8fafc;\n            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n        }\n        \n        \/* Performance section animations *\/\n        .performance-opening .rating-indicator_item.m-selected {\n            animation: slideInFill 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\n        }\n        \n        @keyframes slideInFill {\n            0% {\n                transform: scaleX(0);\n            }\n            70% {\n                transform: scaleX(1);\n            }\n            100% {\n                transform: scaleX(1);\n            }\n        }\n        \n        .performance-opening .rating-indicator_item.m-selected:nth-child(1) { \n            animation-delay: 0.1s;\n        }\n        .performance-opening .rating-indicator_item.m-selected:nth-child(2) { \n            animation-delay: 0.2s;\n        }\n        .performance-opening .rating-indicator_item.m-selected:nth-child(3) { \n            animation-delay: 0.3s;\n        }\n        .performance-opening .rating-indicator_item.m-selected:nth-child(4) { \n            animation-delay: 0.4s;\n        }\n        .performance-opening .rating-indicator_item.m-selected:nth-child(5) { \n            animation-delay: 0.5s;\n        }\n        .performance-opening .rating-indicator_item.m-selected:nth-child(6) { \n            animation-delay: 0.6s;\n        }\n        .performance-opening .rating-indicator_item.m-selected:nth-child(7) { \n            animation-delay: 0.7s;\n        }\n        .performance-opening .rating-indicator_item.m-selected:nth-child(8) { \n            animation-delay: 0.8s;\n        }\n        .performance-opening .rating-indicator_item.m-selected:nth-child(9) { \n            animation-delay: 0.9s;\n        }\n        .performance-opening .rating-indicator_item.m-selected:nth-child(10) { \n            animation-delay: 1.0s;\n        }\n        \n        \/* Mobile-specific styles *\/\n        @media (max-width: 768px) {\n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .feature:hover {\n                transform: none;\n                box-shadow: none;\n            }\n            \n            .detail-summary:hover {\n                background-color: transparent;\n            }\n            \n            .size-chart-container {\n                margin: 1rem 0;\n                border-radius: 8px;\n            }\n            \n            .size-chart th,\n            .size-chart td {\n                padding: 0.8rem 0.5rem;\n                font-size: 1.2rem;\n            }\n            \n            .size-chart {\n                min-width: 500px;\n            }\n            \n            .product-title {\n                font-size: 2.5rem;\n            }\n            \n            .product-subtitle {\n                font-size: 1.4rem;\n            }\n            \n            .detail-summary {\n                font-size: 1.6rem;\n            }\n            \n            .detail-content {\n                font-size: 1.3rem;\n            }\n            \n            .feature-content h3 {\n                font-size: 1.4rem;\n            }\n            \n            .feature-content p, .feature-content ul {\n                font-size: 1.3rem;\n            }\n            \n            .rating-details {\n                font-size: 1.3rem;\n            }\n            \n            .terrain-label {\n                font-size: 1.3rem;\n            }\n        }\n        \n        @media (max-width: 640px) {\n            body {\n                padding: 1rem;\n            }\n            \n            .product-title {\n                font-size: 2.2rem;\n            }\n            \n            .product-subtitle {\n                font-size: 1.3rem;\n            }\n            \n            .detail-summary {\n                padding: 1.25rem 1.5rem;\n                font-size: 1.5rem;\n            }\n            \n            .detail-content {\n                padding: 0 1.5rem 1.25rem;\n                font-size: 1.3rem;\n            }\n            \n            .feature-content h3 {\n                font-size: 1.4rem;\n            }\n            \n            .feature-content p, .feature-content ul {\n                font-size: 1.3rem;\n            }\n\n            .rating-details {\n                font-size: 1.2rem;\n            }\n            \n            .terrain-label {\n                font-size: 1.2rem;\n            }\n            \n            .size-chart th,\n            .size-chart td {\n                padding: 0.7rem 0.4rem;\n                font-size: 1.1rem;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .size-chart th,\n            .size-chart td {\n                padding: 0.6rem 0.3rem;\n                font-size: 1rem;\n            }\n            \n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .product-subtitle {\n                font-size: 1.2rem;\n            }\n            \n            .detail-summary {\n                font-size: 1.4rem;\n            }\n            \n            .detail-content {\n                font-size: 1.2rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eAirmaster XTRM Binding\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eThe Airmaster XTRM is our most highly coveted premium binding in the '25 lineup\u003c\/p\u003e\n        \u003c\/div\u003e\n        \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\u003eThe Airmaster XTRM is our most highly coveted premium binding in the '25 lineup, and features our FRC Carbon highback so you can slay like you've never slayed before.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n            \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\u003eSkate Tech\u003c\/h3\u003e\n                                \u003cp\u003eThe central pivot point transfers energy efficiently to the edges for unmatched control and a \"surfy\" feel.\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"feature\"\u003e\n                            \u003cdiv class=\"feature-content\"\u003e\n                                \u003ch3\u003eHanger 3.0 Baseplate\u003c\/h3\u003e\n                                \u003cp\u003eNylon reinforced with 30% carbon fiber for rigidity, reduced weight, and enhanced board connection.\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"feature\"\u003e\n                            \u003cdiv class=\"feature-content\"\u003e\n                                \u003ch3\u003eFRC Carbon Highback\u003c\/h3\u003e\n                                \u003cp\u003eMade with 3K carbon fiber for strength and a light weight.\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"feature\"\u003e\n                            \u003cdiv class=\"feature-content\"\u003e\n                                \u003ch3\u003eBushings\u003c\/h3\u003e\n                                \u003cp\u003eIncludes both Medium (45 shore) and Hard (55 shore) density bushings for ride customization.\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n            \n            \u003cdetails id=\"performance-section\" class=\"detail-item\"\u003e\n                \u003csummary class=\"detail-summary\"\u003e\u003cspan\u003ePerformance\u003c\/span\u003e \u003cspan class=\"detail-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"detail-content\"\u003e\n                    \u003c!-- Flex Rating --\u003e\n                    \u003cdiv class=\"rating-container\"\u003e\n                        \u003cp class=\"rating-details\"\u003e\u003cspan class=\"rating-details_title\"\u003eFlex: 5\u003c\/span\u003e\u003c\/p\u003e\n                        \u003cdiv class=\"flex-rating-item\"\u003e\n                            \u003cul class=\"rating-indicator\"\u003e\n                                \u003cli class=\"rating-indicator_item m-selected\"\u003eSoft\u003c\/li\u003e\n                                \u003cli class=\"rating-indicator_item m-selected\"\u003e\n                                \u003c\/li\u003e\n\u003cli class=\"rating-indicator_item m-selected\"\u003e\n                                \u003c\/li\u003e\n\u003cli class=\"rating-indicator_item m-selected\"\u003e\n                                \u003c\/li\u003e\n\u003cli class=\"rating-indicator_item m-selected active-rating\"\u003e5\u003c\/li\u003e\n                                \u003cli class=\"rating-indicator_item\"\u003e\n                                \u003c\/li\u003e\n\u003cli class=\"rating-indicator_item\"\u003e\n                                \u003c\/li\u003e\n\u003cli class=\"rating-indicator_item\"\u003e\n                                \u003c\/li\u003e\n\u003cli class=\"rating-indicator_item\"\u003e\n                                \u003c\/li\u003e\n\u003cli class=\"rating-indicator_item\"\u003eStiff\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n            \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=\"size-chart-container\"\u003e\n                        \u003ctable class=\"size-chart\"\u003e\n                            \u003cthead\u003e\n                                \u003ctr\u003e\n                                    \u003cth\u003eMen's \/ Youth\u003c\/th\u003e\n                                    \u003cth\u003eSmall\u003c\/th\u003e\n                                    \u003cth\u003eMedium\u003c\/th\u003e\n                                    \u003cth\u003eLarge\u003c\/th\u003e\n                                \u003c\/tr\u003e\n                            \u003c\/thead\u003e\n                            \u003ctbody\u003e\n                                \u003ctr\u003e\n                                    \u003ctd class=\"size-header\"\u003eUS\u003c\/td\u003e\n                                    \u003ctd\u003e5.0 - 7.0\u003c\/td\u003e\n                                    \u003ctd\u003e7.5 - 10.0\u003c\/td\u003e\n                                    \u003ctd\u003e10.5 +\u003c\/td\u003e\n                                \u003c\/tr\u003e\n                                \u003ctr\u003e\n                                    \u003ctd class=\"size-header\"\u003eEU\u003c\/td\u003e\n                                    \u003ctd\u003e36.5 - 39.5\u003c\/td\u003e\n                                    \u003ctd\u003e40 - 43\u003c\/td\u003e\n                                    \u003ctd\u003e43.5 +\u003c\/td\u003e\n                                \u003c\/tr\u003e\n                                \u003ctr\u003e\n                                    \u003ctd class=\"size-header\"\u003eMD\u003c\/td\u003e\n                                    \u003ctd\u003e23.5 - 25.0\u003c\/td\u003e\n                                    \u003ctd\u003e25.5 - 28.0\u003c\/td\u003e\n                                    \u003ctd\u003e28.5 +\u003c\/td\u003e\n                                \u003c\/tr\u003e\n                            \u003c\/tbody\u003e\n                        \u003c\/table\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","vendor":"Yes","product_type":"Bindings","created_at":"2025-09-11T14:01:19-07:00","handle":"yes-mens-airmaster-xtrm-binding-black-winter-2026","updated_at":"2026-01-06T14:29:18-08:00","published_at":"2025-09-11T14:01:19-07:00","template_suffix":null,"published_scope":"global","tags":"2026, Bindings, boardroom, Mens, P80W, Snow, Snowboards, Winter","variants":[{"id":52650945413486,"product_id":14800947937646,"title":"Black \/ M \/ Mens","price":"699.99","sku":"YES61M003004","position":1,"compare_at_price":"699.99","fulfillment_service":"manual","inventory_management":"shopify","option1":"Black","option2":"M","option3":"Mens","created_at":"2025-09-11T14:01:19-07:00","updated_at":"2026-01-06T14:29:18-08:00","taxable":true,"barcode":"YES61M003004","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":52650945446254,"product_id":14800947937646,"title":"Black \/ L \/ Mens","price":"699.99","sku":"YES61M003005","position":2,"compare_at_price":"699.99","fulfillment_service":"manual","inventory_management":"shopify","option1":"Black","option2":"L","option3":"Mens","created_at":"2025-09-11T14:01:19-07:00","updated_at":"2026-01-06T14:29:18-08:00","taxable":true,"barcode":"YES61M003005","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":17158618743150,"product_id":14800947937646,"name":"Color","position":1,"values":["Black"]},{"id":17158618775918,"product_id":14800947937646,"name":"Size","position":2,"values":["M","L"]},{"id":17158618808686,"product_id":14800947937646,"name":"Gender","position":3,"values":["Mens"]}],"images":[{"id":61440447381870,"product_id":14800947937646,"position":1,"created_at":"2025-09-25T09:42:23-07:00","updated_at":"2025-09-25T09:49:30-07:00","alt":null,"width":1350,"height":1350,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/9590\/3420\/files\/AirmasterXTRMBinding-Black-4.png?v=1758818970","variant_ids":[]},{"id":61440447480174,"product_id":14800947937646,"position":2,"created_at":"2025-09-25T09:42:23-07:00","updated_at":"2025-09-25T09:49:30-07:00","alt":null,"width":1350,"height":1350,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/9590\/3420\/files\/AirmasterXTRMBinding-Black.png?v=1758818970","variant_ids":[]}],"image":{"id":61440447381870,"product_id":14800947937646,"position":1,"created_at":"2025-09-25T09:42:23-07:00","updated_at":"2025-09-25T09:49:30-07:00","alt":null,"width":1350,"height":1350,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/9590\/3420\/files\/AirmasterXTRMBinding-Black-4.png?v=1758818970","variant_ids":[]}}}