.product-card{position:relative;display:flex;flex-direction:column;gap:.6rem;min-width:0}.product-card__link{display:block}.product-card__media{position:relative;overflow:hidden;max-width:100%;border-radius:var(--obi-radius);background:#f5f4f2;aspect-ratio:3 / 4}.product-card__img{width:100%;height:100%;object-fit:cover;transition:opacity .25s ease,transform .3s ease}.product-card__img--alt{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s ease}.product-card__img--alt.is-visible{opacity:1}.product-card__media:hover .product-card__img--primary{transform:scale(1.03)}.product-card__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:inline-flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;border-radius:999px;background:#fffffff2;box-shadow:0 1px 6px #0000002e;opacity:0;transition:opacity .15s ease}.product-card__arrow svg{width:1.6rem;height:1.6rem}.product-card__arrow--prev{left:.8rem}.product-card__arrow--next{right:.8rem}.product-card__media:hover .product-card__arrow{opacity:1}.product-card__arrow:hover{background:#fff}.product-card__dots{display:none;justify-content:center;align-items:center;gap:.55rem;padding:.9rem 0 .2rem}.product-card__dot{width:.6rem;height:.6rem;border-radius:999px;background:#d8d6d3;transition:background-color .15s ease}.product-card__dot.is-active{background:var(--obi-color-text)}@media(hover:none){.product-card__arrow{display:none}.product-card__dots{display:flex}}.product-card__media-link{display:block;height:100%}.product-card__sizes{position:absolute;left:0;right:0;bottom:0;z-index:3;display:flex;flex-wrap:wrap;align-items:center;gap:.4rem 1.1rem;padding:1rem 1.2rem 1.2rem;background:var(--obi-color-bg);opacity:0;transition:opacity .15s ease;pointer-events:none}.product-card:hover .product-card__sizes,.product-card__sizes:focus-within{opacity:1;pointer-events:auto}.product-card__sizes-label{flex-basis:100%;font-size:1.15rem;text-transform:uppercase;letter-spacing:.05em;color:var(--obi-color-text-muted)}.product-card__size{font-size:1.35rem;font-weight:var(--obi-font-body-weight-bold);line-height:1.4}.product-card__size:hover{text-decoration:underline;text-underline-offset:3px}@media(hover:none){.product-card__sizes{display:none}}.product-card__badge{position:absolute;top:1rem;left:1rem;padding:.3rem .9rem;font-size:1.1rem;font-weight:var(--obi-font-body-weight-bold);text-transform:uppercase;letter-spacing:.05em;border-radius:999px}.product-card__badge--sale{background:var(--obi-color-primary);color:var(--obi-color-primary-text)}.product-card__badge--soldout{background:var(--obi-color-text);color:var(--obi-color-bg)}.product-card__info{display:grid;gap:.2rem;padding-top:.6rem}.product-card__vendor{font-size:1.2rem;text-transform:uppercase;letter-spacing:.04em}.product-card__title{font-family:var(--obi-font-body-family);font-size:1.4rem;font-weight:var(--obi-font-body-weight);line-height:1.4}.price{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem;font-size:1.4rem}.price__current{font-weight:var(--obi-font-body-weight-bold)}.price--on-sale .price__current{color:var(--obi-color-primary)}.price__compare{color:var(--obi-color-text-muted)}.price__badge{padding:.1rem .7rem;background:var(--obi-color-primary);color:var(--obi-color-primary-text);font-size:1.1rem;font-weight:var(--obi-font-body-weight-bold);text-transform:uppercase;border-radius:999px}.product-card__swatches{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.swatch{display:inline-block;width:1.6rem;height:1.6rem;border-radius:999px;border:1px solid rgba(0,0,0,.15)}.product-card__swatches-more{font-size:1.2rem;color:var(--obi-color-text-muted)}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.2rem}.product-grid>li{min-width:0}@media screen and (min-width:750px){.product-grid{grid-template-columns:repeat(var(--grid-cols, 4),minmax(0,1fr));gap:3rem 2rem}}.product-grid.product-grid--carousel{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.2rem}.product-grid.product-grid--carousel>li:nth-child(n+5){display:none}@media screen and (min-width:990px){.product-grid.product-grid--carousel{grid-template-columns:repeat(6,minmax(0,1fr));gap:3rem 1.6rem}.product-grid.product-grid--carousel>li:nth-child(n+5){display:block}.product-grid.product-grid--carousel>li:nth-child(n+7){display:none}}.placeholder-svg{width:100%;height:100%;background:#f0efed;fill:#c9c7c3}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-product-card.css.map */
