{"product_id":"ronix-unisex-beg-int-shift-fluid-balance-series-17-26-foils-white-silver-red-summer-2026","title":"Beg. \/ Int Shift \/ Fluid \/Balance Series  17 - 26\"","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;    }    .included-grid {        display: grid;        grid-template-columns: repeat(3, 1fr);        gap: 16px;        margin-top: 8px;    }    .included-item {        font-size: 14px;        font-weight: 300;        color: #4a4a4a;        padding: 12px 16px;        background: #fafafa;        border-radius: 6px;        border-left: 3px solid #f87171;        transition: all 0.2s ease;    }    .included-item:hover {        background: #fef2f2;        transform: translateX(4px);    }    .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;    }    .detail-text {        font-size: 15px;        font-weight: 300;        color: #4a4a4a;        line-height: 1.8;        margin-bottom: 16px;    }    .spec-item {        font-size: 14px;        font-weight: 300;        color: #4a4a4a;        padding: 10px 0;        border-bottom: 1px solid #f5f5f5;    }    .spec-item strong {        font-weight: 500;        color: #1a1a1a;    }    .care-list {        list-style: none;        padding: 0;        margin: 16px 0 0 0;    }    .care-list li {        font-size: 14px;        font-weight: 300;        color: #4a4a4a;        padding: 12px 16px;        border-bottom: 1px solid #f5f5f5;        position: relative;        padding-left: 32px;        transition: all 0.2s ease;    }    .care-list li::before {        content: '✓';        position: absolute;        left: 8px;        color: #f87171;        font-weight: 500;    }    .care-list li:hover {        background: #fafafa;        padding-left: 36px;    }    .care-list li:last-child {        border-bottom: none;    }    .note {        font-size: 13px;        color: #999;        margin-top: 16px;        padding: 12px 16px;        background: #fafafa;        border-radius: 4px;    }    @media (max-width: 768px) {        .features-grid {            grid-template-columns: 1fr;            gap: 16px;        }        .included-grid {            grid-template-columns: 1fr;            gap: 12px;        }        .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 {            font-size: 13px;        }        .size-table th,        .size-table td {            padding: 10px 12px;        }        .intro-text {            font-size: 15px;        }    }\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp class=\"intro-text\"\u003eFoiling got even funner and easier. Finally, a complete setup that makes foiling fun and easy with four varying mast heights to learn the progression of flight. The first of its kind where the mast will adapt to your ability, featuring the world's only telescoping adjustable mast and vertical stabilizer.\u003c\/p\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary class=\"accordion-summary\"\u003e\u003cspan\u003eComplete Package\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\u003eBalance Front Wing\u003c\/h3\u003e\n\u003cp\u003e1300cm² - Upping the ante on consistency and stability with rhythmic flow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eBalance Rear Stabilizer\u003c\/h3\u003e\n\u003cp\u003e240cm² - A co-pilot with a conscious to help steer and bail you out when off axis.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eShift Mast\u003c\/h3\u003e\n\u003cp\u003e17\" \/ 20\" \/ 23\" \/ 26\" - World's only telescoping adjustable mast with 4 lengths in 1.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eFluid Mast\u003c\/h3\u003e\n\u003cp\u003e28\" - A stable, medium tempo mast for consistent, prolonged cadence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eLink 3D Fuselage\u003c\/h3\u003e\n\u003cp\u003e39cm - Solid consistent rhythm with streamlined conical design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003e727 Board Options\u003c\/h3\u003e\n\u003cp\u003e3'8\" \/ 4'1\" \/ 4'8\" - Multiple board sizes to match your progression.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eVertical Stabilizer\u003c\/h3\u003e\n\u003cp\u003e26cm² - Patent pending invention to control and maintain your flight pattern.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eAbility Level\u003c\/h3\u003e\n\u003cp\u003eIntermediate - Perfect for progressing riders looking to master foiling.\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\u003eShift Mast Technology\u003c\/span\u003e \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp class=\"detail-text\"\u003eThe hurdle has always been that a taller mast is more exhilarating, but also infinitely harder to learn on. So, we changed that. We created and patented the world's only telescoping adjustable mast.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eThe 3 major aspects of foiling are learning to deep water start, turn, and interact with the wave - now you can have 1 mast that will progress through these stages. 4 options in 1 to take you through the entire evolution of this amazing sport.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eNew for this year the mast has a 4th adjustment height and extends all the way to 26\".\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary class=\"accordion-summary\"\u003e\u003cspan\u003eBalance Front Wing Specs\u003c\/span\u003e \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp class=\"detail-text\"\u003eRhythmic flow of a sequence of movements. This series of wings will ask you what floor on the elevator do you want to reach – and most importantly – keep you there.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eA nimble turn that will easily roll over to edge with its elliptical outline and additional width. It will quickly set you in the sweet spot, keep you on your specified flight pattern and do it with a quicker reacting edge hold.\u003c\/p\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003eWing Span:\u003c\/strong\u003e 76cm\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003eAverage Chord:\u003c\/strong\u003e 18.5cm\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003eAspect Ratio:\u003c\/strong\u003e 4.4\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003eSurface Area:\u003c\/strong\u003e 1300cm²\u003c\/div\u003e\n\u003cp class=\"size-note\"\u003eWhite paint over the carbon fiber makes it easier to see how deep your foil setup is under the water.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary class=\"accordion-summary\"\u003e\u003cspan\u003eVertical Stabilizer Innovation\u003c\/span\u003e \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp class=\"detail-text\"\u003e\u003cstrong\u003eFoiling will never be the same - or as difficult.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eSeveral years ago we took a sport that was labeled hard and made it easy with the world's only adjustable mast. Now we are doing it all over again - this time with the only vertical stabilizer.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003e\u003cstrong\u003eWhat does it do?\u003c\/strong\u003e This stabilizer slows down your take off and locks in your turn. Now a rider will have more of a controlled pitch deepwater start and an easier to navigate rolling style turn vs. the more experienced yaw style arc.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003e\u003cstrong\u003eWho is it for?\u003c\/strong\u003e Ever flown on a plane without a vertical stabilizer - why should your journey into foiling be any different? Whether you are a new rider looking for every advantage to your journey – or an intermediate rider looking to step into an advanced series, the vertical stabilizer is an easy add on that will greatly change your experience.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eOnce a rider feels they have that foundation – the stabilizer can easily slide off to bring out the full personality of our foil setups.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary class=\"accordion-summary\"\u003e\u003cspan\u003eFluid Mast Details\u003c\/span\u003e \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp class=\"detail-text\"\u003eStay high, stay consistent, stay fluid. Speed, lift and travel usually override arguably the most important aspect of your mast – the flow.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eA shape manifested with a built-in metronome to keep a consistent, prolonged cadence. The temperament of this mast will see you through the progression of flight all the way to second wave exploration nearly 80 feet from the boat.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eA fluid session will always have you feeling in control of your ride as you comfortably stand upright in a natural foil position. Don't let it fool you though - it's still very much capable of jumping on the gas for a port to starboard wave transfer – just with smooth, linked predictable turns.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary class=\"accordion-summary\"\u003e\u003cspan\u003eAlso Included\u003c\/span\u003e \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"included-grid\"\u003e\n\u003cdiv class=\"included-item\"\u003eBoard Straps\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003eBalance Front Wing Neo Sleeve\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003eBalance Rear Stabilizer Neo Sleeve\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003ePadded Foil Kit Bag\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003eMast Top Plate\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003eHardware Case\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003eHardware\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003e+1° Shim \u0026amp; -1° Shim\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003eT Handle Tool\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003eAnti-Seize Grease\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003eFuselage Tip Protector\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003eFoil Sticker Sheet\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"size-note\"\u003e*This setup does not come with a foil board.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","brand":"Ronix","offers":[{"title":"White\/Silver\/Red \/ 1300 \/ Unisex","offer_id":53050495041902,"sku":"SQ163N148000","price":1999.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/9590\/3420\/files\/Beg.___Int_Shift___Fluid__Balance_Series_17_-_26_ef503f70-4792-461a-8ffd-1327eba0a6a3.png?v=1764802779","url":"https:\/\/boardroomshop.com\/products\/ronix-unisex-beg-int-shift-fluid-balance-series-17-26-foils-white-silver-red-summer-2026","provider":"The Boardroom","version":"1.0","type":"link"}