.maya-header[data-maya-header-variant="sticky_dark"] .maya-logo strong,
.maya-header[data-maya-header-variant="fixed_neon"] .maya-logo strong,
.maya-header[data-maya-header-variant="countdown_top"] .maya-logo strong {
  letter-spacing: .08em;
  text-transform: uppercase;
}

.maya-header[data-maya-header-variant="fixed_neon"] {
  box-shadow: 0 0 0 1px rgba(236, 72, 153, .2), 0 12px 48px rgba(236,72,153,.12);
}

.maya-header[data-maya-header-variant="fixed_neon"] .maya-header__meta .maya-chip,
.maya-header[data-maya-header-variant="fixed_neon"] .maya-nav__link:hover {
  border-color: rgba(236,72,153,.35);
  box-shadow: 0 0 0 1px rgba(236,72,153,.16) inset;
}

.maya-header[data-maya-header-variant="bold_split"] .maya-header__main {
  grid-template-columns: auto minmax(220px, 1fr) minmax(280px, 1.3fr) auto;
}

.maya-header[data-maya-header-variant="bold_split"] .maya-header__main,
.maya-header[data-maya-header-variant="bold_split"] .maya-header__meta,
.maya-header[data-maya-header-variant="bold_split"] .maya-header__nav-wrap {
  position: relative;
}

.maya-header[data-maya-header-variant="bold_split"] .maya-header__main:before {
  content: '';
  position: absolute;
  inset: 10px 38% 10px 58%;
  border-radius: 14px;
  background: linear-gradient(120deg, rgba(249,115,22,.14), rgba(249,115,22,.02));
  pointer-events: none;
}

.maya-header[data-maya-header-variant="countdown_top"] .maya-header__main {
  box-shadow: inset 0 -1px 0 rgba(250,204,21,.18);
}

.maya-footer[data-maya-footer-variant="club_lead"] {
  position: relative;
}

.maya-footer[data-maya-footer-variant="club_lead"]:before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle at center, rgba(139,92,246,.18), transparent 72%);
  pointer-events: none;
}

.maya-footer[data-maya-footer-variant="tech_b2b"] .maya-footer__payments span,
.maya-footer[data-maya-footer-variant="minimal_dark"] .maya-footer__payments span,
.maya-footer[data-maya-footer-variant="compact_dark"] .maya-footer__payments span {
  border-color: rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
}

.maya-footer[data-maya-footer-variant="journal"] .maya-footer-lead__copy {
  background: linear-gradient(165deg, rgba(249,115,22,.12), rgba(255,255,255,.75));
}

.maya-footer[data-maya-footer-variant="luxury_columns"] .maya-footer__grid {
  gap: 20px;
}

.maya-footer[data-maya-footer-variant="luxury_columns"] h4,
.maya-footer[data-maya-footer-variant="editorial"] h4 {
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: 15px;
}

/* Seasonal overlays (auto/manual from Maya settings) */
body.maya-season-black_friday { --maya-accent:#e11d48; }
body.maya-season-cyber_monday { --maya-accent:#06b6d4; }
body.maya-season-natale { --maya-accent:#b91c1c; }
body.maya-season-san_valentino { --maya-accent:#e11d88; }
body.maya-season-pasqua { --maya-accent:#16a34a; }
body.maya-season-estate { --maya-accent:#f97316; }
body.maya-season-black_friday .maya-utility-bar{background-image:linear-gradient(90deg,rgba(225,29,72,.18),transparent 45%)}
body.maya-season-cyber_monday .maya-utility-bar{background-image:linear-gradient(90deg,rgba(6,182,212,.18),transparent 45%)}
body.maya-season-natale .maya-utility-bar{background-image:linear-gradient(90deg,rgba(185,28,28,.18),transparent 45%)}
body.maya-season-san_valentino .maya-utility-bar{background-image:linear-gradient(90deg,rgba(225,29,136,.18),transparent 45%)}
body.maya-season-pasqua .maya-utility-bar{background-image:linear-gradient(90deg,rgba(22,163,74,.18),transparent 45%)}
body.maya-season-estate .maya-utility-bar{background-image:linear-gradient(90deg,rgba(249,115,22,.18),transparent 45%)}

/* ===== Home modular blocks: full support on maya20 ===== */
body.maya-theme-maya20 .maya-home-products-feature .maya-section__title,
body.maya-theme-maya20 .maya-home-products-feature .maya-section__subtitle {
  color: #0f172a;
}

body.maya-theme-maya20 .maya-fashion-hero {
  padding: 10px 0 16px;
}
body.maya-theme-maya20 .maya-fashion-hero__shell {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  min-height: var(--maya-fashion-hero-height, clamp(360px, 52vw, 620px));
  height: var(--maya-fashion-hero-height, clamp(360px, 52vw, 620px));
  box-shadow: 0 24px 50px rgba(15, 23, 42, .2);
}
body.maya-theme-maya20 .maya-fashion-hero__slides,
body.maya-theme-maya20 .maya-fashion-hero__slide {
  position: absolute;
  inset: 0;
}
body.maya-theme-maya20 .maya-fashion-hero__slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity .45s ease;
}
body.maya-theme-maya20 .maya-fashion-hero__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
body.maya-theme-maya20 .maya-fashion-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
body.maya-theme-maya20 .maya-fashion-hero__overlay {
  position: absolute;
  inset: 0;
  background: transparent;
}
body.maya-theme-maya20 .maya-fashion-hero__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(620px, 82%);
  z-index: 2;
  display: grid;
  gap: 10px;
}
body.maya-theme-maya20 .maya-fashion-hero__content--left { text-align: left; }
body.maya-theme-maya20 .maya-fashion-hero__content--right { text-align: right; }
body.maya-theme-maya20 .maya-fashion-hero__badge {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  border: 1px solid rgba(255,255,255,.58);
  background: rgba(15, 23, 42, .5);
  color: #fff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  padding: 6px 12px;
}
body.maya-theme-maya20 .maya-fashion-hero__content--right .maya-fashion-hero__badge { justify-self: end; }
body.maya-theme-maya20 .maya-fashion-hero__content h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 3.6vw, 3rem);
  line-height: 1.05;
}
body.maya-theme-maya20 .maya-fashion-hero__title-link {
  color: inherit;
  text-decoration: none;
}
body.maya-theme-maya20 .maya-fashion-hero__title-link:hover { text-decoration: underline; }
body.maya-theme-maya20 .maya-fashion-hero__content p {
  margin: 0;
  color: rgba(241, 245, 249, .96);
  font-size: clamp(1rem, 1.8vw, 1.3rem);
}
body.maya-theme-maya20 .maya-fashion-hero__content .maya-btn {
  justify-self: start;
  border-radius: 999px;
}
body.maya-theme-maya20 .maya-fashion-hero__content--right .maya-btn { justify-self: end; }
body.maya-theme-maya20 .maya-fashion-hero__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.34);
  background: rgba(15,23,42,.45);
  color: #fff;
}
body.maya-theme-maya20 .maya-fashion-hero__arrow.is-prev { left: 12px; }
body.maya-theme-maya20 .maya-fashion-hero__arrow.is-next { right: 12px; }
body.maya-theme-maya20 .maya-fashion-hero__dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: inline-flex;
  gap: 8px;
  z-index: 4;
}
body.maya-theme-maya20 .maya-fashion-hero__dot {
  width: 34px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.42);
}
body.maya-theme-maya20 .maya-fashion-hero__dot.is-active {
  background: #fff;
}

