{"product":{"id":14823438090606,"title":"EM 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 2025\/2026 Flux EM Binding brings upgraded support with q newly developed highback that securely transfers movement directly to the board, offering exceptional carving performance at an unbeatable price. The Redux Lean Adjuster allows for precise highback positioning to enhanceyour riding experience.\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\u003eA super light weight formula with soft feel, allowing you to ride the way you want stress free\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003eSuper Tough Nylon\u003c\/h4\u003e\n\u003cp\u003eMedium flex material suitable for all-round use from low speed to high speed, fit any type of rider from beginner to expert.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003eRedux Lean Adjuster\u003c\/h4\u003e\n\u003cp\u003eCompact and lightweight. Easily adjustable with one action.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003eMicro Adjuster\u003c\/h4\u003e\n\u003cp\u003eMicro adjuster allows for a precise high back position. Each click forward adjusts the back approximately 2.5 degrees.\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\u003eDisco Baseplate\u003c\/h4\u003e\n\u003cp\u003eAn easy-to-handle mid-flex structure baseplate with strong board contact to improve stability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003ePerformance Blend\u003c\/h4\u003e\n\u003cp\u003eA medium flex blend, perfect for all riding styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003eEz Bed\u003c\/h4\u003e\n\u003cp\u003eThe structure is independent of the base plate, allowing for easy adjustment of toe positioning. It features a 3-level adjustment function, and even after being installed on the board, adjustments can be made by simply sliding it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003eAdjustable Toe Cushion\u003c\/h4\u003e\n\u003cp\u003eAdjustable cushion that can be moved to align with boot size and board width on the toe side.\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\u003eHoneycomb Strap Ver.2.0\u003c\/h4\u003e\n\u003cp\u003eThe lightweight honeycomb structure delivers excellent shock absorption and a secure, wrap-around grip on your ankle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003eTrigger Buckle\u003c\/h4\u003e\n\u003cp\u003eThe new trigger buckle is larger and ergonomically designed to fit comfortably in your hand, allowing the proper ratchet systems to tighten it securely. The thickened, angled trigger ensures easier engagement and enhance overall durability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003eFTM versa\u003c\/h4\u003e\n\u003cp\u003eThe strap can be used to your preference, wether securing the strap on on your boots toe piece or above on the toe box, the flexible and versatile material ensures a secure hold.\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\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\"\u003eAll Mountain\u003c\/li\u003e\n\u003cli class=\"b-temperature_rating-indicator_item\"\u003eJib\u003c\/li\u003e\n\u003cli class=\"b-temperature_rating-indicator_item m-selected\"\u003eFreeride\u003c\/li\u003e\n\u003cli class=\"b-temperature_rating-indicator_item\"\u003ePark\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: 2 (Soft)\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 active-rating\"\u003e2\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\"\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:43-07:00","handle":"flux-unisex-em-binding-white-winter-2026","updated_at":"2026-01-06T12:32:26-08:00","published_at":"2025-12-02T09:25:49-08:00","template_suffix":null,"published_scope":"global","tags":"2026, Bindings, boardroom, Mens, P80W, Snow, Snowboards, Unisex, Winter, Womens","variants":[{"id":52750550270318,"product_id":14823438090606,"title":"White \/ S \/ Unisex","price":"329.99","sku":"FLX61N041003","position":1,"compare_at_price":"329.99","fulfillment_service":"manual","inventory_management":"shopify","option1":"White","option2":"S","option3":"Unisex","created_at":"2025-10-14T10:12:43-07:00","updated_at":"2026-01-06T12:32:26-08:00","taxable":true,"barcode":"FLX61N041003","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":52750550303086,"product_id":14823438090606,"title":"White \/ M \/ Unisex","price":"329.99","sku":"FLX61N041004","position":2,"compare_at_price":"329.99","fulfillment_service":"manual","inventory_management":"shopify","option1":"White","option2":"M","option3":"Unisex","created_at":"2025-10-14T10:12:43-07:00","updated_at":"2026-01-06T12:32:26-08:00","taxable":true,"barcode":"FLX61N041004","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":52750550335854,"product_id":14823438090606,"title":"White \/ L \/ Unisex","price":"329.99","sku":"FLX61N041005","position":3,"compare_at_price":"329.99","fulfillment_service":"manual","inventory_management":"shopify","option1":"White","option2":"L","option3":"Unisex","created_at":"2025-10-14T10:12:43-07:00","updated_at":"2026-01-06T12:32:26-08:00","taxable":true,"barcode":"FLX61N041005","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":17188685611374,"product_id":14823438090606,"name":"Color","position":1,"values":["White"]},{"id":17188685644142,"product_id":14823438090606,"name":"Size","position":2,"values":["S","M","L"]},{"id":17188685676910,"product_id":14823438090606,"name":"Gender","position":3,"values":["Unisex"]}],"images":[{"id":62879644156270,"product_id":14823438090606,"position":1,"created_at":"2025-12-08T15:26:39-08:00","updated_at":"2025-12-08T15:26:41-08:00","alt":null,"width":1350,"height":1350,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/9590\/3420\/files\/EMBinding2026-White.png?v=1765236401","variant_ids":[]}],"image":{"id":62879644156270,"product_id":14823438090606,"position":1,"created_at":"2025-12-08T15:26:39-08:00","updated_at":"2025-12-08T15:26:41-08:00","alt":null,"width":1350,"height":1350,"src":"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/9590\/3420\/files\/EMBinding2026-White.png?v=1765236401","variant_ids":[]}}}