.add-quote{padding:.45rem .85rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);font:inherit;font-size:.78rem;font-weight:600;color:var(--text);cursor:pointer;transition:border-color .12s ease,background .12s ease}.add-quote--active,.add-quote:hover{border-color:var(--accent-violet)}.add-quote--active{background:var(--accent-soft);color:var(--accent-violet)}.product-card--dark .add-quote{background:rgba(255,255,255,.04);border-color:var(--dark-border);color:var(--dark-text)}.product-card--dark .add-quote--active{background:rgba(168,85,247,.15);border-color:rgba(192,132,252,.4);color:#e9d5ff}.add-quote--compact{padding:.4rem .6rem;min-width:1.75rem}.product-card{position:relative;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.product-card:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:var(--gradient-brand);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .25s ease;pointer-events:none;z-index:2}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.product-card:hover:before{opacity:1}.product-card--dark{background:var(--dark-card);border-color:var(--dark-border)}.product-card--dark .product-card__title{color:var(--dark-text)}.product-card--dark .product-card__collection,.product-card--dark .product-card__meta{color:var(--dark-muted)}.product-card--dark .product-card__price{color:var(--dark-text)}.product-card--dark .product-card__badge--category{background:rgba(0,0,0,.6);color:var(--dark-text);border-color:var(--dark-border)}.product-card__link{display:flex;flex-direction:column;flex:1 1;color:inherit}.product-card__media{position:relative;aspect-ratio:1/1;overflow:hidden;background:var(--linen)}.product-card__img{object-fit:cover;transition:transform .45s ease}.product-card:hover .product-card__img{transform:scale(1.04)}.product-card__badges{position:absolute;top:.65rem;left:.65rem;display:flex;flex-wrap:wrap;gap:.3rem;z-index:1}.product-card__badge{padding:.25rem .5rem;border-radius:6px;font-size:.625rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.product-card__badge--category{background:rgba(255,255,255,.92);color:var(--text);border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-card__badge--new{background:var(--gradient-brand);color:#09090b}.product-card__badge--hit{background:var(--dark);color:var(--dark-text);border:1px solid var(--dark-border)}.product-card__body{padding:1rem;flex:1 1}.product-card__collection{margin:0 0 .2rem;font-size:.625rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.product-card__title{margin:0 0 .3rem;font-size:.9375rem;font-weight:600;letter-spacing:-.02em}.product-card__meta{margin:0 0 .5rem;font-size:.75rem;color:var(--muted)}.product-card__swatches{display:flex;gap:.3rem;margin-bottom:.5rem}.product-card__swatch{width:.875rem;height:.875rem;border-radius:4px;border:1px solid var(--border)}.product-card__price{margin:0;font-weight:700;font-size:.9rem;letter-spacing:-.02em}.product-card__actions{padding:0 1rem 1rem;display:flex;justify-content:flex-end}