.product-card{position:relative;display:flex;flex-direction:column;background:#fff;color:var(--color-ink)}.product-card__media{position:relative;display:flex;aspect-ratio:4 / 5;align-items:center;justify-content:center;overflow:hidden}.product-card__media-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;display:block}.product-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.product-card__badge{position:absolute;left:0;top:12rem;z-index:1;padding:4rem 10rem;font-family:var(--font-mono);font-size:11rem;font-weight:600;letter-spacing:.04em;line-height:1;color:#fff;pointer-events:none}.product-card__badge--sale,.product-card__badge--new{background:var(--color-red)}.product-card__badge--soldout{background:var(--color-ink)}.product-card__badge--preorder{background:#fbe7c2;color:#7a5610}.product-card__add{position:absolute;left:10rem;right:10rem;bottom:10rem;z-index:2;height:44rem;border:none;background:var(--color-cta-dark);color:#fff;font-family:var(--font-display);font-size:14rem;font-weight:600;cursor:pointer;transform:translateY(120%);opacity:0;transition:transform var(--t-med),opacity var(--t-med),background var(--t-med)}.product-card:hover .product-card__add,.product-card__add:focus-visible{transform:translateY(0);opacity:1}.product-card__add:hover:not(:disabled){background:#000}.product-card__add:disabled{cursor:not-allowed;background:#ccc;color:#3a3a3a}.product-card__body{display:flex;flex:1;flex-direction:column;gap:6rem;padding:16rem 16rem 18rem;text-decoration:none;color:inherit}.product-card:has(.product-card__chips) .product-card__body{padding-bottom:8rem}.product-card__brand{font-family:var(--font-mono);font-size:11rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-muted)}.product-card__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:2.6em;font-size:15rem;font-weight:500;line-height:1.3;color:var(--color-ink)}.product-card__price-row{display:flex;align-items:baseline;gap:8rem}.product-card__price{font-size:19rem;font-weight:700;white-space:nowrap;color:var(--color-blue)}.product-card__price--sale{color:var(--color-red)}@media screen and (max-width:499px){.product-card__price{font-size:16rem}}.product-card__compare{font-size:14rem;color:var(--color-placeholder);text-decoration:line-through}.product-card__chips{display:flex;flex-direction:column;gap:8rem;padding:8rem 16rem 18rem}.product-card__swatches{display:flex;flex-wrap:wrap;gap:7rem}.product-card__swatch{display:inline-block;width:26rem;height:26rem;padding:2rem;border:2rem solid var(--color-hairline);background:none;cursor:pointer}.product-card__swatch>span{display:block;width:100%;height:100%;background:var(--color-media)}.product-card__swatch.is-selected{border-color:var(--color-blue)}.product-card__opt{display:flex;flex-wrap:wrap;gap:6rem}.product-card__chip{display:inline-flex;align-items:center;justify-content:center;min-width:28rem;height:28rem;padding:0 8rem;border:1rem solid var(--color-hairline);background:#fff;font-family:var(--font-mono);font-size:11rem;line-height:1;color:var(--color-label);cursor:pointer}.product-card__chip:hover:not(.is-selected){border-color:var(--color-ink);color:#000}.product-card__chip.is-selected{border-color:var(--color-blue);background:var(--color-blue);color:#fff}.product-card__chip.is-unavailable,.product-card__chip.is-unavailable:hover{color:#c7c7cb;border-color:#e5e5e7;cursor:not-allowed;background:linear-gradient(to top right,transparent calc(50% - .5px),#c7c7cb calc(50% - .5px),#c7c7cb calc(50% + .5px),transparent calc(50% + .5px))}.product-card__swatch.is-unavailable{opacity:.35;cursor:not-allowed}.product-card__opt--grid{display:grid;grid-template-columns:repeat(var(--cols, 6),minmax(0,1fr));gap:3rem}.product-card__opt--grid .product-card__chip{min-width:0;padding-inline:2rem;height:28rem;font-size:10rem}@media screen and (max-width:499px){.product-card__add,.product-card__chips{display:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/component-product-card.css.map */
