/* =============================================================================
   Skin „story” — doar carduri produs / colecții / pastile
   (fără border pe secțiunile homepage)
   ============================================================================= */

body.pr-card-story {
  color: var(--pr-ink);
  background: var(--pr-page-bg, var(--pr-cream)) !important;
}

body.pr-mode-classic {
  background: var(--pr-page-bg, var(--pr-cream));
}

/* ---- Hero tip bottle: închis, accent doar ca glow ---- */
body.pr-card-story.pr-mode-dark .pr-hero {
  background: var(--pr-gradient-hero) !important;
  /* spațiu sub header sticky — evită tăierea titlului */
  padding-top: 6.75rem;
}

body.pr-card-story.pr-mode-dark .pr-hero::before {
  /* fără bande negre — doar glow subtil accent */
  background: radial-gradient(circle at 82% 18%, rgba(var(--pr-rose-rgb), 0.2), transparent 42%);
}

body.pr-card-story.pr-mode-dark .pr-hero__orb--a {
  background: radial-gradient(circle, rgba(var(--pr-rose-rgb), 0.18), transparent 68%) !important;
  opacity: 0.7;
  /* ține glow-ul în zona pozelor, nu peste pași */
  top: 0;
  bottom: auto;
  right: -4%;
}

body.pr-card-story.pr-mode-dark .pr-hero__orb--b {
  /* scos: leave un smear roz sub hero / lângă „01 Alegi…” */
  display: none !important;
}

body.pr-card-story.pr-mode-dark .pr-hero__brand {
  line-height: 1.22;
  padding-top: 0.18em;
  padding-bottom: 0.22em;
  overflow: visible;
}

body.pr-card-story.pr-mode-dark .pr-hero__brand em {
  color: var(--pr-rose);
  display: inline-block;
  padding: 0.1em 0.06em 0.14em;
  line-height: 1.2;
}

body.pr-card-story.pr-mode-light .pr-hero {
  background: var(--pr-gradient-hero) !important;
}

body.pr-card-story.pr-mode-light .pr-hero::before {
  background:
    radial-gradient(circle at 78% 18%, rgba(var(--pr-rose-rgb), 0.35), transparent 42%),
    radial-gradient(circle at 18% 78%, rgba(var(--pr-rose-rgb), 0.15), transparent 38%),
    radial-gradient(ellipse 90% 60% at 50% 100%, rgba(0, 0, 0, 0.12), transparent 55%);
}

/* ---- Card produs ---- */
body.pr-card-story .woocommerce ul.products li.product,
body.pr-card-story .woocommerce ul.products li.product-category {
  position: relative;
  border: 1px solid var(--pr-rose) !important;
  border-radius: var(--pr-card-radius, 28px) !important;
  box-shadow: var(--pr-card-shadow) !important;
  overflow: hidden;
  transition: box-shadow 0.28s ease, border-color 0.28s ease, transform 0.25s ease;
}

body.pr-card-story .woocommerce ul.products li.product:hover {
  box-shadow: var(--pr-card-shadow-hover) !important;
}

body.pr-card-story .woocommerce ul.products li.product a img,
body.pr-card-story .woocommerce ul.products li.product img.attachment-woocommerce_thumbnail,
body.pr-card-story .woocommerce ul.products li.product .attachment-woocommerce_thumbnail {
  background: transparent !important;
  border-color: transparent !important;
}

/* drop-shadow doar pe card vertical (tablet+) — pe mobil orizontal strică colțurile rotunde */
@media (min-width: 640px) {
  body.pr-card-story .woocommerce ul.products li.product a img,
  body.pr-card-story .woocommerce ul.products li.product img.attachment-woocommerce_thumbnail,
  body.pr-card-story .woocommerce ul.products li.product .attachment-woocommerce_thumbnail {
    filter: drop-shadow(0 6px 18px rgba(var(--pr-rose-rgb), 0.28));
  }
}

@media (max-width: 639px) {
  body.pr-card-story .woocommerce ul.products li.product {
    overflow: hidden !important;
    isolation: isolate;
  }

  body.pr-card-story .woocommerce ul.products li.product a img,
  body.pr-card-story .woocommerce ul.products li.product img.attachment-woocommerce_thumbnail,
  body.pr-card-story .woocommerce ul.products li.product .attachment-woocommerce_thumbnail {
    filter: none !important;
    border-radius: calc(var(--pr-card-radius, 28px) - 1px) 0 0 calc(var(--pr-card-radius, 28px) - 1px) !important;
  }
}

@media (min-width: 640px) {
  body.pr-card-story .woocommerce ul.products li.product a img,
  body.pr-card-story .woocommerce ul.products li.product img.attachment-woocommerce_thumbnail,
  body.pr-card-story .woocommerce ul.products li.product .attachment-woocommerce_thumbnail {
    border-radius: 0 !important;
  }
}

body.pr-card-story .woocommerce ul.products li.product .price,
body.pr-card-story .woocommerce ul.products li.product .price .woocommerce-Price-amount,
body.pr-card-story .woocommerce ul.products li.product .price bdi,
body.pr-card-story .woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol,
body.pr-card-story .woocommerce ul.products li.product .price ins {
  color: var(--pr-rose) !important;
}

/* Butoane = degrade tip PopBottle (accent → galben/roz) + shift la hover */
body.pr-card-story .woocommerce ul.products li.product .button,
body.pr-card-story .woocommerce ul.products li.product a.button,
body.pr-card-story .woocommerce ul.products li.product .added_to_cart,
body.pr-card-story .woocommerce a.button,
body.pr-card-story .woocommerce button.button,
body.pr-card-story .woocommerce input.button,
body.pr-card-story .woocommerce #respond input#submit,
body.pr-card-story .woocommerce button.button.alt,
body.pr-card-story .woocommerce a.button.alt,
body.pr-card-story .woocommerce input.button.alt,
body.pr-card-story .woocommerce div.product form.cart .single_add_to_cart_button,
body.pr-card-story .pr-btn--primary,
body.pr-card-story .pr-btn--checkout,
body.pr-card-story .pr-mini-cart__checkout,
body.pr-card-story .wc-proceed-to-checkout a.checkout-button,
body.pr-card-story #place_order {
  background-color: transparent !important;
  background-image: var(--pr-gradient-rose) !important;
  background-size: 220% 100% !important;
  background-position: 0% 50% !important;
  background-repeat: no-repeat !important;
  color: var(--pr-btn-text, #fff) !important;
  border: none !important;
  border-radius: var(--pr-btn-radius, 999px) !important;
  box-shadow: 0 4px 16px rgba(var(--pr-rose-rgb), 0.3) !important;
  font-weight: 800 !important;
  transition:
    background-position 0.45s ease,
    filter 0.2s ease,
    box-shadow 0.25s ease !important;
}

/* PDP ATC: blur pastilă — lățime 100% (aliniat cu qty + favorite) */
body.pr-card-story .woocommerce div.product form.cart .single_add_to_cart_button {
  border-radius: 999px !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  filter: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
  border: 1.5px solid rgba(var(--pr-companion-rgb), 0.85) !important;
  /* dreapta puțin mai strâns — evită „tăiat” la overflow-x:clip */
  box-shadow:
    -5px 0 12px rgba(var(--pr-rose-rgb), 0.38),
    3px 0 10px rgba(var(--pr-companion-rgb), 0.4),
    0 0 10px rgba(var(--pr-companion-rgb), 0.26) !important;
}

body.pr-card-story .woocommerce ul.products li.product .button:hover,
body.pr-card-story .woocommerce ul.products li.product a.button:hover,
body.pr-card-story .woocommerce a.button:hover,
body.pr-card-story .woocommerce button.button:hover,
body.pr-card-story .woocommerce button.button.alt:hover,
body.pr-card-story .woocommerce a.button.alt:hover,
body.pr-card-story .woocommerce div.product form.cart .single_add_to_cart_button:hover,
body.pr-card-story .pr-btn--primary:hover,
body.pr-card-story .pr-btn--checkout:hover,
body.pr-card-story .pr-mini-cart__checkout:hover,
body.pr-card-story .wc-proceed-to-checkout a.checkout-button:hover,
body.pr-card-story #place_order:hover {
  color: var(--pr-btn-text, #fff) !important;
  background-image: var(--pr-gradient-rose) !important;
  background-position: 100% 50% !important;
  filter: brightness(1.06);
  box-shadow: 0 6px 22px rgba(var(--pr-rose-rgb), 0.45) !important;
}

