.product-card{position:relative;display:flex;flex-direction:column;gap:0;min-width:0;color:var(--obi-color-text)}.product-card__link{display:block;color:inherit}.product-card__media{position:relative;overflow:hidden;max-width:100%;aspect-ratio:4 / 5;border-radius:var(--obi-radius);background:var(--obi-color-bg-alt)}.product-card__media-link{display:block;height:100%}.product-card__img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply;transition:opacity .25s ease,transform .3s ease}.product-card__media:hover .product-card__img--primary{transform:scale(1.02)}.product-card__badges{position:absolute;top:.8rem;left:.8rem;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;pointer-events:none}.product-card__media>.product-card__badge{position:absolute;top:.8rem;left:.8rem;z-index:2}.product-card__badge{display:inline-flex;align-items:center;padding:.4rem .8rem;border-radius:var(--obi-radius);background:var(--obi-color-bg);color:var(--obi-color-text);font-size:1.2rem;font-weight:var(--obi-font-label-weight);line-height:1.2;letter-spacing:var(--obi-letter-spacing-label);text-transform:uppercase;white-space:nowrap}.product-card__badge--sale{color:var(--obi-color-sale)}.product-card__badge--soldout{color:var(--obi-color-text-muted)}.product-card .product-card__wishlist{position:absolute;top:0;right:0;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:var(--obi-tap-size, 4.4rem);height:var(--obi-tap-size, 4.4rem);padding:0;border:0;border-radius:var(--obi-radius);background:transparent;color:#fff;opacity:1;transform:none;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:opacity .15s ease}.product-card .product-card__wishlist:hover{background:transparent;transform:none;opacity:.7}.product-card .product-card__wishlist .obi-icon{width:2.2rem;height:2.2rem}.product-card .product-card__wishlist .obi-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;filter:drop-shadow(0 1px 2px rgba(0,0,0,.45));transition:fill .15s ease}.product-card .product-card__wishlist.is-active{color:#fff;opacity:1}.product-card .product-card__wishlist.is-active .obi-icon svg{fill:currentColor;animation:obi-heart-pop .28s ease}@keyframes obi-heart-pop{0%{transform:scale(.6)}50%{transform:scale(1.25)}to{transform:scale(1)}}.product-card__info{display:grid;gap:.4rem;padding:1.2rem 0 0}.product-card__title{font-family:var(--obi-font-body-family);font-size:1.6rem;font-weight:var(--obi-font-body-weight);line-height:1.3;letter-spacing:0;text-transform:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__meta,.product-card__vendor{font-size:1.4rem;line-height:1.3;color:var(--obi-color-text-muted)}.price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.8rem;font-size:1.6rem;font-weight:var(--obi-font-price-weight);line-height:1.2}.price__current{font-weight:var(--obi-font-price-weight)}.price--on-sale .price__current{color:var(--obi-color-sale)}.price__compare{font-weight:var(--obi-font-body-weight);color:var(--obi-color-text-muted);text-decoration:line-through}.price__badge{font-size:1.2rem}.product-colors{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;min-height:1.8rem;padding-top:.4rem}.product-colors__swatch{display:block;flex-shrink:0;width:var(--swatch-size, 1.4rem);height:var(--swatch-size, 1.4rem);border-radius:var(--obi-radius);background-size:cover;box-shadow:inset 0 0 0 1px #0000001f}.product-colors__swatch.is-current{outline:1px solid currentColor;outline-offset:2px}.product-colors__more{font-size:1.2rem;font-weight:var(--obi-font-label-weight);line-height:1;color:var(--obi-color-text-muted)}@media screen and (max-width:749px){.product-colors__swatch{width:calc(var(--swatch-size, 1.4rem) - 2px);height:calc(var(--swatch-size, 1.4rem) - 2px)}}.swatch{display:inline-block;flex-shrink:0;width:1.4rem;height:1.4rem;border-radius:var(--obi-radius);background-size:cover;box-shadow:inset 0 0 0 1px #0000001f}.product-card.promo-card{background:transparent;color:var(--obi-color-text);overflow:visible}.promo-card__link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none}.product-card.promo-card .promo-card__media{aspect-ratio:4 / 5;background:var(--promo-media-bg, var(--promo-bg, var(--obi-color-text)));color:var(--promo-fg, var(--obi-color-bg))}.product-card.promo-card .promo-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;mix-blend-mode:normal}.promo-card__box{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:grid;grid-template-rows:auto 1fr auto;padding:1.6rem;color:var(--promo-fg, var(--obi-color-bg))}.promo-card--has-img .promo-card__box:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--promo-bg, var(--obi-color-text));opacity:.35}.promo-card__tag{font-size:1.2rem;font-weight:var(--obi-font-label-weight);line-height:1.2;letter-spacing:var(--obi-letter-spacing-label);text-transform:uppercase;opacity:.7}.promo-card__heading{align-self:center;justify-self:center;margin:0;font-family:var(--obi-font-heading-family);font-size:3.4rem;font-weight:var(--obi-font-heading-weight);line-height:1.05;letter-spacing:.02em;text-align:center;text-transform:uppercase;overflow-wrap:anywhere}.promo-card__more{justify-self:end;display:inline-flex;align-items:center;gap:.6rem;font-size:1.3rem;font-weight:var(--obi-font-label-weight);letter-spacing:var(--obi-letter-spacing-button);text-transform:uppercase;text-decoration:underline;text-underline-offset:3px}.promo-card__more .obi-icon{width:1.6rem;height:1.6rem}.promo-card__info{display:grid;gap:.4rem;padding:1.2rem 0 0;text-align:left}.promo-card__text>*+*{margin-top:.2rem}.promo-card__text p,.promo-card__name{font-size:1.6rem;font-weight:var(--obi-font-body-weight);line-height:1.3}.promo-card__text p:first-child,.promo-card__price{font-size:1.6rem;font-weight:var(--obi-font-price-weight);line-height:1.3}.promo-card__price s{margin-left:.4rem;font-weight:var(--obi-font-body-weight);color:var(--obi-color-text-muted)}.promo-card__btn{margin-top:.4rem;color:var(--obi-color-text)}.promo-card__link:hover .promo-card__btn{text-decoration-thickness:2px}@media screen and (min-width:750px){.promo-card__heading{font-size:4.4rem}}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3.2rem var(--obi-grid-gap, .8rem)}.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:4rem var(--obi-grid-gap, .8rem)}}.product-grid.product-grid--carousel{grid-template-columns:repeat(2,minmax(0,1fr));gap:3.2rem var(--obi-grid-gap, .8rem)}.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:4rem var(--obi-grid-gap, .8rem)}.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:var(--obi-color-bg-alt);fill:var(--obi-color-border)}
/*# sourceMappingURL=/cdn/shop/t/4/assets/component-product-card.css.map */
