:root {
  --douja-night: #1a0918;
  --douja-deep: #2b1026;
  --douja-plum: #5a1947;
  --douja-wine: #8d2d69;
  --douja-pink: #d967a7;
  --douja-rose: #f1c7d7;
  --douja-gold: #c89456;
  --douja-gold-soft: #e8c99f;
  --douja-ivory: #fffdf9;
  --douja-blush: #f7edef;
  --douja-ink: #2b1026;
  --douja-muted: #806b79;
  --douja-border: rgba(90, 25, 71, 0.13);
  --douja-shadow-sm: 0 14px 38px rgba(43, 16, 38, 0.09);
  --douja-shadow: 0 30px 80px rgba(43, 16, 38, 0.16);
  --douja-shadow-deep: 0 36px 100px rgba(26, 9, 24, 0.3);
  --douja-ease: cubic-bezier(0.22, 1, 0.36, 1);
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--douja-ink);
  background: radial-gradient(circle at 12% 3%, rgba(217, 103, 167, 0.07), transparent 32rem), var(--douja-ivory);
}

.main-container {
  overflow: clip;
}

h1,
h2,
h3,
h4,
h5,
h6,
yc-section-head h2 {
  font-family: var(--font-heading-family);
  text-wrap: balance;
}

::selection {
  color: var(--douja-ivory);
  background: var(--douja-wine);
}

:focus-visible {
  outline: 3px solid rgba(200, 148, 86, 0.6);
  outline-offset: 4px;
}

a,
button,
.product-card,
.collection-card {
  transition-timing-function: var(--douja-ease) !important;
}

.douja-shell {
  width: min(1280px, calc(100% - 64px));
  margin-inline: auto;
}

.douja-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--douja-gold);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.2;
  text-transform: uppercase;
}

.douja-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.douja-section-head {
  max-width: 780px;
  margin: 0 auto clamp(38px, 6vw, 68px);
  text-align: center;
}

.douja-section-head h2,
yc-section-head h2 {
  color: var(--douja-deep);
  font-size: clamp(3.4rem, 5.2vw, 6.4rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.douja-section-head p,
yc-section-head p {
  color: var(--douja-muted);
  font-size: clamp(1.45rem, 1.7vw, 1.75rem);
  line-height: 1.8;
}

.douja-section-head--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.55fr);
  gap: clamp(30px, 7vw, 110px);
  align-items: end;
  text-align: start;
}

.douja-section-head--split h2 {
  max-width: 780px;
  margin-block-start: 15px;
}

.douja-section-head--split p {
  margin: 0;
  padding-block-end: 8px;
}

.douja-motion [data-douja-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.9s var(--douja-ease),
    transform 1s var(--douja-ease);
}

.douja-motion [data-douja-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Announcement and navigation */
#youcan-section--announcement-bar {
  position: relative;
  z-index: 25;
}

.announcement {
  min-height: 36px;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent), var(--douja-night) !important;
}

#youcan-section--header:has(yc-header[data-sticky]) {
  z-index: 20;
}

yc-header {
  min-height: 86px;
  padding-block: 10px !important;
  border-color: var(--douja-border) !important;
  background: rgba(255, 253, 249, 0.88) !important;
  box-shadow: 0 1px 0 rgba(90, 25, 71, 0.06);
  /*
   * Keep viewport drawers attached to the viewport. A backdrop-filter on
   * this element creates a containing block and traps the cart/menu inside
   * the header height on desktop and mobile.
   */
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transform: none;
  filter: none;
  contain: none;
  overflow: visible;
  transition:
    min-height 0.35s var(--douja-ease),
    box-shadow 0.35s var(--douja-ease),
    background 0.35s var(--douja-ease);
}

#youcan-section--header,
#youcan-section--header yc-header > [data-block],
#youcan-section--header yc-drawer {
  overflow: visible;
}

yc-header[data-douja-scrolled] {
  min-height: 74px;
  background: rgba(255, 253, 249, 0.96) !important;
  box-shadow: 0 15px 50px rgba(43, 16, 38, 0.12);
}

yc-header .logo a {
  position: relative;
}

yc-header .logo picture {
  display: inline-flex;
  align-items: center;
}

yc-header .logo img {
  display: block;
  width: min(var(--header-logo-width), 180px);
  height: 100px;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.menu-head img {
  display: block;
  aspect-ratio: 1;
  object-fit: contain;
  border: 1px solid rgba(200, 148, 86, 0.4);
  border-radius: 50%;
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.7),
    0 10px 28px rgba(43, 16, 38, 0.16);
}

