body {
  --ladiva-ivory: #EAE1D9;
  --ladiva-soft-pink: #DAB4B5;
  --ladiva-taupe-pink: #CBAFA9;
  --ladiva-champagne: #DAC7B5;
  --ladiva-dusty-mauve: #B59094;
  --ladiva-medium-rose: #A57A84;
  --ladiva-deep-rose: #92656D;
  --ladiva-dark-burgundy: #764953;
  --ladiva-text: #4D3B3E;
  --ladiva-bg: #FAF7F5;
  --ladiva-surface: #FFFDFB;
  --ladiva-border: #EADBDD;
}

/* =========================================================
   LA DIVA MAIN STOREFRONT — HOMEPAGE
   ========================================================= */

body:has(.ladiva-bridal-home),
body:has(.ladiva-ref-hero) {
  background: #f8f2ef !important;
  overflow-x: hidden;
}

html:has(.ladiva-bridal-home),
html:has(.ladiva-ref-hero) {
  overflow-x: hidden;
}

body:has(.ladiva-bridal-home) .content--single-page,
body:has(.ladiva-ref-hero) .content--single-page {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body:has(.ladiva-bridal-home) .content--single-page > h1,
body:has(.ladiva-ref-hero) .content--single-page > h1,
body:has(.ladiva-bridal-home) salla-breadcrumb,
body:has(.ladiva-ref-hero) salla-breadcrumb,
body:has(.ladiva-bridal-home) .breadcrumb,
body:has(.ladiva-ref-hero) .breadcrumb,
body:has(.ladiva-bridal-home) .breadcrumbs,
body:has(.ladiva-ref-hero) .breadcrumbs {
  display: none !important;
}

body .s-block:has(.ladiva-bridal-block),
body section.s-block:has(.ladiva-bridal-block),
body .s-block:has(.ladiva-ref-hero),
body section.s-block:has(.ladiva-ref-hero) {
  margin: 0 !important;
  padding: 0 !important;
}

body .s-block:has(.ladiva-bridal-block) > .container,
body .s-block:has(.ladiva-ref-hero) > .container,
body .s-block:has(.ladiva-bridal-block) .container:has(> .ladiva-bridal-block),
body .s-block:has(.ladiva-ref-hero) .container:has(> .ladiva-ref-hero) {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ladiva-bridal-home,
.ladiva-bridal-home *,
.ladiva-ref-hero,
.ladiva-ref-hero * {
  box-sizing: border-box;
}

.ladiva-bridal-home {
  --ldb-bg: #f8f2ef;
  --ldb-paper: #fffaf7;
  --ldb-ink: #65434c;
  --ldb-muted: #816c71;
  --ldb-mauve: #a87984;
  --ldb-deep: #875765;
  --ldb-soft: #eadbd7;
  --ldb-line: rgba(135, 87, 101, .16);
  width: 100%;
  overflow: hidden;
  color: var(--ldb-ink);
  background: var(--ldb-bg);
  font-family: inherit;
}

.ladiva-bridal-home > .ladiva-bridal-ar {
  display: block !important;
}

.ladiva-bridal-home > .ladiva-bridal-en {
  display: none !important;
}

html[lang^="en"] .ladiva-bridal-home > .ladiva-bridal-ar {
  display: none !important;
}

html[lang^="en"] .ladiva-bridal-home > .ladiva-bridal-en {
  display: block !important;
}

.ldb-number {
  display: block;
  color: #c7a17d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 5vw, 72px);
  line-height: .95;
  letter-spacing: 2px;
  direction: ltr;
}

.ldb-btn {
  min-height: 48px;
  padding: 12px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: var(--ldb-deep);
  border: 1px solid var(--ldb-deep);
  border-radius: 6px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  transition: transform .25s ease, background-color .25s ease;
}

.ldb-btn:hover {
  transform: translateY(-2px);
  background: #734956;
}

.ldb-btn:focus-visible,
.ld2-carousel:focus-visible,
.ld2-slide:focus-visible,
.ld2-arrow:focus-visible,
.ld4-tab:focus-visible {
  outline: 3px solid rgba(118, 73, 83, .42);
  outline-offset: 4px;
}

/* Hero — preserved approved split composition */
.ladiva-ref-hero {
  --ldr-bg-soft: #f8f1ee;
  --ldr-ink: #8f5d69;
  --ldr-button: #9b6070;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: var(--ldr-bg-soft);
}

.ladiva-ref-hero__lang {
  display: none;
}

html[lang^="ar"] .ladiva-ref-hero__ar,
html:not([lang]) .ladiva-ref-hero__ar {
  display: block;
}

html[lang^="en"] .ladiva-ref-hero__en {
  display: block;
}

.ladiva-ref-hero__inner {
  width: 100%;
  min-height: 455px;
  display: grid;
  grid-template-columns: 48% 52%;
  direction: ltr;
  overflow: hidden;
  background:
    radial-gradient(circle at 19% 17%, rgba(255, 255, 255, .55), transparent 26%),
    linear-gradient(100deg, #f6efec 0%, #f0e5e1 48%, #eaded8 100%);
}

.ladiva-ref-hero__copy {
  position: relative;
  z-index: 2;
  min-height: 455px;
  padding: 54px 52px 42px 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  direction: rtl;
  text-align: center;
  color: var(--ldr-ink);
}

.ladiva-ref-hero__en .ladiva-ref-hero__copy {
  direction: ltr;
}

.ladiva-ref-hero__copy h1 {
  margin: 0;
  color: var(--ldr-ink);
  font-family: inherit;
  font-size: clamp(38px, 3.4vw, 64px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -.6px;
}

.ladiva-ref-hero__copy h1 span {
  display: block;
  margin-bottom: 5px;
  font-size: .62em;
}

.ladiva-ref-hero__heart {
  margin: 12px 0 13px;
  color: var(--ldr-ink);
  font-family: inherit;
  font-size: 31px;
  line-height: 1;
}

.ladiva-ref-hero__copy p {
  max-width: 510px;
  margin: 0;
  color: #855966;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.9;
}

.ladiva-ref-hero__button {
  min-width: 250px;
  min-height: 58px;
  margin-top: 24px;
  padding: 12px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #fff !important;
  background: var(--ldr-button);
  border: 1px solid rgba(126, 75, 89, .16);
  border-radius: 4px;
  box-shadow: 0 9px 20px rgba(110, 72, 82, .08);
  text-decoration: none !important;
  font-size: 17px;
  font-weight: 700;
  transition: transform .2s ease, background-color .2s ease;
}

.ladiva-ref-hero__button:hover {
  transform: translateY(-2px);
  background: #895665;
}

.ladiva-ref-hero__button span {
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

.ladiva-ref-hero__visual {
  position: relative;
  min-width: 0;
  min-height: 455px;
  overflow: hidden;
  background: #e8d8ce;
}

.ladiva-ref-hero__visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset-block: 0;
  inset-inline-start: 0;
  width: 110px;
  pointer-events: none;
  background: linear-gradient(90deg, #f0e5e1 0%, rgba(240, 229, 225, .76) 28%, transparent 100%);
}

.ladiva-ref-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 455px;
  display: block;
  object-fit: cover;
  object-position: center;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* 01 — editorial getting-ready banner */
.ld1-banner {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background: #efe3dc;
}

.ld1-banner::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 250, 247, .9) 0%, rgba(255, 250, 247, .68) 25%, rgba(255, 250, 247, .16) 48%, transparent 62%);
}

.ld1-banner__visual,
.ld1-banner__visual img {
  width: 100%;
  height: 640px;
  min-height: 640px;
}

.ld1-banner__visual img {
  display: block;
  object-fit: cover;
  object-position: center 58%;
}

.ld1-banner__copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: clamp(40px, 7vw, 108px);
  width: min(39%, 520px);
  transform: translateY(-50%);
  color: var(--ldb-ink);
}

.ld1-banner__copy h2 {
  margin: 14px 0 0;
  color: currentColor;
  font-family: inherit;
  font-size: clamp(45px, 4vw, 62px);
  font-weight: 400;
  line-height: 1.13;
}

.ld1-banner__copy p {
  max-width: 500px;
  margin: 20px 0 0;
  color: var(--ldb-muted);
  font-size: 16px;
  line-height: 1.95;
}

.ladiva-bridal-ar .ld1-banner__copy {
  text-align: right;
}

.ladiva-bridal-en .ld1-banner__copy {
  text-align: left;
}

@media (max-width: 820px) {
  .ld1-banner {
    min-height: 0;
    display: flex;
    flex-direction: column;
    background: var(--ldb-paper);
  }

  .ld1-banner::after {
    display: none;
  }

  .ld1-banner__copy {
    position: relative;
    top: auto;
    left: auto;
    order: 1;
    width: 100%;
    padding: 58px 24px 40px;
    transform: none;
  }

  .ld1-banner__copy h2 {
    max-width: 650px;
    font-size: clamp(38px, 8vw, 50px);
  }

  .ld1-banner__copy p {
    max-width: 610px;
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.9;
  }

  .ld1-banner__visual {
    order: 2;
    min-height: 0;
    height: clamp(430px, 68vw, 540px);
  }

  .ld1-banner__visual img {
    min-height: 0;
    height: 100%;
    object-position: 70% center;
  }
}

@media (max-width: 430px) {
  .ld1-banner__copy {
    padding: 54px 18px 34px;
  }

  .ld1-banner__copy h2 {
    font-size: 38px;
  }

  .ld1-banner__copy p {
    font-size: 14px;
  }

  .ld1-banner__visual {
    height: 430px;
  }
}

.ldb-section-copy h2 {
  margin: 14px 0 0;
  color: var(--ldb-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 4.4vw, 64px);
  font-weight: 400;
  line-height: 1.08;
}

.ldb-section-copy p {
  max-width: 430px;
  margin: 18px 0;
  color: var(--ldb-muted);
  font-size: 15px;
  line-height: 1.9;
}

/* 02 — centered peek carousel */
.ld2-discovery {
  position: relative;
  overflow: hidden;
  padding: 78px 20px 82px;
  color: #fff;
  text-align: center;
  background: #aa808a;
}

.ld2-heading {
  max-width: 690px;
  margin: 0 auto 34px;
}

.ld2-heading .ldb-number {
  color: #f0daca;
}

.ld2-heading h2 {
  margin: 12px 0 0;
  color: #fff;
  font-family: inherit;
  font-size: clamp(44px, 4.2vw, 58px);
  font-weight: 400;
  line-height: 1.15;
}

.ld2-heading p {
  margin: 14px auto 0;
  color: rgba(255, 255, 255, .88);
  font-size: 16px;
  line-height: 1.9;
}

.ld2-carousel {
  position: relative;
  isolation: isolate;
  width: min(100%, 900px);
  margin: 0 auto;
  border-radius: 2px;
}

.ld2-carousel::before,
.ld2-carousel::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 62px;
  width: 235px;
  height: 330px;
  pointer-events: none;
  opacity: .42;
  filter: blur(4px) saturate(.5);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(73, 40, 49, .08);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ld2-carousel::before {
  left: calc(50% - 650px);
  background-image:
    linear-gradient(rgba(234, 219, 213, .74), rgba(234, 219, 213, .78)),
    url("https://cdn.files.salla.network/other/302118937/7ca7e953-836f-4a20-bde0-c42940d3cd4b-original.webp");
  transform: rotate(-2deg) scale(.94);
}

.ld2-carousel::after {
  right: calc(50% - 650px);
  background-image:
    linear-gradient(rgba(218, 199, 181, .72), rgba(218, 199, 181, .78)),
    url("https://cdn.files.salla.network/other/302118937/0f63722d-ff78-44f0-bd09-85a4a2cf67b2-original.webp");
  transform: rotate(2deg) scale(.94);
}

.ld2-viewport {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 430px;
  overflow: hidden;
  touch-action: pan-y;
  user-select: none;
}

.ld2-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.ld2-slide {
  position: absolute;
  top: 0;
  left: 50%;
  width: 305px;
  height: 420px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  background: #eadbd5;
  border: 0;
  border-radius: 21px;
  box-shadow: 0 14px 34px rgba(73, 40, 49, .13);
  transform: translateX(-50%) scale(.78);
  transition:
    transform 500ms cubic-bezier(.22, .61, .36, 1),
    opacity 500ms cubic-bezier(.22, .61, .36, 1),
    filter 500ms cubic-bezier(.22, .61, .36, 1);
}

.ld2-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  -webkit-user-drag: none;
}

