.product-card{display:flex;flex-direction:column;background-color:var(--color-background);border-radius:0;position:relative;height:100%}.product-card__media{position:relative;overflow:hidden;aspect-ratio:var(--card-aspect, 3 / 4);background-color:#f7f7f7;border-radius:0}.product-card__media.is-loading:after{content:"";position:absolute;top:50%;left:50%;width:32px;height:32px;margin:-16px 0 0 -16px;border-radius:50%;border:2px solid rgba(255,255,255,.6);border-top-color:var(--color-grey-850, #302c2c);animation:product-card-spin .7s linear infinite;z-index:2;pointer-events:none}.product-card__media.is-loading:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#ffffff8c;z-index:1;pointer-events:none}@keyframes product-card-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.product-card__media.is-loading:after{animation:none}}.product-card__image-link{display:block;position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover;border-radius:0}.product-card__image--secondary{opacity:0;transition:opacity .25s ease}@media(hover:hover)and (pointer:fine){.product-card:hover .product-card__image--secondary{opacity:1}.product-card:hover .product-card__image--primary{opacity:0;transition:opacity .25s ease}}@media(prefers-reduced-motion:reduce){.product-card__image{transition:none!important}}.product-card__placeholder{width:100%;height:100%;object-fit:cover}.product-card__sold-out-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--color-background);color:var(--color-foreground);font-family:var(--font-body--family);font-size:var(--text-caption);font-weight:var(--text-caption-weight);line-height:1.2;letter-spacing:.08em;text-transform:uppercase;padding:10px 16px;pointer-events:none;border-radius:0;z-index:3;white-space:nowrap}.product-card__badge{position:absolute;top:var(--space-3);left:var(--space-3);display:inline-flex;align-items:center;gap:var(--space-1);font-family:var(--font-body--family);font-size:var(--text-small);font-weight:500;line-height:1.2;letter-spacing:.04em;text-transform:uppercase;color:var(--color-orange-600);z-index:2;pointer-events:none;border-radius:0}.product-card__badge--bestseller{background-color:#62754a;padding:8px 12px;gap:4px;font-size:14px;font-weight:500;letter-spacing:0;color:#fefefe;border-radius:0;box-shadow:none}.product-card__badge-icon{flex-shrink:0;width:16px;height:16px;display:block}.product-card__badge--sale{background-color:#e7ad35;width:74px;height:32px;padding:0;justify-content:center;font-family:var(--font-body--family);font-size:14px;font-weight:600;letter-spacing:-.28px;line-height:20px;color:#fefefe;text-transform:uppercase;border-radius:0}.product-card__badge--new{background-color:var(--color-background);padding:var(--space-2) var(--space-3)}@media(max-width:64rem){.product-card__badge{top:var(--space-2);left:var(--space-2);font-size:12px}}@media(max-width:48rem){.product-card__badge--bestseller,.product-card__badge--sale,.product-card__badge--new{height:24px;padding:4px;gap:4px;font-size:10px;line-height:1.2}.product-card__badge--sale{width:auto;min-width:48px;padding-inline:8px}.product-card__badge-icon{width:11px;height:12px}}.product-card__sublabel{position:absolute;left:15px;bottom:var(--space-3);display:inline-flex;align-items:center;justify-content:center;padding:10px;background-color:var(--color-background);font-family:var(--font-heading--family);font-style:italic;font-weight:500;font-size:var(--text-small);line-height:1.2;letter-spacing:-.015em;color:var(--color-grey-850);z-index:1;pointer-events:none;max-width:calc(100% - 30px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:48rem){.product-card__sublabel{font-size:12px;padding:var(--space-2)}}.product-card__wishlist{position:absolute;top:var(--space-4);right:var(--space-4);display:flex;align-items:center;justify-content:center;width:44px;height:44px;background-color:var(--color-background);border-radius:50%;border:0;padding:0;cursor:pointer;color:var(--color-foreground);transition:color .15s ease,background-color .15s ease;z-index:2}@media(max-width:64rem){.product-card__wishlist{top:var(--space-2);right:var(--space-2)}}.product-card__wishlist:focus-visible{outline:2px solid var(--color-brand-primary);outline-offset:2px}.product-card__wishlist .icon--heart-filled,.product-card__wishlist.is-active .icon--heart{display:none}.product-card__wishlist.is-active .icon--heart-filled{display:block;color:var(--color-brand-primary)}.product-card__hover-cta{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.96);display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);background-color:var(--color-background);color:var(--color-grey-850);font-family:var(--font-body--family);font-size:var(--text-body);font-weight:500;line-height:1.2;letter-spacing:-.32px;border:.5px solid var(--color-grey-600, #565656);border-radius:0;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease,background-color .15s ease,color .15s ease;z-index:3;white-space:nowrap}@media(hover:hover)and (pointer:fine){.product-card:hover .product-card__hover-cta{opacity:1;transform:translate(-50%,-50%) scale(1);pointer-events:auto}}.product-card__hover-cta:hover{background-color:var(--color-grey-850);color:var(--color-background)}.product-card__hover-cta:focus-visible{outline:2px solid var(--color-orange-500, #cd473a);outline-offset:2px}.product-card__hover-cta.is-loading{pointer-events:none;cursor:progress}.product-card__hover-cta.is-loading>*{visibility:hidden}.product-card__hover-cta.is-loading:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border-radius:50%;border:2px solid currentColor;border-top-color:transparent;animation:product-card-spin .7s linear infinite;visibility:visible}@media(prefers-reduced-motion:reduce){.product-card__hover-cta{transition:opacity .2s ease;transform:translate(-50%,-50%)}.product-card__hover-cta.is-loading:after{animation:none}}.product-card__quick-add{position:absolute;left:0;right:0;bottom:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;gap:var(--space-3);padding:var(--space-3) var(--space-4);background-color:#ffffffeb;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:1}@media(hover:hover)and (pointer:fine){.product-card:hover .product-card__quick-add{opacity:1;pointer-events:auto}}@media(hover:none){.product-card__quick-add{display:none}}.product-card__quick-add-form{display:contents}.product-card__size-chip{display:inline-flex;align-items:center;justify-content:center;min-width:52px;padding:5px 18px;font-family:var(--font-body--family);font-size:15px;font-weight:500;line-height:1.2;color:var(--color-grey-850);background-color:transparent;border:0;border-radius:0;cursor:pointer;transition:background-color .15s ease,color .15s ease;white-space:nowrap}.product-card__size-chip:hover:not(:disabled):not(.is-active){background-color:var(--color-grey-50)}.product-card__size-chip.is-active{background-color:var(--color-grey-50)}.product-card__size-chip.is-active:hover:not(:disabled){background-color:var(--color-grey-100)}.product-card__add-btn{display:none;align-items:center;justify-content:center;gap:var(--space-1);padding:var(--space-2) var(--space-4);font-family:var(--font-body--family);font-size:var(--text-small);font-weight:600;line-height:1;letter-spacing:.04em;text-transform:uppercase;color:var(--color-background);background-color:var(--color-grey-850);border:.5px solid var(--color-grey-850);border-radius:0;cursor:pointer;transition:background-color .15s ease;white-space:nowrap}.product-card__add-btn:hover{background-color:var(--color-orange-500);border-color:var(--color-orange-500)}.product-card__add-btn:focus-visible{outline:2px solid var(--color-orange-500);outline-offset:2px}.product-card__add-btn:disabled{opacity:.5;cursor:not-allowed}.product-card__add-btn.is-loading .product-card__add-btn-icon{display:none}.product-card__add-btn.is-loading:before{content:"";display:inline-block;width:12px;height:12px;border:1.5px solid currentColor;border-top-color:transparent;border-radius:50%;animation:product-card-add-spin .7s linear infinite}@keyframes product-card-add-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.product-card__add-btn.is-loading:before{animation:none}}.product-card__add-btn--invalid{outline:2px solid var(--color-orange-500);outline-offset:2px;animation:product-card-add-shake .4s ease-out}@keyframes product-card-add-shake{0%,to{transform:translate(0)}25%{transform:translate(-2px)}75%{transform:translate(2px)}}@media(prefers-reduced-motion:reduce){.product-card__add-btn--invalid{animation:none}}.product-card__add-btn--full{width:100%}.product-card__add-btn-icon{flex-shrink:0}.product-card__size-chip:focus-visible{outline:2px solid var(--color-brand-primary);outline-offset:2px}.product-card__size-chip--unavailable{opacity:.4;cursor:not-allowed;text-decoration:line-through}.product-card__info{display:flex;flex-direction:column;gap:var(--space-6);padding:var(--space-2) var(--space-4);padding-top:var(--space-3);background-color:var(--color-background);flex:1 1 auto}.product-card__swatches,.product-card__swatches-placeholder{min-height:48px}.product-card__swatches-placeholder{display:block}.product-card__swatches-placeholder{min-height:0}ul:has(>li>.product-card),ul:has(>.product-card),[class*=grid]:has(>.product-card),[class*=grid]:has(>li>.product-card){align-items:start}.product-card__title-price{display:flex;flex-direction:column;gap:var(--space-3)}.product-card__vendor{font-family:var(--font-body--family);font-size:var(--text-caption);font-weight:var(--text-caption-weight);color:var(--color-grey-600);letter-spacing:.06em;text-transform:uppercase;margin:0}.product-card__title-link{display:block;text-decoration:none;color:var(--color-foreground)}.product-card__title-link:hover .product-card__title,.product-card__title-link:focus-visible .product-card__title{text-decoration:underline;text-underline-offset:3px}.product-card__title-link:focus-visible{outline:2px solid var(--color-brand-primary);outline-offset:2px}.product-card__title{font-family:var(--font-body--family);font-size:20px;font-weight:600;line-height:1.2;letter-spacing:-.02em;color:var(--color-grey-850);margin:0;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.product-card--default .product-card__title,.product-card--feature .product-card__title{-webkit-line-clamp:2}.product-card--compact .product-card__title{-webkit-line-clamp:1}.product-card__price{display:flex;align-items:center;gap:var(--space-4);flex-wrap:wrap}.product-card__price-regular,.product-card__sale-price,.product-card__compare-at,.product-card__discount{font-family:var(--font-body--family);font-size:var(--text-body);line-height:1.5}.product-card__price-regular{font-weight:700;color:var(--color-grey-850);letter-spacing:-.02em}.product-card__sale-price{font-weight:700;color:#403b3b;letter-spacing:-.02em;margin-right:calc(-1 * var(--space-4) + var(--space-3))}.product-card__compare-at{font-weight:500;color:var(--color-white-700);letter-spacing:-.02em;text-decoration:line-through}.product-card__discount{font-weight:500;letter-spacing:-.02em;color:var(--color-orange-500)}@media(max-width:48rem){.product-card__price{gap:4px;row-gap:4px}.product-card__price-regular,.product-card__sale-price,.product-card__compare-at,.product-card__discount{font-size:12px;line-height:1.5}.product-card__sale-price{margin-right:0}.product-card__title{font-size:14px;letter-spacing:-.01em}.product-card--default .product-card__title,.product-card--feature .product-card__title{-webkit-line-clamp:3}}.product-card__rating-placeholder{display:block;height:var(--text-small-lh);width:80px;background-color:var(--color-grey-50)}.product-card__swatches{display:flex;align-items:center;gap:var(--space-1);flex-wrap:wrap}.product-card__swatch{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:0;background:transparent;border-radius:var(--radius-sm);cursor:pointer;transition:outline .15s ease;box-sizing:content-box;overflow:hidden;text-decoration:none;color:inherit}.product-card__swatch.is-active{width:40px;height:40px;padding:4px;border:.5px solid #565656}.product-card__swatch-img,.product-card__swatch-fill{display:block;width:40px;height:40px;border-radius:var(--radius-sm);object-fit:cover;background-size:cover;background-position:center}.product-card__swatch:hover{outline:1px solid var(--color-grey-600);outline-offset:1px}.product-card__swatch:focus-visible{outline:2px solid var(--color-orange-500);outline-offset:2px}@media(max-width:48rem){.product-card__swatch,.product-card__swatch-img,.product-card__swatch-fill{width:32px;height:32px}.product-card__swatch.is-active{padding:3px}}.product-card__swatch-overflow{font-family:var(--font-body--family);font-size:var(--text-caption);font-weight:var(--text-caption-weight);color:var(--color-grey-600);line-height:var(--text-caption-lh);margin-left:var(--space-1)}.product-card--compact .product-card__info{padding:var(--space-3);gap:var(--space-2)}.product-card--compact .product-card__title{font-size:var(--text-body);font-weight:600;line-height:var(--text-body-lh)}.product-card--compact .product-card__price{gap:var(--space-2)}.product-card--compact .product-card__price-regular,.product-card--compact .product-card__sale-price,.product-card--compact .product-card__compare-at{font-size:var(--text-small);line-height:var(--text-small-lh)}.product-card--compact .product-card__discount{font-size:var(--text-small)}.product-card--compact .product-card__swatch,.product-card--compact .product-card__swatch-img,.product-card--compact .product-card__swatch-fill{width:28px;height:28px}.product-card--compact .product-card__swatch.is-active{padding:2px}.product-card--compact .product-card__sublabel{font-size:12px;padding:var(--space-2)}.product-card--compact .product-card__badge{font-size:12px}.product-card--feature .product-card__media{aspect-ratio:var(--card-aspect, 2 / 3)}.product-card--feature .product-card__info{padding:var(--space-5) var(--space-5) var(--space-6);gap:var(--space-4)}.product-card--feature .product-card__title{font-size:var(--text-h4);font-weight:700;line-height:var(--text-h4-lh)}.product-card--feature .product-card__price-regular,.product-card--feature .product-card__sale-price,.product-card--feature .product-card__compare-at{font-size:var(--text-body-lg);line-height:var(--text-body-lg-lh)}.product-card--feature .product-card__discount{font-size:var(--text-body-lg)}@media(hover:hover)and (pointer:fine){.product-card:hover .product-card__sublabel{opacity:0;transition:opacity .2s ease}}@media(prefers-reduced-motion:reduce){.product-card__image,.product-card__badge,.product-card__sublabel,.product-card__quick-add{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/product-card.css.map */