footer .store-brand img {
  display: block;
  width: min(var(--footer-logo-width), 220px);
  height: auto;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

yc-header .links ul li a.link {
  position: relative;
  padding-inline: 0 !important;
  color: var(--douja-deep) !important;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

yc-header .links ul li a.link::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  inset-block-end: 7px;
  height: 1px;
  background: var(--douja-gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s var(--douja-ease);
}

yc-header .links ul li a.link:hover::after {
  transform: scaleX(1);
}

yc-header .actions .search-btn,
yc-header .actions .cart-btn {
  color: var(--douja-deep) !important;
}

yc-header .actions .search-btn {
  border: 1px solid var(--douja-border);
  border-radius: 50%;
}

yc-header .actions .cart-btn .total-items {
  color: #fff !important;
  background: var(--douja-wine) !important;
}

/* Buttons */
button.primary,
.yc-btn.primary,
.douja-luxury-button {
  min-height: 52px;
  gap: 13px;
  padding-inline: 25px;
  color: #fff;
  background: linear-gradient(120deg, var(--douja-deep), var(--douja-wine)) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 14px 34px rgba(90, 25, 71, 0.24);
}

button.primary:hover:not(:disabled),
.yc-btn.primary:hover:not(:disabled),
.douja-luxury-button:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 20px 45px rgba(90, 25, 71, 0.34);
}

.douja-luxury-button svg {
  transition: transform 0.3s var(--douja-ease);
}

[dir="rtl"] .douja-luxury-button svg {
  transform: scaleX(-1);
}

.douja-luxury-button:hover svg {
  transform: translateX(4px);
}

[dir="rtl"] .douja-luxury-button:hover svg {
  transform: scaleX(-1) translateX(4px);
}

button.secondary,
.yc-btn.secondary,
.douja-ghost-button {
  min-height: 52px;
  color: var(--douja-deep);
  background: rgba(255, 255, 255, 0.42);
  border-color: rgba(90, 25, 71, 0.25) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.yc-btn.secondary:hover:not(:disabled),
.douja-ghost-button:hover {
  color: var(--douja-deep);
  background: rgba(255, 255, 255, 0.85);
  border-color: var(--douja-gold) !important;
  transform: translateY(-2px);
}

/* Luxury hero */
.douja-hero {
  position: relative;
  isolation: isolate;
  min-height: min(850px, calc(100vh - 70px));
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--hero-text, var(--douja-deep));
  background: radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.82), transparent 25rem),
    radial-gradient(circle at 15% 65%, rgba(217, 103, 167, 0.17), transparent 28rem),
    linear-gradient(125deg, var(--hero-background, #f8edef), #fffdf9 70%);
}

.douja-hero__grain {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.28;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(90, 25, 71, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 70%);
  mask-image: linear-gradient(90deg, #000, transparent 70%);
}

.douja-hero__orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.douja-hero__orb--one {
  width: 430px;
  height: 430px;
  inset-block-start: -200px;
  inset-inline-end: -130px;
  border: 90px solid rgba(141, 45, 105, 0.09);
}

.douja-hero__orb--two {
  width: 240px;
  height: 240px;
  inset-block-end: -120px;
  inset-inline-start: 42%;
  background: rgba(200, 148, 86, 0.12);
}

.douja-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.85fr);
  gap: clamp(44px, 7vw, 110px);
  align-items: center;
  padding-block: clamp(60px, 8vw, 112px) clamp(76px, 9vw, 124px);
}

.douja-hero__content {
  position: relative;
  z-index: 2;
}

.douja-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-block-end: 25px;
  color: var(--douja-wine);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.douja-hero__eyebrow i {
  width: 34px;
  height: 1px;
  background: var(--hero-accent, var(--douja-gold));
}

.douja-hero__content h1 {
  display: flex;
  flex-direction: column;
  margin: 0;
  color: var(--hero-text, var(--douja-deep));
  font-size: clamp(5.5rem, 8vw, 10.8rem);
  font-weight: 600;
  line-height: 0.78;
  letter-spacing: -0.055em;
}

.douja-hero__content h1 > span {
  font-family: var(--font-family);
  font-size: 0.62em;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
}

.douja-hero__content h1 em {
  margin-block-start: 0.17em;
  color: var(--douja-wine);
  font-size: 0.84em;
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.045em;
}

.douja-hero__lead {
  max-width: 640px;
  margin-block-start: 32px;
  color: #65505f;
  font-size: clamp(1.55rem, 1.7vw, 1.85rem);
  line-height: 1.85;
}

.douja-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-block-start: 34px;
}

.douja-hero__actions .yc-btn {
  min-width: 176px;
}

.douja-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 24px;
  margin-block-start: 31px;
  padding: 0;
}

.douja-hero__proof li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #6c5665;
  font-size: 1.2rem;
  list-style: none;
}

.douja-hero__proof li svg {
  color: var(--douja-gold);
}

.douja-hero__visual {
  position: relative;
  min-height: 590px;
  display: grid;
  place-items: center;
  perspective: 1200px;
}