body.maya-theme-maya20 .maya-amelia-parallax-slider {
  margin: 18px 0;
}
body.maya-theme-maya20 .maya-amelia-parallax-slider__outer {
  width: var(--maya-amelia-parallax-width, 100%);
  max-width: 100%;
}
body.maya-theme-maya20 .maya-amelia-parallax-slider__inner {
  position: relative;
  min-height: var(--maya-amelia-parallax-height, 420px);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.28);
  box-shadow: 0 20px 50px rgba(2, 6, 23, 0.28);
}
body.maya-theme-maya20 .maya-amelia-parallax-slider__track {
  position: relative;
  min-height: inherit;
}
body.maya-theme-maya20 .maya-amelia-parallax-slider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}
body.maya-theme-maya20 .maya-amelia-parallax-slider__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
body.maya-theme-maya20 .maya-amelia-parallax-slider__bg,
body.maya-theme-maya20 .maya-amelia-parallax-slider__overlay {
  position: absolute;
  inset: 0;
}
body.maya-theme-maya20 .maya-amelia-parallax-slider__bg {
  background-size: cover;
  background-position: center;
}
body.maya-theme-maya20 .maya-amelia-parallax-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(2, 6, 23, 0.56);
  color: #fff;
  z-index: 3;
}
body.maya-theme-maya20 .maya-amelia-parallax-slider__nav--prev { left: 14px; }
body.maya-theme-maya20 .maya-amelia-parallax-slider__nav--next { right: 14px; }
body.maya-theme-maya20 .maya-amelia-parallax-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 3;
}
body.maya-theme-maya20 .maya-amelia-parallax-slider__dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.5);
}
body.maya-theme-maya20 .maya-amelia-parallax-slider__dot.is-active {
  background: #22c55e;
}

body.maya-theme-maya20 .maya-home-parallax-focus .maya-amelia-parallax-slider__inner {
  border-radius: 20px;
  overflow: hidden;
}
body.maya-theme-maya20 .maya-home-parallax-focus__content {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: min(620px, 82%);
  display: grid;
  gap: 10px;
}
body.maya-theme-maya20 .maya-home-parallax-focus__content--left { text-align: left; }
body.maya-theme-maya20 .maya-home-parallax-focus__content--center { text-align: center; }
body.maya-theme-maya20 .maya-home-parallax-focus__content--right { text-align: right; }
body.maya-theme-maya20 .maya-home-parallax-focus__content h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.7rem, 3.4vw, 2.8rem);
}
body.maya-theme-maya20 .maya-home-parallax-focus__content p {
  margin: 0;
  color: rgba(241,245,249,.95);
}
body.maya-theme-maya20 .maya-home-parallax-focus__content .maya-btn,
body.maya-theme-maya20 .maya-home-parallax-focus__content .maya-amelia-parallax-slider__btn {
  border-radius: 999px;
  justify-self: start;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 11px 18px;
  background: #16a34a;
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
}
body.maya-theme-maya20 .maya-home-parallax-focus__content--center .maya-btn,
body.maya-theme-maya20 .maya-home-parallax-focus__content--center .maya-amelia-parallax-slider__btn { justify-self: center; }
body.maya-theme-maya20 .maya-home-parallax-focus__content--right .maya-btn,
body.maya-theme-maya20 .maya-home-parallax-focus__content--right .maya-amelia-parallax-slider__btn { justify-self: end; }

body.maya-theme-maya20 .maya-home-style-mosaic {
  padding: 14px 0 20px;
}
body.maya-theme-maya20 .maya-home-style-mosaic__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
body.maya-theme-maya20 .maya-home-style-mosaic__head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.45rem, 2.5vw, 2.2rem);
}
body.maya-theme-maya20 .maya-home-style-mosaic__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.maya-theme-maya20 .maya-home-style-mosaic__stats span {
  border: 1px solid rgba(15,23,42,.12);
  background: #fff;
  border-radius: 999px;
  padding: 7px 12px;
  color: #0f172a;
  font-size: 12px;
}
body.maya-theme-maya20 .maya-home-style-mosaic__grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  grid-template-areas:
    "main promo"
    "left right";
  gap: 12px;
}
body.maya-theme-maya20 .maya-home-style-mosaic__card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  min-height: 260px;
  box-shadow: 0 14px 30px rgba(15,23,42,.14);
}
body.maya-theme-maya20 .maya-home-style-mosaic__card--main { grid-area: main; min-height: 410px; }
body.maya-theme-maya20 .maya-home-style-mosaic__card--promo { grid-area: promo; min-height: 410px; }
body.maya-theme-maya20 .maya-home-style-mosaic__card--left { grid-area: left; }
body.maya-theme-maya20 .maya-home-style-mosaic__card--right { grid-area: right; }
body.maya-theme-maya20 .maya-home-style-mosaic__media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform .45s ease;
}
body.maya-theme-maya20 .maya-home-style-mosaic__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2,6,23,.14), rgba(2,6,23,.62));
  z-index: 1;
}
body.maya-theme-maya20 .maya-home-style-mosaic__overlay-link {
  position: absolute;
  inset: 0;
  text-decoration: none;
  z-index: 3;
}
body.maya-theme-maya20 .maya-home-style-mosaic__overlay-pos {
  position: absolute;
  transform: translate(-50%, -50%);
  width: min(92%, 520px);
  display: grid;
  gap: 6px;
}
body.maya-theme-maya20 .maya-home-style-mosaic__overlay-link strong {
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 1.9rem);
  line-height: 1.12;
}
body.maya-theme-maya20 .maya-home-style-mosaic__overlay-link span {
  color: rgba(255,255,255,.94);
  font-size: 15px;
  font-weight: 700;
}
body.maya-theme-maya20 .maya-home-style-mosaic__promo-box {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  width: min(calc(100% - 40px), 420px);
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.32);
  background: linear-gradient(180deg, rgba(59,130,246,.9), rgba(29,78,216,.84));
  color: #fff;
  text-decoration: none;
  z-index: 3;
  padding: 22px;
  text-align: center;
  display: grid;
  gap: 8px;
}
body.maya-theme-maya20 .maya-home-style-mosaic__promo-box h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 2.05rem);
}
body.maya-theme-maya20 .maya-home-style-mosaic__promo-box p {
  margin: 0;
  color: rgba(248,250,252,.95);
}
body.maya-theme-maya20 .maya-home-style-mosaic__promo-box span {
  display: inline-flex;
  justify-self: center;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 700;
}
body.maya-theme-maya20 .maya-home-style-mosaic__card:hover .maya-home-style-mosaic__media {
  transform: scale(1.06);
}

