/* Shared premium design tokens for the storefront's dynamic, DB-driven
   catalog pages (product detail, cart, wishlist). Reuses the same
   gold/charcoal/ivory values already established elsewhere on the site
   (public/assets/backend/css/admin.css --uj-gold, and the legacy
   assets/css/product-premium-redesign.css --jewel-* tokens used by the
   static Shopify pages) so this stays visually one brand, not a new palette. */

:root {
    --pdp-ivory: #faf6ef;
    --pdp-cream: #f4ece0;
    --pdp-card: #ffffff;
    --pdp-line: #e8dcc8;
    --pdp-ink: #2b241d;
    --pdp-ink-soft: rgba(43, 36, 29, 0.66);
    --pdp-ink-faint: rgba(43, 36, 29, 0.42);
    --pdp-gold: #b8860b;
    --pdp-gold-light: #d9b25c;
    --pdp-gold-dark: #8a6508;
    --pdp-gold-rgb: 184, 134, 11;
    --pdp-success: #3f7a53;
    --pdp-danger: #a3402f;
    --pdp-wine: #800020;
    --pdp-wine-dark: #5c0017;
    --pdp-radius-sm: 6px;
    --pdp-radius-md: 10px;
    --pdp-radius-lg: 16px;
    --pdp-shadow-sm: 0 2px 10px rgba(43, 36, 29, 0.06);
    --pdp-shadow-md: 0 12px 32px -16px rgba(43, 36, 29, 0.28);
    --pdp-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --pdp-font-display: Georgia, 'Times New Roman', serif;
}