.ld2-slide[data-position="active"] {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  filter: saturate(1);
  transform: translateX(-50%) scale(1);
}

.ld2-slide[data-position="prev"] {
  z-index: 2;
  opacity: .64;
  pointer-events: auto;
  filter: saturate(.78);
  transform: translateX(calc(-50% - 270px)) translateY(12px) scale(.88);
}

.ld2-slide[data-position="next"] {
  z-index: 2;
  opacity: .64;
  pointer-events: auto;
  filter: saturate(.78);
  transform: translateX(calc(-50% + 270px)) translateY(12px) scale(.88);
}

.ld2-slide[data-position="far-prev"] {
  z-index: 1;
  opacity: .28;
  pointer-events: auto;
  filter: saturate(.5);
  transform: translateX(calc(-50% - 445px)) translateY(28px) scale(.72);
}

.ld2-slide[data-position="far-next"] {
  z-index: 1;
  opacity: .28;
  pointer-events: auto;
  filter: saturate(.5);
  transform: translateX(calc(-50% + 445px)) translateY(28px) scale(.72);
}

.ld2-controls {
  position: relative;
  z-index: 2;
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 12px;
  direction: ltr;
}

.ld2-arrow {
  width: 46px;
  height: 46px;
  padding: 0 0 3px;
  display: grid;
  place-items: center;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 50%;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.ld2-arrow:hover {
  color: var(--ldb-deep);
  background: #fff;
  transform: translateY(-1px);
}

.ld2-status {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1200px) {
  .ld2-carousel::before {
    left: -30px;
  }

  .ld2-carousel::after {
    right: -30px;
  }
}

@media (max-width: 760px) {
  .ld2-carousel::before,
  .ld2-carousel::after {
    display: none;
  }
}

/* 03 — macro detail editorial */
.ldb-details--editorial {
  padding: 96px clamp(28px, 5vw, 76px) 100px;
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: clamp(48px, 5vw, 68px);
  background: var(--ldb-paper);
}

.ldb-details--editorial .ldb-section-copy {
  max-width: 440px;
}

.ladiva-bridal-ar .ldb-details--editorial .ldb-number {
  text-align: right;
}

.ladiva-bridal-en .ldb-details--editorial .ldb-number {
  text-align: left;
}

.ldb-details--editorial .ldb-section-copy h2 {
  font-family: inherit;
  font-size: clamp(44px, 4.2vw, 58px);
  line-height: 1.14;
}

.ldb-details--editorial .ldb-section-copy p {
  max-width: 410px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}

.ldb-details-editorial__gallery {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(220px, .62fr);
  grid-template-rows: 272px 272px;
  grid-template-areas:
    "hero satin"
    "hero bow";
  gap: 16px;
}

.ldb-detail-shot {
  position: relative;
  width: 100%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #efe3dc;
}

.ldb-detail-shot--lace {
  grid-area: hero;
  height: 560px;
  border-radius: 30px 30px 64px 30px;
}

.ldb-detail-shot--satin {
  grid-area: satin;
  height: 272px;
  border-radius: 24px 48px 24px 24px;
}

.ldb-detail-shot--bow {
  grid-area: bow;
  height: 272px;
  border-radius: 24px 24px 48px 24px;
}

.ldb-detail-shot img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  transition: transform .45s ease;
}

.ldb-detail-shot--lace img {
  object-position: center 48%;
}

.ldb-detail-shot--satin img {
  object-position: center 52%;
}

.ldb-detail-shot--bow img {
  object-position: center 48%;
}

@media (hover: hover) {
  .ldb-detail-shot:hover img {
    transform: scale(1.025);
  }
}

/* 04 — interactive color world */
.ld4-color-story {
  position: relative;
  padding: 78px clamp(24px, 5vw, 72px) 88px;
  overflow: hidden;
  color: #68444e;
  background-color: #e8d1d6;
  transition: background-color 400ms ease;
}

.ld4-color-story[data-world="ivory"] {
  color: #69564f;
  background-color: #f0e9df;
}

.ld4-color-story[data-world="champagne"] {
  color: #6e5448;
  background-color: #e4d2bd;
}

.ld4-color-story[data-world="beige"] {
  color: #67534c;
  background-color: #ded0c2;
}

.ld4-heading {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.ld4-heading .ldb-number {
  color: rgba(104, 68, 78, .48);
}

.ld4-heading h2 {
  margin: 12px 0 0;
  color: currentColor;
  font-family: inherit;
  font-size: clamp(44px, 4.2vw, 58px);
  font-weight: 400;
  line-height: 1.14;
}

.ld4-heading p {
  margin: 13px 0 0;
  color: currentColor;
  font-size: 16px;
  line-height: 1.9;
  opacity: .82;
}

.ld4-tabs {
  width: fit-content;
  max-width: 100%;
  margin: 28px auto 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  direction: ltr;
  border-bottom: 1px solid rgba(104, 68, 78, .22);
}

.ld4-tab {
  position: relative;
  min-height: 44px;
  margin: 0;
  padding: 4px 2px 12px;
  color: currentColor;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  opacity: .55;
  transition: opacity .25s ease, color .25s ease;
}

.ld4-tab::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transition: transform .3s ease;
}

.ld4-tab.is-active {
  opacity: 1;
}

.ld4-tab.is-active::after {
  transform: scaleX(1);
}

.ld4-stage {
  position: relative;
  width: min(100%, 1080px);
  min-height: 570px;
  margin: 0 auto;
}

.ld4-world {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: clamp(16px, 2.2vw, 28px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition:
    opacity 400ms ease,
    transform 400ms cubic-bezier(.22, .61, .36, 1),
    visibility 0s linear 400ms;
}

.ld4-world.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}

.ld4-shot {
  margin: 0;
  overflow: hidden;
  background: rgba(255, 250, 247, .3);
  box-shadow: 0 14px 34px rgba(91, 58, 65, .08);
}

.ld4-shot--support-a {
  grid-column: 1 / span 3;
  height: 360px;
  margin-top: 98px;
  border-radius: 18px 18px 38px 18px;
}

.ld4-shot--main {
  grid-column: 4 / span 5;
  height: 560px;
  border-radius: 24px 24px 54px 24px;
}

.ld4-shot--support-b {
  grid-column: 9 / span 4;
  height: 410px;
  margin-top: 42px;
  border-radius: 38px 18px 18px 18px;
}

.ld4-world--duo .ld4-shot--support-a {
  grid-column: 2 / span 4;
  height: 410px;
  margin-top: 82px;
}

.ld4-world--duo .ld4-shot--main {
  grid-column: 6 / span 6;
}

.ld4-shot img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Closing CTA */
.ladiva-bridal-block--cta {
  margin: 0;
}

.ldb-final {
  min-height: 275px;
  padding: 56px clamp(24px, 6vw, 86px);
  display: grid;
  place-items: center;
  text-align: center;
  background: #f6ebe7;
}

.ldb-final__copy {
  max-width: 680px;
}

.ldb-final__copy h2 {
  margin: 0;
  color: var(--ldb-ink);
  font-family: inherit;
  font-size: clamp(38px, 3.8vw, 50px);
  font-weight: 400;
  line-height: 1.18;
}

.ldb-final__copy p {
  margin: 14px 0 24px;
  color: var(--ldb-muted);
  font-size: 16px;
  line-height: 1.8;
}

.ld-trust {
  min-height: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  color: var(--ldb-ink);
  background: #fffaf7;
  border-top: 1px solid var(--ldb-line);
  border-bottom: 1px solid var(--ldb-line);
}

