TriSpirit Outfitters

Bicycle Cushion for Triathlon & Cycling - Pisces Black Blue Soft Sponge Ergonomic Seat with Anti-Skid Particles

$16.04 USD
Shipping calculated at checkout.
style: A
{ "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What size triathlon bicycle saddle should I choose for the cushion?", "acceptedAnswer": { "@type": "Answer", "text": "Our bicycle cushion is designed to fit most standard triathlon saddles with a single seat design without backrest. Measure your saddle's width and length - typical sizes are 110-140mm wide. The cushion adds about 1-2cm of height, so if you're sizing a new saddle, account for this. Start with the standard size for beginner triathletes, and our fit guarantee allows exchanges if needed." } }, { "@type": "Question", "name": "Is this cushion suitable for first-time triathletes?", "acceptedAnswer": { "@type": "Answer", "text": "Absolutely! This cushion is perfect for beginners entering their first triathlon. The soft sponge padding provides comfort for shorter training rides and races without the need for an expensive tri-specific saddle. It helps with grip during those aero-position practice sessions while you adjust to multihour bike legs." } }, { "@type": "Question", "name": "How do I care for my bicycle cushion to keep it in top condition?", "acceptedAnswer": { "@type": "Answer", "text": "Simply wipe it down with a damp cloth after each ride and let it air dry completely. Store it away from direct sunlight when not in use. The anti-skid surface is durable but avoid harsh chemicals. With proper care, this cushion will serve you through multiple seasons of triathlon training and races." } }, { "@type": "Question", "name": "What's the return policy for this bicycle cushion?", "acceptedAnswer": { "@type": "Answer", "text": "We offer a 30-day satisfaction guarantee for all our triathlon gear. If the cushion doesn't meet your needs or fit expectations, return it unused in original packaging for a full refund. For fit issues, we even cover exchange shipping as part of our fit guarantee - perfect for those who realize they need the cushion only after bike training." } }, { "@type": "Question", "name": "When should I use this cushion during triathlon training?", "acceptedAnswer": { "@type": "Answer", "text": "Use it for your 1-2 hour training rides where you practice race positioning to get comfortable with the saddle. It's great for brick workouts leading into transitions. The anti-skid particles help maintain stability when you're new to aggressive aero postures. For long training rides over 3 hours, consider combining with chamois cream for maximum comfort." } }, { "@type": "Question", "name": "Is this cushion compatible with different bike setups and races?", "acceptedAnswer": { "@type": "Answer", "text": "This cushion works with most road bikes and time trial setups for triathlon. It's compliant with USA Triathlon rules for age-group racing. For Ironman events, always double-check equipment regulations, as some races have specific pro-level technical requirements. The streamline designs like black/red and pisces patterns even enhance your aero profile." } } ] } ``` **Branded HTML Display Format:** ```html
Sizing

Our bicycle cushion is designed to fit most standard triathlon saddles with a single seat design without backrest. Measure your saddle's width and length - typical sizes are 110-140mm wide. The cushion adds about 1-2cm of height, so if you're sizing a new saddle, account for this. Start with the standard size for beginner triathletes, and our fit guarantee allows exchanges if needed.

Beginner-Friendly

Absolutely! This cushion is perfect for beginners entering their first triathlon. The soft sponge padding provides comfort for shorter training rides and races without the need for an expensive tri-specific saddle. It helps with grip during those aero-position practice sessions while you adjust to multihour bike legs.

Care Guide

Simply wipe it down with a damp cloth after each ride and let it air dry completely. Store it away from direct sunlight when not in use. The anti-skid surface is durable but avoid harsh chemicals. With proper care, this cushion will serve you through multiple seasons of triathlon training and races.

Returns

We offer a 30-day satisfaction guarantee for all our triathlon gear. If the cushion doesn't meet your needs or fit expectations, return it unused in original packaging for a full refund. For fit issues, we even cover exchange shipping as part of our fit guarantee - perfect for those who realize they need the cushion only after bike training.

When should I use this cushion during triathlon training? Use it for your 1-2 hour training rides where you practice race positioning to get comfortable with the saddle. It's great for brick workouts leading into transitions. The anti-skid particles help maintain stability when you're new to aggressive aero postures. For long training rides over 3 hours, consider combining with chamois cream for maximum comfort.

Is this cushion compatible with different bike setups and races? This cushion works with most road bikes and time trial setups for triathlon. It's compliant with USA Triathlon rules for age-group racing. For Ironman events, always double-check equipment regulations, as some races have specific pro-level technical requirements. The streamline designs like black/red and pisces patterns even enhance your aero profile.