body.maya-theme-maya20 .maya-home-video-showcase {
  padding: 16px 0 22px;
}
body.maya-theme-maya20 .maya-home-video-showcase__head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.45rem, 2.5vw, 2.2rem);
}
body.maya-theme-maya20 .maya-home-video-showcase__head p {
  margin: 8px 0 0;
  color: #334155;
}
body.maya-theme-maya20 .maya-home-video-showcase__switches {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}
body.maya-theme-maya20 .maya-home-video-showcase__switch {
  border: 1px solid rgba(15,23,42,.2);
  background: #fff;
  color: #0f172a;
  border-radius: 999px;
  min-height: 42px;
}
body.maya-theme-maya20 .maya-home-video-showcase__switch.is-active {
  background: #0f172a;
  border-color: #0f172a;
  color: #fff;
}
body.maya-theme-maya20 .maya-home-video-showcase__stage {
  position: relative;
  min-height: clamp(260px, 48vw, 520px);
  border-radius: 18px;
  overflow: hidden;
}
body.maya-theme-maya20 .maya-home-video-showcase__panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}
body.maya-theme-maya20 .maya-home-video-showcase__panel.is-active {
  opacity: 1;
  pointer-events: auto;
}
body.maya-theme-maya20 .maya-home-video-showcase__media-trigger {
  position: absolute;
  inset: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
body.maya-theme-maya20 .maya-home-video-showcase__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #0f172a center/cover no-repeat;
}
body.maya-theme-maya20 .maya-home-video-showcase__play {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(15,23,42,.64);
  border: 1px solid rgba(255,255,255,.4);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  pointer-events: none;
}
body.maya-theme-maya20 .maya-home-video-showcase__overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}
body.maya-theme-maya20 .maya-home-video-showcase__copy {
  position: absolute;
  left: 18%;
  top: 72%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: min(92%, 540px);
  color: #fff;
  display: grid;
  gap: 8px;
}
body.maya-theme-maya20 .maya-home-video-showcase__copy h3 {
  margin: 0;
  font-size: clamp(1.3rem, 2.5vw, 2.2rem);
}
body.maya-theme-maya20 .maya-home-video-showcase__copy p {
  margin: 0;
  color: rgba(241,245,249,.95);
}
body.maya-theme-maya20 .maya-home-video-showcase__thumbs {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
body.maya-theme-maya20 .maya-home-video-showcase__thumb {
  border: 1px solid rgba(15,23,42,.16);
  border-radius: 12px;
  background: #fff;
  padding: 8px;
  display: grid;
  gap: 7px;
  color: #0f172a;
  position: relative;
  overflow: hidden;
}
body.maya-theme-maya20 .maya-home-video-showcase__thumb.is-active {
  border-color: #1d4ed8;
  box-shadow: 0 0 0 1px rgba(29,78,216,.14) inset;
}
body.maya-theme-maya20 .maya-home-video-showcase__thumb-media {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
  background: #e2e8f0 center/cover no-repeat;
}
body.maya-theme-maya20 .maya-home-video-showcase__thumb-play {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(15,23,42,.74);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  pointer-events: none;
}
body.maya-theme-maya20 .maya-home-video-showcase__thumb-label {
  font-size: 12px;
  font-weight: 700;
}

body.maya-theme-maya20 .maya-home-image-hotspots {
  padding: 14px 0 20px;
}
body.maya-theme-maya20 .maya-home-image-hotspots__head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.45rem, 2.5vw, 2.2rem);
}
body.maya-theme-maya20 .maya-home-image-hotspots__head p {
  margin: 8px 0 0;
  color: #334155;
}
body.maya-theme-maya20 .maya-home-image-hotspots__scene {
  position: relative;
  margin-top: 10px;
  min-height: var(--maya-hotspots-height, 520px);
  border-radius: 18px;
  overflow: hidden;
  background: #0f172a center/cover no-repeat;
}
body.maya-theme-maya20 .maya-home-image-hotspots__overlay {
  position: absolute;
  inset: 0;
  background: var(--maya-hotspots-overlay, linear-gradient(135deg, rgba(8,10,16,.45), rgba(8,10,16,.2)));
}
body.maya-theme-maya20 .maya-home-image-hotspots__point {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.72);
  background: rgba(30,64,175,.84);
  transform: translate(-50%, -50%);
  z-index: 3;
}
body.maya-theme-maya20 .maya-home-image-hotspots__point span { display: none; }
body.maya-theme-maya20 .maya-home-image-hotspots__point::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 999px;
  animation: mayaPulse 1.9s ease-out infinite;
}
body.maya-theme-maya20 .maya-home-image-hotspots__point.is-active {
  background: rgba(37,99,235,.95);
}
body.maya-theme-maya20 .maya-home-image-hotspots__card {
  position: absolute;
  width: min(86vw, 320px);
  transform: translate(-50%, calc(-100% - 14px));
  background: rgba(15,23,42,.92);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 14px;
  overflow: hidden;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
  z-index: 4;
}
body.maya-theme-maya20 .maya-home-image-hotspots__card.is-active {
  opacity: 1;
  pointer-events: auto;
}
body.maya-theme-maya20 .maya-home-image-hotspots__card-image img {
  width: 100%;
  height: auto;
  display: block;
}
body.maya-theme-maya20 .maya-home-image-hotspots__card-copy {
  padding: 10px 12px 12px;
  display: grid;
  gap: 6px;
}
body.maya-theme-maya20 .maya-home-image-hotspots__card-copy h3 {
  margin: 0;
  font-size: 15px;
}
body.maya-theme-maya20 .maya-home-image-hotspots__card-copy p {
  margin: 0;
  color: rgba(241,245,249,.92);
  font-size: 13px;
}
body.maya-theme-maya20 .maya-home-image-hotspots__card-copy .maya-btn {
  justify-self: start;
}

@keyframes mayaPulse {
  0% { transform: scale(.92); opacity: .8; }
  100% { transform: scale(1.4); opacity: 0; }
}