.ld-trust__item {
  min-width: 0;
  min-height: 64px;
  padding: 12px clamp(12px, 3vw, 36px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  color: inherit !important;
  text-decoration: none !important;
}

.ld-trust__item:focus-visible {
  outline: 3px solid rgba(118, 73, 83, .42);
  outline-offset: -4px;
}

.ld-trust__item + .ld-trust__item {
  border-inline-start: 1px solid var(--ldb-line);
}

.ld-trust__item svg {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body:has(.ladiva-bridal-block--cta) .store-footer {
  margin-top: 0 !important;
}

body .s-block--bundle-html-content:has(.ladiva-bridal-block--cta)
  + .s-block--bundle-personalized-shoppers-who-bought {
  margin-top: 0 !important;
}

@media (max-width: 1050px) {
  .ldb-details--editorial {
    grid-template-columns: 1fr;
  }

  .ldb-details--editorial {
    padding: 80px 24px 84px;
  }

  .ldb-details--editorial .ldb-section-copy {
    max-width: 620px;
  }

  .ldb-details--editorial .ldb-section-copy p {
    max-width: 560px;
  }
}

@media (max-width: 950px) {
  .ladiva-ref-hero__inner {
    min-height: 410px;
    grid-template-columns: 50% 50%;
  }

  .ladiva-ref-hero__copy {
    min-height: 410px;
    padding: 42px 30px 36px 66px;
  }

  .ladiva-ref-hero__visual,
  .ladiva-ref-hero__visual img {
    min-height: 410px;
  }

  .ladiva-ref-hero__copy p {
    font-size: 15px;
  }

  .ladiva-ref-hero__button {
    min-width: 210px;
    min-height: 52px;
    font-size: 15px;
  }
}

@media (max-width: 700px) {
  .ladiva-ref-hero__inner {
    min-height: 0;
    display: flex;
    flex-direction: column-reverse;
  }

  .ladiva-ref-hero__visual,
  .ladiva-ref-hero__visual img {
    min-height: 320px;
    height: 320px;
  }

  .ladiva-ref-hero__visual img {
    object-position: center 42%;
  }

  .ladiva-ref-hero__visual::before {
    inset-block: auto 0;
    inset-inline: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(0deg, #f3e9e5 0%, rgba(243, 233, 229, .82) 32%, transparent 100%);
  }

  .ladiva-ref-hero__copy {
    min-height: 360px;
    padding: 46px 24px 40px;
  }

  .ladiva-ref-hero__copy h1 {
    font-size: clamp(38px, 10vw, 50px);
  }

  .ladiva-ref-hero__copy p {
    max-width: 330px;
  }

  .ladiva-ref-hero__button {
    width: min(100%, 280px);
  }

  .ldb-number {
    font-size: 42px;
  }

  .ldb-details--editorial .ldb-section-copy h2,
  .ld2-heading h2,
  .ld4-heading h2 {
    font-size: clamp(36px, 10.5vw, 42px);
  }

  .ld2-discovery {
    padding: 60px 0 64px;
  }

  .ld2-heading {
    margin-bottom: 28px;
    padding: 0 18px;
  }

  .ld2-heading p {
    font-size: 15px;
    line-height: 1.85;
  }

  .ld2-carousel {
    width: 100%;
  }

  .ld2-viewport {
    height: 390px;
  }

  .ld2-slide {
    width: min(74vw, 305px);
    height: 380px;
    border-radius: 20px;
    transition-duration: 380ms;
  }

  .ld2-slide[data-position="prev"] {
    transform: translateX(calc(-50% - 58vw)) translateY(12px) scale(.88);
  }

  .ld2-slide[data-position="next"] {
    transform: translateX(calc(-50% + 58vw)) translateY(12px) scale(.88);
  }

  .ld2-slide[data-position="far-prev"] {
    transform: translateX(calc(-50% - 70vw)) translateY(27px) scale(.68);
  }

  .ld2-slide[data-position="far-next"] {
    transform: translateX(calc(-50% + 70vw)) translateY(27px) scale(.68);
  }

  .ld2-controls {
    margin-top: 15px;
  }

  .ld2-arrow {
    width: 42px;
    height: 42px;
    font-size: 28px;
  }

  .ldb-details--editorial {
    padding: 70px 18px 74px;
    gap: 28px;
  }

  .ldb-details--editorial .ldb-section-copy,
  .ldb-details--editorial .ldb-section-copy p {
    max-width: 100%;
  }

  .ldb-details--editorial .ldb-section-copy p {
    font-size: 15px;
    line-height: 1.9;
  }

  .ldb-details-editorial__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 320px 170px;
    grid-template-areas:
      "hero hero"
      "satin bow";
    gap: 10px;
  }

  .ldb-detail-shot--lace {
    height: 320px;
    border-radius: 28px 28px 48px 28px;
  }

  .ldb-detail-shot--satin,
  .ldb-detail-shot--bow {
    height: 170px;
    border-radius: 22px;
  }

  .ld4-color-story {
    padding: 62px 16px 68px;
  }

  .ld4-heading p {
    font-size: 15px;
  }

  .ld4-tabs {
    width: min(100%, 420px);
    margin: 24px auto 30px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 18px;
    border-bottom: 0;
  }

  .ld4-tab {
    min-width: 0;
    padding: 9px 0 10px;
    border-bottom: 1px solid rgba(104, 68, 78, .2);
    font-size: 13px;
  }

  .ld4-stage {
    min-height: 535px;
  }

  .ld4-world {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 340px 175px;
    gap: 10px;
  }

  .ld4-shot--main {
    grid-column: 1 / -1;
    grid-row: 1;
    height: 340px;
    border-radius: 22px 22px 38px 22px;
  }

  .ld4-shot--support-a,
  .ld4-shot--support-b {
    grid-column: auto;
    grid-row: 2;
    height: 175px;
    margin-top: 0;
    border-radius: 16px;
  }

  .ld4-world--duo .ld4-shot--support-a {
    grid-column: 1 / -1;
    grid-row: 2;
    height: 175px;
    margin-top: 0;
  }

  .ld4-shot img {
    object-fit: contain;
  }

  .ldb-final {
    min-height: 250px;
    padding: 48px 20px;
  }

  .ldb-final__copy h2 {
    font-size: 36px;
  }

  .ldb-final__copy p {
    font-size: 15px;
  }

  .ld-trust {
    min-height: 0;
  }

  .ld-trust__item {
    min-height: 72px;
    padding: 10px 7px;
    flex-direction: column;
    gap: 7px;
    font-size: 11px;
    line-height: 1.35;
  }

  .ld-trust__item svg {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 390px) {
  .ld2-slide {
    height: 372px;
  }

  .ld2-viewport {
    height: 382px;
  }

  .ld4-tabs { gap: 7px 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .ladiva-bridal-home *,
  .ladiva-ref-hero * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: .01ms !important;
  }
}

body {
  background: var(--ladiva-bg) !important;
  color: var(--ladiva-text);
}

body:has(.ladiva-page-shell) .content--single-page {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 28px auto 64px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body:has(.ladiva-page-shell) .content--single-page > h1 {
  display: none !important;
}

body:has(.ladiva-page-shell) salla-breadcrumb,
body:has(.ladiva-page-shell) .breadcrumb,
body:has(.ladiva-page-shell) .breadcrumbs {
  display: none !important;
}

body .store-footer {
  margin-top: 56px !important;
  color: #4D3B3E !important;
  background:
    radial-gradient(circle at 8% 12%, rgba(218,180,181,.22), transparent 30%),
    radial-gradient(circle at 92% 88%, rgba(218,199,181,.28), transparent 32%),
    linear-gradient(145deg, #F8F3EF 0%, #FFFDFB 55%, #F4EAE6 100%) !important;
  border-top: 1px solid rgba(181,144,148,.28) !important;
}

body .store-footer__inner {
  padding-top: 48px !important;
  padding-bottom: 40px !important;
  background: transparent !important;
}

body .store-footer__inner > .container {
  gap: 34px !important;
}

body .store-footer h3 {
  margin-bottom: 14px !important;
  color: #764953 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  letter-spacing: .3px !important;
}

body .store-footer p,
body .store-footer span,
body .store-footer b,
body .store-footer li {
  color: #715E61 !important;
}

body .store-footer a {
  color: #715E61 !important;
  text-decoration: none !important;
}

body .store-footer a:hover {
  color: #764953 !important;
}

body .store-footer salla-menu[data-testid="store-footer-menu"],
body .store-footer salla-contacts[data-testid="store-footer-contacts"],
body .store-footer salla-social,
body .store-footer salla-apps-icons,
body .store-footer salla-payments {
  --color-primary: #764953 !important;
  --color-primary-dark: #603942 !important;
  color: #715E61 !important;
}

body .store-footer .contact-social {
  margin-top: 18px !important;
}

body .store-footer > .container,
body .store-footer .store-footer__inner + .container {
  border-top: 1px solid rgba(181,144,148,.18) !important;
}

body .store-footer .copyright-text {
  color: #A57A84 !important;
  font-size: 12px !important;
}

body .store-footer [data-testid="store-footer-trust-badges"] {
  opacity: .92;
}

@media (max-width: 767px) {
  body .store-footer {
    margin-top: 38px !important;
  }

  body .store-footer__inner {
    padding-top: 34px !important;
    padding-bottom: 28px !important;
  }

  body .store-footer__inner > .container {
    gap: 26px !important;
  }
}

body salla-menu[topnav] {
  display: none !important;
}

/* =========================================================
   LA DIVA — SHARED INTERNAL PAGE SYSTEM
   About, shipping, returns and contact only
   ========================================================= */

body:has(.ld-page) .content--single-page {
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 24px calc(50% - 50vw) 20px !important;
  padding: 0 !important;
  overflow-x: clip !important;
}

.ld-page,
.ld-page * {
  box-sizing: border-box;
}

.ld-page {
  --ld-ivory: #EAE1D9;
  --ld-blush: #DAB4B5;
  --ld-champagne: #DAC7B5;
  --ld-mauve: #B59094;
  --ld-rose: #A57A84;
  --ld-deep-rose: #92656D;
  --ld-burgundy: #764953;
  --ld-text: #4D3B3E;
  --ld-muted: #715E61;
  --ld-paper: #FFFDFB;
  --ld-warm: #F8F3EF;

  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  overflow: visible;
  color: var(--ld-text);
  font-family: inherit;
}

.ld-page .ladiva-ar {
  display: block !important;
  direction: rtl;
  text-align: right;
}

.ld-page .ladiva-en {
  display: none !important;
  direction: ltr;
  text-align: left;
}

.ld-page > .ladiva-ar,
.ld-page > .ladiva-en {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
}

html[lang^="ar"] .ld-page .ladiva-ar {
  display: block !important;
}

html[lang^="ar"] .ld-page .ladiva-en {
  display: none !important;
}

html[lang^="en"] .ld-page .ladiva-ar {
  display: none !important;
}

html[lang^="en"] .ld-page .ladiva-en {
  display: block !important;
}

.ld-page__inner {
  width: min(100%, 1180px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px) 22px;
}

.ld-page__hero {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 58px;
  padding: 56px 38px 52px;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 8% 12%, rgba(218, 180, 181, .24), transparent 31%),
    radial-gradient(circle at 92% 88%, rgba(218, 199, 181, .28), transparent 33%),
    linear-gradient(135deg, rgba(248, 243, 239, .95), rgba(255, 253, 251, .9));
  border: 1px solid rgba(181, 144, 148, .22);
  border-radius: 24px;
}

.ld-page__brand {
  margin-bottom: 12px;
  color: var(--ld-deep-rose);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: 5px;
  direction: ltr;
}

.ld-page__title {
  margin: 0;
  color: var(--ld-burgundy);
  font-family: inherit;
  font-size: clamp(34px, 4.5vw, 48px);
  font-weight: 700;
  line-height: 1.35;
}

.ld-page__line {
  display: block;
  width: 46px;
  height: 2px;
  margin: 19px auto;
  background: linear-gradient(90deg, var(--ld-mauve), var(--ld-blush));
  border-radius: 999px;
}

.ld-page__intro {
  max-width: 700px;
  margin: 0 auto;
  color: var(--ld-muted);
  font-size: 15px;
  line-height: 2;
}

.ld-page__content {
  width: 100%;
}

.ld-page__number {
  display: block;
  color: var(--ld-rose);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.5px;
  direction: ltr;
}

.ld-page h2 {
  color: var(--ld-burgundy);
  font-family: inherit;
}

.ld-page p {
  color: var(--ld-muted);
}

.ld-page__closing {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 50px;
  padding: 36px 28px 34px;
  text-align: center;
  background: linear-gradient(90deg, rgba(248, 243, 239, .9), rgba(234, 225, 217, .52), rgba(248, 243, 239, .9));
  border: 1px solid rgba(181, 144, 148, .18);
  border-radius: 16px;
}

.ld-page__closing small {
  display: block;
  margin-bottom: 10px;
  color: var(--ld-rose);
  font-size: 13px;
}

.ld-page__closing h2 {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(21px, 2.5vw, 27px);
  font-weight: 600;
  line-height: 1.65;
}

.ld-page__signature {
  margin-top: 15px;
  color: var(--ld-deep-rose);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: 4px;
  direction: ltr;
}

/* About — editorial brand story */
.ld-about__story {
  max-width: 930px;
  margin: 0 auto;
}

.ld-about__story-item {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 64px;
  align-items: center;
  min-height: 210px;
  padding: 42px 18px;
  border-bottom: 1px solid rgba(181, 144, 148, .22);
}

.ld-about__story-item:first-child {
  padding-top: 8px;
}

.ld-about__story-item:nth-child(even) .ld-about__heading {
  order: 2;
}

.ld-about__story-item:nth-child(even) > p {
  order: 1;
}

.ld-about__heading {
  position: relative;
  padding-inline-start: 66px;
}

.ld-about__heading .ld-page__number {
  position: absolute;
  inset-block-start: -18px;
  inset-inline-start: 0;
  color: rgba(181, 144, 148, .56);
  font-size: 52px;
  letter-spacing: 0;
}

.ld-about__heading h2 {
  position: relative;
  margin: 0;
  font-size: 25px;
  line-height: 1.55;
}

.ld-about__story-item > p {
  margin: 0;
  font-size: 15px;
  line-height: 2.05;
}

.ld-about__focus {
  width: 100%;
  margin: 56px 0;
  padding: 48px 56px;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(120deg, var(--ld-mauve), var(--ld-deep-rose));
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(118, 73, 83, .11);
}

.ld-about__focus h2 {
  margin: 0 0 14px;
  color: #FFFFFF;
  font-size: 25px;
}

.ld-about__focus p {
  max-width: 770px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .94);
  font-size: 15px;
  line-height: 2.05;
}

.ld-about__values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 930px;
  margin: 0 auto;
}

.ld-about__value {
  padding: 18px 44px 22px;
}

.ld-about__value + .ld-about__value {
  border-inline-start: 1px solid rgba(181, 144, 148, .28);
}

.ld-about__value .ld-page__number {
  margin-bottom: 13px;
}

.ld-about__value h2 {
  margin: 0 0 12px;
  font-size: 23px;
}

.ld-about__value p {
  margin: 0;
  font-size: 15px;
  line-height: 2;
}

/* Shipping — clear paired information */
.ld-shipping__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 980px;
  margin: 0 auto;
}

.ld-shipping__item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  align-content: start;
  padding: 30px 28px 32px;
  border-bottom: 1px solid rgba(181, 144, 148, .24);
}

.ld-shipping__item:nth-child(even) {
  border-inline-start: 1px solid rgba(181, 144, 148, .24);
}

.ld-shipping__item--key {
  background: linear-gradient(135deg, rgba(248, 243, 239, .72), rgba(255, 253, 251, .26));
}

.ld-shipping__item .ld-page__number {
  margin-top: 5px;
}

.ld-shipping__item h2 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.5;
}

.ld-shipping__item p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.95;
}

.ld-shipping__item p:last-child {
  margin-bottom: 0;
}

.ld-shipping__closing {
  margin-inline: auto;
  max-width: 980px;
}

/* Returns — structured policy chapters */
.ld-returns__chapters {
  max-width: 920px;
  margin: 0 auto;
}

