{"product_id":"ronix-unisex-anthem-boa-stage-3-bindings-techy-grey-summer-2026","title":"Anthem BOA Stage 3 Boots","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: repeat(2, 1fr);        gap: 20px;        margin-top: 8px;    }    .feature-item {        padding: 16px;        background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);        border-radius: 8px;        border: 1px solid #f0f0f0;        transition: all 0.3s ease;        position: relative;        overflow: hidden;    }    .feature-item::before {        content: '';        position: absolute;        top: 0;        left: 0;        width: 4px;        height: 0;        background: linear-gradient(180deg, #f87171, #fca5a5);        transition: height 0.3s ease;    }    .feature-item:hover {        transform: translateY(-2px);        box-shadow: 0 4px 12px rgba(248, 113, 113, 0.1);        border-color: #fecaca;    }    .feature-item:hover::before {        height: 100%;    }    .feature-item h3 {        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: 900px;        border-collapse: collapse;        font-size: 13px;    }    .size-table th {        text-align: center;        font-weight: 500;        color: white;        padding: 12px 8px;        background: linear-gradient(135deg, #f87171 0%, #fca5a5 100%);        font-size: 11px;        letter-spacing: 0.3px;        white-space: normal;        word-wrap: break-word;        line-height: 1.3;        vertical-align: middle;    }    .size-table td {        padding: 12px 8px;        border-bottom: 1px solid #f5f5f5;        color: #4a4a4a;        font-weight: 300;        transition: all 0.2s ease;        text-align: center;        white-space: normal;        word-wrap: break-word;        line-height: 1.4;        vertical-align: middle;    }    .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;    }    .detail-text {        font-size: 15px;        font-weight: 300;        color: #4a4a4a;        line-height: 1.8;        margin-bottom: 16px;    }    .flex-rating {        margin-top: 8px;    }    .flex-rating-header {        font-size: 14px;        font-weight: 600;        color: #1a1a1a;        margin-bottom: 16px;    }    .flex-rating-bars {        display: flex;        gap: 4px;        margin-bottom: 12px;    }    .flex-bar {        flex: 1;        height: 32px;        background: #f0f0f0;        border-radius: 6px;        transition: all 0.3s ease;    }    .flex-bar.active {        background: linear-gradient(135deg, #f87171 0%, #fca5a5 100%);        box-shadow: 0 2px 8px rgba(248, 113, 113, 0.2);    }    .flex-labels {        display: flex;        gap: 4px;    }    .flex-label {        flex: 1;        text-align: center;    }    .flex-label-name {        font-size: 13px;        font-weight: 500;        color: #1a1a1a;        margin-bottom: 4px;    }    .flex-label-range {        font-size: 12px;        color: #666;    }    .terrain-rating-section {        margin-bottom: 24px;    }    .terrain-rating-item {        margin-bottom: 16px;    }    .terrain-label {        font-size: 14px;        font-weight: 600;        color: #1a1a1a;        margin-bottom: 8px;    }    .skill-rating-section {        margin-top: 24px;    }    .skill-rating-bars {        display: flex;        gap: 4px;    }    .skill-bar {        flex: 1;        height: 32px;        background: #f0f0f0;        border-radius: 6px;        transition: all 0.3s ease;        display: flex;        align-items: center;        justify-content: center;        font-size: 12px;        font-weight: 500;        color: #999;    }    .skill-bar.active {        background: linear-gradient(135deg, #f87171 0%, #fca5a5 100%);        box-shadow: 0 2px 8px rgba(248, 113, 113, 0.2);        color: white;    }    @media (max-width: 768px) {        .features-grid {            grid-template-columns: 1fr;            gap: 16px;        }        .feature-item:hover {            transform: none;        }        .accordion-summary:hover {            padding-left: 0;        }        .accordion-summary::before {            display: none;        }        .accordion-summary {            padding: 16px 0;            font-size: 12px;        }        .size-table {            min-width: 800px;            font-size: 11px;        }        .size-table th {            padding: 10px 6px;            font-size: 10px;            line-height: 1.2;        }        .size-table td {            padding: 10px 6px;            font-size: 11px;        }        .intro-text {            font-size: 15px;        }        .flex-bar {            height: 28px;        }        .flex-label-name {            font-size: 12px;        }        .flex-label-range {            font-size: 11px;        }        .skill-bar {            height: 28px;            font-size: 11px;        }    }    @media (max-width: 480px) {        .size-table {            min-width: 700px;            font-size: 10px;        }        .size-table th {            padding: 8px 4px;            font-size: 9px;            line-height: 1.2;        }        .size-table td {            padding: 8px 4px;            font-size: 10px;        }        .size-note {            font-size: 12px;            padding: 10px 12px;        }    }\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp class=\"intro-text\"\u003e\u003cstrong\u003eEffortless fit meets progressive performance with BOA technology.\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003eThe Anthem BOA Stage 3 Boot combines the convenience of BOA's dial-based closure system with a forgiving flex pattern perfect for progressing riders. Designed for intermediate riders ready to advance their skills, this boot delivers micro-adjustable precision fit with a simple turn of the dial. Whether you're learning new tricks in the park or improving your technique behind the boat, the Anthem BOA Stage 3 makes it easy to dial in your perfect fit.\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-item\"\u003e\n\u003ch3\u003eBOA® Fit System\u003c\/h3\u003e\n\u003cp\u003eThe lower section of the boot features the micro-adjustable BOA® dial system, allowing riders to dial in a precise, custom fit for the foot on the fly, ensuring a secure feel without pressure points.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eSuperStraps® Ankle Closure\u003c\/h3\u003e\n\u003cp\u003eThe upper section uses a high-performance SuperStrap, which combines low-friction nylon webbing and an elastomer strap for extra leverage and support around the ankle, maximizing heel-toe response and minimizing heel lift.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eMainFrame 2.0 Low Cut Chassis\u003c\/h3\u003e\n\u003cp\u003eThis anatomical, baseless design provides a secure and comfortable foundation. It maximizes board feel and energy transfer by eliminating excess material between the foot and the board.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eStage 3 Liner\u003c\/h3\u003e\n\u003cp\u003eA high-memory foam liner provides adaptable cushioning, comfort, and support, and is heat-moldable for a custom fit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eOpen-Toe Design\u003c\/h3\u003e\n\u003cp\u003eThis feature allows the boot to accommodate a range of foot sizes, making it an excellent choice for shared boards or families.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eClassic S.O.L.E\u003c\/h3\u003e\n\u003cp\u003eThe footbed is constructed from Ronix's time-tested, impact-absorbing foam, offering reliable cushioning for landings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eBuilt-in Ankle Support \u0026amp; J-Bars\u003c\/h3\u003e\n\u003cp\u003eInternal reinforcements and J-bars are integrated into the chassis to provide added stability and heel hold.\u003c\/p\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\u003eRatings\u003c\/span\u003e \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"terrain-rating-section\"\u003e\n\u003cdiv class=\"terrain-rating-item\"\u003e\n\u003cdiv class=\"terrain-label\"\u003eResponsiveness: 6\/10\u003c\/div\u003e\n\u003cdiv class=\"flex-rating-bars\"\u003e\n\u003cdiv class=\"flex-bar active\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-bar active\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-bar active\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-bar active\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-bar active\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-bar active\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"terrain-rating-item\"\u003e\n\u003cdiv class=\"terrain-label\"\u003ePerformance Level: 6\/10\u003c\/div\u003e\n\u003cdiv class=\"flex-rating-bars\"\u003e\n\u003cdiv class=\"flex-bar active\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-bar active\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-bar active\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-bar active\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-bar active\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-bar active\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-rating\"\u003e\n\u003cdiv class=\"flex-rating-header\"\u003eFlex: 6\/10\u003c\/div\u003e\n\u003cdiv class=\"flex-rating-bars\"\u003e\n\u003cdiv class=\"flex-bar active\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-bar active\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-bar active\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-bar active\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-bar active\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-bar active\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-labels\"\u003e\n\u003cdiv class=\"flex-label\"\u003e\n\u003cdiv class=\"flex-label-name\"\u003eSoft\u003c\/div\u003e\n\u003cdiv class=\"flex-label-range\"\u003e1-3\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-label\"\u003e\n\u003cdiv class=\"flex-label-name\"\u003eMedium\u003c\/div\u003e\n\u003cdiv class=\"flex-label-range\"\u003e4-7\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-label\"\u003e\n\u003cdiv class=\"flex-label-name\"\u003eStiff\u003c\/div\u003e\n\u003cdiv class=\"flex-label-range\"\u003e8-10\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\u003eSizing\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\u003eUS\u003c\/th\u003e\n\u003cth\u003eUK\u003c\/th\u003e\n\u003cth\u003eEUR\u003c\/th\u003e\n\u003cth\u003eJAP\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e5-8.5\u003c\/td\u003e\n\u003ctd\u003e4-7.5\u003c\/td\u003e\n\u003ctd\u003e37-41.5\u003c\/td\u003e\n\u003ctd\u003e23-26.5\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e7.5-11.5\u003c\/td\u003e\n\u003ctd\u003e6.5-10.5\u003c\/td\u003e\n\u003ctd\u003e40-45.5\u003c\/td\u003e\n\u003ctd\u003e25.5-29.5\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e10.5-14.5\u003c\/td\u003e\n\u003ctd\u003e9.5-13.5\u003c\/td\u003e\n\u003ctd\u003e44-48.5\u003c\/td\u003e\n\u003ctd\u003e28.5-32.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","brand":"Ronix","offers":[{"title":"Techy Grey \/ 7.5\/11.5 \/ Unisex","offer_id":53029771608430,"sku":"SQ163N157075","price":579.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/9590\/3420\/files\/AnthemBOAStage2Boots-TechyGrey4.png?v=1764693938","url":"https:\/\/boardroomshop.com\/products\/ronix-unisex-anthem-boa-stage-3-bindings-techy-grey-summer-2026","provider":"The Boardroom","version":"1.0","type":"link"}