{"product_id":"ronix-unisex-int-28-fluid-balance-series-foils-white-silver-red-summer-2026","title":"INT. 28\" FLUID \/ BALANCE SERIES","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\"\u003eFluidity, balance and progression. Stay high, stay consistent, stay fluid with the 28\" Fluid Mast designed for bigger waves that have a deeper undercurrent. You need to set the front wing deeper into the water line for a bigger wave.\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² \/ 1600cm² - Upping the ante on consistency and stability with unique twist winglet design.\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\u003eFluid Mast\u003c\/h3\u003e\n\u003cp\u003e28\" - A stable, medium tempo mast designed for bigger waves with deeper undercurrent.\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\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\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eWave Size\u003c\/h3\u003e\n\u003cp\u003eDesigned for bigger waves that have a deeper undercurrent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eAutoclave Construction\u003c\/h3\u003e\n\u003cp\u003eHigh grade carbon fibers molded for the cleanest manufacturing process available.\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\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\"\u003e\u003cstrong\u003eUpping the ante on consistency and stability.\u003c\/strong\u003e Rhythmic flow of a sequence of movements. A common theme in analyzing foils is getting great drive and lift but having a hard time controlling it. The board will skyrocket to the top, plunge to the bottom, or somewhere in between.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eThis series of wings will ask you what floor on the elevator do you want to reach – and most importantly – keep you there because of our unique twist winglet design. A 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\u003cp class=\"detail-text\"\u003eHigh grade carbon fibers are molded in our proprietary autoclave machine for the cleanest and most exact manufacturing process available in foiling. Then we paint white over the carbon fiber so the rider can have a frame of reference of where they are in relation to the depth of the water.\u003c\/p\u003e\n\u003cp class=\"size-note\"\u003eAvailable in 1300cm² or 1600cm² to match your riding style and wave conditions.\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 28\" 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\"\u003e\u003cstrong\u003eA stable, medium tempo mast.\u003c\/strong\u003e Stay 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\"\u003eWe have tested a variety of foils in the marketplace. A common theme was feeling the foil setup turning in stages. Each pivot would be good for another \"X\" degrees until you finally arced through a sectioned turn. We were looking for an effortless turn like you get from ripping powder.\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\u003cp class=\"detail-text\"\u003e\u003cstrong\u003eThis 28\" size is designed for bigger waves that have a deeper undercurrent.\u003c\/strong\u003e You need to set the front wing deeper into the water line for a bigger wave.\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 Rear Stabilizer\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\u003eA co-pilot with a conscious.\u003c\/strong\u003e The voice of reason mounted on the back of your Link Fuselage is there to conduct your voyage as you navigate the seas.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eA low temperament design that helps steer the ship and bail you out of a jam when off axis. The perfect amount of grip for those new to foiling – yet still has enough speed to transfer on the second wave.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eA wider base, added rake, slightly thicker profile, turned up winglets and our signature autoclave construction. The Balance wing puts an emphasis on lift and grip. The two hardest aspects of learning how to foil are generating a consistent lift while you learn how to pump and maintaining stability as you learn the nuances of turning.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003ePhenomenal beginner stabilizer? Most definitely. But also preferred by high end riders that want a little extra lift and stability on the back of their sleek High Aspect front wing. A proven low temperament design.\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. This new patent pending invention will conveniently slide on any Ronix fuselage to help control and maintain your flight pattern in a way never thought imaginable.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003e\u003cstrong\u003eWhat does it do?\u003c\/strong\u003e We designed this stabilizer to aid the journey of flight and are including this with every complete foil setup that comes with a balance wing. Short boards, tall masts, and big front wings are so much fun to ride – but bring about a new abrupt take off that can be hard to control even for riders with a lot of foiling experience.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eThis vertical 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\"\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\u003eLink 3D Fuselage\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\u003eSolid consistent rhythm.\u003c\/strong\u003e The Link 3D is the intersection to the mast, front wing and rear stabilizer with perfection in every nuance.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eEach fuselage starts out as a high-grade alloy in the shape of a long brick and is then milled on a 3 axis CNC machine to the exact dimension for the perfect fit between the connection points.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eThis streamlined conical design achieves the highest marks of anything we have ever tested in rigidity and water efficiency. A strong efficient link is in many ways the driving force to a smooth predictable foiling experience.\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":53050494910830,"sku":"SQ163N145001","price":1999.99,"currency_code":"CAD","in_stock":true},{"title":"White\/Silver\/Red \/ 1600 \/ Unisex","offer_id":53050494943598,"sku":"SQ163N145002","price":1999.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/9590\/3420\/files\/INT._28__FLUID___BALANCE_SERIES_1f917806-3b38-48e9-87c3-2e545e047527.png?v=1764802771","url":"https:\/\/boardroomshop.com\/products\/ronix-unisex-int-28-fluid-balance-series-foils-white-silver-red-summer-2026","provider":"The Boardroom","version":"1.0","type":"link"}