.product-card{display:block;text-decoration:none;color:inherit;font-family:var(--font-primary--family);border:1px solid transparent;transition:border-color .2s ease}.product-card:hover{border-color:#2f4ff0}.product-card__media{position:relative;background-color:#f3f3f1;aspect-ratio:1 / 1;overflow:hidden;margin-bottom:1rem}.product-card__media img,.product-card__media svg{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__media img{transform:scale(1.03)}.product-card__badge{position:absolute;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.35rem .6rem}.product-card__badge--new{top:.85rem;left:.85rem;background:#fff;color:#1a1a1a}.product-card__badge--sale{top:.85rem;left:.85rem;background:#fff;color:#c0392b}.product-card__badge--corner{top:.85rem;right:.85rem;background:#1a1a1a;color:#fff;border-radius:999px;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.1;font-size:.55rem;padding:.25rem}.product-card__info{display:flex;flex-direction:column;gap:.5rem}.product-card__title{font-size:1rem;font-weight:400;margin:0}.product-card__price{font-size:.95rem;margin:0}.product-card__compare{color:#8a8a8a;text-decoration:line-through;margin-left:.4rem}.product-card__colors{font-size:.85rem;color:#6b6b6b;margin:0}.product-card__swatches{display:none;flex-wrap:wrap;gap:.4rem}.product-card:hover .product-card__swatches{display:flex}.product-card:hover .product-card__colors{display:none}.product-card__swatch{width:1.1rem;height:1.1rem;border-radius:50%;border:1px solid rgba(0,0,0,.15);display:inline-block}.rating-stars{display:inline-flex;align-items:center;gap:.15rem;font-size:.85rem;line-height:1}.rating-stars__star--filled{color:#1a1a1a}.rating-stars__star--empty{color:#d6d6d6}.rating-stars__count{color:#6b6b6b;margin-left:.35rem}.product-rail{position:relative;font-family:var(--font-primary--family)}.product-rail__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1rem}.product-rail__heading{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:400;margin:0}.product-rail__heading--center{text-align:center;flex:1}.product-rail__nav{display:flex;gap:.5rem}.product-rail__btn{width:2.75rem;height:2.75rem;border:1px solid rgba(0,0,0,.18);background:#fff;color:#1a1a1a;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease}.product-rail__btn:hover{background:#1a1a1a;color:#fff}.product-rail__track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(240px,1fr);gap:clamp(1rem,2vw,1.75rem);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.5rem}.product-rail__track::-webkit-scrollbar{display:none}.product-rail__track>*{scroll-snap-align:start}@media(min-width:750px){.product-rail__track{grid-auto-columns:calc((100% - (3*clamp(1rem,2vw,1.75rem)))/4)}}@media(max-width:749px){.product-rail__track{grid-auto-columns:72%}.product-rail__nav{display:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/product-card.css.map */
