✦ Verified product
AstroCrew Performance 1/4 Crew Socks (3-Pack)
USD 24.99
Size
Battle Sports
Verified independent store
→
/* ===== Battle PDP spacing system (consistent desktop + mobile) ===== */ .bt-pdp { line-height: 1.55 !important; } /* ================= MOBILE GUTTER FIX ================= Theme a
lready provides LEFT spacing. We ONLY add RIGHT spacing so margins appear equal. ======================================================= */ .bt-pdp{ max-width: 100%; overflow-x: hidden; padding-left: 0 !important; /* keep theme left gutter */ padding-right: 16px !important; /* create matching right gutter */ box-sizing: border-box !important; width: 100% !important; } /* Slightly more breathing room on tablet */ @media (min-width: 768px){ .bt-pdp{ padding-right: 18px !important; } } /* Desktop: center content nicely */ @media (min-width: 1024px){ .bt-pdp{ padding-right: 0 !important; max-width: 720px; margin-left: auto !important; margin-right: auto !important; } } /* Prevent anything from touching edges */ .bt-pdp *{ box-sizing: border-box !important; } .bt-pdp img, .bt-pdp table, .bt-pdp details, .bt-pdp div{ max-width: 100% !important; } /* Section headings */ .bt-pdp h2{ font-size: 20px !important; font-weight: 500 !important; margin: 20px 0 10px !important; padding: 0 !important; line-height: 1.3 !important; } .bt-pdp h2:first-of-type{ margin-top: 0 !important; } /* Standard block spacing */ .bt-pdp p, .bt-pdp ul, .bt-pdp ol, .bt-pdp section, .bt-pdp .bt-faq, .bt-pdp .bt-blog-links{ margin: 0 0 20px !important; padding: 0 !important; } /* Lists */ .bt-pdp ul, .bt-pdp ol{ padding-left: 20px !important; } .bt-pdp li{ margin: 0 0 6px !important; } /* Tech specs table styling */ .bt-specs{ width: 100%; border-collapse: collapse; border: 1px solid rgba(0,0,0,.12); border-radius: 12px; overflow: hidden; } .bt-specs th, .bt-specs td{ padding: 12px 14px; border-top: 1px solid rgba(0,0,0,.08); vertical-align: top; text-align: left; } .bt-specs tr:first-child th, .bt-specs tr:first-child td{ border-top: 0; } .bt-specs th{ width: 34%; font-weight: 600; background: rgba(0,0,0,.03); } /* FAQ styling */ .bt-faq h3{ font-size: 16px !important; font-weight: 700 !important; margin: 0 0 6px !important; line-height: 1.25 !important; } .bt-faq p{ margin: 0 0 14px !important; line-height: 1.55 !important; } .bt-faq p:last-child{ margin-bottom: 0 !important; } /* Blog links */ .bt-blog-links ul{ margin: 0 !important; padding-left: 18px !important; } .bt-blog-links li{ margin: 0 0 8px !important; } /* Divider */ .bt-divider { height: 1px; background: rgba(0,0,0,.10); border: 0; margin: 18px 0; width: 100%; } /* Callout */ .bt-callout { border: 1px solid rgba(0,0,0,.12); border-radius: 12px; padding: 12px 14px; background: rgba(0,0,0,.02); margin: 0 0 20px !important; } .bt-callout-title { font-weight: 700; margin: 0 0 6px !important; line-height: 1.25; } .bt-callout p { margin: 0 !important; } /* Badges */ .bt-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 20px !important; padding: 0 !important; list-style: none; } .bt-badge { border: 1px solid rgba(0,0,0,.12); border-radius: 999px; padding: 6px 10px; font-size: 14px; line-height: 1; background: #fff; white-space: nowrap; } /* Icon list */ .bt-icon-list { list-style: none; padding-left: 0 !important; } .bt-icon-list li { display: flex; gap: 10px; align-items: flex-start; margin: 0 0 10px !important; } .bt-ico { width: 22px; min-width: 22px; height: 22px; border-radius: 999px; border: 1px solid rgba(0,0,0,.14); display: inline-flex; align-items: center; justify-content: center; font-size: 14px; background: rgba(0,0,0,.02); } /* Collapsible sections */ .bt-collapse{ border: 1px solid rgba(0,0,0,.10); border-radius: 12px; background: rgba(0,0,0,.01); margin-bottom: 20px; overflow: hidden; } .bt-collapse__summary{ display: flex; justify-content: space-between; align-items: center; padding: 14px; cursor: pointer; } .bt-collapse__h2{ margin: 0 !important; line-height: 1.05 !important; } .bt-collapse__chev{ opacity: .75; transition: transform .2s ease; } .bt-collapse[open] .bt-collapse__chev{ transform: rotate(180deg); } /* ========================================================= FIX: Inner padding inside dropdown content (FAQ + Learn More) ======================================================= */ .bt-pdp details.bt-collapse > .bt-collapse__content{ padding: 14px 16px 16px !important; /* mobile-friendly */ } @media (min-width: 768px){ .bt-pdp details.bt-collapse > .bt-collapse__content{ padding: 16px 18px 18px !important; } } .bt-pdp details.bt-collapse > .bt-collapse__content.bt-faq, .bt-pdp details.bt-collapse > .bt-collapse__content.bt-blog-links{ padding-left: 16px !important; padding-right: 16px !important; } .bt-pdp details.bt-collapse > .bt-collapse__content.bt-blog-links ul{ padding-left: 18px !important; margin: 0 !important; } /* (Complete the Look styles retained even though section removed) */ .bt-look-scroll{ width: 100%; margin: 10px 0 6px; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 8px; scroll-snap-type: x mandatory; } .bt-look-track{ display: inline-flex; gap: 12px; padding-bottom: 6px; } .bt-look-card{ scroll-snap-align: start; width: 200px; flex: 0 0 auto; border: 1px solid rgba(0,0,0,.12); border-radius: 12px; overflow: hidden; background: #fff; display: flex; flex-direction: column; } @media (min-width: 768px){ .bt-look-card{ width: 240px; } } .bt-look-imgwrap{ width: 100%; aspect-ratio: 1 / 1; background: rgba(0,0,0,.03); overflow: hidden; } .bt-look-imgwrap img{ width: 100% !important; height: 100% !important; object-fit: cover; display: block; } .bt-look-body{ padding: 12px; display: flex; flex-direction: column; gap: 10px; } .bt-look-name{ font-weight: 700; line-height: 1.25; margin: 0 !important; font-size: 15px; } .bt-look-meta{ margin: 0 !important; font-size: 13px; opacity: .85; line-height: 1.35; } .bt-look-cta{ display: inline-flex; align-items: center; justify-content: center; width: 100%; border: 1px solid rgba(0,0,0,.18); border-radius: 10px; padding: 10px 12px; font-weight: 700; text-decoration: none; line-height: 1; background: rgba(0,0,0,.02); } .bt-look-cta:hover{ background: rgba(0,0,0,.04); } Built for athletes who move fast—and don’t slow down. The AstroCrew Performance 1/4 Crew Socks (3-Pack) are made to match the speed and style of Astro cleats and slides—delivering a locked-in fit, strategic cushioning, and breathable zones for all-day comfort on and off the field. Product Overview Designed for quick cuts, constant motion, and everyday wear, these 1/4 length crew socks stay put when the pace turns up. The AirFit design keeps the feel secure and no-slip, while zoned padding absorbs impact without the bulk that slows you down. Add mesh ventilation zones and you get a sock that keeps feet cooler, drier, and ready for the next rep. Quick Win Grab-and-go value. Three performance 1/4 crews in every pack—built for rotation, travel bags, and back-to-back sessions. Key Features 🧦3-Pack value for daily rotation, team travel, and extras on deck 🔒AirFit locked-in feel delivers a secure, no-slip fit for every move 🛡️Zoned cushioning absorbs impact without adding bulk 🌬️Mesh ventilation zones help keep feet cool, dry, and ready for more ⚡Built for speed + agility—responsive feel that won’t bunch or slide 🧊All-day comfort on-field, off-field, and everywhere in between Speed Training Agility Work Game Day Team Travel Everyday Wear Cleats & Slides Made to match Astro speed Built to pair with Astro cleats and slides—so your sock feel stays secure, cushioned where it counts, and breathable where you need it most. Tech Specs ▾ Pack Size 3 pairs per pack Length 1/4 crew Fit System AirFit locked-in, no-slip feel Cushioning Zoned padding for impact absorption without bulk Breathability Mesh ventilation zones for airflow and moisture control Use Speed, agility, all-day comfort on & off the field Pairing Designed to match Astro cleats and slides Why 1/4 Crew? The 1/4 crew profile gives you that clean, athletic look with the coverage you want—without feeling tall or restrictive. It’s a go-to height for cleats, trainers, and slides. Fit & Comfort Notes Expect a secure, locked-in feel that stays put through cuts, sprints, and quick transitions. Cushioning is strategic—not bulky—so you get protection without losing responsiveness. Frequently Asked Questions ▾ How many pairs come in a pack? Each pack includes 3 pairs of AstroCrew Performance 1/4 crew socks. Do these socks slip down? They’re built with an AirFit locked-in design to help prevent slipping and bunching during movement. Are they thick? No—cushioning is zoned to absorb impact without adding bulky thickness. Will they run hot in cleats? They include mesh ventilation zones to improve airflow and help keep feet cooler and drier. Are these just for football? They’re built for football speed and agility, but they’re also comfortable for training days, travel, and everyday wear. Related searches: AstroCrew socks 3 pack, performance quarter crew socks, football cleat socks, breathable athletic socks, cushioned training socks, socks for speed and agility