.douja-hero__orbit {
  position: absolute;
  border: 1px solid rgba(141, 45, 105, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.douja-hero__orbit::after {
  content: "✦";
  position: absolute;
  inset-block-start: 8%;
  inset-inline-end: 13%;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--douja-gold);
  background: var(--douja-ivory);
  border: 1px solid rgba(200, 148, 86, 0.35);
  border-radius: 50%;
  box-shadow: var(--douja-shadow-sm);
}

.douja-hero__orbit--outer {
  width: 555px;
  height: 555px;
  animation: douja-orbit 28s linear infinite;
}

.douja-hero__orbit--inner {
  width: 420px;
  height: 420px;
  border-style: dashed;
  animation: douja-orbit-reverse 24s linear infinite;
}

.douja-hero__frame {
  position: relative;
  z-index: 2;
  width: min(76%, 410px);
  padding: 14px;
  color: var(--douja-deep);
  background: rgba(255, 253, 249, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 38px;
  box-shadow: var(--douja-shadow-deep);
  transform: rotate(2.6deg);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  backdrop-filter: blur(18px) saturate(140%);
  transition: transform 0.7s var(--douja-ease);
}

.douja-hero__visual:hover .douja-hero__frame {
  transform: rotate(0deg) translateY(-8px);
}

.douja-hero__frame-head,
.douja-hero__frame-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 9px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.douja-hero__frame-head {
  padding-block: 7px 13px;
}

.douja-hero__frame-foot {
  padding-block: 13px 7px;
  color: rgba(43, 16, 38, 0.65);
}

.douja-hero__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.92), transparent 43%), linear-gradient(145deg, #ecc5d2, #9b3679);
  border-radius: 28px;
}

.douja-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: inherit;
  box-shadow: inset 0 -80px 100px rgba(43, 16, 38, 0.12);
  pointer-events: none;
}

.douja-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.douja-hero__floating {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--douja-deep);
  background: rgba(255, 253, 249, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: var(--douja-shadow);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.douja-hero__floating--top {
  inset-block-start: 12%;
  inset-inline-start: -2%;
  padding: 13px 18px;
  border-radius: 999px;
  font-size: 1.15rem;
  font-weight: 700;
  animation: douja-float 5.5s ease-in-out infinite;
}

.douja-hero__floating-icon {
  color: var(--douja-gold);
  font-size: 1.8rem;
}

.douja-hero__floating--bottom {
  inset-inline-end: -2%;
  inset-block-end: 14%;
  min-width: 145px;
  display: grid;
  gap: 1px;
  padding: 16px 20px;
  border-radius: 22px;
  animation: douja-float 6s 0.8s ease-in-out infinite;
}

.douja-hero__floating--bottom strong {
  color: var(--douja-wine);
  font-family: var(--font-heading-family);
  font-size: 2.7rem;
  line-height: 1;
}

.douja-hero__floating--bottom span {
  color: var(--douja-muted);
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.douja-hero__scroll {
  position: absolute;
  inset-inline-start: 32px;
  inset-block-end: 34px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(43, 16, 38, 0.54);
  font-size: 0.9rem;
  letter-spacing: 0.23em;
  transform: rotate(-90deg);
  transform-origin: left center;
}

.douja-hero__scroll span {
  width: 36px;
  height: 1px;
  background: currentColor;
}

/* Moving luxury line */
.douja-marquee {
  overflow: hidden;
  color: var(--marquee-text, #fff);
  background: var(--marquee-background, var(--douja-night));
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}

.douja-marquee__track {
  width: max-content;
  display: flex;
  animation: douja-marquee 28s linear infinite;
}

.douja-marquee:hover .douja-marquee__track {
  animation-play-state: paused;
}

.douja-marquee__group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.douja-marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 23px;
  padding: 22px 34px;
  font-family: var(--font-heading-family);
  font-size: clamp(1.7rem, 2vw, 2.4rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  white-space: nowrap;
  text-transform: uppercase;
}

.douja-marquee__item i {
  color: var(--marquee-accent, var(--douja-gold));
  font-style: normal;
  font-size: 1.3rem;
}

/* Luxury category lookbook */
.douja-category-links {
  padding-block: clamp(82px, 10vw, 140px);
  color: var(--douja-ink);
  background: var(--category-background, var(--douja-ivory));
}

.douja-category-links__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
}

.douja-category-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 390px;
  grid-column: span 6;
  display: flex;
  align-items: flex-end;
  padding: clamp(24px, 3vw, 40px);
  color: #fff;
  background: linear-gradient(145deg, var(--card-accent, var(--douja-wine)), var(--douja-deep));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 38px;
  box-shadow: var(--douja-shadow-sm);
  transform: translateZ(0);
}

.douja-category-card:nth-child(1) {
  min-height: 530px;
  grid-column: span 7;
}

.douja-category-card:nth-child(2) {
  min-height: 530px;
  grid-column: span 5;
}

.douja-category-card > img {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.9s var(--douja-ease),
    filter 0.7s ease;
}

.douja-category-card > img.douja-category-card__fallback {
  inset: 8%;
  width: 84%;
  height: 84%;
  object-fit: contain;
  opacity: 0.52;
  border-radius: 25px;
  filter: saturate(0.9) contrast(1.05);
}

.douja-category-card__shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 9, 24, 0.05) 20%, rgba(26, 9, 24, 0.86) 100%),
    linear-gradient(90deg, rgba(26, 9, 24, 0.35), transparent 70%);
}

