.product-card{background:var(--color-white);display:flex;flex-direction:column}.product-card__link{display:flex;flex-direction:column;flex:1}.product-card__media{position:relative;background:var(--color-gray-100);aspect-ratio:11 / 10;overflow:hidden}.product-card__img{width:100%;height:100%;background:var(--color-gray-100);object-fit:contain;padding:var(--space-4);transition:opacity .3s ease,transform .3s ease}.product-card.product-card--preowned .product-card__img{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;object-position:center;padding:0}.product-card.product-card--preowned .product-card__media{aspect-ratio:16 / 9}.product-card__img--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card__media--has-secondary:hover .product-card__img--primary{opacity:0}.product-card__media--has-secondary:hover .product-card__img--secondary{opacity:1}.product-card__img--placeholder{padding:var(--space-8)}.product-card:hover .product-card__img{transform:scale(1.04)}.product-card__media .badge{position:absolute;bottom:var(--space-2);left:var(--space-2);z-index:1}.product-card__stickers{position:absolute;top:var(--space-2);z-index:2;display:flex;flex-direction:column;gap:4px;pointer-events:none}.product-card__stickers--left{left:var(--space-3);align-items:flex-start}.product-card__stickers--right{right:var(--space-2);align-items:flex-end}.product-card__sticker{display:block;width:clamp(42px,5vw,72px);height:auto}.product-card__pill{display:inline-flex;align-items:center;justify-content:center;min-height:32px;border:1.5px solid var(--color-black);border-radius:8px;background:var(--color-white);box-shadow:0 3px 0 var(--color-black);color:var(--color-black);font-size:11px;font-weight:var(--font-weight-bold);line-height:1;padding:0 13px;text-transform:uppercase;white-space:nowrap}.product-card__pill--best{background:var(--color-black);color:var(--color-white);box-shadow:0 3px 0 var(--color-black)}.product-card__pill--inverse{background:var(--color-black);color:var(--color-white)}.product-card__delivery-badge{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:8px 10px;border:1.5px solid var(--color-black);border-radius:8px;background:var(--color-black);color:var(--color-white);line-height:1}.product-card__delivery-badge-title{font-size:11px;font-weight:var(--font-weight-bold);white-space:nowrap}.product-card__delivery-badge-subtitle{font-size:9px;font-weight:var(--font-weight-regular);white-space:nowrap}.product-card__delivery-badge-short{display:none}@media(max-width:1024px){.product-card__delivery-badge-full{display:none}.product-card__delivery-badge-short{display:inline}.product-card__delivery-badge-subtitle{display:none}}@media(max-width:768px){.product-card__media--has-delivery .product-card__stickers--left{display:none}}.product-card__quick-add{position:absolute;bottom:var(--space-4);left:50%;transform:translate(-50%,8px);z-index:1;background:var(--color-white);color:var(--color-black);border:1.5px solid var(--color-black);border-radius:9999px;padding:var(--space-3) var(--space-6);font-size:var(--font-size-small);font-weight:var(--font-weight-medium);letter-spacing:.5px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.product-card:hover .product-card__quick-add{opacity:1;transform:translate(-50%);pointer-events:auto}.product-card__info{padding:var(--space-4) var(--space-3) var(--space-3);text-align:center}.product-card__brand{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:var(--font-size-xs);font-weight:var(--font-weight-regular);color:var(--color-gray-500);margin-bottom:2px;text-transform:uppercase;letter-spacing:.5px}.product-card__brand-logo{display:block;width:auto;max-width:52px;height:14px;object-fit:contain}.product-card__name{font-size:var(--font-size-product-name);font-weight:var(--font-weight-bold);color:var(--color-black);line-height:1.3;margin-bottom:var(--space-2);text-transform:uppercase;letter-spacing:.5px}.product-card__prices{display:flex;align-items:center;justify-content:center;gap:var(--space-2)}.product-card__price{font-size:var(--font-size-product-name);font-weight:var(--font-weight-regular);color:var(--color-black)}.product-card__price--compare{font-size:var(--font-size-xs);color:var(--color-gray-500);text-decoration:line-through}
/*# sourceMappingURL=/cdn/shop/t/7/assets/component-product-card.css.map */
