{"product":{"id":14788771971438,"title":"Logic Binding 2026","body_html":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eLogic Binding | Bent Metal Bindings\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: #fef2f2 !important;\n        }\n        .skill-rating-item .rating-indicator_item.m-selected:nth-child(2) { \n            background-color: #fef2f2 !important;\n        }\n        .skill-rating-item .rating-indicator_item.m-selected:nth-child(3) { \n            background-color: #fecaca !important;\n        }\n        .skill-rating-item .rating-indicator_item.m-selected:nth-child(4) { \n            background-color: #fecaca !important;\n        }\n        .skill-rating-item .rating-indicator_item.m-selected:nth-child(5) { \n            background-color: #fca5a5 !important;\n        }\n        .skill-rating-item .rating-indicator_item.m-selected:nth-child(6) { \n            background-color: #fca5a5 !important;\n        }\n        .skill-rating-item .rating-indicator_item.m-selected:nth-child(7) { \n            background-color: #f87171 !important;\n        }\n        .skill-rating-item .rating-indicator_item.m-selected:nth-child(8) { \n            background-color: #f87171 !important;\n        }\n        .skill-rating-item .rating-indicator_item.m-selected:nth-child(9) { \n            background-color: #ef4444 !important;\n        }\n        .skill-rating-item .rating-indicator_item.m-selected:nth-child(10) { \n            background-color: #dc2626 !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: #fef2f2 !important; }\n        .rating-indicator_item.m-selected:nth-child(3) { background-color: #fecaca !important; }\n        .rating-indicator_item.m-selected:nth-child(4) { background-color: #fecaca !important; }\n        .rating-indicator_item.m-selected:nth-child(5) { background-color: #fca5a5 !important; }\n        .rating-indicator_item.m-selected:nth-child(6) { background-color: #fca5a5 !important; }\n        .rating-indicator_item.m-selected:nth-child(7) { background-color: #f87171 !important; }\n        .rating-indicator_item.m-selected:nth-child(8) { background-color: #f87171 !important; }\n        .rating-indicator_item.m-selected:nth-child(9) { background-color: #ef4444 !important; }\n        .rating-indicator_item.m-selected:nth-child(10) { background-color: #dc2626 !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        .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        .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        .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        .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        .flex-rating-item:hover .rating-indicator_item.m-selected:nth-child(4),\n        .skill-rating-item:hover .rating-indicator_item.m-selected:nth-child(4) {\n            animation-delay: 0.2s;\n        }\n        \n        .flex-rating-item:hover .rating-indicator_item.m-selected:nth-child(5),\n        .skill-rating-item:hover .rating-indicator_item.m-selected:nth-child(5) {\n            animation-delay: 0.25s;\n        }\n        \n        .flex-rating-item:hover .rating-indicator_item.m-selected:nth-child(6),\n        .skill-rating-item:hover .rating-indicator_item.m-selected:nth-child(6) {\n            animation-delay: 0.3s;\n        }\n        \n        .flex-rating-item:hover .rating-indicator_item.m-selected:nth-child(7),\n        .skill-rating-item:hover .rating-indicator_item.m-selected:nth-child(7) {\n            animation-delay: 0.35s;\n        }\n        \n        .flex-rating-item:hover .rating-indicator_item.m-selected:nth-child(8),\n        .skill-rating-item:hover .rating-indicator_item.m-selected:nth-child(8) {\n            animation-delay: 0.4s;\n        }\n        \n        .flex-rating-item:hover .rating-indicator_item.m-selected:nth-child(9),\n        .skill-rating-item:hover .rating-indicator_item.m-selected:nth-child(9) {\n            animation-delay: 0.45s;\n        }\n        \n        .flex-rating-item:hover .rating-indicator_item.m-selected:nth-child(10),\n        .skill-rating-item:hover .rating-indicator_item.m-selected:nth-child(10) {\n            animation-delay: 0.5s;\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        \/* Size Chart *\/\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.05s;\n        }\n        .performance-opening .rating-indicator_item.m-selected:nth-child(2) { \n            animation-delay: 0.1s;\n        }\n        .performance-opening .rating-indicator_item.m-selected:nth-child(3) { \n            animation-delay: 0.15s;\n        }\n        .performance-opening .rating-indicator_item.m-selected:nth-child(4) { \n            animation-delay: 0.2s;\n        }\n        .performance-opening .rating-indicator_item.m-selected:nth-child(5) { \n            animation-delay: 0.25s;\n        }\n        .performance-opening .rating-indicator_item.m-selected:nth-child(6) { \n            animation-delay: 0.3s;\n        }\n        .performance-opening .rating-indicator_item.m-selected:nth-child(7) { \n            animation-delay: 0.35s;\n        }\n        .performance-opening .rating-indicator_item.m-selected:nth-child(8) { \n            animation-delay: 0.4s;\n        }\n        .performance-opening .rating-indicator_item.m-selected:nth-child(9) { \n            animation-delay: 0.45s;\n        }\n        .performance-opening .rating-indicator_item.m-selected:nth-child(10) { \n            animation-delay: 0.5s;\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: 700px;\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        \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            .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\"\u003eLogic binding\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eDynamic freestyle integration.\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\u003cstrong\u003eOur softest flex control combination of a urethane highback and boron composite fiber drive plate allows you maximum freedom of movement in freestyle terrain and unrestrained flow in powder or smooth groomers.\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003eAn asymmetric soft power band in the dyadic construction dual band ankle strap provides lateral support and maximum medial mobility. Love handle urethane highback is the killer feature for hiking those hits.\u003cbr\u003e\u003cbr\u003eA mismatched binding works monster from the mind of Sean Genovese. Stitch together your best freestyle lines with Geno's latest creation, it's alive!\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\u003eFlex control driveplate\u003c\/h3\u003e\n                                \u003cp\u003eSoft flex rating - (4\/10)\u003cbr\u003e\u003cbr\u003eA lightweight core is laminated between layers of bi-axial fiberglass and eco-sublimated top sheets used on our snowboards for a poppy yet smooth flex.\u003cbr\u003e\u003cbr\u003eFiberglass panels in the footbed create sophisticated flex patterns and enhance response similar to your snowboard for advanced flex control\u003cbr\u003e\u003cbr\u003eDynamic energy of the specialized composites create reaction and drive like no other binding can\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"feature\"\u003e\n                            \u003cdiv class=\"feature-content\"\u003e\n                                \u003ch3\u003eSymmetric highback\u003c\/h3\u003e\n                                \u003cp\u003eCupped symmetric shape of soft material highback moves with side to side motion of boot for fluid support at all angles.\u003cbr\u003e\u003cbr\u003eHighback material: Mobility polymer-urethane highback\u003cbr\u003e\u003cbr\u003eFlexible (4\/10) flex formula\u003cbr\u003e\u003cbr\u003eSoft urethane material moves and flexes with your boot for a smooth and fluid response in parks and man made terrain\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"feature\"\u003e\n                            \u003cdiv class=\"feature-content\"\u003e\n                                \u003ch3\u003eThe cube - forward lean adjust\u003c\/h3\u003e\n                                \u003cp\u003eFastest and easiest forward lean adjuster ever\u003cbr\u003e\u003cbr\u003eDual durometer urethane dampening\u003cbr\u003e\u003cbr\u003eFour different angles: 10°, 14°, 18°, 22°\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"feature\"\u003e\n                            \u003cdiv class=\"feature-content\"\u003e\n                                \u003ch3\u003eDual band ankle strap (soft asym)\u003c\/h3\u003e\n                                \u003cp\u003eSoft asymmetric power band\u003cbr\u003e\u003cbr\u003eFreestyle specific properties are shaped into this powerband by combining a soft flexing compression window with a narrowed medial side for unimpeded mobility offset by a more supportive lateral side to keep you centered and stick landings.\u003cbr\u003e\u003cbr\u003eAsym shaped cored compression window for freestyle movement and support.\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"feature\"\u003e\n                            \u003cdiv class=\"feature-content\"\u003e\n                                \u003ch3\u003eGrip form toe strap\u003c\/h3\u003e\n                                \u003cp\u003eSecondary flexible panel forms to any boot for maximum grip.\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"feature\"\u003e\n                            \u003cdiv class=\"feature-content\"\u003e\n                                \u003ch3\u003eForged aluminum buckles\u003c\/h3\u003e\n                                \u003cp\u003eHardened for ultimate strength\u003cbr\u003e\u003cbr\u003eLightweight with smooth entry and release\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"feature\"\u003e\n                            \u003cdiv class=\"feature-content\"\u003e\n                                \u003ch3\u003eTwo piece chassis\u003c\/h3\u003e\n                                \u003cp\u003eTwo piece polymer and aluminum design\u003cbr\u003e\u003cbr\u003eResponsive aluminum and polymer combine for a precise ride\u003cbr\u003e\u003cbr\u003eAdjustable aluminum heelcup - toe\/heel centering is in heelcup\u003cbr\u003e\u003cbr\u003eMini pivot disk\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"feature\"\u003e\n                            \u003cdiv class=\"feature-content\"\u003e\n                                \u003ch3\u003eSmall pivot disk\u003c\/h3\u003e\n                                \u003cp\u003e2x4 and channel™ mounting pattern compatibility\u003cbr\u003e\u003cbr\u003eReduced size, increases true board flex zone and drive plate power\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"feature\"\u003e\n                            \u003cdiv class=\"feature-content\"\u003e\n                                \u003ch3\u003eCanted footbed heel shock pad\u003c\/h3\u003e\n                                \u003cp\u003e3° canted footbed padding centers riders balance while increasing drive and pop\u003cbr\u003e\u003cbr\u003eHeel shock pad provides extra absorption from hard landings\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\" id=\"performance-section\"\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: 4\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 active-rating\"\u003e4\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\"\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            \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\u003eBinding size\u003c\/th\u003e\n                                    \u003cth\u003eUS men's\u003c\/th\u003e\n                                    \u003cth\u003eUS women's\u003c\/th\u003e\n                                    \u003cth\u003eEuro\u003c\/th\u003e\n                                    \u003cth\u003eUK\u003c\/th\u003e\n                                    \u003cth\u003eMondo\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\u003e5-8\u003c\/td\u003e\n                                    \u003ctd\u003e6-9\u003c\/td\u003e\n                                    \u003ctd\u003e36.5-40\u003c\/td\u003e\n                                    \u003ctd\u003e4-7\u003c\/td\u003e\n                                    \u003ctd\u003e23-25.5\u003c\/td\u003e\n                                \u003c\/tr\u003e\n                                \u003ctr\u003e\n                                    \u003ctd class=\"size-header\"\u003eM\u003c\/td\u003e\n                                    \u003ctd\u003e8-11\u003c\/td\u003e\n                                    \u003ctd\u003e9-12\u003c\/td\u003e\n                                    \u003ctd\u003e40-44\u003c\/td\u003e\n                                    \u003ctd\u003e7-10\u003c\/td\u003e\n                                    \u003ctd\u003e25.5-28\u003c\/td\u003e\n                                \u003c\/tr\u003e\n                                \u003ctr\u003e\n                                    \u003ctd class=\"size-header\"\u003eL\u003c\/td\u003e\n                                    \u003ctd\u003e11-14\u003c\/td\u003e\n                                    \u003ctd\u003e-\u003c\/td\u003e\n                                    \u003ctd\u003e44-48\u003c\/td\u003e\n                                    \u003ctd\u003e10-13\u003c\/td\u003e\n                                    \u003ctd\u003e28-30.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    \u003cscript\u003e\n        \/\/ Add animation to performance section when opened\n        document.addEventListener('DOMContentLoaded', function() {\n            const performanceSection = document.getElementById('performance-section');\n            \n            performanceSection.addEventListener('toggle', function() {\n                if (this.open) {\n                    const ratingBars = this.querySelectorAll('.rating-indicator_item.m-selected');\n                    ratingBars.forEach(bar =\u003e {\n                        bar.classList.remove('performance-opening');\n                        void bar.offsetWidth; \/\/ Trigger reflow\n                        bar.classList.add('performance-opening');\n                    });\n                }\n            });\n            \n            \/\/ Add click animation to product title\n            const productTitle = document.querySelector('.product-title');\n            productTitle.addEventListener('click', function() {\n                this.style.transform = 'scale(1.05)';\n                setTimeout(() =\u003e {\n                    this.style.transform = 'scale(1)';\n                }, 300);\n            });\n        });\n    \u003c\/script\u003e\n\n\u003c\/body\u003e","vendor":"Bent Metal","product_type":"Bindings","created_at":"2025-08-28T13:52:50-07:00","handle":"bent-metal-mens-logic-binding-grey-winter-2026","updated_at":"2025-12-31T12:21:05-08:00","published_at":"2025-08-28T13:52:50-07:00","template_suffix":null,"published_scope":"global","tags":"2026, Bent Metal, Bindings, boardroom, Mens, P80W, Snow, Snowboards, Winter","variants":[{"id":52380462776686,"product_id":14788771971438,"title":"Grey \/ M \/ Mens","price":"329.99","sku":"BEN61M014004","position":1,"compare_at_price":"329.99","fulfillment_service":"manual","inventory_management":"shopify","option1":"Grey","option2":"M","option3":"Mens","created_at":"2025-08-28T13:52:50-07:00","updated_at":"2025-12-31T12:21:05-08:00","taxable":true,"barcode":"BEN61M014004","grams":454,"image_id":null,"weight":1.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":52380462809454,"product_id":14788771971438,"title":"Grey \/ L \/ Mens","price":"329.99","sku":"BEN61M014005","position":2,"compare_at_price":"329.99","fulfillment_service":"manual","inventory_management":"shopify","option1":"Grey","option2":"L","option3":"Mens","created_at":"2025-08-28T13:52:50-07:00","updated_at":"2025-12-31T12:21:05-08:00","taxable":true,"barcode":"BEN61M014005","grams":454,"image_id":null,"weight":1.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":17140653228398,"product_id":14788771971438,"name":"Color","position":1,"values":["Grey"]},{"id":17140653261166,"product_id":14788771971438,"name":"Size","position":2,"values":["M","L"]},{"id":17140653293934,"product_id":14788771971438,"name":"Gender","position":3,"values":["Mens"]}],"images":[{"id":61270492873070,"product_id":14788771971438,"position":1,"created_at":"2025-08-28T14:48:19-07:00","updated_at":"2025-11-24T13:55:39-08:00","alt":null,"width":1350,"height":1350,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/9590\/3420\/files\/LogicBinding-Grey-2.png?v=1764021339","variant_ids":[]},{"id":61270492905838,"product_id":14788771971438,"position":2,"created_at":"2025-08-28T14:48:19-07:00","updated_at":"2025-11-24T13:55:15-08:00","alt":null,"width":1350,"height":1350,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/9590\/3420\/files\/LogicBinding-Grey-3.png?v=1764021315","variant_ids":[]}],"image":{"id":61270492873070,"product_id":14788771971438,"position":1,"created_at":"2025-08-28T14:48:19-07:00","updated_at":"2025-11-24T13:55:39-08:00","alt":null,"width":1350,"height":1350,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/9590\/3420\/files\/LogicBinding-Grey-2.png?v=1764021339","variant_ids":[]}}}