.douja-category-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 29px;
  pointer-events: none;
}

.douja-category-card__number {
  position: absolute;
  inset-block-start: 30px;
  inset-inline-start: 32px;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-heading-family);
  font-size: 1.35rem;
  letter-spacing: 0.1em;
}

.douja-category-card__badge {
  position: absolute;
  inset-block-start: 28px;
  inset-inline-end: 30px;
  padding: 8px 13px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.douja-category-card__content {
  position: relative;
  width: 100%;
}

.douja-category-card h3 {
  color: #fff;
  font-size: clamp(3.2rem, 4.4vw, 5.8rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.douja-category-card p {
  max-width: 450px;
  margin-block-start: 12px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.35rem;
  line-height: 1.6;
}

.douja-category-card__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-block-start: 23px;
  padding-block-end: 5px;
  color: #fff;
  border-block-end: 1px solid rgba(255, 255, 255, 0.46);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

[dir="rtl"] .douja-category-card__link svg {
  transform: scaleX(-1);
}

.douja-category-card:hover {
  color: #fff;
  transform: translateY(-8px);
  box-shadow: var(--douja-shadow);
}

.douja-category-card:hover > img {
  transform: scale(1.065);
  filter: saturate(1.08) contrast(1.03);
}

/* Product merchandising */
yc-section:has(.products-by-collection),
yc-section:has(.product-listing) {
  position: relative;
  background: radial-gradient(circle at 90% 5%, rgba(217, 103, 167, 0.07), transparent 26rem), var(--section-bg-color) !important;
}

yc-section:has(.products-by-collection) yc-section-head,
yc-section:has(.product-listing) yc-section-head {
  max-width: 850px;
  margin-inline: auto;
  margin-block-end: clamp(36px, 5vw, 60px);
}

.products-by-collection .items-grid,
.product-listing .items-grid {
  gap: clamp(16px, 2.4vw, 30px);
}

.product-card,
.collection-card,
.column-card,
.testimonial-card {
  overflow: hidden;
  border: 1px solid var(--douja-border) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: var(--douja-shadow-sm);
  transition:
    transform 0.5s var(--douja-ease),
    box-shadow 0.5s var(--douja-ease),
    border-color 0.35s ease !important;
}

.product-card:hover,
.collection-card:hover,
.column-card:hover,
.testimonial-card:hover {
  transform: translateY(-9px);
  border-color: rgba(200, 148, 86, 0.5) !important;
  box-shadow: var(--douja-shadow);
}

.product-card[data-style="standard"] {
  --product-img-height: 410px;
}

.product-card .img-link {
  position: relative;
  background: linear-gradient(145deg, #f7edef, #fff);
}

.product-card .img-link::after {
  content: "VIEW";
  position: absolute;
  inset-inline-end: 16px;
  inset-block-end: 16px;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: var(--douja-deep);
  background: rgba(255, 253, 249, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.35s ease,
    transform 0.35s var(--douja-ease);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.product-card:hover .img-link::after {
  opacity: 1;
  transform: translateY(0);
}

.product-card .img-link img {
  transition: transform 0.85s var(--douja-ease);
}

.product-card:hover .img-link img {
  transform: scale(1.055);
}

.product-card .info {
  gap: 9px !important;
  padding: 20px 21px 22px !important;
}

.product-card .info .title {
  color: var(--douja-deep) !important;
  font-family: var(--font-heading-family);
  font-size: 1.75rem;
  font-weight: 600 !important;
}

.product-card .info .price {
  color: var(--douja-wine);
}

.product-card .info .price .current {
  font-size: 1.65rem !important;
  font-weight: 700 !important;
}

.product-card .info button.secondary,
.product-card .info .yc-btn.secondary {
  margin-block-start: 9px;
  color: #fff;
  background: var(--douja-deep);
  border-color: var(--douja-deep) !important;
}

.product-card .badge {
  color: #fff;
  background: linear-gradient(120deg, var(--douja-wine), var(--douja-pink)) !important;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 8px 24px rgba(90, 25, 71, 0.22);
}

/* Editorial section */
.douja-editorial {
  padding-block: clamp(80px, 11vw, 150px);
  background: radial-gradient(circle at 15% 10%, rgba(255, 255, 255, 0.74), transparent 26rem), var(--editorial-background, var(--douja-blush));
}

.douja-editorial__grid {
  display: grid;
  grid-template-columns: minmax(380px, 0.86fr) minmax(0, 1fr);
  gap: clamp(55px, 9vw, 135px);
  align-items: center;
}

.douja-editorial[data-image-position="right"] .douja-editorial__visual {
  order: 2;
}

.douja-editorial__visual {
  position: relative;
  max-width: 560px;
  padding-inline-start: 28px;
  padding-block-end: 30px;
}

.douja-editorial__visual::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 38px;
  width: 72%;
  height: 92%;
  border: 1px solid rgba(200, 148, 86, 0.56);
  border-radius: 210px 210px 32px 32px;
}

.douja-editorial__image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #9c3878, #e9bdcf);
  border-radius: 210px 210px 32px 32px;
  box-shadow: var(--douja-shadow);
}

.douja-editorial__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 -90px 120px rgba(26, 9, 24, 0.2);
}

.douja-editorial__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.douja-editorial__image-wrap img.douja-editorial__fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.douja-editorial__stamp {
  position: absolute;
  z-index: 2;
  inset-inline-end: -35px;
  inset-block-start: 14%;
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  color: var(--douja-deep);
  background: var(--douja-ivory);
  border: 1px solid rgba(200, 148, 86, 0.5);
  border-radius: 50%;
  box-shadow: var(--douja-shadow-sm);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-align: center;
}

.douja-editorial__caption {
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
  padding: 13px 22px;
  color: #fff;
  background: var(--douja-deep);
  border-radius: 999px;
  font-family: var(--font-heading-family);
  font-size: 1.4rem;
  box-shadow: var(--douja-shadow-sm);
}

.douja-editorial__content h2 {
  max-width: 760px;
  margin-block-start: 20px;
  color: var(--douja-deep);
  font-size: clamp(4.2rem, 6.4vw, 8rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.douja-editorial__lead {
  max-width: 650px;
  margin-block-start: 28px;
  color: var(--douja-muted);
  font-size: clamp(1.5rem, 1.7vw, 1.8rem);
  line-height: 1.85;
}

.douja-editorial blockquote {
  margin-block-start: 28px;
  padding-inline-start: 22px;
  color: var(--douja-wine);
  border-inline-start: 2px solid var(--editorial-accent, var(--douja-gold));
  font-family: var(--font-heading-family);
  font-size: clamp(2rem, 2.7vw, 3rem);
  font-style: italic;
  line-height: 1.35;
}

.douja-editorial__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-block: 38px;
  padding-block: 22px;
  border-block: 1px solid rgba(90, 25, 71, 0.14);
}

.douja-editorial__stat {
  display: grid;
  gap: 4px;
  padding-inline: 22px;
  border-inline-end: 1px solid rgba(90, 25, 71, 0.14);
}

.douja-editorial__stat:first-child {
  padding-inline-start: 0;
}

.douja-editorial__stat:last-child {
  border-inline-end: 0;
}

.douja-editorial__stat strong {
  color: var(--douja-deep);
  font-family: var(--font-heading-family);
  font-size: clamp(2.3rem, 3vw, 3.7rem);
  line-height: 1;
}

.douja-editorial__stat span {
  color: var(--douja-muted);
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Premium promises */
.douja-benefits {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(84px, 10vw, 140px);
  color: var(--benefits-text, #fff);
  background: var(--benefits-background, var(--douja-night));
}

.douja-benefits::before {
  content: "DOUJA";
  position: absolute;
  z-index: -1;
  inset-inline-start: -1vw;
  inset-block-start: -0.28em;
  color: rgba(255, 255, 255, 0.026);
  font-family: var(--font-heading-family);
  font-size: clamp(16rem, 28vw, 42rem);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.douja-benefits__glow {
  position: absolute;
  z-index: -1;
  width: 500px;
  height: 500px;
  inset-inline-end: -220px;
  inset-block-start: -220px;
  background: rgba(217, 103, 167, 0.12);
  border-radius: 50%;
  filter: blur(20px);
}

.douja-section-head--light h2 {
  margin-block-start: 18px;
  color: var(--benefits-text, #fff);
}

.douja-section-head--light p {
  margin-block-start: 18px;
  color: rgba(255, 248, 242, 0.62);
}

.douja-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.douja-benefit {
  position: relative;
  min-height: 265px;
  padding: 30px;
  text-align: start;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition:
    background 0.4s ease,
    transform 0.5s var(--douja-ease),
    border-color 0.4s ease;
}

.douja-benefit:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(200, 148, 86, 0.52);
  transform: translateY(-8px);
}

.douja-benefit__number {
  position: absolute;
  inset-block-start: 26px;
  inset-inline-end: 26px;
  color: rgba(255, 255, 255, 0.28);
  font-family: var(--font-heading-family);
  font-size: 1.25rem;
}

.douja-benefit__icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 0 42px;
  color: var(--douja-night);
  background: linear-gradient(145deg, var(--douja-gold-soft), var(--douja-gold));
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(200, 148, 86, 0.2);
}

.douja-benefit h3 {
  color: var(--benefits-text, #fff);
  font-size: 2.35rem;
  font-weight: 600;
}

.douja-benefit p {
  margin-block-start: 10px;
  color: rgba(255, 248, 242, 0.6);
  font-size: 1.3rem;
  line-height: 1.7;
}

/* Signature finale */
.douja-signature {
  position: relative;
  isolation: isolate;
  min-height: 640px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 70px 24px;
  color: var(--signature-text, #fff);
  background: radial-gradient(circle at 50% 20%, rgba(217, 103, 167, 0.21), transparent 30rem), var(--signature-background, var(--douja-night));
}

.douja-signature__background {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.douja-signature__overlay {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(rgba(26, 9, 24, 0.67), rgba(26, 9, 24, 0.88)), radial-gradient(circle, transparent, rgba(26, 9, 24, 0.5));
}

.douja-signature::before,
.douja-signature::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.douja-signature::before {
  width: 590px;
  height: 590px;
}

.douja-signature::after {
  width: 465px;
  height: 465px;
  border-color: rgba(200, 148, 86, 0.2);
}

.douja-signature__content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  display: grid;
  justify-items: center;
  text-align: center;
}

.douja-signature__content > img {
  margin-block-end: 26px;
  width: min(240px, 62vw);
  height: auto;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.3));
}

.douja-signature h2 {
  max-width: 850px;
  margin-block-start: 20px;
  color: var(--signature-text, #fff);
  font-size: clamp(4.4rem, 7.5vw, 9rem);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.045em;
}

.douja-signature p {
  max-width: 650px;
  margin-block: 25px 31px;
  color: rgba(255, 248, 242, 0.66);
  font-size: 1.55rem;
  line-height: 1.8;
}

.douja-signature .douja-luxury-button {
  color: var(--douja-night);
  background: linear-gradient(145deg, var(--douja-gold-soft), var(--douja-gold)) !important;
  box-shadow: 0 18px 44px rgba(200, 148, 86, 0.25);
}

/* Product detail */
.single-product {
  gap: clamp(34px, 6vw, 82px) !important;
}

.single-product yc-product-media .main-image {
  border-color: var(--douja-border) !important;
  border-radius: 38px !important;
  box-shadow: var(--douja-shadow-sm);
}

.single-product yc-product-media .main-image img {
  transition: transform 0.8s var(--douja-ease);
}

.single-product yc-product-media .main-image:hover img {
  transform: scale(1.025);
}

.single-product yc-product-media .gallery .image {
  border-radius: 18px !important;
}

.single-product yc-product-info {
  padding: clamp(22px, 3vw, 42px);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--douja-border);
  border-radius: 38px;
  box-shadow: var(--douja-shadow-sm);
}

.single-product yc-product-info h1,
.single-product yc-product-info .title {
  color: var(--douja-deep);
  font-family: var(--font-heading-family);
  font-size: clamp(3.5rem, 4.5vw, 5.8rem);
  font-weight: 600;
  line-height: 1;
}

.single-product yc-product-info .price .current {
  color: var(--douja-wine);
  font-size: 2.5rem;
  font-weight: 700;
}

.single-product yc-product-info .description {
  color: var(--douja-muted);
  line-height: 1.8;
}

.single-product yc-product-info .accordion,
.single-product yc-product-info .buy-button .buy-area .express-checkout {
  border-color: var(--douja-border) !important;
  border-radius: 24px !important;
}

/* Footer */
footer {
  position: relative;
  overflow: hidden;
  border: 0 !important;
  background: radial-gradient(circle at 82% 0%, rgba(217, 103, 167, 0.14), transparent 29rem), var(--douja-night) !important;
}

footer::before {
  content: "DOUJA";
  position: absolute;
  inset-inline-start: -0.03em;
  inset-block-end: -0.34em;
  color: rgba(255, 255, 255, 0.024);
  font-family: var(--font-heading-family);
  font-size: clamp(14rem, 25vw, 34rem);
  font-weight: 700;
  pointer-events: none;
}

footer .content {
  position: relative;
  z-index: 1;
  padding-block: clamp(60px, 8vw, 105px) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

footer .store-brand img {
  border-color: rgba(200, 148, 86, 0.5);
  box-shadow:
    0 0 0 6px rgba(255, 255, 255, 0.04),
    0 20px 60px rgba(0, 0, 0, 0.35);
}

footer .links-box .navigation > p {
  color: var(--douja-gold-soft);
  font-family: var(--font-heading-family);
  font-size: 1.8rem;
}

footer .links-box .navigation .links a {
  color: rgba(255, 248, 242, 0.58) !important;
}

footer .links-box .navigation .links a:hover {
  color: #fff !important;
  transform: translateX(3px);
}

[dir="rtl"] footer .links-box .navigation .links a:hover {
  transform: translateX(-3px);
}

footer .copyright {
  position: relative;
  z-index: 1;
  color: rgba(255, 248, 242, 0.5);
  border-color: rgba(255, 255, 255, 0.08) !important;
  letter-spacing: 0.05em;
}

@keyframes douja-orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes douja-orbit-reverse {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes douja-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-13px);
  }
}

@keyframes douja-marquee {
  to {
    transform: translateX(-50%);
  }
}

[dir="rtl"] .douja-marquee__track {
  animation-name: douja-marquee-rtl;
}

@keyframes douja-marquee-rtl {
  to {
    transform: translateX(50%);
  }
}

@media (max-width: 1100px) {
  .douja-shell {
    width: min(100% - 42px, 1280px);
  }

  .douja-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
    gap: 42px;
  }

  .douja-hero__visual {
    min-height: 520px;
  }

  .douja-hero__orbit--outer {
    width: 490px;
    height: 490px;
  }

  .douja-hero__orbit--inner {
    width: 370px;
    height: 370px;
  }

  .douja-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .douja-section-head--split {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .douja-hero {
    min-height: auto;
  }

  .douja-hero__grid {
    grid-template-columns: 1fr;
    padding-block-start: 72px;
  }

  .douja-hero__content {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
  }

  .douja-hero__eyebrow,
  .douja-hero__actions,
  .douja-hero__proof {
    justify-content: center;
  }

  .douja-hero__lead {
    margin-inline: auto;
  }

  .douja-hero__visual {
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .douja-hero__floating--top {
    inset-inline-start: 4%;
  }

  .douja-hero__floating--bottom {
    inset-inline-end: 4%;
  }

  .douja-hero__scroll {
    display: none;
  }

  .douja-category-card:nth-child(1),
  .douja-category-card:nth-child(2),
  .douja-category-card {
    min-height: 410px;
    grid-column: span 6;
  }

  .douja-editorial__grid {
    grid-template-columns: 1fr;
  }

  .douja-editorial[data-image-position="right"] .douja-editorial__visual {
    order: 0;
  }

  .douja-editorial__visual {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .douja-editorial__content {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
  }

  .douja-editorial blockquote {
    text-align: start;
  }

  .douja-editorial__content .douja-luxury-button {
    margin-inline: auto;
  }
}

@media (max-width: 680px) {
  .douja-shell {
    width: min(100% - 24px, 1280px);
  }

  .announcement {
    min-height: 32px;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
  }

  yc-header {
    min-height: 72px;
    padding-inline: 13px !important;
  }

  yc-header .logo img {
    width: 120px;
    height: 72px;
  }

  .douja-section-head h2,
  yc-section-head h2 {
    font-size: clamp(3.2rem, 11vw, 4.8rem);
  }

  .douja-section-head p,
  yc-section-head p {
    font-size: 1.4rem;
  }

  .douja-hero__grid {
    padding-block: 52px 66px;
  }

  .douja-hero__content h1 {
    font-size: clamp(5rem, 17vw, 7.2rem);
    line-height: 0.84;
  }

  .douja-hero__content h1 > span {
    font-size: 0.55em;
  }

  .douja-hero__lead {
    margin-block-start: 24px;
    font-size: 1.45rem;
  }

  .douja-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .douja-hero__actions .yc-btn {
    width: 100%;
  }

  .douja-hero__proof {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .douja-hero__visual {
    min-height: 420px;
  }

  .douja-hero__orbit--outer {
    width: 390px;
    height: 390px;
  }

  .douja-hero__orbit--inner {
    width: 300px;
    height: 300px;
  }

  .douja-hero__frame {
    width: min(72%, 300px);
    padding: 10px;
    border-radius: 28px;
  }

  .douja-hero__media {
    border-radius: 21px;
  }

  .douja-hero__frame-head,
  .douja-hero__frame-foot {
    font-size: 0.72rem;
  }

  .douja-hero__floating--top {
    inset-block-start: 10%;
    inset-inline-start: 0;
    padding: 10px 13px;
    font-size: 1rem;
  }

  .douja-hero__floating--bottom {
    min-width: 120px;
    inset-inline-end: 0;
    padding: 13px 15px;
  }

  .douja-category-links {
    padding-block: 78px;
  }

  .douja-category-links__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .douja-category-card:nth-child(1),
  .douja-category-card:nth-child(2),
  .douja-category-card {
    min-height: 390px;
    grid-column: 1;
    border-radius: 29px;
  }

  .douja-category-card::after {
    border-radius: 21px;
  }

  .douja-category-card h3 {
    font-size: 4.2rem;
  }

  .product-card[data-style="standard"] {
    --product-img-height: 270px;
  }

  .product-card .info {
    padding: 14px !important;
  }

  .product-card .info .title {
    font-size: 1.45rem;
  }

  .product-card .img-link::after {
    display: none;
  }

  .douja-editorial {
    padding-block: 78px;
  }

  .douja-editorial__visual {
    padding-inline-start: 14px;
  }

  .douja-editorial__stamp {
    width: 86px;
    height: 86px;
    inset-inline-end: -4px;
    font-size: 0.8rem;
  }

  .douja-editorial__content h2 {
    font-size: clamp(4rem, 14vw, 6rem);
  }

  .douja-editorial__stats {
    grid-template-columns: 1fr;
  }

  .douja-editorial__stat {
    padding: 15px 0;
    border-inline-end: 0;
    border-block-end: 1px solid rgba(90, 25, 71, 0.12);
  }

  .douja-editorial__stat:last-child {
    border-block-end: 0;
  }

  .douja-benefits__grid {
    grid-template-columns: 1fr;
  }

  .douja-benefit {
    min-height: 220px;
  }

  .douja-signature {
    min-height: 560px;
  }

  .douja-signature::before {
    width: 430px;
    height: 430px;
  }

  .douja-signature::after {
    width: 340px;
    height: 340px;
  }

  .douja-signature h2 {
    font-size: clamp(4rem, 14vw, 6rem);
  }

  .single-product yc-product-info {
    padding: 20px;
    border-radius: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .douja-hero__orbit,
  .douja-hero__floating,
  .douja-marquee__track {
    animation: none !important;
  }

  .douja-marquee__group[aria-hidden="true"] {
    display: none;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
html {
  scroll-behavior: smooth;
}

#douja-univers {
  scroll-margin-top: 110px;
}

.douja-latest-products__button {
  width: 100%;
  margin-block-start: 0.5rem;
}

.product-listing {
  max-width: 1440px;
  margin-inline: auto;
  border-color: rgba(43, 16, 38, 0.1);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 50px rgba(43, 16, 38, 0.08);
}

.product-listing .filter-area,
.product-listing .products-area {
  padding: clamp(16px, 2.2vw, 30px);
}

.product-listing .products-area > .items-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(14px, 1.8vw, 24px);
}

.product-listing .product-card[data-style="standard"] {
  --product-img-height: 320px;
}

.product-listing .product-card .info {
  padding: 15px !important;
}

.product-listing .product-card .info .title {
  font-size: 1.45rem;
}

.product-listing .product-card .info .price .current {
  font-size: 1.45rem !important;
}

@media (max-width: 1200px) {
  .product-listing .products-area > .items-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .product-listing .products-area > .items-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .product-listing .product-card[data-style="standard"] {
    --product-img-height: 240px;
  }
}

.douja-latest-product-card .img-link img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.douja-all-collections-section yc-section-head {
  margin-block-end: 2.5rem;
}

.douja-static-collection-card .cover img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.douja-static-collection-card .info .name {
  background: rgba(255, 253, 251, 0.94);
  color: #2b1026;
  box-shadow: 0 12px 30px rgba(43, 16, 38, 0.14);
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  #douja-univers {
    scroll-margin-top: 82px;
  }

  .douja-all-collections .items-grid {
    --items-columns: 2;
  }

  .product-listing .filter-area {
    align-items: flex-start;
    gap: 12px;
  }

  .product-listing .filter-area .title {
    font-size: 1.55rem;
  }

  .product-listing .products-area > .items-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }

  .product-listing .product-card[data-style="standard"] {
    --product-img-height: 190px;
  }

  .product-listing .product-card .info {
    padding: 10px !important;
  }

  .product-listing .product-card .info .title,
  .product-listing .product-card .info .price .current {
    font-size: 1.2rem !important;
  }

  .product-listing .product-card .info button.secondary,
  .product-listing .product-card .info .yc-btn.secondary {
    min-height: 42px;
    padding: 8px 7px;
    font-size: 1.05rem;
  }

  .douja-static-collection-card .cover {
    height: 300px;
  }

  .douja-static-collection-card .info {
    inset-inline: 0.5rem;
    inset-block-end: 0.5rem;
  }

  .douja-static-collection-card .info .name {
    width: 100%;
    padding: 10px 8px;
    text-align: center;
    font-size: 0.78rem;
  }
}
