@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
.elegance-theme,
:root[data-theme='elegance'] {
  --background: 48 100% 91%;
  --foreground: 20 20% 12%;
  --card: 48 100% 94%;
  --card-foreground: 20 20% 12%;
  --popover: 48 100% 91%;
  --popover-foreground: 20 20% 12%;
  --primary: 28 87% 67%;
  --primary-foreground: 48 100% 91%;
  --secondary: 355 96% 31%;
  --secondary-foreground: 48 100% 91%;
  --accent: 330 81% 60%;
  --accent-foreground: 48 100% 91%;
  --muted: 48 50% 85%;
  --muted-foreground: 20 10% 40%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 48 100% 91%;
  --border: 48 30% 80%;
  --input: 48 30% 80%;
  --ring: 330 81% 60%;
  --radius: 0rem;
}
.elegance-theme {
  font-family:
    Plus Jakarta Sans,
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
.elegance-theme .font-serif,
.elegance-theme h1,
.elegance-theme h2,
.elegance-theme h3 {
  font-family:
    Playfair Display,
    serif;
}
.elegance-theme .section-padding {
  padding-top: clamp(4rem, 10vw, 10rem);
  padding-bottom: clamp(4rem, 10vw, 10rem);
}
.elegance-theme .product-card-3-4 {
  aspect-ratio: 3/4;
}
.elegance-theme .parallax-bg {
  background-attachment: fixed;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.elegance-theme .header-minimalist {
  background: transparent;
  transition: all 0.4s ease;
}
.elegance-theme .header-minimalist.scrolled {
  background: hsl(var(--background) / 0.95);
  backdrop-blur: 10px;
}
.elegance-theme .vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.elegance-theme .gold-gradient {
  background: linear-gradient(135deg, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
