Product Description
Details Y-Shaped High-Elastic Soft Armor: Provides bidirectional compression and support for continuous ankle stability. Highly Elastic, Skin-Friendly Fabric: Wraps snugly around your ankle with a thin, barely-there feel for zero-burden wear. Trendy and Functional: A perfect blend of style and performance, letting you express your sporty fashion. Care Guide Hand wash with cold water. Drip dry. Do not wring, tumble dry, bleach or dry in direct sunlight. Shipping and Returns Shipping Policy: Free shipping on domestic orders $39.9+ Please allow 1-4 business days for standard processing before your order ships. Return Policy: On domestic orders, we offer 60-day free returns for store credit. Products must be returned unworn, unwashed, in their original condition and with all tags and liners attached. We reserve the right to refuse returns that show any signs of wear. *, *::before, *::after { box-sizing: border-box; } .tab input { position: absolute; opacity: 0; z-index: -1; } .tab__content { max-height: 0; overflow: hidden; transition: all 0.35s; } .tab input:checked ~ .tab__content { max-height: 20rem; } .accordion { color: #000; overflow: hidden; } .tab__label, .tab__close { display: flex; color: #000; background: var(--theme); border-bottom: 1px solid #e5e5e5; cursor: pointer; } .tab__label { justify-content: space-between; padding: 1rem; } .tab__label::after { content: "\276F"; text-align: center; transform: rotate(90deg); transition: all 0.35s; } .tab input:checked + .tab__label::after { transform: rotate(270deg); } .tab__content p { margin: 0; padding: 1rem; } .tab__close { justify-content: flex-end; padding: 0.5rem 1rem; font-size: 0.75rem; }