.product-card{display:flex;flex-direction:column;background:var(--bg-primary,#fff);border-radius:.5rem;overflow:hidden;transition:all .2s ease}.product-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.product-card--out-of-stock{opacity:.5}.product-card--out-of-stock .product-card-image{filter:grayscale(80%)}.product-card--coming-soon .product-card-image{filter:grayscale(60%)}.product-card--coming-soon .product-card-link{cursor:not-allowed}.product-card-coming-soon-overlay{position:absolute;inset:0;background:rgba(255,255,255,.4);pointer-events:none;z-index:5}.product-card-link{display:flex;flex-direction:column;text-decoration:none;color:inherit}.product-card-image-wrapper{position:relative;aspect-ratio:1/1;background:var(--bg-secondary,#FAFAFA);overflow:hidden}.product-card-image{object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card-image{transform:scale(1.05)}.product-card-badges{position:absolute;bottom:.5rem;left:.5rem;display:flex;flex-direction:column;gap:.25rem;z-index:10}.product-card-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fff;border-radius:2px}.product-card-badge--sale{background:#dc2626}.product-card-badge--sold-out{background:#4a4542}.product-card-badge--new{background:var(--color-success,#22c55e)}.product-card-badge--limited{background:var(--color-warning,#f59e0b)}.product-card-badge--sitewide-tier{background:#ea580c}.product-card-badge--sitewide-percent{background:#7c3aed}.product-card-badge--multibuy-percent{background:#0d9488}.product-card-badge--sitewide-freeship{background:#16a34a;border:1px dashed rgba(255,255,255,.6)}.product-card-badge--multibuy{background:linear-gradient(135deg,#15803d,#16a34a);color:#fff}.product-card-badge--coming-soon{background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;letter-spacing:.05em}.product-card-badges--compact .product-card-badge{padding:.25rem .5rem;font-size:.5625rem;font-weight:600;letter-spacing:.04em}@media(max-width:640px){.product-card-badges{bottom:.25rem;left:.25rem;gap:.125rem}.product-card-badge{padding:.125rem .4rem;font-size:.5rem;letter-spacing:.02em;line-height:1.3}.product-card-badges--compact .product-card-badge{padding:.0625rem .3125rem;font-size:.4375rem;letter-spacing:.01em;line-height:1.35}}.product-card-color-name{position:absolute;bottom:.5rem;left:.5rem;padding:.125rem .5rem;font-size:.625rem;color:var(--text-primary,#2D2926);background:rgba(255,255,255,.9);backdrop-filter:blur(4px);border-radius:.25rem}.product-card-info{display:flex;flex-direction:column;gap:.25rem;padding:.75rem}.product-card-brand{font-size:.6875rem;font-weight:600;color:var(--text-muted,#9A9590);letter-spacing:.03em;text-transform:uppercase;line-height:1.2}.product-card-title{font-size:.8125rem;font-weight:500;color:var(--text-primary,#2D2926);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.product-card-price{display:flex;align-items:baseline;gap:.375rem;flex-wrap:wrap}.product-card-price--current{font-size:.875rem;font-weight:600;color:var(--text-primary,#2D2926)}.product-card-price--current.product-card-price--sale,.product-card-price--off{color:#dc2626;font-weight:700}.product-card-price--off{font-size:.625rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.product-card-swatches{display:flex;align-items:center;gap:.25rem;margin-top:.25rem}.product-card-swatch{width:16px;height:16px;padding:0;border:2px solid rgba(0,0,0,0);border-radius:50%;cursor:pointer;transition:all .15s ease;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}.product-card-swatch:hover{transform:scale(1.2)}.product-card-swatch--active{border-color:var(--color-primary,#C89B6D);box-shadow:0 0 0 1px var(--color-primary,#C89B6D)}.product-card-swatch--out-of-stock{opacity:.4;position:relative}.product-card-swatch--out-of-stock:after{content:"";position:absolute;top:50%;left:-2px;right:-2px;height:1px;background:var(--text-secondary,#9A9590);transform:rotate(-45deg)}.product-card-swatch-more{font-size:.625rem;color:var(--text-secondary,#9A9590);margin-left:.125rem}