.ld-returns__chapter {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 22px;
  padding: 32px 26px 34px;
  border-bottom: 1px solid rgba(181, 144, 148, .24);
}

.ld-returns__chapter:first-child {
  padding-top: 8px;
}

.ld-returns__chapter--important {
  margin-block: 8px;
  padding-inline: 28px;
  background: rgba(248, 243, 239, .78);
  border-inline-start: 3px solid var(--ld-blush);
}

.ld-returns__chapter .ld-page__number {
  margin-top: 6px;
}

.ld-returns__chapter h2 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.55;
}

.ld-returns__chapter p {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 2;
}

.ld-returns__chapter p:last-child {
  margin-bottom: 0;
}

.ld-returns__help {
  max-width: 920px;
  margin: 48px auto 0;
  padding: 39px 44px;
  text-align: center;
  background: linear-gradient(120deg, var(--ld-mauve), var(--ld-deep-rose));
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(118, 73, 83, .1);
}

.ld-returns__help h2 {
  margin: 0 0 10px;
  color: #FFFFFF;
  font-size: 23px;
}

.ld-returns__help p {
  max-width: 700px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .94);
  font-size: 15px;
  line-height: 1.95;
}

/* Contact — compact contact hub */
.ld-contact__inner {
  max-width: 920px;
}

.ld-contact__card {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  background: rgba(255, 253, 251, .94);
  border: 1px solid rgba(181, 144, 148, .24);
  border-radius: 28px;
  box-shadow: 0 16px 38px rgba(118, 73, 83, .07);
  overflow: hidden;
}

.ld-contact .ld-page__hero {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 42px 34px 34px;
  border: 0;
  border-bottom: 1px solid rgba(181, 144, 148, .2);
  border-radius: 0;
}

.ld-contact .ld-page__title {
  font-size: clamp(34px, 3.4vw, 42px);
}

.ld-contact .ld-page__intro {
  max-width: 620px;
  line-height: 1.85;
}

.ld-contact__body {
  width: 100%;
  padding: 24px 30px 22px;
}

.ld-contact__methods {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.ld-contact__row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 58px;
  padding: 10px 46px 10px 12px;
  color: var(--ld-burgundy);
  text-decoration: none;
  border-bottom: 1px solid rgba(181, 144, 148, .28);
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.ld-contact .ladiva-en .ld-contact__row {
  padding: 10px 12px 10px 46px;
}

.ld-contact__row::after {
  content: "↗";
  position: absolute;
  inset-inline-end: 15px;
  color: var(--ld-rose);
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  transition: transform .2s ease;
}

.ld-contact__row:hover {
  color: var(--ld-deep-rose);
  background: rgba(248, 243, 239, .7);
}

.ld-contact__row:hover::after {
  transform: translate(2px, -2px);
}

.ld-contact__row--primary {
  min-height: 64px;
  margin-bottom: 8px;
  padding-inline: 18px 48px;
  color: #FFFFFF;
  background: linear-gradient(120deg, var(--ld-mauve), var(--ld-deep-rose));
  border: 0;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(118, 73, 83, .13);
}

.ld-contact .ladiva-en .ld-contact__row--primary {
  padding-inline: 18px 48px;
}

.ld-contact__row--primary::after {
  color: rgba(255, 255, 255, .82);
}

.ld-contact__row--primary:hover {
  color: #FFFFFF;
  background: linear-gradient(120deg, var(--ld-rose), var(--ld-burgundy));
  transform: translateY(-1px);
}

.ld-contact__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  background: rgba(234, 225, 217, .6);
  border: 1px solid rgba(181, 144, 148, .25);
  border-radius: 50%;
  overflow: hidden;
  line-height: 0;
}

.ld-contact__row--primary .ld-contact__icon {
  background: rgba(255, 255, 255, .13);
  border-color: rgba(255, 255, 255, .24);
}

.ld-contact__icon img {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  display: block;
  width: 17px;
  height: 17px;
  max-width: 17px !important;
  max-height: 17px !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain;
  object-position: center;
  transform: translate(-50%, -50%) !important;
}

.ld-contact__label {
  min-width: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.ld-contact__closing {
  margin-top: 16px;
  padding: 20px 20px 0;
  text-align: center;
  border-top: 1px solid rgba(181, 144, 148, .18);
}

.ld-contact__closing strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ld-burgundy);
  font-size: 19px;
}

.ld-contact__closing p {
  margin: 0;
  font-size: 14px;
}

/* Accessible focus and restrained motion */
.ld-contact__row:focus-visible {
  outline: 2px solid rgba(146, 101, 109, .5);
  outline-offset: 3px;
}

@media (max-width: 800px) {
  body:has(.ld-page) .content--single-page {
    margin-top: 18px !important;
    margin-bottom: 12px !important;
  }

  .ld-page__inner {
    padding-inline: clamp(16px, 4vw, 24px);
  }

  .ld-page__hero {
    margin-bottom: 42px;
    padding: 48px 24px 44px;
  }

  .ld-about__story-item {
    grid-template-columns: 1fr;
    gap: 20px;
    min-height: 0;
    padding: 34px 12px;
  }

  .ld-about__story-item:nth-child(even) .ld-about__heading,
  .ld-about__story-item:nth-child(even) > p {
    order: initial;
  }

  .ld-about__heading {
    min-height: 54px;
    padding-inline-start: 60px;
  }

  .ld-about__heading .ld-page__number {
    font-size: 46px;
  }

  .ld-about__focus {
    width: 100%;
    margin: 44px 0;
    padding: 40px 30px;
  }

  .ld-about__values {
    grid-template-columns: 1fr;
  }

  .ld-about__value {
    padding: 30px 18px;
  }

  .ld-about__value + .ld-about__value {
    border-inline-start: 0;
    border-top: 1px solid rgba(181, 144, 148, .28);
  }

  .ld-shipping__list {
    grid-template-columns: 1fr;
  }

  .ld-shipping__item:nth-child(even) {
    border-inline-start: 0;
  }
}

@media (max-width: 480px) {
  .ld-page__inner {
    padding: 0 16px 14px;
  }

  .ld-page__hero {
    margin-bottom: 32px;
    padding: 38px 18px 36px;
    border-radius: 20px;
  }

  .ld-page__brand {
    font-size: 12px;
    letter-spacing: 4px;
  }

  .ld-page__title {
    font-size: 31px;
  }

  .ld-page__intro {
    font-size: 14px;
    line-height: 1.9;
  }

  .ld-page__closing {
    margin-top: 38px;
    padding: 30px 16px 28px;
  }

  .ld-page__closing h2 {
    font-size: 20px;
  }

  .ld-about__story-item {
    padding-inline: 6px;
  }

  .ld-about__heading {
    padding-inline-start: 52px;
  }

  .ld-about__heading .ld-page__number {
    inset-block-start: -12px;
    font-size: 40px;
  }

  .ld-about__heading h2 {
    font-size: 21px;
  }

  .ld-about__story-item > p,
  .ld-about__focus p,
  .ld-about__value p {
    font-size: 14px;
    line-height: 1.95;
  }

  .ld-about__focus {
    margin-block: 36px;
    padding: 34px 20px;
  }

  .ld-about__focus h2 {
    font-size: 22px;
  }

  .ld-about__value {
    padding-inline: 8px;
  }

  .ld-shipping__item {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    padding: 25px 12px 27px;
  }

  .ld-shipping__item h2 {
    font-size: 18px;
  }

  .ld-returns__chapter {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    padding: 26px 10px 28px;
  }

  .ld-returns__chapter--important {
    padding-inline: 12px;
  }

  .ld-returns__chapter h2 {
    font-size: 19px;
  }

  .ld-returns__chapter p {
    font-size: 14px;
    line-height: 1.9;
  }

  .ld-returns__help {
    margin-top: 36px;
    padding: 34px 20px;
  }

  .ld-returns__help h2 {
    font-size: 21px;
  }

  .ld-contact .ld-page__hero {
    margin: 0;
    padding: 34px 20px 30px;
  }

  .ld-contact__card {
    border-radius: 20px;
  }

  .ld-contact__body {
    padding: 14px 16px 16px;
  }

  .ld-contact__row,
  .ld-contact .ladiva-en .ld-contact__row {
    min-height: 56px;
    padding-block: 11px;
    padding-inline: 10px 40px;
  }

  .ld-contact__row--primary,
  .ld-contact .ladiva-en .ld-contact__row--primary {
    min-height: 62px;
    padding-inline: 14px 42px;
  }

  .ld-contact__icon {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
  }

  .ld-contact__icon img {
    width: 16px;
    height: 16px;
    max-width: 16px !important;
    max-height: 16px !important;
  }

  .ld-contact__label {
    font-size: 14px;
  }

  .ld-contact__closing {
    margin-top: 14px;
    padding-top: 18px;
  }
}

