{"product":{"id":14823437173102,"title":"SR Binding 2026","body_html":"\u003cstyle\u003e    .product-description {        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;        color: #1a1a1a;        line-height: 1.7;        max-width: 800px;        margin: 0;        padding: 0;    }    .intro-text {        font-size: 16px;        font-weight: 300;        margin-bottom: 32px;        color: #2c2c2c;        line-height: 1.8;        position: relative;        padding-left: 16px;        border-left: 3px solid #f87171;    }    .accordion-item {        border-bottom: 1px solid #e0e0e0;        transition: all 0.2s ease;    }    .accordion-item:hover {        border-bottom-color: #f87171;    }    .accordion-item:last-child {        border-bottom: none;    }    .accordion-summary {        display: flex;        justify-content: space-between;        align-items: center;        padding: 20px 0;        cursor: pointer;        list-style: none;        font-size: 13px;        font-weight: 500;        letter-spacing: 1.5px;        text-transform: uppercase;        color: #1a1a1a;        transition: all 0.3s ease;        position: relative;    }    .accordion-summary::before {        content: '';        position: absolute;        left: 0;        bottom: 0;        width: 0;        height: 2px;        background: linear-gradient(90deg, #f87171, #fca5a5);        transition: width 0.3s ease;    }    .accordion-summary:hover::before {        width: 60px;    }    .accordion-summary:hover {        color: #f87171;        padding-left: 8px;    }    .accordion-summary::-webkit-details-marker {        display: none;    }    .accordion-icon {        font-size: 20px;        font-weight: 300;        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);        color: #999;    }    .accordion-item[open] .accordion-icon {        transform: rotate(45deg);        color: #f87171;    }    .accordion-content {        padding: 0 0 24px 0;        animation: slideDown 0.4s cubic-bezier(0.4, 0, 0.2, 1);        overflow: hidden;    }    @keyframes slideDown {        from {            opacity: 0;            transform: translateY(-12px);        }        to {            opacity: 1;            transform: translateY(0);        }    }    .features-grid {        display: grid;        grid-template-columns: 1fr;        gap: 24px;        margin-top: 8px;    }    .feature-section {        padding: 0;    }    .feature-section h3 {        font-size: 15px;        font-weight: 600;        color: #1a1a1a;        margin-bottom: 16px;        text-transform: uppercase;        letter-spacing: 1px;    }    .feature-item {        padding: 12px 0 12px 16px;        border-left: 2px solid #f0f0f0;        transition: all 0.3s ease;        margin-bottom: 12px;    }    .feature-item:hover {        border-left-color: #f87171;        padding-left: 20px;    }    .feature-item h4 {        font-size: 14px;        font-weight: 600;        color: #1a1a1a;        margin-bottom: 6px;    }    .feature-item p {        font-size: 14px;        font-weight: 300;        color: #666;        margin: 0;        line-height: 1.6;    }    .size-table-wrapper {        width: 100%;        overflow-x: auto;        margin: 16px 0;        border-radius: 8px;        border: 1px solid #f0f0f0;        -webkit-overflow-scrolling: touch;    }    .size-table {        width: 100%;        min-width: 600px;        border-collapse: collapse;        font-size: 14px;    }    .size-table th {        text-align: left;        font-weight: 500;        color: white;        padding: 14px 16px;        background: linear-gradient(135deg, #f87171 0%, #fca5a5 100%);        font-size: 13px;        letter-spacing: 0.5px;        white-space: nowrap;    }    .size-table td {        padding: 14px 16px;        border-bottom: 1px solid #f5f5f5;        color: #4a4a4a;        font-weight: 300;        transition: all 0.2s ease;        white-space: nowrap;    }    .size-table tr:last-child td {        border-bottom: none;    }    .size-table tbody tr {        transition: all 0.2s ease;    }    .size-table tbody tr:hover {        background: #fef2f2;    }    .size-note {        font-size: 13px;        color: #666;        font-style: italic;        margin-top: 16px;        padding: 12px 16px;        background: #fef2f2;        border-left: 3px solid #f87171;        border-radius: 4px;    }    .b-temperature_rating {        margin: 16px 0;        padding: 16px;        background: #fafafa;        border-radius: 8px;        cursor: pointer;        transition: all 0.3s ease;    }    .b-temperature_rating:hover {        background: #fef2f2;        box-shadow: 0 2px 8px rgba(248, 113, 113, 0.1);    }    .b-temperature_rating-details {        display: flex;        justify-content: space-between;        align-items: center;        margin-bottom: 12px;        font-size: 14px;    }    .b-temperature_rating-details_title {        font-weight: 600;        color: #1a1a1a;    }    .b-temperature_rating-indicator {        display: flex;        margin-bottom: 0;        padding: 0;        list-style: none;        height: 40px;        gap: 4px;    }    .b-temperature_rating-indicator_item {        height: 40px;        flex: 1;        background-color: #e0e0e0;        border-radius: 6px;        display: flex;        align-items: center;        justify-content: center;        font-weight: 500;        color: #999;        transition: all 0.3s ease;        font-size: 13px;    }    .b-temperature_rating-indicator_item.m-selected {        background: linear-gradient(135deg, #f87171 0%, #fca5a5 100%);        color: white;        box-shadow: 0 2px 6px rgba(248, 113, 113, 0.2);    }    .flex-rating {        margin: 16px 0;        padding: 16px;        background: #fafafa;        border-radius: 8px;        cursor: pointer;        transition: all 0.3s ease;    }    .flex-rating:hover {        background: #fef2f2;        box-shadow: 0 2px 8px rgba(248, 113, 113, 0.1);    }    .flex-rating-details {        display: flex;        justify-content: space-between;        align-items: center;        margin-bottom: 12px;        font-size: 14px;    }    .flex-rating-details_title {        font-weight: 600;        color: #1a1a1a;    }    .flex-rating-indicator {        display: flex;        margin-bottom: 0;        padding: 0;        list-style: none;        height: 40px;        gap: 4px;    }    .flex-rating-indicator_item {        height: 40px;        flex: 1;        background-color: #e0e0e0;        border-radius: 6px;        display: flex;        align-items: center;        justify-content: center;        font-weight: 500;        color: #999;        transition: all 0.3s ease;        font-size: 13px;    }    .flex-rating-indicator_item.m-selected {        background: linear-gradient(135deg, #f87171 0%, #fca5a5 100%);        color: white;        box-shadow: 0 2px 6px rgba(248, 113, 113, 0.2);    }    .flex-rating-indicator_item.active-rating {        box-shadow: 0 0 0 2px #1a1a1a, 0 2px 8px rgba(248, 113, 113, 0.3);        transform: scale(1.05);        z-index: 1;    }    @media (max-width: 768px) {        .features-grid {            grid-template-columns: 1fr;            gap: 16px;        }        .feature-item:hover {            padding-left: 16px;        }        .accordion-summary:hover {            padding-left: 0;        }        .accordion-summary::before {            display: none;        }        .accordion-summary {            padding: 16px 0;            font-size: 12px;        }        .size-table {            font-size: 13px;        }        .size-table th,        .size-table td {            padding: 10px 12px;        }        .intro-text {            font-size: 15px;        }        .b-temperature_rating-indicator_item,        .flex-rating-indicator_item {            font-size: 11px;            height: 36px;        }    }\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp class=\"intro-text\"\u003eThis is the new standard model for freeriding from FLUX, reborn with a completely new base plate. The outside features a large, bouncy stabilizer with excellent recovery capabilities, which efficiently transfers power to the board when carving. On the other hand, a soft, small stabilizer is used on the inside to prioritize ease of movement, making it easier to tuck your knees inward and make fine movements when running in the trees. This asymmetrical structure makes this binding perfect for a perfect day out, where you can spend the morning hunting for powder, and then enjoy playing with the terrain and carving when it's gone.\u003c\/p\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary class=\"accordion-summary\"\u003e\u003cspan\u003eFeatures\u003c\/span\u003e \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003ch3\u003eHigh Back\u003c\/h3\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003eSolid Highback\u003c\/h4\u003e\n\u003cp\u003eThe narrowing in the center creates flexibility in the upper part, relieving strain on the boots and ankles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003eSuper Tough Nylon Soft\u003c\/h4\u003e\n\u003cp\u003eSoft flex material allows for greater freedom and stylish skating.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003eMicro Adjuster\u003c\/h4\u003e\n\u003cp\u003eMoving it one memory forward will tilt the seat forward by approximately 2.5 degrees. This allows for more precise high back settings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003ch3\u003eBase Plate\u003c\/h3\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003eSuper Ultima Baseplate\u003c\/h4\u003e\n\u003cp\u003eThe new generation standard for FLUX is equipped with a stabilizer that converts power transmission into rebound force to maximize the board's bounce.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003ePerformance Blend\u003c\/h4\u003e\n\u003cp\u003eThe most versatile medium flex for all riding situations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003eBoost FootOn+\u003c\/h4\u003e\n\u003cp\u003eThe center is made of a soft material, and when you step on it, it naturally becomes concave, making it easier for the toe and heel to step on it. Of course, the surface is made of a material that does not easily get snow on it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003eAdjustable Toe \u0026amp; Heel Cushion\u003c\/h4\u003e\n\u003cp\u003eMovable cushion that allows adjustment of the toe side and heel site to suit boot size and board width.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003eHybrid Stabilizer\u003c\/h4\u003e\n\u003cp\u003eThe inside is made of a cushioned material that makes it easy for the knees to slide in, while the outside is made of a highly resilient material that makes it easy to step on.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003e5 Holes Highback Rotation\u003c\/h4\u003e\n\u003cp\u003eFive highback mounting holes allow rotation at both foot forward angles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003eFlat Bottom\u003c\/h4\u003e\n\u003cp\u003eThe base plate has a flat shape with fewer bumps on the underside, allowing for direct power transmission while still taking care of the top sheet of the board.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003ch3\u003eStrap\u003c\/h3\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003eWaffle Strap\u003c\/h4\u003e\n\u003cp\u003eIt has a two-layer structure consisting of a waffle cushion that provides such a comfortable hold and ease of movement that you'll forget you're wearing it, and a Power Strap that transmits power directly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003eBeer Buckle\u003c\/h4\u003e\n\u003cp\u003eA newly designed ratchet buckle that tightens securely to the last swift tightening. Comes with a bottle opener for hassle-free toasts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003eFTM VER.5.0\u003c\/h4\u003e\n\u003cp\u003eTo improve the transmission of force, the center line is made strong, while the upper and lower ends are made flexible to improve the fit with boots.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003eL-Guide\u003c\/h4\u003e\n\u003cp\u003eThe belt stows smoothly and prevents it from getting caught in the snow when making toeside turns.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003ch3\u003eOthers\u003c\/h3\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003eUU Fit\u003c\/h4\u003e\n\u003cp\u003eThe strap belt between the heel cup and the highback wraps the boot from all angles, providing a natural hold and even pressure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003eMulti Disc\u003c\/h4\u003e\n\u003cp\u003eMulti-disc that can be installed in either 4x4 or 2H. Can also be installed with a 5mm or 10mm offset from the front or back or left or right.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003eToolless Lever\u003c\/h4\u003e\n\u003cp\u003eThe best setting is possible without tools. Comes with a stopper to prevent the screws from loosening.\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=\"accordion-item\"\u003e\n\u003csummary class=\"accordion-summary\"\u003e\u003cspan\u003ePerformance\u003c\/span\u003e \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"b-temperature_rating\"\u003e\n\u003cp class=\"b-temperature_rating-details\"\u003e\u003cspan class=\"b-temperature_rating-details_title\"\u003eTerrain\u003c\/span\u003e\u003c\/p\u003e\n\u003cul class=\"b-temperature_rating-indicator\"\u003e\n\u003cli class=\"b-temperature_rating-indicator_item\"\u003ePark\u003c\/li\u003e\n\u003cli class=\"b-temperature_rating-indicator_item m-selected\"\u003eCarving\u003c\/li\u003e\n\u003cli class=\"b-temperature_rating-indicator_item m-selected\"\u003ePowder\u003c\/li\u003e\n\u003cli class=\"b-temperature_rating-indicator_item m-selected\"\u003eAll Mountain\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-rating\"\u003e\n\u003cp class=\"flex-rating-details\"\u003e\u003cspan class=\"flex-rating-details_title\"\u003eFlex: 5 (Medium)\u003c\/span\u003e\u003c\/p\u003e\n\u003cul class=\"flex-rating-indicator\"\u003e\n\u003cli class=\"flex-rating-indicator_item m-selected\"\u003eSoft\u003c\/li\u003e\n\u003cli class=\"flex-rating-indicator_item m-selected\"\u003e\n\u003c\/li\u003e\n\u003cli class=\"flex-rating-indicator_item m-selected\"\u003e\n\u003c\/li\u003e\n\u003cli class=\"flex-rating-indicator_item m-selected\"\u003e\n\u003c\/li\u003e\n\u003cli class=\"flex-rating-indicator_item m-selected active-rating\"\u003e5\u003c\/li\u003e\n\u003cli class=\"flex-rating-indicator_item\"\u003e\n\u003c\/li\u003e\n\u003cli class=\"flex-rating-indicator_item\"\u003e\n\u003c\/li\u003e\n\u003cli class=\"flex-rating-indicator_item\"\u003e\n\u003c\/li\u003e\n\u003cli class=\"flex-rating-indicator_item\"\u003e\n\u003c\/li\u003e\n\u003cli class=\"flex-rating-indicator_item\"\u003e10\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary class=\"accordion-summary\"\u003e\u003cspan\u003eBinding Size Chart\u003c\/span\u003e \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"size-table-wrapper\"\u003e\n\u003ctable class=\"size-table\"\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\u003eEU\u003c\/th\u003e\n\u003cth\u003eUK\u003c\/th\u003e\n\u003cth\u003eCM\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eSmall\u003c\/td\u003e\n\u003ctd\u003e4.5-7.5\u003c\/td\u003e\n\u003ctd\u003e5.5-8.5\u003c\/td\u003e\n\u003ctd\u003e36-40.5\u003c\/td\u003e\n\u003ctd\u003e3.5-6.5\u003c\/td\u003e\n\u003ctd\u003e22-26\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMedium\u003c\/td\u003e\n\u003ctd\u003e7-9.5\u003c\/td\u003e\n\u003ctd\u003e8-10.5\u003c\/td\u003e\n\u003ctd\u003e40-42.5\u003c\/td\u003e\n\u003ctd\u003e6-8.5\u003c\/td\u003e\n\u003ctd\u003e25-27.5\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLarge\u003c\/td\u003e\n\u003ctd\u003e+9+\u003c\/td\u003e\n\u003ctd\u003e-\u003c\/td\u003e\n\u003ctd\u003e42+\u003c\/td\u003e\n\u003ctd\u003e8+\u003c\/td\u003e\n\u003ctd\u003e27+\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"size-note\"\u003eChoose your binding size based on your boot size. The fully adjustable chassis allows for fine-tuning to achieve the perfect fit between binding and boots.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","vendor":"Flux","product_type":"Bindings","created_at":"2025-10-14T10:11:44-07:00","handle":"flux-unisex-sr-binding-gorge-winter-2026","updated_at":"2026-01-07T20:52:21-08:00","published_at":"2025-12-02T09:26:11-08:00","template_suffix":null,"published_scope":"global","tags":"2026, Bindings, boardroom, Mens, P80W, Snow, Snowboards, Unisex, Winter, Womens","variants":[{"id":52750547288430,"product_id":14823437173102,"title":"Gorge \/ XS \/ Unisex","price":"499.99","sku":"FLX61N014002","position":1,"compare_at_price":"499.99","fulfillment_service":"manual","inventory_management":"shopify","option1":"Gorge","option2":"XS","option3":"Unisex","created_at":"2025-10-14T10:11:44-07:00","updated_at":"2026-01-07T20:52:21-08:00","taxable":true,"barcode":"FLX61N014002","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":52750547321198,"product_id":14823437173102,"title":"Gorge \/ S \/ Unisex","price":"499.99","sku":"FLX61N014003","position":2,"compare_at_price":"499.99","fulfillment_service":"manual","inventory_management":"shopify","option1":"Gorge","option2":"S","option3":"Unisex","created_at":"2025-10-14T10:11:44-07:00","updated_at":"2026-01-07T20:52:21-08:00","taxable":true,"barcode":"FLX61N014003","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":52750547353966,"product_id":14823437173102,"title":"Gorge \/ M \/ Unisex","price":"499.99","sku":"FLX61N014004","position":3,"compare_at_price":"499.99","fulfillment_service":"manual","inventory_management":"shopify","option1":"Gorge","option2":"M","option3":"Unisex","created_at":"2025-10-14T10:11:44-07:00","updated_at":"2026-01-07T20:52:21-08:00","taxable":true,"barcode":"FLX61N014004","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":52750547386734,"product_id":14823437173102,"title":"Gorge \/ L \/ Unisex","price":"499.99","sku":"FLX61N014005","position":4,"compare_at_price":"499.99","fulfillment_service":"manual","inventory_management":"shopify","option1":"Gorge","option2":"L","option3":"Unisex","created_at":"2025-10-14T10:11:44-07:00","updated_at":"2026-01-07T20:52:21-08:00","taxable":true,"barcode":"FLX61N014005","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":17188682924398,"product_id":14823437173102,"name":"Color","position":1,"values":["Gorge"]},{"id":17188682957166,"product_id":14823437173102,"name":"Size","position":2,"values":["XS","S","M","L"]},{"id":17188682989934,"product_id":14823437173102,"name":"Gender","position":3,"values":["Unisex"]}],"images":[{"id":62902752248174,"product_id":14823437173102,"position":1,"created_at":"2025-12-09T15:49:22-08:00","updated_at":"2025-12-09T15:49:23-08:00","alt":null,"width":1350,"height":1350,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/9590\/3420\/files\/SR-FORGE.png?v=1765324163","variant_ids":[]}],"image":{"id":62902752248174,"product_id":14823437173102,"position":1,"created_at":"2025-12-09T15:49:22-08:00","updated_at":"2025-12-09T15:49:23-08:00","alt":null,"width":1350,"height":1350,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/9590\/3420\/files\/SR-FORGE.png?v=1765324163","variant_ids":[]}}}