@media (max-width: 980px) {
  body.maya-theme-maya20 .maya-home-style-mosaic__grid {
    grid-template-columns: 1fr;
    grid-template-areas: "main" "promo" "left" "right";
  }
  body.maya-theme-maya20 .maya-home-video-showcase__switches,
  body.maya-theme-maya20 .maya-home-video-showcase__thumbs {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  body.maya-theme-maya20 .maya-fashion-hero__content,
  body.maya-theme-maya20 .maya-fashion-hero__content--left,
  body.maya-theme-maya20 .maya-fashion-hero__content--right {
    left: 18px !important;
    right: 18px !important;
    top: auto !important;
    bottom: 62px !important;
    transform: none !important;
    width: auto !important;
    text-align: left;
  }
  body.maya-theme-maya20 .maya-home-parallax-focus__content {
    left: 18px !important;
    right: 18px !important;
    top: auto !important;
    bottom: 22px !important;
    transform: none !important;
    width: auto !important;
    text-align: left;
  }
  body.maya-theme-maya20 .maya-home-video-showcase__copy {
    left: 16px !important;
    top: auto !important;
    bottom: 14px !important;
    transform: none !important;
    width: calc(100% - 32px);
  }
  body.maya-theme-maya20 .maya-home-image-hotspots__scene {
    min-height: 420px;
  }
  body.maya-theme-maya20 .maya-home-image-hotspots__card {
    width: min(92vw, 320px);
  }
}

/* ------------------------------------------------------------------
   Deluxe mega menu parity (Amelia style) for Maya20
   ------------------------------------------------------------------ */
body.maya-theme-maya20 .maya-header .maya-nav__item > .maya-nav__link {
  font-family: var(--maya-font-heading), "Playfair Display", serif;
  font-weight: 600;
  letter-spacing: .02em;
}
body.maya-theme-maya20 .maya-header .maya-nav--rail {
  gap: 10px;
}
body.maya-theme-maya20 .maya-header .maya-nav__rail-btn {
  border-color: rgba(255,255,255,.24);
  background: rgba(7,11,20,.84);
  color: #f8f9ff;
}
body.maya-theme-maya20 .maya-header .maya-nav__rail-btn:not([disabled]):hover {
  background: rgba(255,255,255,.14);
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe {
  min-width: 980px;
  max-width: min(95vw, 1180px);
  padding: 18px;
  border-radius: 16px;
  background:
    radial-gradient(1200px 420px at 10% 50%, rgba(112, 27, 176, .24), transparent 45%),
    radial-gradient(900px 380px at 72% 42%, rgba(0, 96, 212, .16), transparent 50%),
    linear-gradient(180deg, rgba(5, 7, 18, .98), rgba(6, 8, 16, .98)) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  box-shadow: 0 24px 58px rgba(0,0,0,.52);
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe.maya-nav__mega--fullscreen {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  border-radius: 0 0 18px 18px;
  padding: 18px 0;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe.maya-nav__mega--fullscreen .maya-nav__adeluxe-grid {
  width: min(1680px, calc(100vw - 64px));
  margin: 0 auto;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-grid {
  display: grid;
  grid-template-columns: minmax(210px, 250px) minmax(540px, 1fr) minmax(230px, 270px);
  gap: 14px;
  align-items: start;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-left h4,
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-center h4,
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-right h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-family: var(--maya-font-heading), "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: .03em;
  color: #f8f9ff;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-center-panels { position: relative; }
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-pane { display: none; }
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-pane.is-active { display: block; }
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-cats {
  margin: 0;
  padding: 0 6px 0 0;
  list-style: none;
  display: grid;
  gap: 6px;
  max-height: 330px;
  overflow: auto;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-cats a {
  display: block;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 9px 10px;
  color: #eceefe;
  font-size: 13px;
  line-height: 1.35;
  font-family: var(--maya-font-body), "Manrope", sans-serif;
  background: transparent;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-cats a.is-active,
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-cats a:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.18);
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-viewall,
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-more {
  margin-top: 12px;
  display: inline-flex;
  text-decoration: none;
  color: #45b4ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-products--center {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-right {
  display: grid;
  align-content: start;
  gap: 10px;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-banners,
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-video-stack {
  grid-template-columns: 1fr;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-video-stack {
  display: grid;
  gap: 10px;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-video-card {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  min-height: 134px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  text-decoration: none;
  color: #fff;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-video-card-media {
  position: absolute;
  inset: 0;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-video-card--placeholder {
  display: grid;
  place-items: center;
  min-height: 134px;
  color: rgba(255,255,255,.74);
  font-weight: 700;
  letter-spacing: .02em;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-video-card .maya-nav__adeluxe-video-copy {
  left: 10px;
  right: 10px;
  bottom: 10px;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-video-card .maya-nav__adeluxe-video-copy strong {
  font-size: 12px;
  -webkit-line-clamp: 2;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-video-rotator {
  border-color: rgba(255,255,255,.2);
  background: rgba(255,255,255,.06);
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-video-shade {
  background: transparent;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-video-copy small {
  color: rgba(212,245,255,.95);
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-video-copy strong {
  color: #ffffff;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-video-dot {
  background: rgba(255,255,255,.5);
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-video-dot.is-active {
  background: #45b4ff;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-products--right { grid-template-columns: 1fr; }
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-product {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 9px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  padding: 9px;
  min-height: 92px;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-product--compact {
  grid-template-columns: 72px minmax(0, 1fr);
  min-height: 82px;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-product-thumb {
  width: 100%;
  height: 74px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  background: rgba(255,255,255,.08);
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-product--compact .maya-nav__adeluxe-product-thumb { height: 64px; }
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-product-copy {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 4px;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-product-title {
  text-decoration: none;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1.25;
  font-family: var(--maya-font-body), "Manrope", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-product-price {
  color: #d4f5ff;
  font-weight: 700;
  font-size: 12px;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-product-qb {
  justify-self: start;
  border: 1px solid rgba(211,0,255,.5);
  background: linear-gradient(135deg, #d300ff, #7a00ff);
  color: #fff;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 10px;
  white-space: nowrap;
  text-decoration: none;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-product-qb:hover { filter: brightness(1.07); }
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-cat-card {
  display: grid;
  grid-template-rows: 92px auto;
  gap: 6px;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  padding: 7px;
  color: #fff;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-cat-card-thumb {
  border-radius: 8px;
  overflow: hidden;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-cat-card-thumb img {
  width: 100%;
  height: 92px;
  object-fit: cover;
  display: block;
}
body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-cat-card-name {
  display: block;
  font-size: 13px;
  line-height: 1.3;
}
@media (max-width: 1460px) {
  body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-grid {
    grid-template-columns: minmax(196px, 236px) minmax(500px, 1fr) minmax(212px, 244px);
    gap: 12px;
  }
}
@media (max-width: 1300px) {
  body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-grid {
    grid-template-columns: minmax(188px, 220px) minmax(440px, 1fr) minmax(198px, 230px);
  }
  body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-products--center {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1160px) {
  body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-grid {
    grid-template-columns: minmax(180px, 210px) minmax(420px, 1fr) minmax(188px, 214px);
  }
  body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-banners > :nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 1060px) {
  body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-grid {
    grid-template-columns: minmax(176px, 208px) minmax(420px, 1fr);
  }
  body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-right {
    display: none;
  }
  body.maya-theme-maya20 .maya-header .maya-nav__adeluxe-products--center {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1190px) {
  body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe { min-width: 860px; }
  body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe.maya-nav__mega--fullscreen .maya-nav__adeluxe-grid {
    width: min(1540px, calc(100vw - 42px));
  }
}

/* ------------------------------------------------------------------
   Dynamic MegaMenu Builder (portal + templates)
   ------------------------------------------------------------------ */
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe {
  --maya-mm-surface: linear-gradient(180deg, rgba(5, 7, 18, .98), rgba(6, 8, 16, .98));
  --maya-mm-border: rgba(255,255,255,.16);
  --maya-mm-title: #f8f9ff;
  --maya-mm-copy: #e2e8f0;
  --maya-mm-muted: #b7c3d6;
  --maya-mm-link: #45b4ff;
  --maya-mm-card-bg: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  --maya-mm-card-border: rgba(255,255,255,.16);
  --maya-mm-card-hover: rgba(255,255,255,.11);
  --maya-mm-btn-bg: linear-gradient(135deg, #d300ff, #7a00ff);
  --maya-mm-btn-border: rgba(211,0,255,.5);
  --maya-mm-btn-color: #ffffff;
  --maya-mm-pill-bg: rgba(255,255,255,.1);
  --maya-mm-pill-border: rgba(255,255,255,.2);
  --maya-mm-pill-color: #eef3ff;
  --maya-mm-fallback: #e5e7eb;
  --maya-mm-fallback-bg: rgba(255,255,255,.07);
  --maya-mm-card-radius: 12px;
  color: var(--maya-mm-text, var(--maya-mm-copy));
  background: var(--maya-mm-bg, var(--maya-mm-surface)) !important;
  border-color: var(--maya-mm-border) !important;
  font-family: var(--maya-mm-font, var(--maya-font-body), "Manrope", sans-serif);
  font-size: var(--maya-mm-font-size, 14px);
}
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--portal {
  z-index: 2147478950 !important;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe.maya-nav__mega--fullscreen,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe.maya-nav__mega--fullscreen {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  box-sizing: border-box;
  border-radius: 0 0 18px 18px;
  padding: 16px 0 18px;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe.maya-nav__mega--fullscreen .maya-nav__adeluxe-grid,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe.maya-nav__mega--fullscreen .maya-nav__adeluxe-grid {
  width: min(1720px, calc(100vw - 48px));
  max-width: calc(100vw - 48px);
  margin: 0 auto;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe.maya-nav__mega--template-black,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe.maya-nav__mega--template-black {
  --maya-mm-surface:
    radial-gradient(1200px 420px at 10% 50%, rgba(112, 27, 176, .24), transparent 45%),
    radial-gradient(900px 380px at 72% 42%, rgba(0, 96, 212, .16), transparent 50%),
    linear-gradient(180deg, rgba(5, 7, 18, .98), rgba(6, 8, 16, .98));
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe.maya-nav__mega--template-white,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe.maya-nav__mega--template-white {
  --maya-mm-surface: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.98));
  --maya-mm-border: rgba(15,23,42,.14);
  --maya-mm-title: #0f172a;
  --maya-mm-copy: #1f2937;
  --maya-mm-muted: #64748b;
  --maya-mm-link: #2563eb;
  --maya-mm-card-bg: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.98));
  --maya-mm-card-border: rgba(148,163,184,.3);
  --maya-mm-card-hover: rgba(241,245,249,.95);
  --maya-mm-btn-bg: linear-gradient(135deg, #0f172a, #334155);
  --maya-mm-btn-border: rgba(15,23,42,.34);
  --maya-mm-pill-bg: rgba(15,23,42,.06);
  --maya-mm-pill-border: rgba(148,163,184,.34);
  --maya-mm-pill-color: #1e293b;
  --maya-mm-fallback: #64748b;
  --maya-mm-fallback-bg: rgba(148,163,184,.12);
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe.maya-nav__mega--template-new,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe.maya-nav__mega--template-new {
  --maya-mm-surface:
    radial-gradient(1200px 380px at 15% 32%, rgba(59,130,246,.12), transparent 54%),
    radial-gradient(920px 340px at 88% 72%, rgba(14,165,233,.09), transparent 52%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,252,.98));
  --maya-mm-border: rgba(203,213,225,.72);
  --maya-mm-title: #0f172a;
  --maya-mm-copy: #1f2937;
  --maya-mm-muted: #64748b;
  --maya-mm-link: #0ea5e9;
  --maya-mm-card-bg: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.98));
  --maya-mm-card-border: rgba(203,213,225,.66);
  --maya-mm-card-hover: rgba(241,245,249,.94);
  --maya-mm-btn-bg: linear-gradient(135deg, #1d4ed8, #0284c7);
  --maya-mm-btn-border: rgba(14,116,196,.42);
  --maya-mm-pill-bg: rgba(15,23,42,.04);
  --maya-mm-pill-border: rgba(148,163,184,.3);
  --maya-mm-pill-color: #334155;
  --maya-mm-fallback: #64748b;
  --maya-mm-fallback-bg: rgba(148,163,184,.12);
  --maya-mm-card-radius: 16px;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-grid,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-grid {
  display: grid;
  grid-template-columns: minmax(190px, 250px) minmax(0, 1fr) minmax(250px, 340px);
  gap: 14px;
  align-items: start;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-grid.maya-nav__adeluxe-grid--no-left,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-grid.maya-nav__adeluxe-grid--no-left {
  grid-template-columns: minmax(0, 1fr) minmax(250px, 340px);
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-grid.maya-nav__adeluxe-grid--no-right,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-grid.maya-nav__adeluxe-grid--no-right {
  grid-template-columns: minmax(190px, 250px) minmax(0, 1fr);
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-grid.maya-nav__adeluxe-grid--no-left.maya-nav__adeluxe-grid--no-right,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-grid.maya-nav__adeluxe-grid--no-left.maya-nav__adeluxe-grid--no-right {
  grid-template-columns: minmax(0, 1fr);
}
body.maya-theme-maya20 .maya-nav__mega--amelia-deluxe[style*="--maya-mm-max-height"] .maya-nav__adeluxe-grid {
  max-height: var(--maya-mm-max-height);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
  scrollbar-width: thin;
}
body.maya-theme-maya20 .maya-nav__mega--amelia-deluxe[style*="--maya-mm-max-height"] .maya-nav__adeluxe-grid::-webkit-scrollbar {
  width: 8px;
}
body.maya-theme-maya20 .maya-nav__mega--amelia-deluxe[style*="--maya-mm-max-height"] .maya-nav__adeluxe-grid::-webkit-scrollbar-thumb {
  background: rgba(148,163,184,.48);
  border-radius: 999px;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-left h4,
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-center h4,
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-right h4,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-left h4,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-center h4,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-right h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-family: var(--maya-font-heading), "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: .03em;
  color: var(--maya-mm-title);
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-cats,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-cats {
  margin: 0;
  padding: 0 6px 0 0;
  list-style: none;
  display: grid;
  gap: 6px;
  max-height: 360px;
  overflow: auto;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-cats a,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-cats a {
  display: block;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 9px 10px;
  color: var(--maya-mm-copy);
  font-size: 13px;
  line-height: 1.35;
  background: transparent;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-cats a.is-active,
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-cats a:hover,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-cats a.is-active,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-cats a:hover {
  background: var(--maya-mm-pill-bg);
  border-color: var(--maya-mm-pill-border);
  color: var(--maya-mm-title);
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-viewall,
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-more,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-viewall,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-more {
  margin-top: 12px;
  display: inline-flex;
  text-decoration: none;
  color: var(--maya-mm-link);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-center-panels,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-center-panels {
  position: relative;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-pane,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-pane {
  display: none;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-pane.is-active,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-pane.is-active {
  display: block;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-products,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-products {
  display: grid;
  gap: 10px;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-products--center,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-products--center {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
body.maya-theme-maya20 .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-products--center.maya-nav__adeluxe-products--cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
body.maya-theme-maya20 .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-products--center.maya-nav__adeluxe-products--cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
body.maya-theme-maya20 .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-products--center.maya-nav__adeluxe-products--cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
body.maya-theme-maya20 .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-products--center.maya-nav__adeluxe-products--cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
body.maya-theme-maya20 .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-products--center.maya-nav__adeluxe-products--cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 9px;
  border-radius: var(--maya-mm-card-radius);
  border: 1px solid var(--maya-mm-card-border);
  background: var(--maya-mm-card-bg);
  padding: 9px;
  min-height: 94px;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product:hover,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product:hover {
  background: var(--maya-mm-card-hover);
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product--compact,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product--compact {
  grid-template-columns: 72px minmax(0, 1fr);
  min-height: 82px;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-thumb,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-thumb {
  width: 100%;
  height: 74px;
  border-radius: var(--maya-mm-thumb-radius, 10px);
  overflow: hidden;
  display: block;
  background: rgba(255,255,255,.08);
  border: var(--maya-mm-thumb-border-width, 1px) solid var(--maya-mm-thumb-border-color, var(--maya-mm-card-border));
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product--compact .maya-nav__adeluxe-product-thumb,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product--compact .maya-nav__adeluxe-product-thumb { height: 64px; }
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-thumb img,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-copy,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-copy {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 4px;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-badges,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-badges {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 16px;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-badge,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1.2;
  text-transform: uppercase;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-badge.is-top,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-badge.is-top {
  background: rgba(14, 165, 233, .18);
  color: #0ea5e9;
  border-color: rgba(14, 165, 233, .38);
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-badge.is-new,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-badge.is-new {
  background: rgba(34, 197, 94, .18);
  color: #22c55e;
  border-color: rgba(34, 197, 94, .38);
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-badge.is-low,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-badge.is-low {
  background: rgba(245, 158, 11, .2);
  color: #f59e0b;
  border-color: rgba(245, 158, 11, .42);
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-badge.is-offer,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-badge.is-offer {
  background: rgba(239, 68, 68, .2);
  color: #ef4444;
  border-color: rgba(239, 68, 68, .44);
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-title,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-title {
  text-decoration: none;
  color: var(--maya-mm-title) !important;
  font-size: 14px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-price,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-price {
  color: var(--maya-mm-muted);
  font-weight: 700;
  font-size: 12px;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-qb,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-qb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--maya-mm-btn-border);
  background: var(--maya-mm-btn-bg);
  color: var(--maya-mm-btn-color);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 10px;
  white-space: nowrap;
  text-decoration: none;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-actions,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-fastbuy,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-fastbuy {
  appearance: none;
  border: 1px solid var(--maya-mm-pill-border);
  background: rgba(255,255,255,.92);
  color: #0f172a;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 10px;
  white-space: nowrap;
  cursor: pointer;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-fastbuy:hover,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-fastbuy:hover {
  transform: translateY(-1px);
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-fastbuy[disabled],
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-fastbuy[disabled],
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-fastbuy[aria-disabled="true"],
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-fastbuy[aria-disabled="true"] {
  opacity: .55;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product--placeholder,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product--placeholder {
  grid-template-columns: 1fr;
  min-height: 120px;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-right,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-right {
  display: grid;
  align-content: start;
  gap: 10px;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-grid,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
body.maya-theme-maya20 .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-grid--cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
body.maya-theme-maya20 .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-grid--cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe.maya-nav__mega--layout-media .maya-nav__adeluxe-media-mode,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe.maya-nav__mega--layout-media .maya-nav__adeluxe-media-mode {
  display: grid;
  gap: 12px;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe.maya-nav__mega--layout-media .maya-nav__adeluxe-media-mode h4,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe.maya-nav__mega--layout-media .maya-nav__adeluxe-media-mode h4 {
  margin: 0;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe.maya-nav__mega--layout-media .maya-nav__adeluxe-media-mode-grid,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe.maya-nav__mega--layout-media .maya-nav__adeluxe-media-mode-grid {
  display: grid;
  gap: 10px;
  align-items: stretch;
  grid-auto-rows: 1fr;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-tile,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-tile {
  position: relative;
  border-radius: var(--maya-mm-thumb-radius, 12px);
  overflow: hidden;
  border: var(--maya-mm-thumb-border-width, 1px) solid var(--maya-mm-thumb-border-color, var(--maya-mm-card-border));
  background: var(--maya-mm-card-bg);
  min-height: 140px;
  height: max(140px, calc((var(--maya-mm-menu-height, 620px) - ((var(--maya-mm-media-rows, 1) - 1) * 10px)) / var(--maya-mm-media-rows, 1)));
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-bg,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-bg {
  position: absolute;
  inset: 0;
  display: block;
  background: #020617;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-bg img,
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-video,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-bg img,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  border: 0;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-video--iframe,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-video--iframe {
  pointer-events: none;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-shade,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-shade {
  position: absolute;
  inset: 0;
  background: transparent;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-copy,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-copy {
  position: absolute;
  transform: translate(-50%, -50%);
  max-width: 84%;
  display: grid;
  gap: 6px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(2,6,23,.45);
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-copy small,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-copy small {
  font-size: 12px;
  line-height: 1.35;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-copy strong,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-copy strong {
  font-size: 18px;
  line-height: 1.2;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-btn,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(255,255,255,.95);
  color: #0f172a;
  text-decoration: none;
  width: fit-content;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-tile--placeholder,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-tile--placeholder {
  display: grid;
  place-items: center;
  color: var(--maya-mm-fallback);
  background: var(--maya-mm-fallback-bg);
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-card,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-card {
  position: relative;
  display: block;
  min-height: 136px;
  border-radius: var(--maya-mm-thumb-radius, 12px);
  overflow: hidden;
  border: var(--maya-mm-thumb-border-width, 1px) solid var(--maya-mm-thumb-border-color, var(--maya-mm-card-border));
  background: var(--maya-mm-card-bg);
  text-decoration: none;
  color: var(--maya-mm-title);
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-card-media,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-card-media {
  position: absolute;
  inset: 0;
  display: block;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-card-media img,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-card--placeholder,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-card--placeholder {
  display: grid;
  place-items: center;
  color: var(--maya-mm-fallback);
  background: var(--maya-mm-fallback-bg);
  font-weight: 700;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-video-copy,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-video-copy {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  display: grid;
  gap: 4px;
  text-shadow: 0 8px 18px rgba(0,0,0,.42);
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-video-copy small,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-video-copy small {
  color: var(--maya-mm-link);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-video-copy strong,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-video-copy strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe.maya-nav__mega--template-white .maya-nav__adeluxe-video-copy strong,
body.maya-theme-maya20 .maya-header .maya-nav__mega--amelia-deluxe.maya-nav__mega--template-new .maya-nav__adeluxe-video-copy strong,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe.maya-nav__mega--template-white .maya-nav__adeluxe-video-copy strong,
body.maya-theme-maya20 .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe.maya-nav__mega--template-new .maya-nav__adeluxe-video-copy strong {
  color: #ffffff;
}
@media (max-width: 1500px) {
  body.maya-theme-maya20 .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-grid {
    grid-template-columns: minmax(184px, 232px) minmax(0, 1fr) minmax(222px, 296px);
    gap: 12px;
  }
  body.maya-theme-maya20 .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-products--center.maya-nav__adeluxe-products--cols-5 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1280px) {
  body.maya-theme-maya20 .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-grid {
    grid-template-columns: minmax(176px, 220px) minmax(0, 1fr) minmax(210px, 260px);
  }
  body.maya-theme-maya20 .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-products--center.maya-nav__adeluxe-products--cols-4,
  body.maya-theme-maya20 .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-products--center.maya-nav__adeluxe-products--cols-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1140px) {
  body.maya-theme-maya20 .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-grid,
  body.maya-theme-maya20 .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-grid.maya-nav__adeluxe-grid--no-left {
    grid-template-columns: minmax(0, 1fr);
  }
  body.maya-theme-maya20 .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-left {
    display: none;
  }
  body.maya-theme-maya20 .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-right {
    display: none;
  }
  body.maya-theme-maya20 .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-products--center.maya-nav__adeluxe-products--cols-3,
  body.maya-theme-maya20 .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-products--center.maya-nav__adeluxe-products--cols-4,
  body.maya-theme-maya20 .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-products--center.maya-nav__adeluxe-products--cols-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  body.maya-theme-maya20 .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-products--center {
    grid-template-columns: 1fr !important;
  }
}

/* ------------------------------------------------------------------
   Amazon Type One
   ------------------------------------------------------------------ */
body.maya-theme-maya20 .maya-amazon-type-one {
  --maya-ato-panel-bg: linear-gradient(180deg, #eef5cc 0%, #e8f2bc 100%);
  --maya-ato-panel-border: rgba(148, 163, 184, .28);
  --maya-ato-card-bg: rgba(255,255,255,.88);
  --maya-ato-card-border: rgba(148, 163, 184, .26);
  --maya-ato-title: #0f172a;
  --maya-ato-subtitle: #1e293b;
  --maya-ato-price: #0f172a;
  --maya-ato-shadow: 0 16px 30px rgba(2, 6, 23, .10);
  --maya-ato-badge-fg: #ffffff;
}
body.maya-theme-maya20 .maya-amazon-type-one .maya-section__head {
  margin-bottom: 14px;
}
body.maya-theme-maya20 .maya-amazon-type-one__rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(290px, 340px);
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
}
body.maya-theme-maya20 .maya-amazon-type-one__rail::-webkit-scrollbar {
  height: 10px;
}
body.maya-theme-maya20 .maya-amazon-type-one__rail::-webkit-scrollbar-thumb {
  background: rgba(148, 163, 184, .44);
  border-radius: 999px;
}
body.maya-theme-maya20 .maya-amazon-type-one__panel {
  scroll-snap-align: start;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 10px;
  border-radius: 16px;
  border: 1px solid var(--maya-ato-panel-border);
  background: var(--maya-ato-panel-bg);
  box-shadow: var(--maya-ato-shadow);
  padding: 14px;
  min-height: 390px;
}
body.maya-theme-maya20 .maya-amazon-type-one__head {
  display: grid;
  gap: 5px;
}
body.maya-theme-maya20 .maya-amazon-type-one__title {
  margin: 0;
  color: var(--maya-ato-title);
  line-height: 1.02;
  letter-spacing: -.01em;
  font-weight: 900;
}
body.maya-theme-maya20 .maya-amazon-type-one__subtitle {
  margin: 0;
  color: var(--maya-ato-subtitle);
  font-size: 14px;
  line-height: 1.35;
}
body.maya-theme-maya20 .maya-amazon-type-one__label {
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  background: var(--maya-ato-badge, #0ea5e9);
  color: var(--maya-ato-badge-fg);
}
body.maya-theme-maya20 .maya-amazon-type-one__products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-content: start;
}
body.maya-theme-maya20 .maya-amazon-type-one__product {
  display: grid;
  gap: 7px;
  border-radius: 10px;
  padding: 8px;
  border: 1px solid var(--maya-ato-card-border);
  background: var(--maya-ato-card-bg);
  text-decoration: none;
  color: inherit;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
body.maya-theme-maya20 .maya-amazon-type-one__product:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(2,6,23,.16);
  border-color: rgba(59,130,246,.42);
}
body.maya-theme-maya20 .maya-amazon-type-one__thumb {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  height: 106px;
  background: #fff;
}
body.maya-theme-maya20 .maya-amazon-type-one__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
body.maya-theme-maya20 .maya-amazon-type-one__copy {
  display: grid;
  gap: 5px;
}
body.maya-theme-maya20 .maya-amazon-type-one__copy strong {
  color: var(--maya-ato-title);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.maya-theme-maya20 .maya-amazon-type-one__price {
  color: var(--maya-ato-price);
  font-size: 14px;
  font-weight: 800;
}
@media (max-width: 900px) {
  body.maya-theme-maya20 .maya-amazon-type-one__rail {
    grid-auto-columns: minmax(280px, 86vw);
  }
}
@media (max-width: 560px) {
  body.maya-theme-maya20 .maya-amazon-type-one__products {
    grid-template-columns: 1fr;
  }
}

/* Amazon-style side drawer: text-only navigation */
.maya-amazon-drawer{display:inline-flex;align-items:center;position:relative;z-index:80;font-family:Arial,Helvetica,sans-serif}.maya-amazon-drawer__trigger{appearance:none;border:0;background:#232f3e;color:#fff;display:inline-flex;align-items:center;gap:9px;height:44px;padding:0 14px;border-radius:0;font-size:14px;font-weight:800;cursor:pointer}.maya-amazon-drawer__trigger:hover{background:#2f3f52}.maya-amazon-drawer__hamburger{width:18px;display:grid;gap:4px}.maya-amazon-drawer__hamburger span{display:block;height:2px;background:#fff;border-radius:999px}.maya-amazon-drawer__layer[hidden]{display:none!important}.maya-amazon-drawer__layer{position:fixed;inset:0;z-index:99990;display:block}.maya-amazon-drawer__backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.72);cursor:pointer}.maya-amazon-drawer__panel{position:absolute;left:0;top:0;bottom:0;width:min(390px,calc(100vw - 48px));background:#fff;color:#111827;box-shadow:8px 0 28px rgba(0,0,0,.32);overflow:hidden;transform:translateX(-102%);transition:transform .22s ease;display:flex;flex-direction:column}.maya-amazon-drawer.is-open .maya-amazon-drawer__panel{transform:translateX(0)}.maya-amazon-drawer__hello{height:50px;background:#232f3e;color:#fff;display:flex;align-items:center;gap:12px;padding:0 36px 0 36px;font-size:19px;line-height:1}.maya-amazon-drawer__hello i{font-size:27px}.maya-amazon-drawer__close{position:absolute;left:calc(100% + 8px);top:8px;width:40px;height:40px;border:1px solid rgba(255,255,255,.65);border-radius:4px;background:rgba(0,0,0,.18);color:#fff;font-size:30px;line-height:1;display:grid;place-items:center;cursor:pointer}.maya-amazon-drawer__views{position:relative;flex:1;overflow:hidden;background:#fff}.maya-amazon-drawer__view{position:absolute;inset:0;overflow:auto;background:#fff;transform:translateX(100%);transition:transform .22s ease}.maya-amazon-drawer__view.is-active{transform:translateX(0)}.maya-amazon-drawer__view.is-left{transform:translateX(-100%)}.maya-amazon-drawer__section{border-bottom:1px solid #d5dbdb;padding:16px 0}.maya-amazon-drawer__section h3{margin:0 0 7px;padding:0 36px;color:#111;font-size:20px;font-weight:800;line-height:1.2}.maya-amazon-drawer__section--sub{border-bottom:0;padding-top:14px}.maya-amazon-drawer__item{min-height:48px;padding:0 28px 0 36px;display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;border:0;background:#fff;color:#374151;text-decoration:none;text-align:left;font-size:15px;font-weight:600;line-height:1.25;cursor:pointer}.maya-amazon-drawer__item:hover,.maya-amazon-drawer__item:focus{background:#eaeded;color:#111;outline:none}.maya-amazon-drawer__item i{color:#879596;font-size:20px}.maya-amazon-drawer__item--child{min-height:38px;padding-left:54px;font-size:14px;font-weight:500;color:#4b5563}.maya-amazon-drawer__empty{display:block;padding:12px 36px;color:#64748b;font-size:14px}.maya-amazon-drawer__backlink{height:54px;width:100%;display:flex;align-items:center;gap:14px;border:0;border-bottom:1px solid #d5dbdb;background:#fff;color:#111;padding:0 36px;font-size:14px;font-weight:900;cursor:pointer}.maya-amazon-drawer__backlink i{font-size:18px;color:#879596}.maya-amazon-drawer__backlink:hover{background:#eaeded}.maya-amazon-drawer-open{overflow:hidden}.maya-header__nav-wrap:has(.maya-amazon-drawer){padding-top:0;padding-bottom:0;background:#232f3e}.maya-header__nav-wrap:has(.maya-amazon-drawer) .maya-container{display:flex}.maya-theme-silamp .maya-header__nav-wrap:has(.maya-amazon-drawer),body.maya-theme-silamp .maya-header__nav-wrap:has(.maya-amazon-drawer){background:#232f3e}@media(max-width:700px){.maya-amazon-drawer__trigger span:last-child{display:none}.maya-amazon-drawer__panel{width:min(390px,calc(100vw - 28px))}.maya-amazon-drawer__close{left:auto;right:8px;background:transparent;border:0}.maya-amazon-drawer__hello{padding-right:54px}}

/* Chiarilu editorial modules */
.maya-chiarilu-service{background:#e6e9ee;padding:64px 36px 58px;color:#020617}.maya-chiarilu-service__head{text-align:center;margin:0 auto 28px;display:grid;gap:12px}.maya-chiarilu-service__head span{font-size:14px;letter-spacing:.03em;text-transform:uppercase;font-weight:700}.maya-chiarilu-service__head h2{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(34px,4vw,54px);font-weight:500;line-height:1.05}.maya-chiarilu-service__grid{max-width:1860px;margin:0 auto;display:grid;grid-template-columns:minmax(280px,520px) minmax(0,1fr);gap:18px;align-items:center}.maya-chiarilu-service__copy{padding:20px 4px 20px 4px;display:grid;gap:16px}.maya-chiarilu-service__copy h3{margin:0 0 4px;font-size:clamp(20px,1.8vw,28px);line-height:1.45;font-weight:800}.maya-chiarilu-service__copy p{margin:0;font-size:17px;line-height:1.62;max-width:620px}.maya-chiarilu-service__button{margin-top:12px;display:inline-flex;align-items:center;justify-content:center;min-height:54px;border:1.5px solid #111;border-radius:999px;padding:0 34px;color:#111;text-decoration:none;font-weight:800;transition:background .18s ease,color .18s ease}.maya-chiarilu-service__button:hover{background:#111;color:#fff}.maya-chiarilu-service__media{display:block;min-height:420px;overflow:hidden;text-decoration:none;background:#d9dde3}.maya-chiarilu-service__media img{width:100%;height:100%;min-height:clamp(440px,52vw,920px);display:block;object-fit:cover}.maya-shop-by-style{background:#fff;padding:70px 0 72px;color:#080808;overflow:hidden}.maya-shop-by-style__head{text-align:center;display:grid;gap:16px;margin:0 0 34px}.maya-shop-by-style__head h2{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(34px,3vw,52px);font-weight:500}.maya-shop-by-style__head a{color:#111;text-decoration:none;font-size:17px}.maya-shop-by-style__rail{display:flex;gap:36px;overflow-x:auto;scroll-snap-type:x proximity;padding:0 0 10px;scrollbar-width:thin}.maya-shop-by-style__item{flex:0 0 clamp(260px,25vw,470px);display:grid;gap:16px;text-align:center;color:#111;text-decoration:underline;text-underline-offset:3px;scroll-snap-align:center}.maya-shop-by-style__photo{display:block;height:clamp(330px,38vw,590px);overflow:hidden;background:#eef1f5}.maya-shop-by-style__photo img{width:100%;height:100%;display:block;object-fit:cover}.maya-shop-by-style__item strong{font-family:Georgia,'Times New Roman',serif;font-size:clamp(21px,1.8vw,32px);font-weight:500}.maya-theme-chiarilu .maya-product-shelf{background:#e6e9ee;padding-top:44px;padding-bottom:46px}.maya-theme-chiarilu .maya-product-shelf .maya-section__title{font-family:Georgia,'Times New Roman',serif;font-size:clamp(30px,2.6vw,46px);font-weight:500;text-align:center}.maya-theme-chiarilu .maya-product-card{background:#fff;border:0;border-radius:8px;box-shadow:none}.maya-theme-chiarilu .maya-product-card__media,.maya-theme-chiarilu .maya-card__media{background:#eef1f5}@media(max-width:900px){.maya-chiarilu-service{padding:44px 18px}.maya-chiarilu-service__grid{grid-template-columns:1fr}.maya-chiarilu-service__media img{min-height:360px}.maya-shop-by-style__rail{gap:18px;padding-left:18px;padding-right:18px}.maya-shop-by-style__item{flex-basis:78vw}}

/* Refinements: drawer outside transformed headers, fixed-height Chiarilu module, no-scrollbar Shop by Style carousel. */
.maya-amazon-drawer__layer.is-open .maya-amazon-drawer__panel{transform:translateX(0)}
.maya-amazon-drawer__layer{width:100vw;height:100vh}
.maya-header__side-drawer-slot{display:flex;align-items:center;flex:0 0 auto;margin:0 10px 0 4px}
.maya-header__side-drawer-slot .maya-amazon-drawer__trigger{height:42px;white-space:nowrap}
.maya-chiarilu-service__grid{min-height:var(--maya-chiarilu-service-height,720px)}
.maya-chiarilu-service__media{height:var(--maya-chiarilu-service-height,720px);min-height:0}
.maya-chiarilu-service__media img{height:100%;min-height:0}
.maya-shop-by-style__rail{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;padding:18px max(24px,8vw) 24px;gap:44px}
.maya-shop-by-style__rail::-webkit-scrollbar{display:none}
.maya-shop-by-style__item{flex-basis:clamp(240px,24vw,430px);text-decoration:none;transform:scale(.9);opacity:.72;transition:transform .32s ease,opacity .32s ease}
.maya-shop-by-style__item.is-active{transform:scale(1.08);opacity:1;z-index:2}
.maya-shop-by-style__item small{display:block;margin-top:-8px;color:#64748b;font-size:14px;line-height:1.35;text-decoration:none}
@media(max-width:900px){.maya-shop-by-style__item{flex-basis:76vw}.maya-shop-by-style__item.is-active{transform:scale(1.02)}.maya-chiarilu-service__grid{min-height:auto}.maya-chiarilu-service__media{height:min(var(--maya-chiarilu-service-height,520px),70vh)}}
