{"product_id":"mdxone-unisex-the-one-harness-accessories-blue-grey-winter-2026","title":"The One Harness","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n        }\n        \n        body {\n            background-color: #f8fafc;\n            color: #334155;\n            line-height: 1.6;\n            padding: 2rem 1rem;\n        }\n        \n        .container {\n            max-width: 1250px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 16px;\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n        }\n        \n        .product-header {\n            padding: 2rem 2rem 1rem;\n            background: linear-gradient(135deg, #fef2f2 0%, #fecaca 50%, #fca5a5 100%);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .product-title {\n            font-size: 3rem;\n            font-weight: 800;\n            margin-bottom: 0.5rem;\n            color: #1e293b;\n            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n            display: inline-block;\n            cursor: pointer;\n            position: relative;\n            z-index: 2;\n        }\n        \n        .product-subtitle {\n            font-size: 1.3rem;\n            color: #64748b;\n            font-weight: 400;\n            position: relative;\n            z-index: 2;\n        }\n        \n        .details-container {\n            padding: 0;\n        }\n        \n        .detail-item {\n            border-bottom: 1px solid #e2e8f0;\n            transition: all 0.3s ease;\n        }\n        \n        .detail-item:last-child {\n            border-bottom: none;\n        }\n        \n        .detail-summary {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 1.5rem 2rem;\n            cursor: pointer;\n            list-style: none;\n            font-weight: 600;\n            font-size: 1.55rem;\n            transition: background-color 0.2s ease;\n        }\n        \n        .detail-summary:hover {\n            background-color: #fef2f2;\n        }\n        \n        .detail-summary::-webkit-details-marker {\n            display: none;\n        }\n        \n        .detail-icon {\n            font-size: 1.55rem;\n            transition: transform 0.3s ease;\n            color: #64748b;\n        }\n        \n        .detail-item[open] .detail-icon {\n            transform: rotate(45deg);\n        }\n        \n        .detail-content {\n            padding: 0 2rem 1.5rem;\n            color: #475569;\n            line-height: 1.7;\n            font-size: 1.3rem;\n            animation: fadeIn 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n        }\n        \n        @keyframes fadeIn {\n            from { \n                opacity: 0; \n                transform: translateY(-8px); \n            }\n            to { \n                opacity: 1; \n                transform: translateY(0); \n            }\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 1rem;\n            margin-top: 1rem;\n        }\n        \n        .feature {\n            padding: 1.25rem;\n            background: #f8fafc;\n            border-radius: 12px;\n            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n            border: 1px solid transparent;\n            height: fit-content;\n        }\n        \n        .feature:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 6px 16px rgba(239, 68, 68, 0.2);\n            border-color: #fecaca;\n        }\n        \n        .feature-content h3 {\n            font-size: 1.35rem;\n            color: #1e293b;\n            margin-bottom: 0.5rem;\n            font-weight: 600;\n        }\n        \n        .feature-content p {\n            color: #64748b;\n            font-size: 1.2rem;\n            line-height: 1.6;\n        }\n        \n        .feature-content ul {\n            color: #64748b;\n            font-size: 1.2rem;\n            line-height: 1.6;\n            padding-left: 1.25rem;\n        }\n        \n        .feature-content li {\n            margin-bottom: 0.25rem;\n        }\n        \n        \/* Size Chart *\/\n        .size-chart-container {\n            width: 100%;\n            overflow-x: auto;\n            margin: 1rem 0;\n            -webkit-overflow-scrolling: touch;\n            border: 1px solid #e2e8f0;\n            border-radius: 12px;\n            background: #f8fafc;\n        }\n        \n        .size-chart {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            table-layout: fixed;\n        }\n        \n        .size-chart th {\n            background: #f87171;\n            color: white;\n            font-weight: 600;\n            padding: 1rem 0.75rem;\n            text-align: center;\n            font-size: 1.1rem;\n            white-space: normal;\n            word-wrap: break-word;\n            border-right: 1px solid #fca5a5;\n            min-width: 70px;\n        }\n        \n        .size-chart th:last-child {\n            border-right: none;\n        }\n        \n        .size-chart td {\n            padding: 0.85rem 0.6rem;\n            text-align: center;\n            border-bottom: 1px solid #e2e8f0;\n            border-right: 1px solid #e2e8f0;\n            font-size: 1.05rem;\n            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n            word-wrap: break-word;\n            overflow-wrap: break-word;\n        }\n        \n        .size-chart td:last-child {\n            border-right: none;\n        }\n        \n        .size-chart tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .size-chart tr:hover td {\n            background: #fef2f2;\n        }\n        \n        .size-header {\n            font-weight: 700;\n            color: #1e293b;\n            background: #f8fafc;\n            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n        }\n        \n        \/* Mobile-specific styles *\/\n        @media (max-width: 768px) {\n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .feature:hover {\n                transform: none;\n                box-shadow: none;\n            }\n            \n            .detail-summary:hover {\n                background-color: transparent;\n            }\n            \n            .size-chart-container {\n                margin: 1rem 0;\n                border-radius: 8px;\n            }\n            \n            .size-chart th {\n                padding: 0.85rem 0.5rem;\n                font-size: 1rem;\n            }\n            \n            .size-chart td {\n                padding: 0.75rem 0.4rem;\n                font-size: 0.95rem;\n            }\n            \n            .size-chart {\n                min-width: 700px;\n            }\n            \n            .product-title {\n                font-size: 2.5rem;\n            }\n        }\n        \n        @media (max-width: 640px) {\n            body {\n                padding: 1rem;\n            }\n            \n            .product-title {\n                font-size: 2.2rem;\n            }\n            \n            .detail-summary {\n                padding: 1.25rem 1.5rem;\n                font-size: 1.4rem;\n            }\n            \n            .detail-content {\n                padding: 0 1.5rem 1.25rem;\n                font-size: 1.25rem;\n            }\n            \n            .feature-content h3 {\n                font-size: 1.35rem;\n            }\n            \n            .feature-content p, .feature-content ul {\n                font-size: 1.3rem;\n            }\n            \n            .size-chart th {\n                padding: 0.75rem 0.4rem;\n                font-size: 0.95rem;\n            }\n            \n            .size-chart td {\n                padding: 0.65rem 0.35rem;\n                font-size: 0.9rem;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .size-chart th,\n            .size-chart td {\n                padding: 0.35rem 0.2rem;\n                font-size: 0.7rem;\n            }\n            \n            .product-title {\n                font-size: 2rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eMDXONE Snowboard Harness for Kids\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eTeach Your Child to Snowboard Safely \u0026amp; Confidently — Without the Stress.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"details-container\"\u003e\n\u003cdetails class=\"detail-item\"\u003e\n\u003csummary class=\"detail-summary\"\u003e\u003cspan\u003eProduct Overview\u003c\/span\u003e \u003cspan class=\"detail-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"detail-content\"\u003e\n\u003cp\u003eThe first and only harness designed specifically for snowboarding (CASI approved) — trusted by parents and instructors worldwide. With MDXONE, you'll keep your child safe, make learning fun, and save your own back from constant bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"detail-item\"\u003e\n\u003csummary class=\"detail-summary\"\u003e\u003cspan\u003eFeatures\u003c\/span\u003e \u003cspan class=\"detail-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"detail-content\"\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eRetractable Leash System\u003c\/h3\u003e\n\u003cp\u003e16ft retractable leash with stop button for instant control and safety during learning.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eRemovable Seat Harness\u003c\/h3\u003e\n\u003cp\u003eExtra support harness that can be removed as your child's skills progress and confidence grows.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eAdjustable Growth Design\u003c\/h3\u003e\n\u003cp\u003eMultiple adjustable straps ensure a perfect fit that grows with your child through multiple seasons.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eIntegrated Backpack\u003c\/h3\u003e\n\u003cp\u003eBuilt-in backpack provides convenient storage for essentials while keeping hands free on the slopes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eSafety Certified\u003c\/h3\u003e\n\u003cp\u003eCASI \u0026amp; CPSIA certified for maximum safety and peace of mind during snowboard lessons.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eWeight Optimized\u003c\/h3\u003e\n\u003cp\u003eDesigned for children up to 45LBS with durable construction that handles active mountain use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eParent-Friendly Design\u003c\/h3\u003e\n\u003cp\u003eErgonomic handle reduces back strain from constant bending during teaching sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eAll-Weather Durability\u003c\/h3\u003e\n\u003cp\u003eWeather-resistant materials built to withstand snow, moisture, and mountain conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"detail-item\"\u003e\n\u003csummary class=\"detail-summary\"\u003e\u003cspan\u003eMaterials \u0026amp; Care\u003c\/span\u003e \u003cspan class=\"detail-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"detail-content\"\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eMaterials\u003c\/h3\u003e\n\u003cp\u003ePremium snowboard harness designed for safety, comfort, and durability in winter conditions.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eHarness:\u003c\/strong\u003e Heavy-duty nylon webbing with reinforced stitching\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLeash:\u003c\/strong\u003e 16ft retractable steel cable with safety stop\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBackpack:\u003c\/strong\u003e Water-resistant polyester with secure zippers\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStraps:\u003c\/strong\u003e Adjustable quick-release buckles for easy fitting\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePadding:\u003c\/strong\u003e Breathable mesh padding at contact points\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHandle:\u003c\/strong\u003e Ergonomic foam-padded parent handle\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eCare Instructions\u003c\/h3\u003e\n\u003cp\u003eProper maintenance ensures long-lasting performance and safety of your snowboard harness.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCleaning:\u003c\/strong\u003e Wipe down with damp cloth after each use\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStorage:\u003c\/strong\u003e Hang in dry, cool place away from direct sunlight\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eInspection:\u003c\/strong\u003e Check straps and buckles regularly for wear\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDrying:\u003c\/strong\u003e Air dry completely before storage\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRetractable Leash:\u003c\/strong\u003e Keep free of debris and ice buildup\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWinter Care:\u003c\/strong\u003e Remove snow and moisture after each use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"detail-item\"\u003e\n\u003csummary class=\"detail-summary\"\u003e\u003cspan\u003eSize Chart\u003c\/span\u003e \u003cspan class=\"detail-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"detail-content\"\u003e\n\u003cdiv class=\"size-chart-container\"\u003e\n\u003ctable class=\"size-chart\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"size-header\"\u003eOne Size\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\n\u003c\/div\u003e","brand":"MDXONE","offers":[{"title":"Blue\/Grey \/ OS \/ Unisex","offer_id":52946938364270,"sku":"MDX61N002000","price":119.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/9590\/3420\/files\/TheOneHarness-Blue_Grey.png?v=1763673804","url":"https:\/\/boardroomshop.com\/products\/mdxone-unisex-the-one-harness-accessories-blue-grey-winter-2026","provider":"The Boardroom","version":"1.0","type":"link"}