
Swift Snowboard
24 coupons
.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; } .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: 900px; border-collapse: collapse; font-size: 13px; } .size-table th { text-align: center; font-weight: 500; color: white; padding: 12px 8px; background: linear-gradient(135deg, #f87171 0%, #fca5a5 100%); font-size: 11px; letter-spacing: 0.3px; white-space: normal; word-wrap: break-word; line-height: 1.3; vertical-align: middle; } .size-table td { padding: 12px 8px; border-bottom: 1px solid #f5f5f5; color: #4a4a4a; font-weight: 300; transition: all 0.2s ease; text-align: center; white-space: normal; word-wrap: break-word; line-height: 1.4; vertical-align: middle; } .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; } .flex-rating { margin-top: 8px; } .flex-rating-header { font-size: 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; background: #f0f0f0; border-radius: 6px; transition: all 0.3s ease; } .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: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: 4px; } .flex-label-range { font-size: 12px; color: #666; } .terrain-rating-section { margin-bottom: 24px; } .terrain-rating-item { margin-bottom: 16px; } .terrain-label { font-size: 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; background: #f0f0f0; border-radius: 6px; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; font-size: 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; } @media (max-width: 768px) { .features-grid { grid-template-columns: 1fr; gap: 16px; } .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 { min-width: 800px; font-size: 11px; } .size-table th { padding: 10px 6px; font-size: 10px; line-height: 1.2; } .size-table td { padding: 10px 6px; font-size: 11px; } .intro-text { font-size: 15px; } .flex-bar { height: 28px; } .flex-label-name { font-size: 12px; } .flex-label-range { font-size: 11px; } .skill-bar { height: 28px; font-size: 11px; } } @media (max-width: 480px) { .size-table { min-width: 700px; font-size: 10px; } .size-table th { padding: 8px 4px; font-size: 9px; line-height: 1.2; } .size-table td { padding: 8px 4px; font-size: 10px; } .size-note { font-size: 12px; padding: 10px 12px; } } The Swift's cult following was the original inspiration for Tim Canaday's Shaper Series. Unbelievably amazing everywhere performance not found in any other powder board. Features + Carbon Max Laminate More carbon equals more power and performance. The CARBON MAX LAMINATE TECHNOLOGY combines an advanced top and bottom carbon matrix to maximize response and strength where it's needed most. The result is a lightweight yet powerful configuration that provides torsional rigidity and energy transfer without sacrificing the control a rider needs. Co-Extruded Polymer Topsheet The PREMIUM TOPSHEETS are our very durable, lightweight, scratch and chip resistant fiber backed thermoplastic. These premium topsheets also provide extremely vibrant colors along with more grip than other topsheet materials, working as a built in stomp pad. Powersurf Core A high percentage of lightweight Paulownia is combined with Poplar and Birch running down the middle of the core and Poplar along the sidecut edge. Adding strength and the optimum amount of torsional rigidity. THE POWERSURF WOOD CORE strategically combines these woods in crucial areas of the core for a durable yet lightweight feel. STS Pre Tensioned Fiber Glass The world's best snowboard fiberglass, period. Our STS PRETENSIONED FIBERGLASS is an advanced pre-hardened, pre-tensioned, layered laminate that has added elastomer stringers between the 0 degree and 90 degree glass fibers. This produces a stronger bond between the individual glass laminates giving our snowboards unmatched strength, edge hold and performance. RDS 1 Damping System The laminated damping layers of RDS 1 are the most extensive in the line. Utilizing a high amount of elastomeric rubber along the effective edge provides unmatched vibration damping and edge hold in variable snow conditions. This substantial damping system also supplies a snowboard with optimal high speed stability. Durasurf XT Sintered 5501 Base Our suppliers have developed an exclusive, super fast, durable sintered base specifically for our boards. Just the right amount of graphite has been added making the DURASURF XT SINTERED 5501 BASE one of the fastest and certainly the most durable P-Tex bases on the market. Performance + All Mountain Freeride Freestyle Powder Flex Rating Soft 1-3 Medium 4-7 Stiff 8-10 Skill Level Beginner Intermediate Advanced Shape & Profile + Shape Directional Volume Power Grip Sidecut POWER GRIP SIDECUT utilizes multiple radiuses creating extra contact points to enhance edge hold. A flat section in the rocker area provides a broad contact point when flexed, however when unbent allows the board to track straight and not catch. Rocker + Camber The Original Rocker Camber profile was innovated and first patented by Never Summer in 2008, changing the snowboard industry forever. The overall rocker profile provides a surfy and playful feel while camber on nose and tail provide superior performance and versatility. Board Specs + Size(cm) ContactLength(cm) SideCut Nose/TailWidth(cm) WaistWidth(cm) Taper(mm) Height Weight(lbs/kg) BootSize(US) 153 112 Vario759* 31.4/29.4 25.7 20 5'4"-5'8" 120-160/54-72 8-10.5 158 117 Vario800* 31.6/29.6 25.9 20 5'6"-6' 140-200/63-90 8-12 163 121 Vario833* 31.8/29.8 26.2 20 5'10"-6'4" 160-200+/70-90 8-12 164DF 126 Vario833* 32.3/30.1 28.0 20 5'10"-6'5" 170-220/77-100+ 13+ Select your board length based on your weight and height. The 164DF (Deep Float) is designed for larger boot sizes 13+ with enhanced float and stability.
Save on Swift Snowboard with a The Boardroom coupon
Checkmate is a savings app with over one million users that have saved $$$ on brands like The Boardroom.
The Checkmate extension automatically applies The Boardroom discount codes, The Boardroom coupons and more to give you discounts on products like Swift Snowboard.
Top The Boardroom discount codes
Community-sourced discount code
Last used about 2 years ago
Community-sourced The Boardroom promo code
Last used about 2 years ago
Community-sourced code
Last used about 2 years ago
See all codes
Similar items