@media (max-width: 390px) {
  .ld-page__title {
    font-size: 29px;
  }

  .ld-shipping__item,
  .ld-returns__chapter {
    padding-inline: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ld-page *,
  .ld-page *::before,
  .ld-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

header.store-header .top-navbar {
  display: none !important;
}

header.store-header [data-testid="store-header-localization"] {
  display: none !important;
}

header.store-header #mainnav,
header.store-header #mainnav .inner,
header.store-header #mainnav .container,
header.store-header #mainnav .container > div {
  overflow: visible !important;
}

.ladiva-header-tools {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-inline-end: 4px !important;
  direction: ltr !important;
}

.ladiva-header-search-btn,
.ladiva-user-trigger {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 42px !important;
  color: #764953 !important;
  -webkit-text-fill-color: #764953 !important;
  background: #FFFDFB !important;
  background-image: none !important;
  border: 1px solid rgba(146, 101, 109, 0.26) !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 14px rgba(118, 73, 83, 0.06) !important;
  cursor: pointer !important;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease !important;
}

.ladiva-header-search-btn:hover,
.ladiva-user-trigger:hover {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  background: #92656D !important;
  border-color: #92656D !important;
  box-shadow: 0 7px 18px rgba(118, 73, 83, 0.16) !important;
  transform: translateY(-1px) !important;
}

.ladiva-header-search-btn i {
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

.ladiva-user-trigger svg {
  width: 21px !important;
  height: 21px !important;
  display: block !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
}

header.store-header salla-user-menu[data-testid="store-header-user-menu"] {
  width: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  margin: 0 4px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 42px !important;
  --color-primary: #764953 !important;
  --color-primary-dark: #764953 !important;
}

header.store-header salla-cart-summary[data-testid="store-header-cart"] {
  width: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  margin: 0 4px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 42px !important;
  --color-primary: #764953 !important;
  --color-primary-dark: #764953 !important;
  --color-primary-light: #92656D !important;
}

header.store-header salla-cart-summary[data-testid="store-header-cart"] [slot="icon"],
header.store-header salla-cart-summary[data-testid="store-header-cart"] .header-btn__icon {
  margin: 0 !important;
  padding: 0 !important;
  color: #764953 !important;
  -webkit-text-fill-color: #764953 !important;
  font-size: 21px !important;
  line-height: 1 !important;
}

.ladiva-header-lang-btn {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 112px !important;
  min-width: 112px !important;
  max-width: 112px !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 112px !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  background: #92656D !important;
  background-image: none !important;
  border: 1px solid #92656D !important;
  border-radius: 999px !important;
  box-shadow: 0 5px 14px rgba(118, 73, 83, 0.14) !important;
  font-family: inherit !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease !important;
}

.ladiva-header-lang-btn:hover {
  background: #764953 !important;
  border-color: #764953 !important;
  box-shadow: 0 7px 18px rgba(118, 73, 83, 0.20) !important;
  transform: translateY(-1px) !important;
}

.ladiva-header-lang-btn:disabled {
  opacity: 0.72 !important;
  cursor: wait !important;
}

.ladiva-header-search-panel {
  position: absolute !important;
  top: calc(100% + 12px) !important;
  inset-inline-end: 0 !important;
  z-index: 99999 !important;
  width: 360px !important;
  max-width: calc(100vw - 24px) !important;
  padding: 10px !important;
  visibility: hidden !important;
  opacity: 0 !important;
  transform: translateY(-7px) !important;
  pointer-events: none !important;
  background: #FFFDFB !important;
  border: 1px solid rgba(146, 101, 109, 0.20) !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 45px rgba(118, 73, 83, 0.14) !important;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease !important;
}

.ladiva-header-tools.is-search-open .ladiva-header-search-panel {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

.ladiva-header-search-panel salla-search {
  display: block !important;
  width: 100% !important;
}

@media (max-width: 650px) {
  .ladiva-header-tools {
    gap: 6px !important;
    margin-inline-end: 2px !important;
  }

  .ladiva-header-search-btn,
  .ladiva-user-trigger,
  header.store-header salla-user-menu[data-testid="store-header-user-menu"],
  header.store-header salla-cart-summary[data-testid="store-header-cart"] {
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    flex-basis: 36px !important;
  }

  header.store-header salla-user-menu[data-testid="store-header-user-menu"],
  header.store-header salla-cart-summary[data-testid="store-header-cart"] {
    margin: 0 2px !important;
  }

  .ladiva-header-lang-btn {
    width: 88px !important;
    min-width: 88px !important;
    max-width: 88px !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    flex-basis: 88px !important;
    padding: 0 9px !important;
    font-size: 10px !important;
  }

  .ladiva-user-trigger svg {
    width: 19px !important;
    height: 19px !important;
  }

  header.store-header salla-cart-summary[data-testid="store-header-cart"] [slot="icon"],
  header.store-header salla-cart-summary[data-testid="store-header-cart"] .header-btn__icon {
    font-size: 19px !important;
  }

  .ladiva-header-search-panel {
    position: fixed !important;
    top: 74px !important;
    left: 10px !important;
    right: 10px !important;
    width: auto !important;
    max-width: none !important;
    border-radius: 16px !important;
  }
}

@media (max-width: 390px) {
  .ladiva-header-lang-btn {
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
    flex-basis: 80px !important;
    font-size: 9px !important;
  }
}
/* =========================================================
   LA DIVA â€” FINAL SAFE HEADER CART FIX
   This block is intentionally placed at the very end.
   It only overrides the header cart and the duplicate custom
   user trigger. It does not modify the landing page, home,
   shipping, returns, contact page, footer, menu, or language.
   ========================================================= */

/* Keep only Salla's native account control.
   The custom duplicate trigger caused the extra account icon. */
header.store-header .ladiva-user-trigger {
  display: none !important;
}

/* Keep the tools aligned without changing the rest of the header. */
header.store-header .ladiva-header-tools {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-inline-end: 4px !important;
  direction: ltr !important;
}

/* ---------------------------------------------------------
   CART HOST
   Same 42 Ã— 42 circular treatment as Search / Account
   --------------------------------------------------------- */
header.store-header salla-cart-summary[data-testid="store-header-cart"] {
  position: relative !important;

  width: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;

  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;

  margin: 0 !important;
  padding: 0 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 42px !important;

  color: #764953 !important;
  -webkit-text-fill-color: #764953 !important;

  background: #FFFDFB !important;
  background-image: none !important;

  border: 1px solid rgba(146, 101, 109, 0.26) !important;
  border-radius: 50% !important;

  box-shadow: 0 4px 14px rgba(118, 73, 83, 0.06) !important;

  overflow: visible !important;

  --color-primary: #764953 !important;
  --color-primary-dark: #764953 !important;
  --color-primary-light: #92656D !important;
}

/* If Salla renders an inner clickable wrapper in light DOM,
   make that wrapper fill the circular host cleanly. */
header.store-header salla-cart-summary[data-testid="store-header-cart"] > a,
header.store-header salla-cart-summary[data-testid="store-header-cart"] > button,
header.store-header salla-cart-summary[data-testid="store-header-cart"] .header-btn {
  position: relative !important;

  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;

  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: inherit !important;
  -webkit-text-fill-color: inherit !important;

  background: transparent !important;
  background-image: none !important;

  border: 0 !important;
  border-radius: 50% !important;

  box-shadow: none !important;

  overflow: visible !important;
}

/* Same idea if the Web Component exposes a button part.
   Unsupported ::part selectors are simply ignored by browsers. */
header.store-header salla-cart-summary[data-testid="store-header-cart"]::part(button) {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: #764953 !important;
  background: transparent !important;

  border: 0 !important;
  border-radius: 50% !important;

  overflow: visible !important;
}

/* ---------------------------------------------------------
   CART ICON
   --------------------------------------------------------- */
header.store-header salla-cart-summary[data-testid="store-header-cart"] [slot="icon"],
header.store-header salla-cart-summary[data-testid="store-header-cart"] .header-btn__icon,
header.store-header salla-cart-summary[data-testid="store-header-cart"] i[class*="sicon"],
header.store-header salla-cart-summary[data-testid="store-header-cart"] svg:not([class*="badge"]):not([class*="count"]) {
  position: static !important;

  width: auto !important;
  height: auto !important;

  margin: 0 !important;
  padding: 0 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: #764953 !important;
  -webkit-text-fill-color: #764953 !important;

  font-size: 20px !important;
  line-height: 1 !important;

  transform: none !important;
}

header.store-header salla-cart-summary[data-testid="store-header-cart"]::part(icon) {
  color: #764953 !important;
  font-size: 20px !important;
  line-height: 1 !important;
}

/* ---------------------------------------------------------
   HIDE ONLY THE CART LABEL / TOTAL / PRICE / CURRENCY
   This is the small black Arabic character under the cart.
   Do NOT target badge or count elements.
   --------------------------------------------------------- */
header.store-header salla-cart-summary[data-testid="store-header-cart"] [slot="label"],
header.store-header salla-cart-summary[data-testid="store-header-cart"] [slot="total"],
header.store-header salla-cart-summary[data-testid="store-header-cart"] [slot="price"],
header.store-header salla-cart-summary[data-testid="store-header-cart"] [slot="currency"],

header.store-header salla-cart-summary[data-testid="store-header-cart"] .header-btn__text,
header.store-header salla-cart-summary[data-testid="store-header-cart"] .header-btn__label,
header.store-header salla-cart-summary[data-testid="store-header-cart"] .header-btn__content,

header.store-header salla-cart-summary[data-testid="store-header-cart"] .s-cart-summary-total,
header.store-header salla-cart-summary[data-testid="store-header-cart"] .s-cart-summary-label,
header.store-header salla-cart-summary[data-testid="store-header-cart"] .s-cart-summary-price,
header.store-header salla-cart-summary[data-testid="store-header-cart"] .s-cart-summary-currency,

header.store-header salla-cart-summary[data-testid="store-header-cart"] .cart-summary-total,
header.store-header salla-cart-summary[data-testid="store-header-cart"] .cart-summary-label,
header.store-header salla-cart-summary[data-testid="store-header-cart"] .cart-summary-price,
header.store-header salla-cart-summary[data-testid="store-header-cart"] .cart-summary-currency,

header.store-header salla-cart-summary[data-testid="store-header-cart"] [class*="cart-total"],
header.store-header salla-cart-summary[data-testid="store-header-cart"] [class*="cart-label"],
header.store-header salla-cart-summary[data-testid="store-header-cart"] [class*="cart-price"],
header.store-header salla-cart-summary[data-testid="store-header-cart"] [class*="cart-currency"],

header.store-header salla-cart-summary[data-testid="store-header-cart"] [class*="summary-total"]:not([class*="badge"]):not([class*="count"]),
header.store-header salla-cart-summary[data-testid="store-header-cart"] [class*="summary-label"]:not([class*="badge"]):not([class*="count"]),
header.store-header salla-cart-summary[data-testid="store-header-cart"] [class*="summary-price"]:not([class*="badge"]):not([class*="count"]),
header.store-header salla-cart-summary[data-testid="store-header-cart"] [class*="summary-currency"]:not([class*="badge"]):not([class*="count"]),

header.store-header salla-cart-summary[data-testid="store-header-cart"] [class*="price"]:not([class*="badge"]):not([class*="count"]),
header.store-header salla-cart-summary[data-testid="store-header-cart"] [class*="currency"]:not([class*="badge"]):not([class*="count"]) {
  display: none !important;
}

/* Common light-DOM fallback:
   hide plain text immediately following the cart icon,
   but explicitly preserve anything identified as badge/count. */
header.store-header salla-cart-summary[data-testid="store-header-cart"] [slot="icon"] + span:not([class*="badge"]):not([class*="count"]),
header.store-header salla-cart-summary[data-testid="store-header-cart"] .header-btn__icon + span:not([class*="badge"]):not([class*="count"]),
header.store-header salla-cart-summary[data-testid="store-header-cart"] [slot="icon"] + small:not([class*="badge"]):not([class*="count"]),
header.store-header salla-cart-summary[data-testid="store-header-cart"] .header-btn__icon + small:not([class*="badge"]):not([class*="count"]) {
  display: none !important;
}

/* Shadow-DOM parts if exposed by the installed Salla component. */
header.store-header salla-cart-summary[data-testid="store-header-cart"]::part(label),
header.store-header salla-cart-summary[data-testid="store-header-cart"]::part(total),
header.store-header salla-cart-summary[data-testid="store-header-cart"]::part(price),
header.store-header salla-cart-summary[data-testid="store-header-cart"]::part(currency) {
  display: none !important;
}

/* ---------------------------------------------------------
   PRESERVE / NORMALIZE THE PRODUCT COUNT BADGE
   We never hide badge/count elements.
   --------------------------------------------------------- */
header.store-header salla-cart-summary[data-testid="store-header-cart"] [class*="badge"],
header.store-header salla-cart-summary[data-testid="store-header-cart"] [class*="count"] {
  visibility: visible !important;
  opacity: 1 !important;

  width: auto !important;
  min-width: 15px !important;
  max-width: none !important;

  height: 15px !important;
  min-height: 15px !important;
  max-height: 15px !important;

  padding: 0 4px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  font-size: 9px !important;
  font-weight: 700 !important;
  line-height: 15px !important;

  border-radius: 999px !important;

  overflow: visible !important;
}

/* If Salla exposes the badge as a part. */
header.store-header salla-cart-summary[data-testid="store-header-cart"]::part(badge),
header.store-header salla-cart-summary[data-testid="store-header-cart"]::part(count) {
  visibility: visible !important;
  opacity: 1 !important;

  min-width: 15px !important;
  height: 15px !important;
  padding: 0 4px !important;

  font-size: 9px !important;
  font-weight: 700 !important;
  line-height: 15px !important;

  border-radius: 999px !important;
}

/* ---------------------------------------------------------
   CART HOVER
   Same behavior as the other circular header controls.
   Badge is intentionally not recolored here.
   --------------------------------------------------------- */
header.store-header salla-cart-summary[data-testid="store-header-cart"]:hover {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;

  background: #92656D !important;
  border-color: #92656D !important;

  box-shadow: 0 7px 18px rgba(118, 73, 83, 0.16) !important;

  transform: translateY(-1px) !important;
}

header.store-header salla-cart-summary[data-testid="store-header-cart"]:hover [slot="icon"],
header.store-header salla-cart-summary[data-testid="store-header-cart"]:hover .header-btn__icon,
header.store-header salla-cart-summary[data-testid="store-header-cart"]:hover i[class*="sicon"],
header.store-header salla-cart-summary[data-testid="store-header-cart"]:hover::part(icon) {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}

/* ---------------------------------------------------------
   MOBILE
   Preserve the existing 36 Ã— 36 mobile proportions.
   --------------------------------------------------------- */
@media (max-width: 650px) {

  header.store-header .ladiva-header-tools {
    gap: 6px !important;
    margin-inline-end: 2px !important;
  }

  header.store-header salla-cart-summary[data-testid="store-header-cart"] {
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;

    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;

    flex: 0 0 36px !important;

    margin: 0 !important;
    padding: 0 !important;
  }

  header.store-header salla-cart-summary[data-testid="store-header-cart"] [slot="icon"],
  header.store-header salla-cart-summary[data-testid="store-header-cart"] .header-btn__icon,
  header.store-header salla-cart-summary[data-testid="store-header-cart"] i[class*="sicon"],
  header.store-header salla-cart-summary[data-testid="store-header-cart"]::part(icon) {
    font-size: 18px !important;
  }

  header.store-header salla-cart-summary[data-testid="store-header-cart"] [class*="badge"],
  header.store-header salla-cart-summary[data-testid="store-header-cart"] [class*="count"],
  header.store-header salla-cart-summary[data-testid="store-header-cart"]::part(badge),
  header.store-header salla-cart-summary[data-testid="store-header-cart"]::part(count) {
    min-width: 14px !important;
    height: 14px !important;
    min-height: 14px !important;
    max-height: 14px !important;

    padding: 0 3px !important;

    font-size: 8px !important;
    line-height: 14px !important;
  }
}
/* =========================================================
   LA DIVA â€” FINAL HEADER ICON POLISH
   Cart circle + Profile theme color
   ========================================================= */


/* =========================================================
   1. CART â€” KEEP ONE CLEAN CIRCLE ONLY
   ========================================================= */

header.store-header
salla-cart-summary[data-testid="store-header-cart"] {
  position: relative !important;

  width: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;

  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;

  flex: 0 0 42px !important;

  margin: 0 !important;
  padding: 0 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: #764953 !important;
  -webkit-text-fill-color: #764953 !important;

  background: #FFFDFB !important;
  background-image: none !important;

  border: 1px solid rgba(146, 101, 109, 0.26) !important;
  border-radius: 50% !important;

  box-shadow: 0 4px 14px rgba(118, 73, 83, 0.06) !important;

  overflow: visible !important;

  transform: none !important;

  --color-primary: #764953 !important;
  --color-primary-dark: #764953 !important;
  --color-primary-light: #92656D !important;
}


/* Remove the SECOND circle around the bag icon */

header.store-header
salla-cart-summary[data-testid="store-header-cart"]
[slot="icon"],

header.store-header
salla-cart-summary[data-testid="store-header-cart"]
.header-btn__icon,

header.store-header
salla-cart-summary[data-testid="store-header-cart"]
i[class*="sicon"] {
  position: static !important;

  width: 21px !important;
  min-width: 21px !important;
  max-width: 21px !important;

  height: 21px !important;
  min-height: 21px !important;
  max-height: 21px !important;

  margin: 0 !important;
  padding: 0 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: #764953 !important;
  -webkit-text-fill-color: #764953 !important;

  background: transparent !important;
  background-image: none !important;

  border: 0 !important;
  border-radius: 0 !important;

  box-shadow: none !important;

  font-size: 20px !important;
  line-height: 1 !important;

  transform: none !important;
}


/* Remove circle/background from possible inner cart wrapper */

header.store-header
salla-cart-summary[data-testid="store-header-cart"]
.header-btn,

header.store-header
salla-cart-summary[data-testid="store-header-cart"]
.header-btn__icon,

header.store-header
salla-cart-summary[data-testid="store-header-cart"] > a,

header.store-header
salla-cart-summary[data-testid="store-header-cart"] > button {
  background-color: transparent !important;
  background-image: none !important;

  box-shadow: none !important;
}


/* Preserve badge exactly as it is */

header.store-header
salla-cart-summary[data-testid="store-header-cart"]
[class*="badge"],

header.store-header
salla-cart-summary[data-testid="store-header-cart"]
[class*="count"] {
  visibility: visible !important;
  opacity: 1 !important;

  z-index: 5 !important;
}


/* Cart hover */

header.store-header
salla-cart-summary[data-testid="store-header-cart"]:hover {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;

  background: #92656D !important;
  border-color: #92656D !important;

  box-shadow: 0 7px 18px rgba(118, 73, 83, 0.16) !important;

  transform: translateY(-1px) !important;
}

header.store-header
salla-cart-summary[data-testid="store-header-cart"]:hover
[slot="icon"],

header.store-header
salla-cart-summary[data-testid="store-header-cart"]:hover
.header-btn__icon,

header.store-header
salla-cart-summary[data-testid="store-header-cart"]:hover
i[class*="sicon"] {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}


/* =========================================================
   2. PROFILE â€” CHANGE SALLA BLUE TO LA DIVA BURGUNDY
   ========================================================= */

header.store-header
salla-user-menu[data-testid="store-header-user-menu"] {
  color: #764953 !important;
  -webkit-text-fill-color: #764953 !important;

  --color-primary: #764953 !important;
  --color-primary-dark: #764953 !important;
  --color-primary-light: #92656D !important;
}


/* Profile icon */

header.store-header
salla-user-menu[data-testid="store-header-user-menu"]
[slot="icon"],

header.store-header
salla-user-menu[data-testid="store-header-user-menu"]
.header-btn__icon,

header.store-header
salla-user-menu[data-testid="store-header-user-menu"]
i,

header.store-header
salla-user-menu[data-testid="store-header-user-menu"]
svg {
  color: #764953 !important;
  -webkit-text-fill-color: #764953 !important;
}


/* SVG profile strokes */

header.store-header
salla-user-menu[data-testid="store-header-user-menu"]
svg path,

header.store-header
salla-user-menu[data-testid="store-header-user-menu"]
svg circle,

header.store-header
salla-user-menu[data-testid="store-header-user-menu"]
svg line,

header.store-header
salla-user-menu[data-testid="store-header-user-menu"]
svg polyline {
  stroke: #764953 !important;
}


/* Salla Shadow DOM fallbacks */

header.store-header
salla-user-menu[data-testid="store-header-user-menu"]::part(icon) {
  color: #764953 !important;
}

header.store-header
salla-user-menu[data-testid="store-header-user-menu"]::part(button) {
  color: #764953 !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

  header.store-header
  salla-cart-summary[data-testid="store-header-cart"] {
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;

    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;

    flex-basis: 36px !important;
  }


  header.store-header
  salla-cart-summary[data-testid="store-header-cart"]
  [slot="icon"],

  header.store-header
  salla-cart-summary[data-testid="store-header-cart"]
  .header-btn__icon,

  header.store-header
  salla-cart-summary[data-testid="store-header-cart"]
  i[class*="sicon"] {
    width: 19px !important;
    min-width: 19px !important;
    max-width: 19px !important;

    height: 19px !important;
    min-height: 19px !important;
    max-height: 19px !important;

    font-size: 18px !important;
  }
}

/* =========================================================
   LA DIVA â€” FINAL SAFE FOOTER
   Keeps Salla's native footer grid/column structure intact.
   Only spacing, typography, colors and visual polish are changed.
   ========================================================= */

body .store-footer {
  position: relative !important;
  margin-top: 52px !important;
  color: #715E61 !important;

  background:
    radial-gradient(circle at 8% 14%, rgba(218, 180, 181, 0.16), transparent 29%),
    radial-gradient(circle at 92% 86%, rgba(218, 199, 181, 0.20), transparent 31%),
    linear-gradient(145deg, #F8F3EF 0%, #FFFDFB 55%, #F5ECE8 100%) !important;

  border-top: 1px solid rgba(181, 144, 148, 0.22) !important;
  overflow: hidden !important;
}

body .store-footer__inner {
  padding-top: 40px !important;
  padding-bottom: 30px !important;
  background: transparent !important;
}

/* IMPORTANT:
   Do not change display/grid-template-columns/grid-column here.
   Salla already has the correct 6-column footer layout. */
body .store-footer__inner > .container {
  column-gap: 36px !important;
  row-gap: 28px !important;
  align-items: start !important;
}

/* Footer headings */
body .store-footer h3 {
  position: relative !important;
  margin: 0 0 18px !important;
  padding: 0 0 10px !important;

  color: #764953 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.2px !important;
}

/* Small decorative line under headings */
body .store-footer h3::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  inset-inline-start: 0 !important;

  width: 32px !important;
  height: 2px !important;

  background: linear-gradient(90deg, #B59094, #DAB4B5) !important;
  border-radius: 999px !important;
}

/* Text */
body .store-footer p,
body .store-footer span,
body .store-footer b,
body .store-footer li {
  color: #715E61 !important;
  line-height: 1.75 !important;
}

body .store-footer p {
  font-size: 14px !important;
}

/* Links â€” no display/layout overrides, so Salla keeps each menu item correctly */
body .store-footer a {
  color: #715E61 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

body .store-footer a:hover {
  color: #764953 !important;
}

/* Salla footer components: theme colors only */
body .store-footer salla-menu[data-testid="store-footer-menu"],
body .store-footer salla-contacts[data-testid="store-footer-contacts"],
body .store-footer salla-social,
body .store-footer salla-apps-icons,
body .store-footer salla-payments,
body .store-footer salla-trust-badges {
  --color-primary: #764953 !important;
  --color-primary-dark: #603942 !important;
  --color-primary-light: #B59094 !important;
  color: #715E61 !important;
}

/* Social section */
body .store-footer .contact-social {
  margin-top: 16px !important;
}

body .store-footer salla-social {
  margin-top: 2px !important;
}

/* Trust / commercial-register area */
body
.store-footer [data-testid="store-footer-trust-badges"] {
  margin-top: 14px !important;
  opacity: 0.92 !important;
}

/* Contact section */
body
.store-footer salla-contacts[data-testid="store-footer-contacts"] {
  width: 100% !important;
}

/* Bottom copyright/payment row */
body .store-footer > .container,
body .store-footer .store-footer__inner + .container {
  border-top: 1px solid rgba(181, 144, 148, 0.17) !important;
  padding-top: 17px !important;
  padding-bottom: 18px !important;
}

body .store-footer .copyright-text {
  color: #A57A84 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 12px !important;
  letter-spacing: 0.25px !important;
}

/* Tablet */
@media (max-width: 1023px) {
  body .store-footer {
    margin-top: 44px !important;
  }

  body .store-footer__inner {
    padding-top: 34px !important;
    padding-bottom: 28px !important;
  }

  body .store-footer__inner > .container {
    column-gap: 28px !important;
    row-gap: 26px !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  body .store-footer {
    margin-top: 36px !important;
  }

  body .store-footer__inner {
    padding-top: 30px !important;
    padding-bottom: 24px !important;
  }

  body .store-footer__inner > .container {
    gap: 24px !important;
  }

  body .store-footer h3 {
    margin-bottom: 15px !important;
    padding-bottom: 9px !important;
    font-size: 17px !important;
  }

  body .store-footer h3::after {
    width: 28px !important;
  }

  body .store-footer p,
  body .store-footer span,
  body .store-footer b,
  body .store-footer li {
    font-size: 13px !important;
  }

  body .store-footer > .container,
  body .store-footer .store-footer__inner + .container {
    padding-top: 15px !important;
    padding-bottom: 17px !important;
  }
}

/* =========================================================
   LA DIVA — FINAL UNIFIED SVG SOCIAL ICONS
   WhatsApp + TikTok + Snapchat + Instagram
   ========================================================= */

/* Remove/hide any remnants from previous footer experiments */
body
.store-footer
.ladiva-footer-contact-icons,

body
.store-footer
.ladiva-footer-contact-extra,

body
.store-footer
.ladiva-footer-social-link,

body
.store-footer
.ladiva-footer-whatsapp-inline,

body
.store-footer
.ladiva-footer-social-row {
  display: none !important;
}


/* Hide Salla's native icons because the JavaScript renders
   one consistent SVG set for all four platforms. */
body
.store-footer
salla-social {
  display: none !important;
}


/* Hide the separate Contact Us / phone column */
body
.store-footer
.store-footer__inner > .container > *:has(
  salla-contacts[data-testid="store-footer-contacts"]
) {
  display: none !important;
}

body
.store-footer
salla-contacts[data-testid="store-footer-contacts"] {
  display: none !important;
}


/* Native LA DIVA social area */
body
.store-footer
.contact-social {
  margin-top: 16px !important;
}


/* =========================================================
   SOCIAL ROW
   ========================================================= */

body
.store-footer
.ladiva-footer-socials {
  width: auto !important;
  max-width: 100% !important;

  margin: 16px 0 0 !important;
  padding: 0 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;

  gap: 10px !important;

  direction: ltr !important;
  line-height: 1 !important;
}


/* =========================================================
   ALL FOUR CIRCLES — EXACT SAME SIZE
   ========================================================= */

body
.store-footer
.ladiva-footer-social-custom {
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;

  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;

  margin: 0 !important;
  padding: 0 !important;

  flex: 0 0 40px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: #764953 !important;
  -webkit-text-fill-color: #764953 !important;

  background: rgba(255, 253, 251, 0.86) !important;
  background-image: none !important;

  border: 1px solid rgba(181, 144, 148, 0.40) !important;
  border-radius: 50% !important;

  box-shadow:
    0 3px 10px rgba(118, 73, 83, 0.045) !important;

  text-decoration: none !important;
  line-height: 1 !important;

  cursor: pointer !important;

  overflow: hidden !important;

  transform: none !important;

  transition:
    color 0.2s ease,
    -webkit-text-fill-color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease !important;
}


/* =========================================================
   ALL FOUR SVGs — SAME SIZE
   ========================================================= */

body
.store-footer
.ladiva-footer-social-custom svg {
  width: 19px !important;
  min-width: 19px !important;
  max-width: 19px !important;

  height: 19px !important;
  min-height: 19px !important;
  max-height: 19px !important;

  margin: 0 !important;
  padding: 0 !important;

  display: block !important;

  color: inherit !important;

  overflow: visible !important;

  transform: none !important;
}


/* Make sure no global footer SVG rule changes the custom icons */
body
.store-footer
.ladiva-footer-social-custom svg path,

body
.store-footer
.ladiva-footer-social-custom svg rect,

body
.store-footer
.ladiva-footer-social-custom svg circle {
  color: inherit !important;
}


/* =========================================================
   SAME HOVER FOR ALL FOUR
   ========================================================= */

body
.store-footer
.ladiva-footer-social-custom:hover {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;

  background: #92656D !important;
  background-image: none !important;

  border-color: #92656D !important;

  box-shadow:
    0 7px 17px rgba(118, 73, 83, 0.16) !important;

  transform: translateY(-2px) !important;
}


/* Prevent the general footer anchor hover rule from overriding these */
body
.store-footer
a.ladiva-footer-social-custom:hover,

body
.store-footer
a.ladiva-footer-social-custom:focus,

body
.store-footer
a.ladiva-footer-social-custom:active {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}


/* Keyboard focus */
body
.store-footer
.ladiva-footer-social-custom:focus-visible {
  outline: 2px solid rgba(146, 101, 109, 0.38) !important;
  outline-offset: 3px !important;
}


/* Press */
body
.store-footer
.ladiva-footer-social-custom:active {
  transform: translateY(0) scale(0.97) !important;
}


/* =========================================================
   MOBILE
   Same circle size for all icons on mobile too.
   ========================================================= */

@media (max-width: 767px) {

  body
  .store-footer
  .ladiva-footer-socials {
    gap: 9px !important;
    flex-wrap: wrap !important;
  }


  body
  .store-footer
  .ladiva-footer-social-custom {
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;

    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;

    flex: 0 0 38px !important;
  }


  body
  .store-footer
  .ladiva-footer-social-custom svg {
    width: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;

    height: 18px !important;
    min-height: 18px !important;
    max-height: 18px !important;
  }
}

/* =========================================================
   LA DIVA — NATIVE SALLA PRODUCTS PAGE
   Added 21 Aug 2026
   Keeps Salla as the source of truth for products, stock,
   pricing, availability, sorting, filters and cart behavior.
   ========================================================= */

/* ---------- Products page canvas ---------- */
body:has(.container--products-list) #main-content {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 6% 2%, rgba(218, 180, 181, .18), transparent 24%),
    radial-gradient(circle at 96% 24%, rgba(218, 199, 181, .22), transparent 26%),
    linear-gradient(180deg, #FAF7F5 0%, #FFFDFB 52%, #FAF7F5 100%) !important;
}

body:has(.container--products-list) #main-content::before {
  content: "";
  position: absolute;
  top: 28px;
  right: -130px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(181, 144, 148, .10);
  border-radius: 50%;
  pointer-events: none;
}

body:has(.container--products-list) .container--breadcrumbs {
  position: relative;
  z-index: 1;
}

body:has(.container--products-list) .container--breadcrumbs .breadcrumbs {
  padding-top: 18px !important;
  padding-bottom: 8px !important;
  color: #8B7378 !important;
  font-size: 12px !important;
}

/* ---------- Main catalogue shell ---------- */
body:has(.container--products-list) .container--products-list {
  position: relative;
  z-index: 1;
  width: min(100%, 1280px) !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding-top: 18px !important;
  padding-bottom: 76px !important;
  gap: 24px;
}

body:has(.container--products-list) .container--products-list > .main-content {
  min-width: 0;
  padding: 30px 30px 34px !important;
  overflow: visible !important;
  background: rgba(255, 253, 251, .88) !important;
  border: 1px solid rgba(181, 144, 148, .19) !important;
  border-radius: 28px !important;
  box-shadow: 0 18px 55px rgba(118, 73, 83, .055) !important;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

/* ---------- Editorial title / toolbar ---------- */
body:has(.container--products-list) .container--products-list > .main-content > div:first-child {
  min-height: 116px;
  margin-bottom: 30px !important;
  padding: 8px 2px 24px;
  align-items: flex-end !important;
  gap: 22px;
  border-bottom: 1px solid rgba(181, 144, 148, .19);
}

body:has(.container--products-list) #page-main-title {
  position: relative;
  max-width: 700px;
  margin: 0 !important;
  padding-top: 31px !important;
  color: #764953 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(34px, 4vw, 48px) !important;
  font-weight: 500 !important;
  line-height: 1.18 !important;
  letter-spacing: -.35px !important;
}

body:has(.container--products-list) #page-main-title::before {
  content: "LA DIVA · COLLECTION";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  color: #A57A84;
  font-family: inherit;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.2px;
  direction: ltr;
  white-space: nowrap;
}

body:has(.container--products-list) #page-main-title::after {
  content: "";
  position: absolute;
  bottom: -13px;
  inset-inline-start: 0;
  width: 52px;
  height: 2px;
  background: linear-gradient(90deg, #B59094, #DAB4B5);
  border-radius: 99px;
}

/* ---------- Sort ---------- */
body:has(.container--products-list) .container--products-list label[for="product-filter"] {
  color: #806A6F !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

body:has(.container--products-list) #product-filter {
  min-width: 185px;
  min-height: 44px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: #65434C !important;
  background-color: #FFFDFB !important;
  border: 1px solid rgba(181, 144, 148, .32) !important;
  border-radius: 999px !important;
  box-shadow: 0 6px 18px rgba(118, 73, 83, .045) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

body:has(.container--products-list) #product-filter:hover,
body:has(.container--products-list) #product-filter:focus {
  background-color: #FFFFFF !important;
  border-color: #B59094 !important;
  box-shadow: 0 8px 22px rgba(118, 73, 83, .075) !important;
  outline: none !important;
}

/* ---------- Filters ---------- */
body:has(.container--products-list) #filters-menu {
  --color-primary: #764953;
  --color-primary-dark: #603942;
  overflow: hidden;
  padding: 8px !important;
  color: #65434C !important;
  background: rgba(255, 253, 251, .92) !important;
  border: 1px solid rgba(181, 144, 148, .20) !important;
  border-radius: 24px !important;
  box-shadow: 0 14px 40px rgba(118, 73, 83, .045) !important;
}

body:has(.container--products-list) .filters-trigger {
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  margin-top: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #764953 !important;
  background: #FFFDFB !important;
  border: 1px solid rgba(181, 144, 148, .30) !important;
  border-radius: 50% !important;
  box-shadow: 0 6px 18px rgba(118, 73, 83, .045) !important;
}

body:has(.container--products-list) .filters-trigger i {
  margin: 0 !important;
  color: #764953 !important;
  font-size: 19px !important;
}

/* ---------- Products list component ---------- */
body:has(.container--products-list) salla-products-list[data-testid="store-products-list"] {
  --color-primary: #764953;
  --color-primary-dark: #603942;
  --color-primary-light: #92656D;
  width: 100%;
  overflow: visible !important;
}

/* Theme Raed custom card: visual treatment only; product logic stays native. */
body:has(.container--products-list) custom-salla-product-card {
  display: block;
  min-width: 0;
}

body:has(.container--products-list) custom-salla-product-card .s-product-card-entry,
body:has(.container--products-list) salla-product-card .s-product-card-entry {
  height: 100%;
  overflow: hidden;
  background: #FFFDFB !important;
  border: 1px solid rgba(181, 144, 148, .16) !important;
  border-radius: 22px !important;
  box-shadow: 0 10px 30px rgba(118, 73, 83, .045) !important;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease !important;
}

@media (hover: hover) {
  body:has(.container--products-list) custom-salla-product-card .s-product-card-entry:hover,
  body:has(.container--products-list) salla-product-card .s-product-card-entry:hover {
    transform: translateY(-5px) !important;
    border-color: rgba(181, 144, 148, .32) !important;
    box-shadow: 0 18px 42px rgba(118, 73, 83, .09) !important;
  }
}

/* Common Raed/Twilight image wrappers across card variants. */
body:has(.container--products-list) custom-salla-product-card .s-product-card-image,
body:has(.container--products-list) custom-salla-product-card [class*="s-product-card-image"],
body:has(.container--products-list) salla-product-card .s-product-card-image,
body:has(.container--products-list) salla-product-card [class*="s-product-card-image"] {
  overflow: hidden !important;
  background: #F3EAE6 !important;
  border-radius: 20px 20px 0 0 !important;
}

body:has(.container--products-list) custom-salla-product-card .s-product-card-image img,
body:has(.container--products-list) custom-salla-product-card [class*="s-product-card-image"] img,
body:has(.container--products-list) salla-product-card .s-product-card-image img,
body:has(.container--products-list) salla-product-card [class*="s-product-card-image"] img {
  transition: transform .42s cubic-bezier(.22,.61,.36,1), filter .42s ease !important;
}

@media (hover: hover) {
  body:has(.container--products-list) custom-salla-product-card .s-product-card-entry:hover .s-product-card-image img,
  body:has(.container--products-list) custom-salla-product-card .s-product-card-entry:hover [class*="s-product-card-image"] img,
  body:has(.container--products-list) salla-product-card .s-product-card-entry:hover .s-product-card-image img,
  body:has(.container--products-list) salla-product-card .s-product-card-entry:hover [class*="s-product-card-image"] img {
    transform: scale(1.035) !important;
  }
}

body:has(.container--products-list) custom-salla-product-card .s-product-card-content,
body:has(.container--products-list) salla-product-card .s-product-card-content {
  padding: 17px 17px 18px !important;
}

body:has(.container--products-list) custom-salla-product-card .s-product-card-content-title,
body:has(.container--products-list) custom-salla-product-card .s-product-card-name,
body:has(.container--products-list) salla-product-card .s-product-card-content-title,
body:has(.container--products-list) salla-product-card .s-product-card-name {
  color: #4D3B3E !important;
  font-size: 15px !important;
  font-weight: 650 !important;
  line-height: 1.7 !important;
}

body:has(.container--products-list) custom-salla-product-card .s-product-card-price,
body:has(.container--products-list) custom-salla-product-card [class*="price"],
body:has(.container--products-list) salla-product-card .s-product-card-price {
  color: #764953 !important;
}

body:has(.container--products-list) custom-salla-product-card .s-product-card-rating,
body:has(.container--products-list) salla-product-card .s-product-card-rating {
  color: #B59094 !important;
}

/* Native add-to-cart controls keep Salla behavior; only brand styling is applied. */
body:has(.container--products-list) custom-salla-product-card salla-add-product-button,
body:has(.container--products-list) custom-salla-product-card salla-button,
body:has(.container--products-list) salla-product-card salla-add-product-button,
body:has(.container--products-list) salla-product-card salla-button {
  --color-primary: #764953;
  --color-primary-dark: #603942;
  --color-primary-light: #92656D;
}

body:has(.container--products-list) custom-salla-product-card .s-product-card-wishlist-btn,
body:has(.container--products-list) custom-salla-product-card [class*="wishlist"],
body:has(.container--products-list) salla-product-card [class*="wishlist"] {
  color: #764953 !important;
}

/* Out-of-stock products remain visible, but visually softened. */
body:has(.container--products-list) .s-product-card-out-of-stock {
  opacity: .82;
}

body:has(.container--products-list) .s-product-card-out-of-stock img {
  filter: saturate(.72) contrast(.96);
}

/* ---------- Empty / loading states ---------- */
body:has(.container--products-list) salla-products-list salla-placeholder,
body:has(.container--products-list) salla-products-list salla-skeleton {
  --color-primary: #B59094;
}

/* ---------- Footer spacing on catalogue ---------- */
body:has(.container--products-list) .store-footer {
  margin-top: 0 !important;
}

/* ---------- Tablet ---------- */
@media (max-width: 1023px) {
  body:has(.container--products-list) .container--products-list {
    gap: 16px;
    padding-top: 12px !important;
    padding-bottom: 58px !important;
  }

  body:has(.container--products-list) .container--products-list > .main-content {
    padding: 24px 22px 28px !important;
    border-radius: 24px !important;
  }

  body:has(.container--products-list) #filters-menu {
    border-radius: 20px !important;
  }
}

/* ---------- Mobile ---------- */
@media (max-width: 767px) {
  body:has(.container--products-list) #main-content::before {
    top: 40px;
    right: -190px;
    width: 310px;
    height: 310px;
  }

  body:has(.container--products-list) .container--breadcrumbs .breadcrumbs {
    padding-top: 12px !important;
    padding-bottom: 4px !important;
  }

  body:has(.container--products-list) .container--products-list {
    padding-top: 8px !important;
    padding-bottom: 44px !important;
  }

  body:has(.container--products-list) .container--products-list > .main-content {
    padding: 20px 14px 22px !important;
    border-radius: 20px !important;
  }

  body:has(.container--products-list) .container--products-list > .main-content > div:first-child {
    min-height: 0;
    margin-bottom: 22px !important;
    padding: 3px 2px 18px;
    align-items: flex-end !important;
    gap: 12px;
  }

  body:has(.container--products-list) #page-main-title {
    padding-top: 25px !important;
    font-size: clamp(28px, 8.5vw, 36px) !important;
  }

  body:has(.container--products-list) #page-main-title::before {
    font-size: 9px;
    letter-spacing: 2.4px;
  }

  body:has(.container--products-list) #page-main-title::after {
    bottom: -10px;
    width: 42px;
  }

  body:has(.container--products-list) #product-filter {
    width: 132px;
    min-width: 132px;
    min-height: 42px;
    font-size: 11px !important;
  }

  body:has(.container--products-list) .filters-trigger {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
  }

  body:has(.container--products-list) custom-salla-product-card .s-product-card-entry,
  body:has(.container--products-list) salla-product-card .s-product-card-entry {
    border-radius: 17px !important;
  }

  body:has(.container--products-list) custom-salla-product-card .s-product-card-image,
  body:has(.container--products-list) custom-salla-product-card [class*="s-product-card-image"],
  body:has(.container--products-list) salla-product-card .s-product-card-image,
  body:has(.container--products-list) salla-product-card [class*="s-product-card-image"] {
    border-radius: 16px 16px 0 0 !important;
  }

  body:has(.container--products-list) custom-salla-product-card .s-product-card-content,
  body:has(.container--products-list) salla-product-card .s-product-card-content {
    padding: 13px 12px 14px !important;
  }

  body:has(.container--products-list) custom-salla-product-card .s-product-card-content-title,
  body:has(.container--products-list) custom-salla-product-card .s-product-card-name,
  body:has(.container--products-list) salla-product-card .s-product-card-content-title,
  body:has(.container--products-list) salla-product-card .s-product-card-name {
    font-size: 13px !important;
    line-height: 1.55 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body:has(.container--products-list) custom-salla-product-card *,
  body:has(.container--products-list) salla-product-card * {
    transition-duration: .01ms !important;
  }
}

