Sensor Team Snowboard
* { margin: 0; padding: 0; box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; } body { background-co lor: #f8fafc; color: #334155; line-height: 1.6; padding: 2rem 1rem; font-size: 1.3rem; } .container { max-width: 1250px; margin: 0 auto; background: white; border-radius: 16px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); overflow: hidden; } .product-header { padding: 2rem 2rem 1rem; background: linear-gradient(135deg, #fef2f2 0%, #fecaca 50%, #fca5a5 100%); position: relative; overflow: hidden; } .product-title { font-size: 3rem; font-weight: 800; margin-bottom: 0.5rem; color: #1e293b; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); display: inline-block; cursor: pointer; position: relative; z-index: 2; } .product-subtitle { font-size: 1.5rem; color: #64748b; font-weight: 400; position: relative; z-index: 2; } .details-container { padding: 0; } .detail-item { border-bottom: 1px solid #e2e8f0; transition: all 0.3s ease; } .detail-item:last-child { border-bottom: none; } .detail-summary { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 2rem; cursor: pointer; list-style: none; font-weight: 600; font-size: 1.7rem; transition: background-color 0.2s ease; } .detail-summary:hover { background-color: #fef2f2; } .detail-summary::-webkit-details-marker { display: none; } .detail-icon { font-size: 1.7rem; transition: transform 0.3s ease; color: #64748b; } .detail-item[open] .detail-icon { transform: rotate(45deg); } .detail-content { padding: 0 2rem 1.5rem; color: #475569; line-height: 1.7; font-size: 1.4rem; } .features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1rem; } .feature { padding: 1.25rem; background: #f8fafc; border-radius: 12px; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); border: 1px solid transparent; height: fit-content; } .feature:hover { transform: translateY(-3px); box-shadow: 0 6px 16px rgba(239, 68, 68, 0.2); border-color: #fecaca; } .feature-content h3 { font-size: 1.5rem; color: #1e293b; margin-bottom: 0.5rem; font-weight: 600; } .feature-content p { color: #64748b; font-size: 1.4rem; line-height: 1.6; } .feature-content ul { color: #64748b; font-size: 1.4rem; line-height: 1.6; padding-left: 1.25rem; } .feature-content li { margin-bottom: 0.25rem; } /* Rating Bars */ .rating-container { margin: 0.5rem 0; padding: 1rem; background: #f8fafc; border-radius: 12px; transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); } .rating-details { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.5rem; font-size: 1.4rem; } .rating-details_title { font-weight: 600; color: #1e293b; } .rating-indicator { display: flex; margin-bottom: 0.25rem; padding: 0; list-style: none; width: 100%; position: relative; height: 22px; } .rating-indicator_item { height: 16px; flex: 1; background-color: #e2e8f0; margin-right: 1px; border-radius: 3px; transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); transform-origin: left center; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 1rem; text-shadow: 0 1px 2px rgba(0,0,0,0.3); } .rating-indicator_item { color: transparent; } .rating-indicator_item.active-rating { color: white; } .rating-indicator_item:first-child:not(.active-rating), .rating-indicator_item:last-child:not(.active-rating) { color: #64748b; font-size: 0.9rem; } .skill-rating-item .rating-indicator_item { color: transparent; font-size: 1.1rem; border: 1px solid #cbd5e1; } .skill-rating-item .rating-indicator_item.active-rating { color: white; border: 2px solid #1e293b; } .skill-rating-item .rating-indicator_item.m-selected:nth-child(1) { background-color: #fecaca !important; } .skill-rating-item .rating-indicator_item.m-selected:nth-child(2) { background-color: #fca5a5 !important; } .skill-rating-item .rating-indicator_item.m-selected:nth-child(3) { background-color: #f87171 !important; } .rating-indicator_item:first-child { border-top-left-radius: 6px; border-bottom-left-radius: 6px; } .rating-indicator_item:last-child { border-top-right-radius: 6px; border-bottom-right-radius: 6px; margin-right: 0; } /* Red gradient for rating bars */ .rating-indicator_item.m-selected:nth-child(1) { background-color: #fef2f2 !important; } .rating-indicator_item.m-selected:nth-child(2) { background-color: #fecaca !important; } .rating-indicator_item.m-selected:nth-child(3) { background-color: #fca5a5 !important; } .rating-indicator_item.m-selected:nth-child(4) { background-color: #f87171 !important; } .rating-indicator_item.m-selected:nth-child(5) { background-color: #ef4444 !important; } .rating-indicator_item.m-selected.active-rating { box-shadow: 0 0 0 1px white, 0 0 0 2px #1e293b; z-index: 1; transform: scale(1.05); } /* Wave animation for rating bars */ .terrain-rating-item:hover .rating-indicator_item.m-selected, .flex-rating-item:hover .rating-indicator_item.m-selected, .skill-rating-item:hover .rating-indicator_item.m-selected { animation: waveExpand 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; } @keyframes waveExpand { 0% { transform: scaleY(1); } 25% { transform: scaleY(1.4); } 50% { transform: scaleY(1.2); } 75% { transform: scaleY(1.3); } 100% { transform: scaleY(1); } } /* Stagger the wave animation for each rating bar */ .terrain-rating-item:hover .rating-indicator_item.m-selected:nth-child(1), .flex-rating-item:hover .rating-indicator_item.m-selected:nth-child(1), .skill-rating-item:hover .rating-indicator_item.m-selected:nth-child(1) { animation-delay: 0.05s; } .terrain-rating-item:hover .rating-indicator_item.m-selected:nth-child(2), .flex-rating-item:hover .rating-indicator_item.m-selected:nth-child(2), .skill-rating-item:hover .rating-indicator_item.m-selected:nth-child(2) { animation-delay: 0.1s; } .terrain-rating-item:hover .rating-indicator_item.m-selected:nth-child(3), .flex-rating-item:hover .rating-indicator_item.m-selected:nth-child(3), .skill-rating-item:hover .rating-indicator_item.m-selected:nth-child(3) { animation-delay: 0.15s; } .terrain-rating-item:hover .rating-indicator_item.m-selected:nth-child(4), .flex-rating-item:hover .rating-indicator_item.m-selected:nth-child(4) { animation-delay: 0.2s; } .terrain-rating-item:hover .rating-indicator_item.m-selected:nth-child(5), .flex-rating-item:hover .rating-indicator_item.m-selected:nth-child(5) { animation-delay: 0.25s; } /* Terrain Ratings with reduced spacing */ .terrain-ratings-grid { display: grid; grid-template-columns: 1fr; gap: 0.75rem; margin-bottom: 1rem; } .terrain-rating-item { width: 100%; cursor: pointer; -webkit-tap-highlight-color: transparent; } .flex-rating-item { width: 100%; cursor: pointer; -webkit-tap-highlight-color: transparent; } .skill-rating-item { width: 100%; cursor: pointer; -webkit-tap-highlight-color: transparent; } .terrain-label { font-weight: 600; color: #1e293b; font-size: 1.4rem; margin-bottom: 0.25rem; display: block; } /* Size Chart - UPDATED WITH LARGER TEXT */ .size-chart-container { width: 100%; overflow-x: auto; margin: 1rem 0; -webkit-overflow-scrolling: touch; border: 1px solid #e2e8f0; border-radius: 12px; background: #f8fafc; } .size-chart { width: 100%; border-collapse: collapse; background: white; table-layout: fixed; } .size-chart th { background: #f87171; color: white; font-weight: 600; padding: 1rem 0.7rem; text-align: center; font-size: 1.3rem; white-space: normal; word-wrap: break-word; border-right: 1px solid #fca5a5; min-width: 60px; } .size-chart th:last-child { border-right: none; } .size-chart td { padding: 0.9rem 0.6rem; text-align: center; border-bottom: 1px solid #e2e8f0; border-right: 1px solid #e2e8f0; font-size: 1.3rem; transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); word-wrap: break-word; overflow-wrap: break-word; } .size-chart td:last-child { border-right: none; } .size-chart tr:last-child td { border-bottom: none; } .size-chart tr:hover td { background: #fef2f2; } .size-header { font-weight: 700; color: #1e293b; background: #f8fafc; transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); } /* Performance section animations */ .performance-opening .rating-indicator_item.m-selected { animation: slideInFill 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; } @keyframes slideInFill { 0% { transform: scaleX(0); } 70% { transform: scaleX(1); } 100% { transform: scaleX(1); } } .performance-opening .rating-indicator_item.m-selected:nth-child(1) { animation-delay: 0.1s; } .performance-opening .rating-indicator_item.m-selected:nth-child(2) { animation-delay: 0.2s; } .performance-opening .rating-indicator_item.m-selected:nth-child(3) { animation-delay: 0.3s; } .performance-opening .rating-indicator_item.m-selected:nth-child(4) { animation-delay: 0.4s; } .performance-opening .rating-indicator_item.m-selected:nth-child(5) { animation-delay: 0.5s; } /* Mobile-specific styles */ @media (max-width: 768px) { .features-grid { grid-template-columns: 1fr; } .feature:hover { transform: none; box-shadow: none; } .detail-summary:hover { background-color: transparent; } .size-chart-container { margin: 1rem 0; border-radius: 8px; } .size-chart th, .size-chart td { padding: 0.8rem 0.5rem; font-size: 1.2rem; } .size-chart { min-width: 700px; } .product-title { font-size: 2.5rem; } .product-subtitle { font-size: 1.4rem; } .detail-summary { font-size: 1.6rem; } .detail-content { font-size: 1.3rem; } .feature-content h3 { font-size: 1.4rem; } .feature-content p, .feature-content ul { font-size: 1.3rem; } .rating-details { font-size: 1.3rem; } .terrain-label { font-size: 1.3rem; } } @media (max-width: 640px) { body { padding: 1rem; } .product-title { font-size: 2.2rem; } .product-subtitle { font-size: 1.3rem; } .detail-summary { padding: 1.25rem 1.5rem; font-size: 1.5rem; } .detail-content { padding: 0 1.5rem 1.25rem; font-size: 1.3rem; } .feature-content h3 { font-size: 1.4rem; } .feature-content p, .feature-content ul { font-size: 1.3rem; } .rating-details { font-size: 1.2rem; } .terrain-label { font-size: 1.2rem; } .size-chart th, .size-chart td { padding: 0.7rem 0.4rem; font-size: 1.1rem; } } @media (max-width: 480px) { .size-chart th, .size-chart td { padding: 0.6rem 0.3rem; font-size: 1rem; } .product-title { font-size: 2rem; } .product-subtitle { font-size: 1.2rem; } .detail-summary { font-size: 1.4rem; } .detail-content { font-size: 1.2rem; } } Sensor Team Join The Crew Product Overview + The Sensor Team has been battle-tested by the Nidecker crew from Laax to Mammoth.Based on our legendary freestyle deck, we've added a touch more width for stability and dialed up the flex to help tame the burliest of transitions. A super light core makes it easy to chuck spins and get creative across the whole mountain, and with added carbon towards the nose and tail there's a ton of pop on tap. Features + Premium Sandwich A step up from our standard sandwich construction that adds carbon stringers for more pop, quicker edge response and improved shock absorption. Absorbnid An innovative top layer designed to absorb unwanted vibrations. Enjoy a smooth ride with less fatigue. 4x2/6 Inserts 6 rows of inserts at 2 cm intervals gives you maximum choice of stance width and works with any binding on the market. Biax Plus Biax Plus features a classic 90° weave but uses more glass to enhance power transfer. It's super responsive and ideal for riders seeking a stiffer and more agile board that's still playful. Light Core An ultra lightweight core based on a lively combination of poplar and paulownia. Hardwood beech stringers down the centre enhance the overall strength and boost pop. N-7000 Hybrid Base Developed exclusively for Nidecker, the N-7000 Hybrid combines the durability and low-maintenance of an extruded base with the hardness of a sintered one. Minimum effort, maximum glide. Pop Carbon Carbon fiber is positioned between the inserts and the nose and tail – boosting ollie power and dampening chatter. Performance + Resort 4 Pow 4 Park 5 Flex: 3 Soft 3 Stiff Versatile and responsive. A mid-stiff flex is lively underfoot and stable at high speed – perfect for confident all-mountain riders. Shape & Profile + Shape: True Twin The Sensor Team features a true twin shape, making it equally capable riding regular or switch. Perfect for freestyle riders who want versatility in the park and across the mountain. Camber Profile Positive camber spring-loads the board tip to tail, maximizing edge contact and response. The industry standard for high performance models, it offers an unbeatable balance of stability, grip and pop. Size Chart + Size Weight (kg) Weight (lbs) Binding Size Total Length (mm) Contact Edge (mm) Effective Edge (mm) Sidecut Radius (m) Waist Width (mm) Set Back (mm) Ref Stance (mm) 147 45-65 100-145 S-M 1470 870 1110 7.2 248.0 0 500.0 150 50-75 110-165 M 1500 900 1140 7.3 252.0 0 520.0 153 55-80 120-175 M-L 1530 930 1170 7.4 256.0 0 540.0 156 65-90 145-200 M-L 1560 960 1200 7.5 260.0 0 540.0 159 75+ 165+ L-XL 1590 990 1230 7.6 264.0 0 550.0
More you might like
Related
Sensor Team Snowboard
Related
SENSOR TEAM - SNOWBOARD
Related
Sensor Team Snowboard 2026
Related