{"product":{"id":14823437959534,"title":"TT 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\"\u003eThe Flux TT Binding is designed to deliver the perfect balance of performance and comfort, making it ideal for riders who want to tackle everything the mountain throws at them. Whether you're charging down groomers, hitting side hits, or taking laps in the park, the TT offers reliable response and stability to help you ride with confidence.\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 constriction in the center creates flex at the top, eliminating strain on boots and ankles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003eSuper Tough Nylon Ver. 2.0\u003c\/h4\u003e\n\u003cp\u003eSoft flex material developed to expand the range of motion of the foot during powder riding.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003eMicro Adjuster\u003c\/h4\u003e\n\u003cp\u003eIf you move it forward one memory, it will lean forward approximately 2.5 degrees. More detailed high back settings are possible.\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\u003eTransfer Baseplate\u003c\/h4\u003e\n\u003cp\u003eReliably transmits power to the impact point, lightweight and direct response.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003ePerformance Blend\u003c\/h4\u003e\n\u003cp\u003eMedium flex for most all-round use. Compatible with all riding scenes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003eBoost FootOn\u003c\/h4\u003e\n\u003cp\u003eThe footbed has a cushion height that is 4mm higher than the previous FootOn. It prevents drag when turning, improves response when turning, and absorbs small vibrations. Of course, the surface is made of material that prevents snow from sticking.\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 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\u003eRecycle Blend\u003c\/h4\u003e\n\u003cp\u003eA new material made by reusing leftover PET film that was previously disposed of. Glass fiber is blended in a setting that efficiently transmits force to the board while also highly tracking the movement of the boot.\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\u003eA two-layer structure with a waffle cushion that provides 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 securely tightens until the last tightening. Comes with a bottle opener function so you don't have to worry about toasting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003eFTM VER.5.0\u003c\/h4\u003e\n\u003cp\u003eIn order to increase power transmission, the center line is made strong, and the upper and lower ends are made with increased flexibility for a better 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\u003eStore the belt smoothly to avoid getting caught in the snow during toe-side 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\u003eA system that wraps the boots from 360° by attaching a strap belt between the heel cup and the high back. This provides a natural holding feeling and equalization of 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 on either 4x4 or 2H. It is also possible to install it by shifting it by 5mm or 10mm from front to back or from side to side.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003eToolless Lever\u003c\/h4\u003e\n\u003cp\u003eThe best settings can be made without tools. Comes with a stopper to prevent 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 m-selected\"\u003eFreeride\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\"\u003eGroomers\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:12:37-07:00","handle":"flux-unisex-tt-binding-black-winter-2026","updated_at":"2026-01-30T17:13:18-08:00","published_at":"2025-12-02T09:25:50-08:00","template_suffix":null,"published_scope":"global","tags":"2026, Bindings, boardroom, Mens, P80W, Snow, Snowboards, Unisex, Winter, Womens","variants":[{"id":52750549942638,"product_id":14823437959534,"title":"Black \/ S \/ Unisex","price":"369.99","sku":"FLX61N038003","position":1,"compare_at_price":"369.99","fulfillment_service":"manual","inventory_management":"shopify","option1":"Black","option2":"S","option3":"Unisex","created_at":"2025-10-14T10:12:37-07:00","updated_at":"2026-01-30T17:13:18-08:00","taxable":true,"barcode":"FLX61N038003","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":52750549975406,"product_id":14823437959534,"title":"Black \/ M \/ Unisex","price":"369.99","sku":"FLX61N038004","position":2,"compare_at_price":"369.99","fulfillment_service":"manual","inventory_management":"shopify","option1":"Black","option2":"M","option3":"Unisex","created_at":"2025-10-14T10:12:37-07:00","updated_at":"2026-01-30T17:13:18-08:00","taxable":true,"barcode":"FLX61N038004","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":52750550008174,"product_id":14823437959534,"title":"Black \/ L \/ Unisex","price":"369.99","sku":"FLX61N038005","position":3,"compare_at_price":"369.99","fulfillment_service":"manual","inventory_management":"shopify","option1":"Black","option2":"L","option3":"Unisex","created_at":"2025-10-14T10:12:37-07:00","updated_at":"2026-01-30T17:13:18-08:00","taxable":true,"barcode":"FLX61N038005","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":17188685283694,"product_id":14823437959534,"name":"Color","position":1,"values":["Black"]},{"id":17188685316462,"product_id":14823437959534,"name":"Size","position":2,"values":["S","M","L"]},{"id":17188685349230,"product_id":14823437959534,"name":"Gender","position":3,"values":["Unisex"]}],"images":[{"id":62879778832750,"product_id":14823437959534,"position":1,"created_at":"2025-12-08T15:29:00-08:00","updated_at":"2025-12-08T15:29:01-08:00","alt":null,"width":1350,"height":1350,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/9590\/3420\/files\/TTBinding2026-Black.png?v=1765236541","variant_ids":[]}],"image":{"id":62879778832750,"product_id":14823437959534,"position":1,"created_at":"2025-12-08T15:29:00-08:00","updated_at":"2025-12-08T15:29:01-08:00","alt":null,"width":1350,"height":1350,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/9590\/3420\/files\/TTBinding2026-Black.png?v=1765236541","variant_ids":[]}}}