.product-price { display: grid; gap: .2rem; margin: 0; color: var(--store-text); }
.product-price__value { font-size: clamp(1.5rem, 2.4vw, 1.85rem); font-weight: 700; line-height: 1.05; letter-spacing: -.02em; }
.product-price__currency { color: var(--store-muted); font-size: .58em; font-weight: 600; letter-spacing: 0; }
.product-price small { color: var(--store-muted); font-size: .78rem; font-weight: 500; }