body.pr-card-story .woocommerce div.product form.cart .single_add_to_cart_button:hover {
  filter: none !important;
  border-color: rgba(var(--pr-companion-rgb), 1) !important;
  box-shadow:
    -5px 0 13px rgba(var(--pr-rose-rgb), 0.44),
    3px 0 11px rgba(var(--pr-companion-rgb), 0.48),
    0 0 11px rgba(var(--pr-companion-rgb), 0.3) !important;
}

body.pr-card-story .pr-badge,
body.pr-card-story .pr-badge--sale {
  border-radius: 999px;
  background-image: var(--pr-gradient-rose);
  background-size: 160% 100%;
  background-position: 30% 50%;
  color: var(--pr-btn-text, #fff);
}

/* ========== DARK: UN singur degrade pe toată zona text+buton ========== */
@media (min-width: 640px) {
  body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product {
    background:
      radial-gradient(ellipse 72% 42% at 50% 16%, rgba(var(--pr-rose-rgb), 0.22), transparent 58%),
      #1a1018 !important;
    color: #fff;
    border-color: rgba(var(--pr-rose-rgb), 0.45) !important;
  }

  /* Fade moale din poză → text — aceeași culoare, fără bandă mai deschisă */
  body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 40%;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(
      180deg,
      transparent 0%,
      rgba(26, 16, 24, 0.55) 32%,
      #1a1018 62%,
      #1a1018 100%
    );
    border-radius: 0 0 calc(var(--pr-card-radius, 28px) - 1px) calc(var(--pr-card-radius, 28px) - 1px);
  }

  body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product a img,
  body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product img.attachment-woocommerce_thumbnail {
    background: transparent !important;
    border-bottom-color: transparent !important;
  }

  body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product .pr-loop-cat,
  body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product .woocommerce-loop-product__title,
  body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product .price,
  body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product .pr-loop-swatches,
  body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product .button,
  body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product a.button,
  body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product .added_to_cart {
    position: relative;
    z-index: 1;
    background: transparent !important;
  }

  body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product .pr-loop-cat {
    padding: 0.95rem 1.1rem 0.2rem;
    margin-top: 0;
  }

  body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 0.2rem 1.1rem 0.15rem;
    color: #fff !important;
    font-weight: 800 !important;
  }

  body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product .price {
    padding: 0.25rem 1.1rem 0.35rem;
  }

  body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product .pr-loop-swatches {
    padding: 0.15rem 1.1rem 0.55rem;
  }

  body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product .button,
  body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product a.button,
  body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product .added_to_cart {
    margin: 0 1.1rem 1.15rem !important;
    width: calc(100% - 2.2rem) !important;
    max-width: none;
    z-index: 2;
    background-image: var(--pr-gradient-rose) !important;
    box-shadow: 0 4px 16px rgba(var(--pr-rose-rgb), 0.3) !important;
  }
}

body.pr-card-story.pr-mode-dark .pr-loop-cat {
  color: rgba(255, 255, 255, 0.5) !important;
}

body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product .price del {
  color: rgba(255, 255, 255, 0.4) !important;
}

body.pr-card-story.pr-mode-dark .pr-loop-swatch {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

body.pr-card-story.pr-mode-dark .pr-badge--new {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

/* Mobil dark: panou pe coloana dreaptă (card orizontal PLP/home) */
@media (max-width: 639px) {
  body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product {
    background:
      radial-gradient(ellipse 50% 70% at 22% 45%, rgba(var(--pr-rose-rgb), 0.3), transparent 62%),
      linear-gradient(90deg, #1a1018 0%, #1a1018 47%, #261820 47%, #261820 100%) !important;
    color: #fff;
    border-color: rgba(var(--pr-rose-rgb), 0.45) !important;
  }

  /* Coș cross-sell: card VERTICAL — fără split 90deg (cusătură sub poză) */
  body.pr-card-story.pr-mode-dark.pr-cart-view .cross-sells ul.products li.product {
    background:
      radial-gradient(ellipse 72% 40% at 50% 12%, rgba(var(--pr-rose-rgb), 0.2), transparent 55%),
      #1a1018 !important;
  }

  body.pr-card-story.pr-mode-dark.pr-cart-view .cross-sells ul.products li.product::after {
    display: none !important;
  }

  body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #fff !important;
  }

  body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product .pr-loop-cat,
  body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product .woocommerce-loop-product__title,
  body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product .price,
  body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product .pr-loop-swatches {
    background: transparent;
  }

  body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product .button,
  body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product a.button {
    box-shadow: 0 4px 14px rgba(var(--pr-rose-rgb), 0.3) !important;
  }
}

/* ========== LIGHT: un singur degrade pe zona text ========== */
@media (min-width: 640px) {
  body.pr-card-story.pr-mode-light .woocommerce ul.products li.product {
    background:
      radial-gradient(ellipse 72% 42% at 50% 16%, rgba(var(--pr-rose-rgb), 0.18), transparent 58%),
      #ffffff !important;
    color: var(--pr-ink);
    border-width: 1.5px !important;
  }

  body.pr-card-story.pr-mode-light .woocommerce ul.products li.product::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 46%;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(var(--pr-rose-rgb), 0.1) 18%,
      rgba(var(--pr-rose-rgb), 0.07) 55%,
      var(--pr-cream) 100%
    );
    border-radius: 0 0 calc(var(--pr-card-radius, 28px) - 1px) calc(var(--pr-card-radius, 28px) - 1px);
  }

  body.pr-card-story.pr-mode-light .woocommerce ul.products li.product .pr-loop-cat,
  body.pr-card-story.pr-mode-light .woocommerce ul.products li.product .woocommerce-loop-product__title,
  body.pr-card-story.pr-mode-light .woocommerce ul.products li.product .price,
  body.pr-card-story.pr-mode-light .woocommerce ul.products li.product .pr-loop-swatches,
  body.pr-card-story.pr-mode-light .woocommerce ul.products li.product .button,
  body.pr-card-story.pr-mode-light .woocommerce ul.products li.product a.button,
  body.pr-card-story.pr-mode-light .woocommerce ul.products li.product .added_to_cart {
    position: relative;
    z-index: 1;
    background: transparent !important;
  }

  body.pr-card-story.pr-mode-light .woocommerce ul.products li.product .pr-loop-cat {
    padding: 0.95rem 1.1rem 0.2rem;
    color: var(--pr-rose-dark) !important;
  }

  body.pr-card-story.pr-mode-light .woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 0.2rem 1.1rem 0.15rem;
    color: var(--pr-ink) !important;
    font-weight: 800 !important;
  }

  body.pr-card-story.pr-mode-light .woocommerce ul.products li.product .price {
    padding: 0.25rem 1.1rem 0.35rem;
  }

  body.pr-card-story.pr-mode-light .woocommerce ul.products li.product .pr-loop-swatches {
    padding: 0.15rem 1.1rem 0.55rem;
  }

  body.pr-card-story.pr-mode-light .woocommerce ul.products li.product .button,
  body.pr-card-story.pr-mode-light .woocommerce ul.products li.product a.button,
  body.pr-card-story.pr-mode-light .woocommerce ul.products li.product .added_to_cart {
    margin: 0 1.1rem 1.15rem !important;
    width: calc(100% - 2.2rem) !important;
    max-width: none;
    z-index: 2;
    background-image: var(--pr-gradient-rose) !important;
    box-shadow: 0 4px 16px rgba(var(--pr-rose-rgb), 0.28) !important;
  }
}

body.pr-card-story.pr-mode-light .pr-loop-swatch {
  background: #fff;
  border-color: rgba(var(--pr-rose-rgb), 0.35);
  color: var(--pr-ink);
}

