Mega Split Splitboard
.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: clamp(15px, 3.5vw, 16px); font-weight: 300; margin-bottom: 32px; color: #2c2c2c; line-height: 1.8; padding-left: 16px; border-left: 3px solid #f87171; } .accordion-item { border-bottom: 1px solid #e0e0e0; transition: border-color 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: clamp(16px, 4vw, 20px) 0; cursor: pointer; list-style: none; font-size: clamp(12px, 2.8vw, 13px); font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: #1a1a1a; transition: all 0.3s ease; position: relative; min-height: 44px; } .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; } @media (hover: hover) { .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; min-width: 20px; text-align: center; } .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); } @keyframes slideDown { from { opacity: 0; transform: translateY(-12px); } to { opacity: 1; transform: translateY(0); } } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: clamp(16px, 4vw, 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; } @media (hover: hover) { .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: clamp(13px, 3vw, 14px); font-weight: 600; color: #1a1a1a; margin-bottom: 6px; } .feature-item p { font-size: clamp(13px, 3vw, 14px); font-weight: 300; color: #666; margin: 0; line-height: 1.6; } .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%; border-collapse: collapse; background: white; } @media (min-width: 1024px) { .size-table { font-size: 14px; } .size-table th, .size-table td { padding: 16px; } } @media (min-width: 768px) and (max-width: 1023px) { .size-table { font-size: 13px; } .size-table th, .size-table td { padding: 14px; } } @media (min-width: 480px) and (max-width: 767px) { .size-table { font-size: 12px; } .size-table th, .size-table td { padding: 12px; } } @media (min-width: 360px) and (max-width: 479px) { .size-table { font-size: 11px; } .size-table th, .size-table td { padding: 10px; } } @media (max-width: 359px) { .size-table { font-size: 10px; } .size-table th, .size-table td { padding: 8px; } } .size-table th { text-align: center; font-weight: 600; color: white; background: linear-gradient(135deg, #f87171 0%, #fca5a5 100%); letter-spacing: 0.3px; white-space: nowrap; line-height: 1.3; vertical-align: middle; border: 1px solid rgba(255,255,255,0.2); } .size-table td { border: 1px solid #f5f5f5; color: #4a4a4a; font-weight: 400; text-align: center; white-space: nowrap; line-height: 1.4; vertical-align: middle; } .size-table td:first-child { font-weight: 600; color: #1a1a1a; background: #fafafa; } .size-table tbody tr { transition: background 0.2s ease; } @media (hover: hover) { .size-table tbody tr:hover { background: #fef2f2; } } .size-note { font-size: clamp(12px, 2.8vw, 13px); color: #666; font-style: italic; margin-top: 16px; padding: clamp(10px, 2.5vw, 12px) clamp(12px, 3vw, 16px); background: #fef2f2; border-left: 3px solid #f87171; border-radius: 4px; } .detail-text { font-size: clamp(14px, 3.2vw, 15px); font-weight: 300; color: #4a4a4a; line-height: 1.8; margin-bottom: 16px; } .flex-rating { margin-top: 8px; } .flex-rating-header { font-size: clamp(13px, 3vw, 14px); font-weight: 600; color: #1a1a1a; margin-bottom: 16px; } .flex-rating-bars { display: flex; gap: 4px; margin-bottom: 12px; } .flex-bar { flex: 1; height: 32px; min-height: 32px; background: #f0f0f0; border-radius: 6px; transition: all 0.3s ease; display: block; } .flex-bar.active { background: linear-gradient(135deg, #f87171 0%, #fca5a5 100%); box-shadow: 0 2px 8px rgba(248, 113, 113, 0.2); } .flex-labels { display: flex; gap: 4px; } .flex-label { flex: 1; text-align: center; } .flex-label-name { font-size: clamp(12px, 2.8vw, 13px); font-weight: 500; color: #1a1a1a; margin-bottom: 4px; } .flex-label-range { font-size: clamp(11px, 2.5vw, 12px); color: #666; } .terrain-rating-section { margin-bottom: 24px; } .terrain-rating-item { margin-bottom: 16px; } .terrain-label { font-size: clamp(13px, 3vw, 14px); font-weight: 600; color: #1a1a1a; margin-bottom: 8px; } .skill-rating-section { margin-top: 24px; } .skill-rating-bars { display: flex; gap: 4px; } .skill-bar { flex: 1; height: 32px; min-height: 32px; background: #f0f0f0; border-radius: 6px; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; font-size: clamp(11px, 2.5vw, 12px); font-weight: 500; color: #999; } .skill-bar.active { background: linear-gradient(135deg, #f87171 0%, #fca5a5 100%); box-shadow: 0 2px 8px rgba(248, 113, 113, 0.2); color: white; } Inspired by the renowned Mercury shape, the MEGA SPLIT is custom engineered to be one of the lightest-weight and best-performing splitboards in the world. Unlock worlds of new terrain and endless adventures with ultralight construction powered by 3D Ascend 1 Split Core™, Pure MEGACARBON™, and MEGADRIVE™ XT base. Features + Megalite Skin™ Topsheet Super thin yet durable matte lamina for 60% weight reduction over regular topsheets. Pure Megacarbon™ + Epoxy Resin Carbon fiber integration provides rigidity, high-tensile strength, low weight, and high-temperature tolerance while ensuring ultralight performance. 3D Ascend 1 Split Core™ Mega-premium Poplar graded by weight aligned with Paulownia and ABS centerline for optimal strength-to-weight ratio and ultralight chassis. Megadrive™ XT Base Pure race base composed of UHMW polyethylene modified with high carbon content and special fluoro additives for lightspeed gliding in all conditions. Moonshot Omni-Tune™ Aftermarket high-performance race-base structure that wicks water at a 45-degree angle for maximum speed. The Mothership™ Connection NFC Industry-first NFC system enables board registration, streamlined customer service, and exclusive early access to new products and team content. Ratings + Flex: 7/10 Playful 1-3 Balanced 4-7 Precise 8-10 Park: 6/10 Resort: 10/10 Powder: 8/10 Shape & Profile + Shape Directional 0.8" Set Back Sidecut New Age Progressive Death Grip™ Resort V2 Directional + Flat Kick Tech The ALPINE V1 Profile features mid-body camber with a flat tail and reverse cambered nose for tons of pop and stability on hard pack while increasing float and landing power in deep snow. Sizing + Size Effective Edge Waist Nose/Tail Taper Sidecut Ref. Stance Weight (lbs/kg) Boot Size 155 cm 1199 mm 25.5 cm 29.8/29.8 cm 0 7.7/-1.5/7.7 m 57.5 cm / 22.6" 120-180 / 54-81 M 6-9.5 157 cm 1215 mm 25.7 cm 30.1/30.1 cm 0 7.8/-1.5/7.8 m 57.5 cm / 22.6" 130-190 / 59-86 M 8-10 159 cm 1223 mm 25.9 cm 30.3/30.3 cm 0 8.0/-1.5/8.0 m 61.5 cm / 24.2" 140-200 / 63-90 M 8-10 161 cm 1247 mm 26.1 cm 30.6/30.6 cm 0 8.1/-1.5/8.1 m 61.5 cm / 24.2" 160-220+ / 72-99+ M 10+
More you might like
Related
Mega Split Splitboard 2027
Related
Mega Split Splitboard 24/25
Related
Mega Split Splitboard 22/23
Related