{"product_id":"flux-unisex-cv-binding-black-winter-2026","title":"CV Binding","description":"\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 CV Binding is engineered for riders who demand the best in carving performance and control.\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\u003eBuffalo Highback\u003c\/h4\u003e\n\u003cp\u003eIt is characterized by two pillars that look like buffalo horns. Supports the flat high back surface from both sides. This season, the thickness of the two pillars has been increased, resulting in a shape that transmits power more directly to the board.\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, 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\u003eLighter due to smaller size. 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\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\u003eSuper Transfer Baseplate\u003c\/h4\u003e\n\u003cp\u003eThanks to the heel cup, which is approximately 15mm higher than the transfer base, the backside response is an order of magnitude higher. Also, it is difficult to drag.\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\u003e4Corner Stabilizer\u003c\/h4\u003e\n\u003cp\u003eThe stabilizer firmly and gently transmits the powerful power generated by the height heel cup to the board.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch4\u003e5Holes Highback Rotation\u003c\/h4\u003e\n\u003cp\u003eFive highback mounting holes that allow rotation at both foot swing angles.\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, beginner to expert.\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\"\u003eAll Mountain\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\"\u003eFreeride\u003c\/li\u003e\n\u003cli class=\"b-temperature_rating-indicator_item m-selected\"\u003ePowder\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: 7 (Medium-Stiff)\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\"\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\"\u003e7\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","brand":"Flux","offers":[{"title":"Black \/ S \/ Unisex","offer_id":52750546239854,"sku":"FLX61N005003","price":384.95,"currency_code":"CAD","in_stock":false},{"title":"Black \/ M \/ Unisex","offer_id":52750546272622,"sku":"FLX61N005004","price":384.95,"currency_code":"CAD","in_stock":false},{"title":"Black \/ L \/ Unisex","offer_id":52750546305390,"sku":"FLX61N005005","price":384.95,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/9590\/3420\/files\/CVBinding2026-Black.png?v=1760560388","url":"https:\/\/brighttrade.shop\/products\/flux-unisex-cv-binding-black-winter-2026","provider":"Brighttrade","version":"1.0","type":"link"}