.product-grid{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.product-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);cursor:pointer;transition:box-shadow .3s;position:relative;overflow:hidden}.product-card:nth-child(4n){border-right:none}.product-card:hover{box-shadow:0 8px 32px #0000004d}.product-card:hover .product-img-wrap{transform:scale(1.04)}.product-img-wrap{aspect-ratio:3/4;background:var(--bg2);overflow:hidden;transition:transform .5s cubic-bezier(.25,.46,.45,.94);display:flex;align-items:center;justify-content:center;position:relative}.product-img-wrap img{width:100%;height:100%;object-fit:cover}.product-img-wrap svg{width:60%;height:auto;opacity:.85}.placeholder-svg{width:60%;height:auto;opacity:.3}.color-swatch-row{position:absolute;bottom:12px;left:12px;display:flex;gap:5px}.swatch{width:14px;height:14px;border-radius:50%;border:1.5px solid rgba(255,255,255,.15)}.product-info{padding:16px 20px 20px;border-top:1px solid var(--line)}.product-tag{font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--red);margin-bottom:6px}.product-name{font-size:15px;font-weight:500;margin-bottom:4px}.product-price{font-size:14px;color:var(--text2)}.product-tech{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-top:6px;display:flex;align-items:center;gap:5px}.product-tech:before{content:"";display:block;width:5px;height:5px;background:var(--red);border-radius:50%;opacity:.6}.add-hover{position:absolute;bottom:0;left:0;right:0;background:var(--red);padding:12px;text-align:center;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#fff;transform:translateY(100%);transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.product-card:hover .add-hover{transform:translateY(0)}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(2,1fr)}.product-card:nth-child(4n){border-right:1px solid var(--line)}.product-card:nth-child(2n){border-right:none}}@media(max-width:480px){.product-grid{grid-template-columns:1fr}.product-card{border-right:none}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/products.css.map */