``` **Pro Tip Box:** ```html
Pro Tip: For maximum comfort, pair this cushion with bike shorts featuring well-padded chamois. Practice your saddle position in shorter rides before committing to longer training sessions.
``` **CSS Styles for TriLaunchpad FAQ:** ```css :root { --tl-primary: #4ecdc4; --tl-primary-dark: #3db8b0; --tl-secondary: #667eea; --tl-text: #2c3e50; --tl-text-light: #6c757d; --tl-bg-light: #f8f9fa; --tl-border: #e9ecef; --tl-radius: 12px; } .tl-faq-section { max-width: 100%; margin: 30px 0; } .tl-faq-header { text-align: center; margin-bottom: 24px; } .tl-faq-header h2 { color: var(--tl-text); font-size: 1.5em; font-weight: 700; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; gap: 10px; } .tl-faq-list { display: flex; flex-direction: column; gap: 10px; } .tl-faq-item { background: #fff; border: 2px solid var(--tl-border); border-radius: var(--tl-radius); overflow: hidden; transition: all 0.3s ease; } .tl-faq-item:hover { border-color: var(--tl-primary); } .tl-faq-item.active { border-color: var(--tl-primary); border-left: 5px solid var(--tl-primary); } .tl-faq-question { width: 100%; padding: 18px 20px; background: #fff; border: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; text-align: left; } .tl-faq-question:hover { background: var(--tl-bg-light); } .tl-faq-question-text { font-size: 1em; font-weight: 600; color: var(--tl-text); line-height: 1.4; flex: 1; } .tl-faq-toggle { width: 26px; height: 26px; min-width: 26px; background: linear-gradient(135deg, #4ecdc4 0%, #45b7d1 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; } .tl-faq-toggle svg { width: 14px; height: 14px; stroke: #fff; stroke-width: 2.5; transition: transform 0.3s ease; } .tl-faq-item.active .tl-faq-toggle { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); } .tl-faq-item.active .tl-faq-toggle svg { transform: rotate(45deg); } .tl-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; } .tl-faq-item.active .tl-faq-answer { max-height: 400px; } .tl-faq-answer-content { padding: 0 20px 20px 20px; color: var(--tl-text-light); font-size: 0.95em; line-height: 1.7; } .tl-faq-tip { background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%); border-left: 4px solid #27ae60; padding: 10px 14px; border-radius: 8px; margin-top: 12px; font-size: 0.9em; display: flex; align-items: flex-start; gap: 10px; } .tl-faq-tip svg { width: 18px; height: 18px; min-width: 18px; stroke: #27ae60; margin-top: 2px; } .tl-faq-tip-label { font-weight: 600; color: #27ae60; } .tl-faq-badge { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; font-size: 0.7em; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; border-radius: 4px; margin-bottom: 8px; } .tl-faq-badge svg { width: 12px; height: 12px; } .tl-faq-badge.sizing { background: #e3f2fd; color: #1976d2; } .tl-faq-badge.sizing svg { stroke: #1976d2; } .tl-faq-badge.beginner { background: #e8f5e9; color: #388e3c; } .tl-faq-badge.beginner svg { stroke: #388e3c; } .tl-faq-badge.care { background: #f3e5f5; color: #7b1fa2; } .tl-faq-badge.care svg { stroke: #7b1fa2; } .tl-faq-badge.returns { background: #fce4ec; color: #c2185b; } .tl-faq-badge.returns svg { stroke: #c2185b; } @media (max-width: 768px) { .tl-faq-question { padding: 14px 16px; } .tl-faq-answer-content { padding: 0 16px 16px 16px; } } ``` **JavaScript for Functionality:** ```javascript function toggleFaq(button) { var faqItem = button.closest('.tl-faq-item'); var isActive = faqItem.classList.contains('active'); // Close all other FAQs var allItems = document.querySelectorAll('.tl-faq-item.active'); for (var i = 0; i < allItems.length; i++) { if (allItems[i] !== faqItem) { allItems[i].classList.remove('active'); allItems[i].querySelector('.tl-faq-question').setAttribute('aria-expanded', 'false'); } } // Toggle current FAQ if (isActive) { faqItem.classList.remove('active'); button.setAttribute('aria-expanded', 'false'); } else { faqItem.classList.add('active'); button.setAttribute('aria-expanded', 'true'); } } document.addEventListener('DOMContentLoaded', function() { var firstFaq = document.querySelector('.tl-faq-item'); if (firstFaq) { firstFaq.classList.add('active'); firstFaq.querySelector('.tl-faq-question').setAttribute('aria-expanded', 'true'); } }); ```
Shipping & Returns

Row content

Compatibility

Row content

style: A