body.pr-card-story.pr-mode-light .pr-badge--new {
  background: var(--pr-ink);
  color: #fff;
}

@media (max-width: 639px) {
  body.pr-card-story.pr-mode-light .woocommerce ul.products li.product {
    background:
      radial-gradient(ellipse 50% 70% at 22% 45%, rgba(var(--pr-rose-rgb), 0.14), transparent 62%),
      linear-gradient(
        90deg,
        #fff 0%,
        #fff 47%,
        rgba(var(--pr-rose-rgb), 0.08) 47%,
        var(--pr-cream) 100%
      ) !important;
    border-width: 1.5px !important;
  }

  /* Coș cross-sell light: fundal uniform (card vertical) */
  body.pr-card-story.pr-mode-light.pr-cart-view .cross-sells ul.products li.product {
    background:
      radial-gradient(ellipse 72% 40% at 50% 12%, rgba(var(--pr-rose-rgb), 0.12), transparent 55%),
      #ffffff !important;
  }

  body.pr-card-story.pr-mode-light.pr-cart-view .cross-sells ul.products li.product::after {
    display: none !important;
  }

  body.pr-card-story.pr-mode-light .woocommerce ul.products li.product .pr-loop-cat {
    color: var(--pr-rose-dark) !important;
  }

  body.pr-card-story.pr-mode-light .woocommerce ul.products li.product .button,
  body.pr-card-story.pr-mode-light .woocommerce ul.products li.product a.button {
    box-shadow: 0 4px 14px rgba(var(--pr-rose-rgb), 0.28) !important;
  }
}

