{"product_id":"ronix-unisex-expert-29-velo-high-aspect-series-foils-black-gold-summer-2026","title":"Expert - 29\" Velo \/ High Aspect 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\"\u003eTechnology and design creating the ultimate hydrofoil engagement. Big cuts and even bigger top end speed. The most efficient wing in the Ronix line, designed for the experienced foiler who appreciates the performance benefits of high-speed riding and increased attack angle.\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\u003eHigh Aspect Front Wing\u003c\/h3\u003e\n\u003cp\u003e910cm² \/ 1010cm² - Unparalleled drive with superior reduction in drag.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eHigh Aspect Rear Stabilizer\u003c\/h3\u003e\n\u003cp\u003e135cm² - Maintains balance and consistency even at higher speeds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eVelo Mast\u003c\/h3\u003e\n\u003cp\u003e29\" - A new high-end mast that shadows your movements with anti-twist technology.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eShadow Carbon Link Fuselage\u003c\/h3\u003e\n\u003cp\u003e39cm - High energy output with premier autoclave construction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eAbility Level\u003c\/h3\u003e\n\u003cp\u003eExpert - For experienced foilers seeking ultimate performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eSpread Tow Carbon\u003c\/h3\u003e\n\u003cp\u003eEvenly disperses energy in ways traditional carbon fiber cannot.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eAnti-Twist Technology\u003c\/h3\u003e\n\u003cp\u003eMast mimics your movements, not fighting your weight changes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eWeight Reduction\u003c\/h3\u003e\n\u003cp\u003eReduced weight by upwards of 1\/4 lb while creating a stiffer, more reactive product.\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\u003eHigh Aspect 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\u003eBig cuts and even bigger top end speed.\u003c\/strong\u003e Finally, a High Aspect wing with unparalleled drive designed for the needs of riding behind a boat. The most efficient wing in the Ronix line, the new High Aspect front wing was designed for the experienced foiler who appreciates the performance benefits of high-speed riding and increased attack angle.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eIn wakefoiling we prioritize stall speed and tight arcing turns. By embracing a high aspect style of front wing shape the wing features a superior reduction in drag for an acceleration that holds more energy maximizing pump and glide.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eThis front wing gives a rider the ability to effectively execute tricks and wave transitions with a consistent and precise feeling. With an unmatched spread tow carbon autoclave construction and some design theories never been used in foiling - enjoy the sensation of increased energy and hydrodynamic proficiency with this new High Aspect Series.\u003c\/p\u003e\n\u003cp class=\"size-note\"\u003eAvailable in 910cm² for maximum agility and speed, or 1010cm² for a balance of performance and lift.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary class=\"accordion-summary\"\u003e\u003cspan\u003eVelo Mast 29\" 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 new high-end mast that shadows your movements.\u003c\/strong\u003e A dedication to natural glide wrapped in some groundbreaking technology and a new 29\" construction. Possibly our most cherished product is our new Velo Mast checking all the lighter, faster, stronger boxes.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eWe have reduced the weight by upwards of 1\/4 of a lb. all the while creating a stiffer, more reactive product. Welcome to the building block of our high-end anti twist pleasure seeker. Countless suppliers, years of sourcing, and hundreds of prototypes led to this – the spirit of carbon working in a way we only dreamed imaginable.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eEnjoy down the line drive mixed with a hard charging hairpin arc as you make hundreds of feet from your boat a levitating aquatic gymnasium. Fabricating a lightweight carbon mast is easy. Crafting an electrifying mind reading device that will predict your next and every move – that requires a persevering dedication to transcendent materials and processes.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003e\u003cstrong\u003eAnti-twist technology:\u003c\/strong\u003e There is so much torsional strain happening while foiling, and your mast is constantly fighting with this stress. So, we created a truly anti-twist layup that will always put you in the driver's seat of your motions. As we started to ride our rotating clockwork of laminates, we noticed the mast was mimicking our movements, not fighting our weight changes.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003e\u003cstrong\u003eVelo - short for velocity.\u003c\/strong\u003e You can now transfer to the 4th wave with the same ease as you could our aluminum mast on the second 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\u003eHigh Aspect 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\u003eUnparalleled drive and cutbacks.\u003c\/strong\u003e Following the lead of the new High Aspect Front wing this stabilizer maintains the feeling of balance and consistency even at higher speeds.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eAdditionally, an important consideration in any HA rear stabilizer is its ability to confidently load and hold energy through a turn. This is achieved on the High Aspect Rear stabilizer by using winglets that are tapered into the wing tip to allow for a reduction in turbulence while providing a confident hold.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eThis allows the rider to build power pushing through and maintaining angle when loading energy during a turn. Dial in your flight path and feel confident in your foil's ability to handle higher speed maneuvers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary class=\"accordion-summary\"\u003e\u003cspan\u003eShadow Carbon Link 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\u003eHigh energy output.\u003c\/strong\u003e Premier manufacturing and materials for a rider that wants extra snap out of a turn and feedback with their pumping.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eThe Link is the intersection to the mast, front wing and rear stabilizer with perfection in every attribute. This streamlined conical design achieves the highest marks of anything we have ever tested in rigidity and water efficiency.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eA strong efficient link is in many ways the driving force to a smooth, predictable foiling experience. This version is made with our premier form of manufacturing and materials with autoclave and Shadow Carbon.\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\"\u003eHigh Aspect Front Wing Neo Sleeve\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003eHigh Aspect Rear Stabilizer Neo Sleeve\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003eMast Neo Sleeve\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003ePadded Foil Kit Bag\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003eHardware Case\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":"Black\/Gold \/ 910 \/ Unisex","offer_id":53050494714222,"sku":"SQ163N143001","price":2999.99,"currency_code":"CAD","in_stock":true},{"title":"Black\/Gold \/ 1010 \/ Unisex","offer_id":53050494746990,"sku":"SQ163N143002","price":2999.99,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/9590\/3420\/files\/Expert_-_29__Velo___High_Aspect_Series_9f4fb552-2e1f-4d23-83d3-17670999090f.png?v=1764802767","url":"https:\/\/boardroomshop.com\/products\/ronix-unisex-expert-29-velo-high-aspect-series-foils-black-gold-summer-2026","provider":"The Boardroom","version":"1.0","type":"link"}