.gear{padding:7rem 6vw;background:#0a0a0a}.gear-head{margin-bottom:4rem}.gear-head h2{font-size:clamp(56px,6vw,100px)}.gear-head h2 i{color:var(--yellow)}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.product{border-top:1px solid #3a3a3a;padding-top:1.5rem}.product-image{aspect-ratio:1;background:#151515;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-name{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.4rem}.product-name h3{font:900 clamp(30px,3vw,46px)/1 Barlow Condensed;margin:0}.product-name span{font-size:12px;font-weight:800;color:var(--yellow);letter-spacing:1px}.product>p{color:#aaa}.swatches{display:flex;gap:.6rem}.swatch{border:1px solid #555;background:#111;color:#eee;padding:10px 13px;font:800 12px Barlow;cursor:pointer}.swatch:before{content:"";display:inline-block;width:10px;height:10px;background:var(--blue);border-radius:50%;margin-right:8px}.swatch.red:before{background:var(--red)}.swatch.active{border-color:#fff}@media(max-width:700px){.product-grid{grid-template-columns:1fr}.gear{padding:5rem 6vw}}
