.wh-commerce-product-card{position:relative;display:grid;gap:0;min-width:0;overflow:hidden;border:1px solid var(--wh-border,#e5e7eb);border-radius:var(--wh-card-radius,18px);background:var(--wh-color-surface,#fff);color:var(--wh-color-text,#18212f);box-shadow:0 1px 2px rgba(15,23,42,.04);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.wh-commerce-product-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--wh-color-primary,#4f46e5) 30%,var(--wh-border,#e5e7eb));box-shadow:0 16px 38px rgba(15,23,42,.09)}.wh-commerce-product-card:focus-within{outline:2px solid color-mix(in srgb,var(--wh-color-primary,#4f46e5) 78%,#fff);outline-offset:3px}.wh-commerce-product-card-media{position:relative;display:grid;place-items:center;overflow:hidden;background:color-mix(in srgb,var(--wh-color-surface,#fff) 88%,var(--wh-color-text,#18212f) 12%);text-decoration:none}.wh-commerce-product-card-media.ratio-1x1{aspect-ratio:1}.wh-commerce-product-card-media.ratio-4x5{aspect-ratio:4/5}.wh-commerce-product-card-media.ratio-3x4{aspect-ratio:3/4}.wh-commerce-product-card-media.ratio-16x9{aspect-ratio:16/9}.wh-commerce-product-card-media img{display:block;width:100%;height:100%;transition:transform .35s ease}.wh-commerce-product-card-media.fit-cover img{object-fit:cover}.wh-commerce-product-card-media.fit-contain img{object-fit:contain;padding:8%}.wh-commerce-product-card:hover .wh-commerce-product-card-media img{transform:scale(1.025)}.wh-commerce-product-card-placeholder{font-size:clamp(2rem,7vw,4.5rem);font-weight:800;letter-spacing:-.06em;opacity:.12}.wh-commerce-product-card-badge{position:absolute;top:.85rem;left:.85rem;max-width:calc(100% - 1.7rem);padding:.38rem .62rem;border-radius:999px;background:rgba(255,255,255,.92);color:#1f2937;font-size:.78rem;font-weight:700;line-height:1.2;box-shadow:0 4px 14px rgba(15,23,42,.1);backdrop-filter:blur(8px)}.wh-commerce-product-card.is-preorder .wh-commerce-product-card-badge,.wh-commerce-product-card.is-mixed .wh-commerce-product-card-badge{background:#fff7ed;color:#9a3412}.wh-commerce-product-card.is-backorder .wh-commerce-product-card-badge{background:#fefce8;color:#854d0e}.wh-commerce-product-card.is-sold-out .wh-commerce-product-card-badge{background:#f3f4f6;color:#4b5563}.wh-commerce-product-card.is-sold-out .wh-commerce-product-card-media img{filter:saturate(.55);opacity:.78}.wh-commerce-product-card-body{display:grid;gap:.85rem;padding:1.05rem 1.05rem 1.15rem}.wh-commerce-product-card-copy{display:grid;gap:.42rem}.wh-commerce-product-card h3{margin:0;font-size:clamp(1.02rem,1.35vw,1.18rem);line-height:1.38}.wh-commerce-product-card h3 a{color:inherit;text-decoration:none}.wh-commerce-product-card h3 a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.18em}.wh-commerce-product-card-copy p{display:-webkit-box;margin:0;overflow:hidden;color:color-mix(in srgb,currentColor 68%,transparent);font-size:.9rem;line-height:1.62;-webkit-line-clamp:2;-webkit-box-orient:vertical}.wh-commerce-product-card-price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.35rem .55rem}.wh-commerce-product-card-price strong{font-size:clamp(1.16rem,1.8vw,1.45rem);line-height:1.2;color:var(--wh-color-heading,var(--wh-color-text,#111827));letter-spacing:-.02em}.wh-commerce-product-card-price del{font-size:.88rem;opacity:.5}.wh-commerce-product-card-price small{flex-basis:100%;font-size:.74rem;opacity:.6}.wh-commerce-product-card-meta{display:flex;align-items:center;justify-content:space-between;gap:.65rem;min-height:1.5rem;font-size:.79rem}.wh-commerce-product-card-status{font-weight:650}.wh-commerce-product-card.is-in-stock .wh-commerce-product-card-status{color:#067647}.wh-commerce-product-card.is-preorder .wh-commerce-product-card-status,.wh-commerce-product-card.is-mixed .wh-commerce-product-card-status{color:#b54708}.wh-commerce-product-card.is-backorder .wh-commerce-product-card-status{color:#a15c07}.wh-commerce-product-card.is-sold-out .wh-commerce-product-card-status{color:#667085}.wh-commerce-product-card-variant{padding:.2rem .45rem;border-radius:999px;background:color-mix(in srgb,var(--wh-color-primary,#4f46e5) 8%,transparent);color:var(--wh-color-primary,#4f46e5);white-space:nowrap}.wh-commerce-product-card-link{display:flex;align-items:center;justify-content:space-between;gap:.7rem;padding-top:.78rem;border-top:1px solid color-mix(in srgb,var(--wh-border,#e5e7eb) 84%,transparent);color:var(--wh-color-primary,#4f46e5);font-weight:700;text-decoration:none}.wh-commerce-product-card-link span{transition:transform .2s ease}.wh-commerce-product-card-link:hover span{transform:translateX(3px)}.wh-commerce-product-card.is-sold-out .wh-commerce-product-card-link{color:color-mix(in srgb,currentColor 64%,transparent)}@media(max-width:767px){.wh-commerce-product-card-body{gap:.72rem;padding:.9rem}.wh-commerce-product-card-badge{top:.65rem;left:.65rem}.wh-commerce-product-card-copy p{font-size:.86rem}}@media(prefers-reduced-motion:reduce){.wh-commerce-product-card,.wh-commerce-product-card-media img,.wh-commerce-product-card-link span{transition:none}.wh-commerce-product-card:hover{transform:none}.wh-commerce-product-card:hover .wh-commerce-product-card-media img{transform:none}}
.wh-commerce-product-card-media.ratio-4x3{aspect-ratio:4/3}.wh-commerce-product-card.variant-editorial{overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none;transition:none}.wh-commerce-product-card.variant-editorial:hover{transform:none;border-color:transparent;box-shadow:none}.wh-commerce-product-card.variant-editorial .wh-commerce-product-card-media{overflow:hidden;border-radius:18px}.wh-commerce-product-card.variant-editorial .wh-commerce-product-card-body{gap:.48rem;padding:.82rem 0 0}.wh-commerce-product-card.variant-editorial .wh-commerce-product-card-copy{gap:.3rem}.wh-commerce-product-card.variant-editorial .wh-commerce-product-card-meta{display:none}.wh-commerce-product-card.variant-editorial .wh-commerce-product-card-link{justify-content:flex-start;width:max-content;max-width:100%;padding-top:.16rem;border-top:0;color:inherit;font-size:.78rem;font-weight:650;text-decoration:none}.wh-commerce-product-card.variant-editorial .wh-commerce-product-card-price{justify-content:space-between;gap:.35rem .6rem;padding-top:.35rem;border-top:1px solid color-mix(in srgb,currentColor 13%,transparent)}.wh-commerce-product-card.variant-editorial .wh-commerce-product-card-price strong{font-size:.92rem;font-weight:500}.wh-commerce-product-card.variant-editorial .wh-commerce-product-card-copy p{font-size:.82rem;line-height:1.55}.wh-commerce-product-card.variant-editorial .wh-commerce-product-card-badge{box-shadow:none;background:color-mix(in srgb,var(--wh-color-surface,#fff) 90%,transparent)}@media(max-width:767px){.wh-commerce-product-card.variant-editorial .wh-commerce-product-card-media{border-radius:14px}.wh-commerce-product-card.variant-editorial .wh-commerce-product-card-body{gap:.38rem;padding-top:.65rem}.wh-commerce-product-card.variant-editorial h3{font-size:1rem;line-height:1.3}.wh-commerce-product-card.variant-editorial .wh-commerce-product-card-copy p{font-size:.78rem;line-height:1.45}.wh-commerce-product-card.variant-editorial .wh-commerce-product-card-price{align-items:center;padding-top:.28rem}.wh-commerce-product-card.variant-editorial .wh-commerce-product-card-price strong{font-size:.86rem}.wh-commerce-product-card.variant-editorial .wh-commerce-product-card-link{font-size:.74rem}}

.wh-commerce-product-card-kicker{display:flex;align-items:center;justify-content:space-between;gap:.6rem;font-size:.72rem;line-height:1.35;letter-spacing:.08em;text-transform:uppercase;opacity:.72}.wh-commerce-product-card-secondary-title{font-size:.82rem;line-height:1.45;opacity:.72}.wh-commerce-product-card-benefit{font-size:.8rem;line-height:1.45;font-weight:600}.wh-commerce-product-card.variant-editorial .wh-commerce-product-card-kicker{padding-bottom:.08rem}.wh-commerce-product-card.variant-editorial .wh-commerce-product-card-secondary-title,.wh-commerce-product-card.variant-editorial .wh-commerce-product-card-benefit{font-size:.78rem}@media(max-width:767px){.wh-commerce-product-card-kicker{font-size:.66rem}.wh-commerce-product-card.variant-editorial .wh-commerce-product-card-secondary-title,.wh-commerce-product-card.variant-editorial .wh-commerce-product-card-benefit{font-size:.72rem}}