/* =========================================================
   LA DIVA — PRODUCTS BOUTIQUE V2 OVERRIDES
   21 Aug 2026
   Editorial / boutique treatment for the native Salla list.
   ========================================================= */

/* Keep the catalogue open and airy rather than inside one large card. */
body:has(.container--products-list) .container--products-list > .main-content {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Editorial catalogue header */
body:has(.container--products-list) .container--products-list > .main-content > div:first-child {
  position: relative;
  min-height: 154px;
  margin-bottom: 34px !important;
  padding: 34px 38px 31px !important;
  overflow: hidden;
  align-items: flex-end !important;
  background:
    radial-gradient(circle at 8% 18%, rgba(218,180,181,.22), transparent 28%),
    radial-gradient(circle at 94% 82%, rgba(218,199,181,.28), transparent 30%),
    linear-gradient(135deg, rgba(255,253,251,.97), rgba(248,243,239,.96));
  border: 1px solid rgba(181,144,148,.20) !important;
  border-radius: 26px !important;
  box-shadow: 0 16px 44px rgba(118,73,83,.055);
}

body:has(.container--products-list) .container--products-list > .main-content > div:first-child::after {
  content: "";
  position: absolute;
  inset-inline-end: -45px;
  top: -76px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(181,144,148,.12);
  border-radius: 50%;
  pointer-events: none;
}

body:has(.container--products-list) #page-main-title {
  padding-top: 35px !important;
  color: #764953 !important;
  font-family: inherit !important;
  font-size: clamp(36px, 4.1vw, 52px) !important;
  font-weight: 600 !important;
  line-height: 1.22 !important;
  letter-spacing: -.35px !important;
}

