{"product_id":"ronix-unisex-advanced-29-pulse-mast-speed-series-foils-black-gold-summer-2026","title":"Advanced 29\" Pulse Mast \/ Speed 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\"\u003eDesigns featuring the perfect blend of speed and stability - wrapped in the finest materials and manufacturing processes. Rapidity of motion, to be strong, to be lively. Unparalleled drive for riders with a foiling background looking for added speed and greater pumping efficiency.\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\u003eSpeed Front Wing\u003c\/h3\u003e\n\u003cp\u003e1130cm² \/ 1330cm² \/ 1530cm² - High aspect performance meets balance stability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eSpeed Rear Stabilizer\u003c\/h3\u003e\n\u003cp\u003e180cm² - Fast wing with similar output for glide and tight turning radius.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003ePulse Mast\u003c\/h3\u003e\n\u003cp\u003e29\" - Smoothness of Fluid, reactiveness of Velo in a fusion carbon and alloy design.\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 construction meets sleek conical design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eAbility Level\u003c\/h3\u003e\n\u003cp\u003eAdvanced - For riders with foiling background seeking speed and efficiency.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eLow Modulus Construction\u003c\/h3\u003e\n\u003cp\u003eLightened construction with more forgiving laminates for increased connectivity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eConcave Design\u003c\/h3\u003e\n\u003cp\u003eConcave running through bottom of front wing keeps momentum at slower speeds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003ePremier Materials\u003c\/h3\u003e\n\u003cp\u003eAutoclave and Shadow Carbon manufacturing for maximum performance.\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\u003eSpeed 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\u003eHigh aspect performance meets balance stability.\u003c\/strong\u003e The bridge between the extra smooth and stable Balance series and the unbridled horsepower of our new High Aspect series. For the rider that prioritizes a little bit of everything in their ride, we now have a wing with a more forgiving construction and a smaller size.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eCreated for riders with a foiling background looking for natural glide, pumping efficiency and the secret sauce stability found in our Balance series. Easy to initiate and maintain pumps with a new slightly lower modulus construction.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eTypically, fast wings are high maintenance and need a lot of attention – and once they don't have it - they will fade out and the rider's momentum is gone. We added a concave running through the bottom of the front wing – and this drastically helps keep momentum even at slower speeds or in flat water conditions.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eMuch like its Balance series sibling we also added a little twist on the end of the winglets to keep your flight riding high. A new 1130cm² size for smaller riders or anyone looking tight arcing turns and easier airs.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eYou will instantly notice the increased response and the output it provides. Not only can you pump easier with the Speed edition relative to our Balance series – each push generates significantly more energy. A striking hydrodynamic design created to amplify your path of 4th wave adventures.\u003c\/p\u003e\n\u003cp class=\"size-note\"\u003e1130cm² - More agility through turns, added speed in straight line. 1330cm² - The blend of both personalities. 1530cm² - Natural lift for extended sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary class=\"accordion-summary\"\u003e\u003cspan\u003ePulse 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\u003eSmoothness found in our Fluid, reactiveness found in our Velo.\u003c\/strong\u003e Our latest incubation in the foil laboratory. A height and shape based off our Velo mast – with a construction that is a fusion of carbon and Alloy.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eWhat happens when you mix the rhythmic jazz sounds of our Fluid mast and the rock and roll octaves of Velo Mast? You get our New 29\" Pulse – part smooth mixed alloy, and part heart pounding high grade spread tow carbon for a new aquatic good vibes voyage.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eFrom a personality perspective we wanted a blended mast that took traits of our other 2 mast series – and from a pricing perspective we wanted a mast that will fill in that gap. The result is a mast that any highend rider will be able to get their wake thief on with, and a temperament that makes it an easy progression mast to grow with – especially when paired with our vertical stabilizer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary class=\"accordion-summary\"\u003e\u003cspan\u003eSpeed 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 fast wing needs a similar output from its stabilizer.\u003c\/strong\u003e 1 portion stability of our Balance stabilizer and 1 portion of our incredibly fast new High Aspect series – we proudly present our 3rd generation Speed Stabilizer.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eThis stabilizer will have more flow and freedom of our 3 options for a rider that puts an emphasis on glide and quickly changing directions with more of a yaw style turn creating a tight turning radius.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eThe thought is to have a pronounced concave on the top of the stabilizer – this pocket makes for a faster overall design but more importantly it greatly improves the stall speed. Even if you aren't in the pocket of the wave or in a powerfully executed stride of pumping, this shape gives you that safety net to regain your composure to gain momentum or added height.\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 construction meets sleek conical.\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\"\u003eSpeed Front Wing Neo Sleeve\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003eSpeed Rear Stabilizer Neo Sleeve\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003eVelo Mast 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 \/ 1130 \/ Unisex","offer_id":53050494779758,"sku":"SQ163N144001","price":2699.99,"currency_code":"CAD","in_stock":true},{"title":"Black\/Gold \/ 1330 \/ Unisex","offer_id":53050494812526,"sku":"SQ163N144002","price":2699.99,"currency_code":"CAD","in_stock":true},{"title":"Black\/Gold \/ 1530 \/ Unisex","offer_id":53050494845294,"sku":"SQ163N144003","price":2699.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/9590\/3420\/files\/Advanced_29__Pulse_Mast___Speed_Series_98a59380-567a-40b0-8f60-3123ffada145.png?v=1764802769","url":"https:\/\/boardroomshop.com\/products\/ronix-unisex-advanced-29-pulse-mast-speed-series-foils-black-gold-summer-2026","provider":"The Boardroom","version":"1.0","type":"link"}