.product-price{max-width:none;color:var(--burgundy);font-family:var(--font-serif);font-size:var(--fs-lg);font-weight:var(--fw-semibold);letter-spacing:-.02em;font-variant-numeric:lining-nums tabular-nums;margin:0;line-height:1}.product-price--large{font-family:var(--font-body);font-size:clamp(1.875rem,1.4rem + 1.4vw,2.375rem);font-weight:var(--fw-bold);letter-spacing:-.01em}.product-card{border:var(--border-soft);border-radius:var(--radius-lg);height:100%;transition:transform var(--dur-normal) var(--ease-out), box-shadow var(--dur-normal) var(--ease-out), border-color var(--dur-normal) var(--ease-out);background:linear-gradient(#ffffff52 0%,#e8d8bef5 100%);flex-direction:column;padding:0;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 34px #2a140824,0 4px 10px #2a140814,inset 0 1px #ffffff73}.product-card:before{content:"";z-index:3;pointer-events:none;background:linear-gradient(90deg, var(--burgundy), var(--dusty-rose), var(--copper));opacity:.9;height:3px;position:absolute;top:0;left:0;right:0}.product-card:after{content:"";z-index:4;pointer-events:none;background:radial-gradient(circle at 0 0,#ffffff2e,#0000 32%),linear-gradient(#0000 60%,#5a3a2e0a 100%);position:absolute;inset:0}.product-card:hover{border-color:#8e3f434d;transform:translateY(-8px);box-shadow:0 22px 48px #2a140833,0 8px 18px #2a14081f,inset 0 1px #ffffff8c}.product-card__image-link{aspect-ratio:4/3;background:radial-gradient(circle at 50% 20%,#ffffff38,#0000 45%),linear-gradient(135deg,#d99a742e,#8e3f4314);display:block;position:relative;overflow:hidden}.product-card__image-link:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(#0000 55%,#2e1b101a 100%);position:absolute;inset:0}.product-card__image-backdrop{z-index:0;object-fit:cover;object-position:center;filter:blur(22px)saturate(1.15)brightness(.9);pointer-events:none;width:100%;height:100%;display:block;position:absolute;inset:0;transform:scale(1.2)}.product-card__image{z-index:1;object-fit:contain;object-position:center;width:100%;height:100%;transition:filter var(--dur-normal) var(--ease-out);display:block;position:relative}.product-card:hover .product-card__image{filter:saturate(1.05)contrast(1.03)}.product-card__body{gap:var(--space-3);padding:var(--space-4);flex-direction:column;flex:1;display:flex}.product-card__category{white-space:normal;align-self:flex-start;max-width:100%}.product-card__title{-webkit-line-clamp:3;line-clamp:3;color:var(--chocolate);-webkit-box-orient:vertical;font-size:clamp(1.05rem,1.4vw,1.25rem);line-height:1.25;display:-webkit-box;overflow:hidden}.product-card__title a{color:inherit;text-decoration:none}.product-card__title a:hover{color:var(--burgundy)}.product-card__description{-webkit-line-clamp:3;line-clamp:3;color:var(--text-secondary);font-size:var(--fs-sm);-webkit-box-orient:vertical;margin:0;line-height:1.55;display:-webkit-box;overflow:hidden}.product-card__footer{align-items:center;gap:var(--space-2) var(--space-3);padding-top:var(--space-1);flex-wrap:wrap;margin-top:auto;display:flex}.product-card__price-block{gap:var(--space-1);padding:var(--space-2) var(--space-3);border:var(--border-faint);border-radius:var(--radius-md);background:#f5ede0b8;flex-direction:column;flex:auto;display:flex;box-shadow:inset 0 1px #ffffff73,0 4px 10px #2a14080d}.product-card__price-label{font-size:var(--fs-xs);font-weight:var(--fw-semibold);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.product-card__button{flex:auto;justify-content:center}@media (width<=480px){.product-card{flex-direction:row}.product-card__image-link{aspect-ratio:auto;flex:0 0 clamp(104px,36%,168px);align-self:stretch}.product-card__image-backdrop{filter:blur(12px)saturate(1.15)brightness(.9);transform:scale(1.25)}.product-card__body{gap:var(--space-2);padding:var(--space-3)}.product-card__description{-webkit-line-clamp:2;line-clamp:2}.product-card__footer{gap:var(--space-2)}.product-card__price-block{justify-content:space-between;align-items:baseline;gap:var(--space-1) var(--space-2);flex-flow:wrap}}@media (prefers-reduced-motion:reduce){.product-card,.product-card__image{transition:none}.product-card:hover{transform:none}.product-card:hover .product-card__image{filter:none}}