body:has(.container--products-list) #page-main-title::before {
  content: "LA DIVA  ·  COLLECTION";
  color: #A57A84;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 4px;
}

body:has(.container--products-list) #page-main-title::after {
  bottom: -12px;
  width: 58px;
  height: 1px;
  background: #B59094;
}

/* Toolbar feels like controls, not form fields. */
body:has(.container--products-list) #product-filter {
  min-width: 190px;
  min-height: 46px;
  padding-inline: 18px 38px !important;
  background: rgba(255,255,255,.82) !important;
  border: 1px solid rgba(181,144,148,.28) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-size: 12px !important;
}

body:has(.container--products-list) .filters-trigger {
  width: 46px !important;
  min-width: 46px !important;
  height: 46px !important;
  background: rgba(255,255,255,.82) !important;
  border-color: rgba(181,144,148,.28) !important;
  box-shadow: none !important;
}

/* Filter sidebar */
body:has(.container--products-list) #filters-menu {
  padding: 14px !important;
  background: rgba(255,253,251,.96) !important;
  border: 1px solid rgba(181,144,148,.18) !important;
  border-radius: 22px !important;
  box-shadow: 0 12px 34px rgba(118,73,83,.045) !important;
}

/* Product cards: fashion editorial — image first, very light framing. */
body:has(.container--products-list) custom-salla-product-card .s-product-card-entry,
body:has(.container--products-list) salla-product-card .s-product-card-entry {
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

body:has(.container--products-list) custom-salla-product-card .s-product-card-image,
body:has(.container--products-list) custom-salla-product-card [class*="s-product-card-image"],
body:has(.container--products-list) salla-product-card .s-product-card-image,
body:has(.container--products-list) salla-product-card [class*="s-product-card-image"] {
  aspect-ratio: 4 / 5 !important;
  overflow: hidden !important;
  background: #F2E8E4 !important;
  border: 1px solid rgba(181,144,148,.13) !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 28px rgba(118,73,83,.055) !important;
}

body:has(.container--products-list) custom-salla-product-card .s-product-card-image img,
body:has(.container--products-list) custom-salla-product-card [class*="s-product-card-image"] img,
body:has(.container--products-list) salla-product-card .s-product-card-image img,
body:has(.container--products-list) salla-product-card [class*="s-product-card-image"] img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

@media (hover: hover) {
  body:has(.container--products-list) custom-salla-product-card .s-product-card-entry:hover,
  body:has(.container--products-list) salla-product-card .s-product-card-entry:hover {
    transform: none !important;
    box-shadow: none !important;
  }

  body:has(.container--products-list) custom-salla-product-card .s-product-card-entry:hover .s-product-card-image,
  body:has(.container--products-list) salla-product-card .s-product-card-entry:hover .s-product-card-image {
    border-color: rgba(181,144,148,.30) !important;
    box-shadow: 0 15px 34px rgba(118,73,83,.085) !important;
  }

  body:has(.container--products-list) custom-salla-product-card .s-product-card-entry:hover .s-product-card-image img,
  body:has(.container--products-list) custom-salla-product-card .s-product-card-entry:hover [class*="s-product-card-image"] img,
  body:has(.container--products-list) salla-product-card .s-product-card-entry:hover .s-product-card-image img,
  body:has(.container--products-list) salla-product-card .s-product-card-entry:hover [class*="s-product-card-image"] img {
    transform: scale(1.025) !important;
  }
}

body:has(.container--products-list) custom-salla-product-card .s-product-card-content,
body:has(.container--products-list) salla-product-card .s-product-card-content {
  padding: 15px 3px 24px !important;
}

body:has(.container--products-list) custom-salla-product-card .s-product-card-content-title,
body:has(.container--products-list) custom-salla-product-card .s-product-card-name,
body:has(.container--products-list) salla-product-card .s-product-card-content-title,
body:has(.container--products-list) salla-product-card .s-product-card-name {
  color: #4D3B3E !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.65 !important;
}

body:has(.container--products-list) custom-salla-product-card .s-product-card-price,
body:has(.container--products-list) custom-salla-product-card [class*="price"],
body:has(.container--products-list) salla-product-card .s-product-card-price {
  color: #764953 !important;
  font-weight: 700 !important;
}

/* Make product action styling feel quieter and premium. */
body:has(.container--products-list) custom-salla-product-card salla-add-product-button,
body:has(.container--products-list) custom-salla-product-card salla-button,
body:has(.container--products-list) salla-product-card salla-add-product-button,
body:has(.container--products-list) salla-product-card salla-button {
  --color-primary: #8E5E69;
  --color-primary-dark: #764953;
  --color-primary-light: #B59094;
}

/* Desktop spacing */
@media (min-width: 1024px) {
  body:has(.container--products-list) .container--products-list {
    gap: 30px !important;
  }
}

/* Mobile: compact header and fashion-grid cards. */
@media (max-width: 767px) {
  body:has(.container--products-list) .container--products-list > .main-content {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body:has(.container--products-list) .container--products-list > .main-content > div:first-child {
    min-height: 138px;
    margin-bottom: 24px !important;
    padding: 27px 18px 24px !important;
    align-items: flex-end !important;
    border-radius: 20px !important;
  }

  body:has(.container--products-list) #page-main-title {
    padding-top: 30px !important;
    font-size: clamp(30px, 9vw, 39px) !important;
  }

  body:has(.container--products-list) #page-main-title::before {
    font-size: 8px;
    letter-spacing: 2.5px;
  }

  body:has(.container--products-list) #product-filter {
    width: 122px;
    min-width: 122px;
    min-height: 42px;
    padding-inline: 12px 28px !important;
    font-size: 10px !important;
  }

  body:has(.container--products-list) .filters-trigger {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
  }

  body:has(.container--products-list) custom-salla-product-card .s-product-card-image,
  body:has(.container--products-list) custom-salla-product-card [class*="s-product-card-image"],
  body:has(.container--products-list) salla-product-card .s-product-card-image,
  body:has(.container--products-list) salla-product-card [class*="s-product-card-image"] {
    border-radius: 16px !important;
  }

  body:has(.container--products-list) custom-salla-product-card .s-product-card-content,
  body:has(.container--products-list) salla-product-card .s-product-card-content {
    padding: 11px 2px 18px !important;
  }

  body:has(.container--products-list) custom-salla-product-card .s-product-card-content-title,
  body:has(.container--products-list) custom-salla-product-card .s-product-card-name,
  body:has(.container--products-list) salla-product-card .s-product-card-content-title,
  body:has(.container--products-list) salla-product-card .s-product-card-name {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }
}