/* ---- Topbar: gradient popcorn (accent → companion), fără linie spre meniu ---- */
body.pr-card-story.pr-mode-dark .pr-topbar {
  background-image: var(
    --pr-gradient-rose,
    linear-gradient(105deg, var(--pr-rose-dark) 0%, var(--pr-rose) 46%, #ffd60a 100%)
  ) !important;
  background-color: transparent !important;
  border-bottom: none !important;
  color: #fff;
  box-shadow: none;
  text-shadow: 0 1px 2px rgba(20, 8, 14, 0.35);
}

body.pr-card-story.pr-mode-dark .pr-topbar a {
  color: #fff;
}

body.pr-card-story.pr-mode-dark .pr-topbar a:hover {
  color: #fff8e7;
  opacity: 0.95;
}

/* ---- Header / meniu: dark cald, NU negru ---- */
body.pr-card-story.pr-mode-dark .pr-header {
  background: linear-gradient(
    180deg,
    #24141e 0%,
    #1c121a 100%
  ) !important;
  border-top: none !important;
  border-bottom: 1px solid rgba(var(--pr-rose-rgb), 0.28) !important;
  color: #f7f2f4;
  box-shadow: 0 8px 28px rgba(20, 8, 14, 0.35);
  overflow: visible;
}

body.pr-card-story.pr-mode-dark .pr-logo {
  overflow: visible !important;
  line-height: 1.2;
  color: #fff;
}

body.pr-card-story.pr-mode-dark .pr-logo em {
  display: inline-block;
  padding-bottom: 0.08em;
  line-height: 1.15;
  color: var(--pr-rose);
}

body.pr-card-story.pr-mode-dark .pr-footer {
  background: linear-gradient(180deg, #1a0e16 0%, #140a12 100%) !important;
  border-top: 1px solid rgba(var(--pr-rose-rgb), 0.22) !important;
  color: #f7f2f4;
}

body.pr-card-story.pr-mode-dark .pr-header a,
body.pr-card-story.pr-mode-dark .pr-footer a {
  color: #f7f2f4;
}

body.pr-card-story.pr-mode-dark .pr-header a:hover,
body.pr-card-story.pr-mode-dark .pr-footer a:hover {
  color: var(--pr-rose);
}

/* Link-uri meniu ca pastile translucide */
body.pr-card-story.pr-mode-dark .pr-header__nav--desktop .pr-menu > li > a {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body.pr-card-story.pr-mode-dark .pr-header__nav--desktop .pr-menu > li > a:hover,
body.pr-card-story.pr-mode-dark .pr-header__nav--desktop .pr-menu > li.current-menu-item > a {
  background: rgba(var(--pr-rose-rgb), 0.18);
  border-color: rgba(var(--pr-rose-rgb), 0.45);
  box-shadow: 0 0 18px rgba(var(--pr-rose-rgb), 0.25);
  color: #fff;
}

body.pr-card-story.pr-mode-dark .pr-header__nav--desktop .pr-menu .sub-menu {
  background: linear-gradient(180deg, #24141e 0%, #1a1018 100%) !important;
  border: 1px solid rgba(var(--pr-rose-rgb), 0.25);
  box-shadow: 0 16px 40px rgba(20, 8, 14, 0.45);
}

body.pr-card-story.pr-mode-dark .pr-nav-toggle {
  border-color: rgba(var(--pr-rose-rgb), 0.35);
  background: rgba(255, 255, 255, 0.06);
}

body.pr-card-story.pr-mode-dark .pr-nav-toggle__bars span {
  background: #f7f2f4;
}

body.pr-card-story.pr-mode-light .pr-header,
body.pr-card-story.pr-mode-light .pr-footer {
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: rgba(var(--pr-rose-rgb), 0.25) !important;
}

body.pr-card-story.pr-mode-light .pr-header a:hover,
body.pr-card-story.pr-mode-light .pr-footer a:hover {
  color: var(--pr-rose);
}

/* ---- Titluri secțiune (stil story) ---- */
body.pr-card-story.pr-mode-dark .pr-section-head__kicker {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(var(--pr-rose-rgb), 0.55);
  background: rgba(20, 10, 16, 0.55);
  color: var(--pr-rose);
  box-shadow: 0 0 16px rgba(var(--pr-rose-rgb), 0.2);
  letter-spacing: 0.06em;
}

body.pr-card-story.pr-mode-dark .pr-section-head__title {
  color: #fff;
  background: var(--pr-title-grad, linear-gradient(90deg, var(--pr-rose), #ffd60a));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.pr-card-story.pr-mode-dark .pr-section-head__lead {
  color: rgba(247, 242, 244, 0.68);
}

body.pr-card-story.pr-mode-dark .pr-hero__copy {
  position: relative;
  z-index: 4;
  isolation: isolate;
}

body.pr-card-story.pr-mode-dark .pr-hero__brand {
  color: #fff;
  line-height: 1.22;
  padding-top: 0.18em;
  padding-bottom: 0.22em;
  overflow: visible;
  position: relative;
  z-index: 2;
  /* evită tăierea glifelor (Fraunces italic) sub overflow:hidden pe .pr-hero */
  -webkit-text-fill-color: #fff;
}

body.pr-card-story.pr-mode-dark .pr-hero__brand::before {
  content: none !important;
  display: none !important;
}

body.pr-card-story.pr-mode-dark .pr-hero__brand em {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0.1em 0.06em 0.14em;
  line-height: 1.2;
  /* degrade titlu skin (roz → companion) — copy e izolat, fără bară neagră */
  background-image: var(
    --pr-title-grad,
    linear-gradient(90deg, var(--pr-rose-dark, #d9167a), var(--pr-rose, #ff2d95), var(--pr-companion, #ffd60a))
  ) !important;
  background-color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

body.pr-card-story.pr-mode-dark .pr-btn--outline {
  border-color: rgba(var(--pr-rose-rgb), 0.65);
  color: #fff;
  background: rgba(20, 10, 16, 0.45);
  box-shadow: 0 0 18px rgba(var(--pr-rose-rgb), 0.18);
}

body.pr-card-story.pr-mode-dark .pr-btn--outline:hover {
  background-image: var(--pr-gradient-rose);
  color: var(--pr-btn-text, #111);
  border-color: transparent;
}

/* ---- Deviații de culoare pe secțiuni (home + woo) ---- */
body.pr-card-story.pr-mode-dark .pr-pillars {
  background: linear-gradient(180deg, rgba(40, 16, 32, 0.35) 0%, transparent 100%);
}

body.pr-card-story.pr-mode-dark .pr-occasions {
  background: linear-gradient(180deg, rgba(24, 12, 28, 0.45) 0%, rgba(18, 10, 20, 0.2) 100%);
}

body.pr-card-story.pr-mode-dark .pr-featured--home:nth-of-type(odd) {
  background: linear-gradient(180deg, rgba(32, 14, 28, 0.4) 0%, transparent 92%);
  padding-bottom: 1.25rem;
}

body.pr-card-story.pr-mode-dark .pr-featured--home:nth-of-type(even) {
  background: linear-gradient(180deg, rgba(18, 12, 32, 0.38) 0%, transparent 92%);
  padding-bottom: 1.25rem;
}

/* Ultima bandă featured: degradé continuu spre trust (fără linie tăiată) */
body.pr-card-story.pr-mode-dark .pr-featured--home:last-of-type {
  padding-bottom: 2rem;
  background: linear-gradient(
    180deg,
    rgba(32, 14, 28, 0.38) 0%,
    rgba(22, 10, 20, 0.2) 55%,
    transparent 100%
  );
}

/* Fără degrade pe banda de pași — altfel apare smear roz lângă chenar */
body.pr-card-story.pr-mode-dark .pr-home-steps {
  background: transparent !important;
}

/* Continuă fundalul paginii (fără bandă care taie degrade-ul de sus) */
body.pr-card-story.pr-mode-dark .pr-home-trust {
  background: transparent !important;
  padding-top: 3rem;
}

body.pr-card-story.pr-mode-dark .pr-hero {
  box-shadow: none;
}

/* PDP / shop: panouri ușor diferite față de fundal */
body.pr-card-story.pr-mode-dark.single-product #pr-main,
body.pr-card-story.pr-mode-dark.pr-product-view #pr-main,
body.pr-card-story.pr-mode-dark.pr-shop-view #pr-main,
body.pr-card-story.pr-mode-dark.archive #pr-main {
  background: linear-gradient(
    180deg,
    rgba(32, 14, 26, 0.55) 0%,
    rgba(18, 10, 16, 0.2) 40%,
    transparent 100%
  );
}

/* ---- Doar carduri colecții + pastile (nu secțiunea întreagă) ---- */
body.pr-card-story .pr-pillar {
  border: 1px solid rgba(var(--pr-rose-rgb), 0.5) !important;
  border-radius: 22px !important;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.28s ease, border-color 0.28s ease;
}

body.pr-card-story .pr-pillar:hover {
  border-color: var(--pr-rose) !important;
  box-shadow: 0 0 28px rgba(var(--pr-rose-rgb), 0.4), 0 12px 32px rgba(0, 0, 0, 0.3);
}

/* Un singur degrade pe tot cardul — fără al doilea pe __body */
body.pr-card-story.pr-mode-dark .pr-pillar::after {
  background: linear-gradient(
    180deg,
    transparent 28%,
    rgba(36, 18, 28, 0.45) 52%,
    #24141e 78%,
    #1a1018 100%
  );
}

body.pr-card-story.pr-mode-dark .pr-pillar__body {
  background: transparent;
}

body.pr-card-story.pr-mode-dark .pr-pillar__name {
  color: #fff;
}

body.pr-card-story.pr-mode-dark .pr-pillar__blurb {
  color: rgba(255, 255, 255, 0.65);
}

body.pr-card-story.pr-mode-light .pr-pillar {
  border-color: rgba(var(--pr-rose-rgb), 0.55) !important;
}

body.pr-card-story.pr-mode-light .pr-pillar::after {
  background: linear-gradient(
    180deg,
    transparent 32%,
    rgba(255, 255, 255, 0.35) 55%,
    rgba(var(--pr-rose-rgb), 0.1) 78%,
    var(--pr-cream) 100%
  );
}

body.pr-card-story.pr-mode-light .pr-pillar__body {
  background: transparent;
  text-shadow: none;
}

body.pr-card-story.pr-mode-light .pr-pillar__name {
  color: var(--pr-ink);
}

body.pr-card-story .pr-occasion {
  border: 1px solid rgba(var(--pr-rose-rgb), 0.5) !important;
  border-radius: 999px !important;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

body.pr-card-story.pr-mode-dark .pr-occasion {
  background: linear-gradient(145deg, #2a1824, #1a1018) !important;
  color: #fff !important;
}

body.pr-card-story.pr-mode-light .pr-occasion {
  background: linear-gradient(145deg, #fff, var(--pr-cream)) !important;
  color: var(--pr-ink) !important;
  border-color: rgba(var(--pr-rose-rgb), 0.55) !important;
}

body.pr-card-story .pr-occasion:hover {
  border-color: var(--pr-rose) !important;
  box-shadow: 0 0 20px rgba(var(--pr-rose-rgb), 0.35);
  color: var(--pr-rose) !important;
}

/* PDP summary — nuanță diferită față de fundalul paginii */
body.pr-card-story.pr-mode-dark .woocommerce div.product .summary,
body.pr-card-story.pr-mode-dark .pr-product-layout__side {
  border: 1px solid rgba(var(--pr-rose-rgb), 0.3);
  border-radius: 20px;
  padding: 1rem 1.1rem;
  background: linear-gradient(165deg, #2a1824 0%, #1c121a 55%, #181018 100%);
  box-shadow: 0 12px 36px rgba(20, 8, 14, 0.35);
}

body.pr-card-story.pr-mode-dark .woocommerce-Tabs-panel {
  border: 1px solid rgba(var(--pr-rose-rgb), 0.22);
  border-radius: 20px;
  padding: 1rem 1.1rem;
  background: linear-gradient(165deg, #22141e 0%, #181018 100%);
}

/* Related / upsells: același left/right ca tabs / buy deasupra */
body.pr-card-story .related.products,
body.pr-card-story .upsells.products,
body.pr-card-story .woocommerce div.product.pr-product-layout .related,
body.pr-card-story .woocommerce div.product.pr-product-layout .upsells {
  border: 1px solid rgba(var(--pr-rose-rgb), 0.28) !important;
  border-radius: 20px !important;
  padding: 1.25rem !important;
  margin: 2rem 0 1.75rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden;
  float: none !important;
  position: relative;
  left: auto !important;
  right: auto !important;
  background: linear-gradient(165deg, #22141e 0%, #181018 100%);
}

/* Desktop: related/upsells nu depășesc coloana main */
@media (min-width: 1024px) {
  body.pr-card-story.pr-product-view .pr-product-layout__main > .related,
  body.pr-card-story.pr-product-view .pr-product-layout__main > .upsells,
  body.pr-card-story.pr-product-view .related.products,
  body.pr-card-story.pr-product-view .upsells.products {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 1.25rem !important;
    box-sizing: border-box !important;
  }

  body.pr-card-story.pr-product-view .related ul.products li.product,
  body.pr-card-story.pr-product-view .upsells ul.products li.product {
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    min-width: 0 !important;
  }
}

body.pr-card-story.pr-mode-light .related.products,
body.pr-card-story.pr-mode-light .upsells.products {
  background: linear-gradient(180deg, #fff 0%, var(--pr-cream) 100%) !important;
  border-color: rgba(var(--pr-rose-rgb), 0.35) !important;
}

body.pr-card-story .related.products > h2,
body.pr-card-story .upsells.products > h2 {
  margin: 0 0 1.1rem !important;
  padding: 0 !important;
}

body.pr-card-story .related.products ul.products,
body.pr-card-story .upsells.products ul.products {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* Mobil/tablet related+upsells: padding forțat (override pe padding:0 din woocommerce.css) */
@media (max-width: 1023px) {
  body.pr-card-story.pr-product-view .related.products,
  body.pr-card-story.pr-product-view .upsells.products,
  body.pr-card-story.single-product .related.products,
  body.pr-card-story.single-product .upsells.products,
  body.pr-card-story.pr-product-view .woocommerce div.product.pr-product-layout .related,
  body.pr-card-story.pr-product-view .woocommerce div.product.pr-product-layout .upsells {
    padding: 1.05rem !important;
    margin: 1.35rem 0 1.5rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.pr-card-story.pr-product-view .related.products ul.products,
  body.pr-card-story.pr-product-view .upsells.products ul.products {
    grid-template-columns: 1fr !important;
    gap: 0.9rem !important;
    width: 100% !important;
  }

  body.pr-card-story.pr-product-view .related.products ul.products li.product,
  body.pr-card-story.pr-product-view .upsells.products ul.products li.product {
    padding: 0.75rem !important;
    border: 1px solid rgba(var(--pr-rose-rgb), 0.5) !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  body.pr-card-story.pr-product-view .related.products ul.products li.product a img,
  body.pr-card-story.pr-product-view .upsells.products ul.products li.product a img,
  body.pr-card-story.pr-product-view .related.products ul.products li.product img.attachment-woocommerce_thumbnail,
  body.pr-card-story.pr-product-view .upsells.products ul.products li.product img.attachment-woocommerce_thumbnail {
    border-radius: 12px !important;
    border-bottom: none !important;
  }

  body.pr-card-story.pr-product-view .related.products ul.products li.product .button,
  body.pr-card-story.pr-product-view .related.products ul.products li.product a.button,
  body.pr-card-story.pr-product-view .upsells.products ul.products li.product .button,
  body.pr-card-story.pr-product-view .upsells.products ul.products li.product a.button {
    margin: 0.35rem 0 0 !important;
    width: 100% !important;
  }
}

body.pr-card-story.pr-mode-light .woocommerce div.product .summary,
body.pr-card-story.pr-mode-light .pr-product-layout__side {
  border: 1.5px solid rgba(var(--pr-rose-rgb), 0.4);
  border-radius: 20px;
  padding: 1rem 1.1rem;
  background: linear-gradient(180deg, #fff 0%, var(--pr-cream) 100%);
}

body.pr-card-story.pr-mode-dark .woocommerce div.product .product_title {
  color: #fff;
}

body.pr-card-story.pr-mode-dark .woocommerce div.product p.price,
body.pr-card-story.pr-mode-dark .woocommerce div.product .price {
  color: var(--pr-rose) !important;
}

/* ========== PDP dark: contrast pe cantitate / ATC / swatch / text ========== */
body.pr-card-story.pr-mode-dark .woocommerce div.product .woocommerce-product-details__short-description,
body.pr-card-story.pr-mode-dark .woocommerce div.product .woocommerce-product-details__short-description p,
body.pr-card-story.pr-mode-dark .woocommerce div.product .woocommerce-product-details__short-description li {
  color: rgba(255, 245, 248, 0.88) !important;
}

body.pr-card-story.pr-mode-dark .woocommerce div.product .woocommerce-product-details__short-description strong,
body.pr-card-story.pr-mode-dark .woocommerce div.product .woocommerce-product-details__short-description b {
  color: #fff !important;
}

body.pr-card-story.pr-mode-dark .woocommerce div.product form.cart .variations td.label,
body.pr-card-story.pr-mode-dark .woocommerce div.product form.cart .variations td.label label {
  color: rgba(255, 245, 248, 0.9) !important;
}

/* Swatch-uri: bordură + text clare pe fundal dark */
body.pr-card-story.pr-mode-dark .pr-swatch {
  background: #2a1a24 !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
  color: #fff !important;
  box-shadow: none;
}

body.pr-card-story.pr-mode-dark .pr-swatch:hover:not(.is-disabled) {
  border-color: var(--pr-rose) !important;
  color: var(--pr-rose) !important;
  background: #342028 !important;
}

body.pr-card-story.pr-mode-dark .pr-swatch.is-selected {
  background: rgba(var(--pr-rose-rgb), 0.22) !important;
  border-color: var(--pr-rose) !important;
  color: #fff !important;
  box-shadow: 0 0 0 1px var(--pr-rose), 0 0 14px rgba(var(--pr-rose-rgb), 0.35) !important;
}

/* Cantitate: numărul + panoul trebuie să se vadă */
body.pr-card-story.pr-mode-dark .woocommerce div.product form.cart .quantity {
  background: #2e1c26 !important;
  border: 1.5px solid rgba(var(--pr-rose-rgb), 0.55) !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
}

body.pr-card-story.pr-mode-dark .woocommerce div.product form.cart .quantity .qty,
body.pr-card-story.pr-mode-dark .woocommerce div.product form.cart .quantity input.qty {
  background: #3a2430 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff;
  border-left-color: rgba(255, 255, 255, 0.2) !important;
  border-right-color: rgba(255, 255, 255, 0.2) !important;
  font-weight: 800 !important;
  font-size: 1.05rem !important;
  text-align: center;
}

body.pr-card-story.pr-mode-dark .pr-qty-btn {
  background: #2a1a24 !important;
  color: #fff !important;
}

body.pr-card-story.pr-mode-dark .pr-qty-btn:hover {
  background: rgba(var(--pr-rose-rgb), 0.28) !important;
  color: var(--pr-rose) !important;
}

/* ATC PDP dark */
body.pr-card-story.pr-mode-dark .woocommerce div.product form.cart .single_add_to_cart_button {
  background-image: var(--pr-gradient-rose) !important;
  color: var(--pr-btn-text, #111) !important;
  border-radius: 999px !important;
  filter: none !important;
  font-weight: 800 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border: 1.5px solid rgba(var(--pr-companion-rgb), 0.9) !important;
  box-shadow:
    -5px 0 12px rgba(var(--pr-rose-rgb), 0.42),
    3px 0 10px rgba(var(--pr-companion-rgb), 0.45),
    0 0 10px rgba(var(--pr-companion-rgb), 0.28) !important;
}

body.pr-card-story.pr-mode-dark .woocommerce div.product form.cart .single_add_to_cart_button:hover {
  filter: none !important;
  border-color: rgba(var(--pr-companion-rgb), 1) !important;
  box-shadow:
    -5px 0 13px rgba(var(--pr-rose-rgb), 0.48),
    3px 0 11px rgba(var(--pr-companion-rgb), 0.52),
    0 0 11px rgba(var(--pr-companion-rgb), 0.32) !important;
}

/* Wishlist / favorite */
body.pr-card-story.pr-mode-dark .pr-wishlist-btn {
  background: transparent !important;
  border-color: rgba(var(--pr-rose-rgb), 0.55) !important;
  color: rgba(255, 245, 248, 0.9) !important;
}

body.pr-card-story.pr-mode-dark .pr-wishlist-btn:hover,
body.pr-card-story.pr-mode-dark .pr-wishlist-btn.is-active {
  border-color: var(--pr-rose) !important;
  color: var(--pr-rose) !important;
  background: rgba(var(--pr-rose-rgb), 0.12) !important;
}

body.pr-card-story.pr-mode-dark .woocommerce div.product form.cart .reset_variations {
  color: rgba(255, 245, 248, 0.7) !important;
}

/* ========== Mini-cart dark: contrast pe qty / linii / CTA ========== */
body.pr-card-story.pr-mode-dark .pr-mini-cart__panel,
body.pr-card-story.pr-mode-dark .pr-mini-cart__contents,
body.pr-card-story.pr-mode-dark .pr-mini-cart__footer {
  background: linear-gradient(180deg, #24141e 0%, #1a1018 100%) !important;
  border-color: rgba(var(--pr-rose-rgb), 0.4) !important;
  color: #fff;
}

body.pr-card-story.pr-mode-dark .pr-mini-cart__title {
  color: #fff !important;
}

body.pr-card-story.pr-mode-dark .pr-mini-cart__close {
  color: rgba(255, 245, 248, 0.75) !important;
}

body.pr-card-story.pr-mode-dark .pr-mini-cart__close:hover {
  color: #fff !important;
  background: rgba(var(--pr-rose-rgb), 0.2) !important;
}

body.pr-card-story.pr-mode-dark .pr-mini-cart__cols {
  color: rgba(255, 245, 248, 0.55) !important;
  border-bottom-color: rgba(255, 255, 255, 0.14) !important;
}

body.pr-card-story.pr-mode-dark .pr-mini-cart__item {
  border-bottom-color: rgba(255, 255, 255, 0.14) !important;
}

body.pr-card-story.pr-mode-dark .pr-mini-cart__thumb,
body.pr-card-story.pr-mode-dark .pr-mini-cart__thumb a,
body.pr-card-story.pr-mode-dark .pr-mini-cart__thumb img {
  background: #2a1a24 !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}

body.pr-card-story.pr-mode-dark .pr-mini-cart__name a {
  color: var(--pr-rose) !important;
}

body.pr-card-story.pr-mode-dark .pr-mini-cart__price,
body.pr-card-story.pr-mode-dark .pr-mini-cart__line-total,
body.pr-card-story.pr-mode-dark .pr-mini-cart__subtotal,
body.pr-card-story.pr-mode-dark .pr-mini-cart__subtotal strong {
  color: #fff !important;
}

body.pr-card-story.pr-mode-dark .pr-mini-cart__price del {
  color: rgba(255, 245, 248, 0.45) !important;
}

body.pr-card-story.pr-mode-dark .pr-mini-cart .variation,
body.pr-card-story.pr-mode-dark .pr-mini-cart dl.variation {
  color: rgba(255, 245, 248, 0.65) !important;
}

/* Qty: fundal ridicat + text alb (nu pill bej + ink deschis) */
body.pr-card-story.pr-mode-dark .pr-mini-cart__qty {
  background: #2e1c26 !important;
  border: 1.5px solid rgba(var(--pr-rose-rgb), 0.55) !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
}

body.pr-card-story.pr-mode-dark .pr-mini-cart__qty-btn {
  color: #fff !important;
}

body.pr-card-story.pr-mode-dark .pr-mini-cart__qty-btn:hover {
  color: var(--pr-rose) !important;
  background: rgba(var(--pr-rose-rgb), 0.22) !important;
}

body.pr-card-story.pr-mode-dark .pr-mini-cart__qty-input {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff;
  font-weight: 800 !important;
}

body.pr-card-story.pr-mode-dark .pr-mini-cart__remove {
  color: rgba(255, 245, 248, 0.7) !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
}

body.pr-card-story.pr-mode-dark .pr-mini-cart__remove:hover {
  color: var(--pr-rose) !important;
  background: rgba(var(--pr-rose-rgb), 0.15) !important;
  border-color: var(--pr-rose);
}

body.pr-card-story.pr-mode-dark .pr-mini-cart__save {
  background: rgba(var(--pr-rose-rgb), 0.18) !important;
  color: var(--pr-rose) !important;
}

body.pr-card-story.pr-mode-dark .pr-mini-cart__footer {
  border-top-color: rgba(255, 255, 255, 0.14) !important;
}

body.pr-card-story.pr-mode-dark .pr-mini-cart__footer .pr-fs-bar,
body.pr-card-story.pr-mode-dark .pr-mini-cart__footer .pr-fs-box {
  background: #2a1a24 !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 12px !important;
  overflow: hidden;
  color: rgba(255, 245, 248, 0.9);
}

body.pr-card-story.pr-mode-dark .pr-mini-cart__footer .pr-fs-bar__msg,
body.pr-card-story.pr-mode-dark .pr-mini-cart__footer .pr-fs-box p {
  color: rgba(255, 245, 248, 0.88) !important;
}

body.pr-card-story.pr-mode-dark .pr-mini-cart__footer .pr-fs-bar__msg strong {
  color: var(--pr-rose) !important;
}

body.pr-card-story.pr-mode-dark .pr-mini-cart__footer .pr-fs-bar__track {
  background: rgba(255, 255, 255, 0.22) !important;
  height: 8px !important;
}

body.pr-card-story.pr-mode-dark .pr-mini-cart__footer .pr-fs-bar__fill {
  background-color: var(--pr-rose, #ff2d95) !important;
  background-image: linear-gradient(
    90deg,
    var(--pr-rose-dark, #d9167a) 0%,
    var(--pr-rose, #ff2d95) 48%,
    var(--pr-companion, #ffd60a) 100%
  ) !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
}

body.pr-card-story.pr-mode-dark .pr-mini-cart__checkout,
body.pr-card-story.pr-mode-dark .pr-btn--checkout {
  background-image: var(--pr-gradient-rose) !important;
  color: var(--pr-btn-text, #111) !important;
  border: none !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 6px 22px rgba(var(--pr-rose-rgb), 0.5) !important;
  filter: brightness(1.08);
  font-weight: 800 !important;
}

body.pr-card-story.pr-mode-dark .pr-mini-cart__checkout:hover,
body.pr-card-story.pr-mode-dark .pr-btn--checkout:hover {
  filter: brightness(1.14);
  background-image: var(--pr-gradient-rose) !important;
  color: var(--pr-btn-text, #111) !important;
}

body.pr-card-story.pr-mode-dark .pr-mini-cart__cart-link {
  color: rgba(255, 245, 248, 0.75) !important;
}

body.pr-card-story.pr-mode-dark .pr-mini-cart__cart-link:hover {
  color: var(--pr-rose) !important;
}

body.pr-card-story.pr-mode-dark .pr-mini-cart__empty p {
  color: rgba(255, 245, 248, 0.75) !important;
}

/* ========== Cart + Checkout dark: aceleași contrast fixes ========== */
body.pr-card-story.pr-mode-dark.pr-cart-view .pr-entry__title,
body.pr-card-story.pr-mode-dark.pr-checkout-view .pr-entry__title {
  color: #fff !important;
}

body.pr-card-story.pr-mode-dark.pr-cart-view .pr-cart-card,
body.pr-card-story.pr-mode-dark.pr-cart-view .cart_totals,
body.pr-card-story.pr-mode-dark.pr-cart-view .cross-sells,
body.pr-card-story.pr-mode-dark.pr-cart-view .pr-cart-boxes .pr-box,
body.pr-card-story.pr-mode-dark.pr-cart-view .pr-cart-boxes .pr-widget--pay,
body.pr-card-story.pr-mode-dark.pr-cart-view .pr-cart-actions,
body.pr-card-story.pr-mode-dark.pr-cart-view .pr-withdrawal-notice--cart {
  background: linear-gradient(165deg, #2a1824 0%, #1c121a 100%) !important;
  border-color: rgba(var(--pr-rose-rgb), 0.35) !important;
  color: #fff;
  box-shadow: 0 12px 32px rgba(20, 8, 14, 0.35) !important;
}

body.pr-card-story.pr-mode-dark.pr-cart-view .pr-cart-card__name,
body.pr-card-story.pr-mode-dark.pr-cart-view .pr-cart-card__unit,
body.pr-card-story.pr-mode-dark.pr-cart-view .pr-cart-card__total strong,
body.pr-card-story.pr-mode-dark.pr-cart-view .cart_totals h2,
body.pr-card-story.pr-mode-dark.pr-cart-view .cross-sells > h2,
body.pr-card-story.pr-mode-dark.pr-cart-view .cart_totals th,
body.pr-card-story.pr-mode-dark.pr-cart-view .cart_totals td {
  color: #fff !important;
}

body.pr-card-story.pr-mode-dark.pr-cart-view .pr-cart-card__name a {
  color: var(--pr-rose) !important;
}

body.pr-card-story.pr-mode-dark.pr-cart-view .pr-cart-card__name .variation,
body.pr-card-story.pr-mode-dark.pr-cart-view .pr-cart-card__label {
  color: rgba(255, 245, 248, 0.6) !important;
}

body.pr-card-story.pr-mode-dark.pr-cart-view .pr-cart-card__thumb {
  background: #2a1a24 !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

body.pr-card-story.pr-mode-dark.pr-cart-view .cart_totals th,
body.pr-card-story.pr-mode-dark.pr-cart-view .cart_totals td {
  border-bottom-color: rgba(255, 255, 255, 0.12) !important;
}

/* Cart qty */
body.pr-card-story.pr-mode-dark.pr-cart-view .pr-cart-form .quantity,
body.pr-card-story.pr-mode-dark.pr-cart-view .pr-cart-form .pr-cart-qty {
  background: #2e1c26 !important;
  border: 1.5px solid rgba(var(--pr-rose-rgb), 0.55) !important;
}

body.pr-card-story.pr-mode-dark.pr-cart-view .pr-cart-form .quantity .qty,
body.pr-card-story.pr-mode-dark.pr-cart-view .pr-cart-form .pr-cart-qty .qty {
  background: #3a2430 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border-left-color: rgba(255, 255, 255, 0.2) !important;
  border-right-color: rgba(255, 255, 255, 0.2) !important;
}

body.pr-card-story.pr-mode-dark.pr-cart-view .pr-cart-form .quantity .pr-qty-btn,
body.pr-card-story.pr-mode-dark.pr-cart-view .pr-cart-form .pr-cart-qty .pr-qty-btn {
  background: #2a1a24 !important;
  color: #fff !important;
}

body.pr-card-story.pr-mode-dark.pr-cart-view .pr-cart-form .quantity .pr-qty-btn:hover,
body.pr-card-story.pr-mode-dark.pr-cart-view .pr-cart-form .pr-cart-qty .pr-qty-btn:hover {
  background: rgba(var(--pr-rose-rgb), 0.28) !important;
  color: var(--pr-rose) !important;
}

body.pr-card-story.pr-mode-dark.pr-cart-view a.pr-cart-card__remove.remove {
  background: rgba(var(--pr-rose-rgb), 0.14) !important;
  border-color: rgba(var(--pr-rose-rgb), 0.5) !important;
  color: var(--pr-rose) !important;
}

body.pr-card-story.pr-mode-dark.pr-cart-view a.pr-cart-card__remove.remove:hover,
body.pr-card-story.pr-mode-dark.pr-cart-view a.pr-cart-card__remove.remove:focus {
  background: rgba(var(--pr-rose-rgb), 0.25) !important;
  border-color: var(--pr-rose) !important;
  color: #fff !important;
}

body.pr-card-story.pr-mode-dark.pr-cart-view .pr-cart-actions__coupon .input-text,
body.pr-card-story.pr-mode-dark.pr-cart-view .pr-cart-form .coupon .input-text {
  background: #2a1a24 !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  color: #fff !important;
}

body.pr-card-story.pr-mode-dark.pr-cart-view .pr-cart-form .pr-fs-bar,
body.pr-card-story.pr-mode-dark.pr-cart-view .pr-fs-bar {
  background: #2a1a24 !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 14px !important;
  overflow: hidden;
}

body.pr-card-story.pr-mode-dark.pr-cart-view .pr-fs-bar__msg {
  color: rgba(255, 245, 248, 0.9) !important;
}

body.pr-card-story.pr-mode-dark.pr-cart-view .pr-fs-bar__msg strong {
  color: var(--pr-rose) !important;
}

body.pr-card-story.pr-mode-dark.pr-cart-view .pr-fs-bar__track {
  background: rgba(255, 255, 255, 0.18) !important;
}

body.pr-card-story.pr-mode-dark.pr-cart-view .pr-fs-bar__fill {
  background-color: var(--pr-rose, #ff2d95) !important;
  background-image: linear-gradient(
    90deg,
    var(--pr-rose-dark, #d9167a) 0%,
    var(--pr-rose, #ff2d95) 48%,
    var(--pr-companion, #ffd60a) 100%
  ) !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
}

body.pr-card-story.pr-mode-dark.pr-cart-view .wc-proceed-to-checkout a.checkout-button {
  background-image: var(--pr-gradient-rose) !important;
  color: var(--pr-btn-text, #111) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 6px 22px rgba(var(--pr-rose-rgb), 0.5) !important;
  filter: brightness(1.08);
  font-weight: 800 !important;
}

/* Checkout panels + forms */
body.pr-card-story.pr-mode-dark.pr-checkout-view .pr-checkout__block,
body.pr-card-story.pr-mode-dark.pr-checkout-view .woocommerce-form-login,
body.pr-card-story.pr-mode-dark.pr-checkout-view .woocommerce-form-coupon-toggle,
body.pr-card-story.pr-mode-dark.pr-checkout-view form.checkout_coupon.woocommerce-form-coupon,
body.pr-card-story.pr-mode-dark.pr-checkout-view .pr-checkout__review,
body.pr-card-story.pr-mode-dark.pr-checkout-view .wc-block-components-main,
body.pr-card-story.pr-mode-dark.pr-checkout-view .wc-block-checkout__main,
body.pr-card-story.pr-mode-dark.pr-checkout-view .wc-block-components-sidebar,
body.pr-card-story.pr-mode-dark.pr-checkout-view .wc-block-checkout__sidebar {
  background: linear-gradient(165deg, #2a1824 0%, #1c121a 100%) !important;
  border-color: rgba(var(--pr-rose-rgb), 0.35) !important;
  color: #fff;
  box-shadow: 0 12px 32px rgba(20, 8, 14, 0.35) !important;
}

body.pr-card-story.pr-mode-dark.pr-checkout-view .woocommerce-billing-fields > h3,
body.pr-card-story.pr-mode-dark.pr-checkout-view .woocommerce-shipping-fields > h3,
body.pr-card-story.pr-mode-dark.pr-checkout-view .woocommerce-additional-fields > h3,
body.pr-card-story.pr-mode-dark.pr-checkout-view .pr-checkout__review-title {
  color: #fff !important;
}

body.pr-card-story.pr-mode-dark.pr-checkout-view .pr-checkout .form-row label,
body.pr-card-story.pr-mode-dark.pr-checkout-view .woocommerce-form-coupon-toggle .woocommerce-info,
body.pr-card-story.pr-mode-dark.pr-checkout-view .pr-checkout-lead,
body.pr-card-story.pr-mode-dark.pr-checkout-view .pr-checkout-trust__list {
  color: rgba(255, 245, 248, 0.88) !important;
}

body.pr-card-story.pr-mode-dark.pr-checkout-view .pr-checkout .input-text,
body.pr-card-story.pr-mode-dark.pr-checkout-view .pr-checkout select,
body.pr-card-story.pr-mode-dark.pr-checkout-view .pr-checkout textarea,
body.pr-card-story.pr-mode-dark.pr-checkout-view .select2-container .select2-selection--single,
body.pr-card-story.pr-mode-dark.pr-checkout-view form.checkout_coupon .input-text {
  background: #2a1a24 !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  color: #fff !important;
}

body.pr-card-story.pr-mode-dark.pr-checkout-view .pr-checkout .input-text:focus,
body.pr-card-story.pr-mode-dark.pr-checkout-view .pr-checkout select:focus,
body.pr-card-story.pr-mode-dark.pr-checkout-view .pr-checkout textarea:focus {
  background: #342028 !important;
  border-color: var(--pr-rose) !important;
  color: #fff !important;
}

body.pr-card-story.pr-mode-dark.pr-checkout-view .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff !important;
}

body.pr-card-story.pr-mode-dark.pr-checkout-view .pr-checkout-trust {
  background: #2a1a24 !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}

body.pr-card-story.pr-mode-dark.pr-checkout-view .pr-fs-bar,
body.pr-card-story.pr-mode-dark.pr-checkout-view .pr-checkout__review .pr-fs-bar {
  background: #2a1a24 !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 14px !important;
  overflow: hidden;
}

body.pr-card-story.pr-mode-dark.pr-checkout-view .pr-fs-bar__msg {
  color: rgba(255, 245, 248, 0.9) !important;
}

body.pr-card-story.pr-mode-dark.pr-checkout-view .pr-fs-bar__msg strong {
  color: var(--pr-rose) !important;
}

body.pr-card-story.pr-mode-dark.pr-checkout-view .pr-fs-bar__track {
  background: rgba(255, 255, 255, 0.18) !important;
}

body.pr-card-story.pr-mode-dark.pr-checkout-view .pr-fs-bar__fill {
  background-color: var(--pr-rose, #ff2d95) !important;
  background-image: linear-gradient(
    90deg,
    var(--pr-rose-dark, #d9167a) 0%,
    var(--pr-rose, #ff2d95) 48%,
    var(--pr-companion, #ffd60a) 100%
  ) !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
}

body.pr-card-story.pr-mode-dark.pr-checkout-view .pr-fs-bar--ok {
  background: rgba(46, 125, 50, 0.18) !important;
  border-color: rgba(102, 187, 106, 0.45) !important;
}

body.pr-card-story.pr-mode-dark.pr-checkout-view .woocommerce-checkout-review-order-table th,
body.pr-card-story.pr-mode-dark.pr-checkout-view .woocommerce-checkout-review-order-table td,
body.pr-card-story.pr-mode-dark.pr-checkout-view .woocommerce-checkout-review-order-table .product-name,
body.pr-card-story.pr-mode-dark.pr-checkout-view .woocommerce-checkout-review-order-table .product-total {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

body.pr-card-story.pr-mode-dark.pr-checkout-view .pr-checkout-item__meta .variation {
  color: rgba(255, 245, 248, 0.65) !important;
}

/* Checkout qty */
body.pr-card-story.pr-mode-dark.pr-checkout-view .pr-checkout-qty {
  background: #2e1c26 !important;
  border: 1.5px solid rgba(var(--pr-rose-rgb), 0.55) !important;
}

body.pr-card-story.pr-mode-dark.pr-checkout-view .pr-checkout-qty__btn {
  color: #fff !important;
}

body.pr-card-story.pr-mode-dark.pr-checkout-view .pr-checkout-qty__btn:hover {
  background: rgba(var(--pr-rose-rgb), 0.28) !important;
  color: var(--pr-rose) !important;
}

body.pr-card-story.pr-mode-dark.pr-checkout-view .pr-checkout-qty__input {
  background: #3a2430 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border-left-color: rgba(255, 255, 255, 0.2) !important;
  border-right-color: rgba(255, 255, 255, 0.2) !important;
}

body.pr-card-story.pr-mode-dark.pr-checkout-view .woocommerce-shipping-totals ul#shipping_method li,
body.pr-card-story.pr-mode-dark.pr-checkout-view #payment ul.payment_methods li {
  background: #2a1a24 !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #fff !important;
}

body.pr-card-story.pr-mode-dark.pr-checkout-view .woocommerce-shipping-totals ul#shipping_method li label,
body.pr-card-story.pr-mode-dark.pr-checkout-view #payment ul.payment_methods li label {
  color: #fff !important;
}

body.pr-card-story.pr-mode-dark.pr-checkout-view #payment ul.payment_methods {
  border-bottom-color: rgba(255, 255, 255, 0.12) !important;
}

body.pr-card-story.pr-mode-dark.pr-checkout-view #payment div.payment_box {
  color: rgba(255, 245, 248, 0.7) !important;
}

body.pr-card-story.pr-mode-dark.pr-checkout-view #place_order,
body.pr-card-story.pr-mode-dark.pr-checkout-view .wc-block-components-checkout-place-order-button {
  background-image: var(--pr-gradient-rose) !important;
  color: var(--pr-btn-text, #111) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 6px 22px rgba(var(--pr-rose-rgb), 0.5) !important;
  filter: brightness(1.08);
  font-weight: 800 !important;
}

body.pr-card-story.pr-mode-dark.pr-checkout-view #place_order:hover {
  filter: brightness(1.14);
}

body.pr-card-story.pr-mode-dark.pr-checkout-view .pr-breadcrumbs,
body.pr-card-story.pr-mode-dark.pr-cart-view .pr-breadcrumbs,
body.pr-card-story.pr-mode-dark.pr-checkout-view .woocommerce-breadcrumb,
body.pr-card-story.pr-mode-dark.pr-cart-view .woocommerce-breadcrumb,
body.pr-card-story.pr-mode-dark.pr-checkout-view .pr-breadcrumbs a,
body.pr-card-story.pr-mode-dark.pr-cart-view .pr-breadcrumbs a {
  color: rgba(255, 245, 248, 0.65) !important;
}

/* =============================================================================
   Dark polish (1.4.10) — doar ce lipsea, fără să atingem light
   ============================================================================= */

/* Card: fără linie/fundal sub poză */
body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product a img,
body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product img.attachment-woocommerce_thumbnail,
body.pr-card-story.pr-mode-dark .woocommerce ul.products li.product .attachment-woocommerce_thumbnail {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

/* PDP galerie + foto: ZERO fundal — rămâne doar fundalul secțiunii */
body.pr-card-story .woocommerce div.product .woocommerce-product-gallery,
body.pr-card-story .woocommerce div.product .woocommerce-product-gallery .flex-viewport,
body.pr-card-story .woocommerce div.product .woocommerce-product-gallery__wrapper,
body.pr-card-story .woocommerce div.product .woocommerce-product-gallery__image,
body.pr-card-story .woocommerce div.product .woocommerce-product-gallery__image--placeholder,
body.pr-card-story .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li,
body.pr-card-story .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs img,
body.pr-card-story .woocommerce div.product .woocommerce-product-gallery .wp-post-image,
body.pr-card-story .woocommerce div.product .woocommerce-product-gallery img {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* Cantitate PDP: vizibilă + contur degrade */
body.pr-card-story.pr-mode-dark.single-product .quantity,
body.pr-card-story.pr-mode-dark.pr-product-view .quantity,
body.pr-card-story.pr-mode-dark .woocommerce div.product form.cart .quantity,
body.pr-card-story.pr-mode-dark .woocommerce div.product .quantity {
  background: linear-gradient(#2e1c26, #2e1c26) padding-box,
    var(--pr-gradient-rose) border-box !important;
  border: 1.5px solid transparent !important;
  box-shadow: 0 0 12px rgba(var(--pr-rose-rgb), 0.2);
}

body.pr-card-story.pr-mode-dark.single-product .quantity .qty,
body.pr-card-story.pr-mode-dark.pr-product-view .quantity .qty,
body.pr-card-story.pr-mode-dark .woocommerce div.product .quantity .qty,
body.pr-card-story.pr-mode-dark .woocommerce div.product .quantity input.qty,
body.pr-card-story.pr-mode-dark .woocommerce div.product .quantity input[type="number"] {
  background: #4a3040 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  caret-color: #ffffff !important;
  opacity: 1 !important;
  font-weight: 800 !important;
  font-size: 1.1rem !important;
  border-left: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.22) !important;
}

body.pr-card-story.pr-mode-dark.single-product .pr-qty-btn,
body.pr-card-story.pr-mode-dark.pr-product-view .pr-qty-btn,
body.pr-card-story.pr-mode-dark .woocommerce div.product .pr-qty-btn {
  background: #2a1a24 !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

/* Drept de retragere: text vizibil pe panou dark (nu alb pe alb) */
body.pr-card-story.pr-mode-dark .pr-withdrawal-notice,
body.pr-card-story.pr-mode-dark.pr-checkout-view .pr-withdrawal-notice,
body.pr-card-story.pr-mode-dark.pr-cart-view .pr-withdrawal-notice {
  background: #2a1a24 !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  color: rgba(255, 245, 248, 0.9) !important;
}

body.pr-card-story.pr-mode-dark .pr-withdrawal-notice__title,
body.pr-card-story.pr-mode-dark .pr-withdrawal-notice p,
body.pr-card-story.pr-mode-dark .pr-withdrawal-notice__links {
  color: rgba(255, 245, 248, 0.92) !important;
}

body.pr-card-story.pr-mode-dark .pr-withdrawal-notice a {
  color: var(--pr-rose) !important;
}

body.pr-card-story.pr-mode-dark .pr-withdrawal-notice__warn {
  color: #ffb4a2 !important;
}

/* Footer: titlu brand (era --pr-white = aproape negru pe dark) */
body.pr-card-story.pr-mode-dark .pr-footer__brand,
body.pr-card-story.pr-mode-dark .pr-footer__brand strong,
body.pr-card-story.pr-mode-dark .pr-footer__brand a,
body.pr-card-story.pr-mode-dark .pr-footer .pr-logo,
body.pr-card-story.pr-mode-dark .pr-footer .pr-logo em {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.pr-card-story.pr-mode-dark .pr-footer__brand em,
body.pr-card-story.pr-mode-dark .pr-footer .pr-logo em {
  color: var(--pr-rose) !important;
  -webkit-text-fill-color: var(--pr-rose) !important;
}
