:root {
  --amelia-bg: #050505;
  --amelia-card: #111111;
  --amelia-text: #ffffff;
  --amelia-muted: #9aa0aa;
  --amelia-border: rgba(255, 255, 255, 0.14);
  --amelia-neon: #d300ff;
  --amelia-gold: #c5a059;
}

/* ------------------------------------------------------------------
   Amelia Mega Menu Editorial + Home Fixed/Parallax banners
   ------------------------------------------------------------------ */
body.maya-theme-ameliastella .amelia-header .maya-nav__mega--editorial {
  min-width: 940px;
  max-width: min(96vw, 1240px);
  border-radius: 20px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(8, 8, 12, 0.99), rgba(5, 6, 11, 0.99)) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.55);
}

body.maya-theme-ameliastella .amelia-header .maya-nav__mega-shell {
  gap: 16px;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__mega-cats,
body.maya-theme-ameliastella .amelia-header .maya-nav__mega-product {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__mega-cats {
  padding: 12px;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__mega-cats-head h4,
body.maya-theme-ameliastella .amelia-header .maya-nav__mega-cats-head a {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__mega-cats-head a {
  font-size: 11px;
  opacity: .9;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__mega-cat-col a {
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(255, 255, 255, 0.14);
  color: #f6f7ff !important;
  font-size: 13px;
  font-weight: 600;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__mega-cat-col a:hover {
  background: rgba(211, 0, 255, 0.2);
  border-color: rgba(211, 0, 255, 0.64);
}

body.maya-theme-ameliastella .amelia-header .maya-nav__mega-product {
  grid-template-columns: 82px minmax(0, 1fr);
  padding: 8px;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__mega-product-title,
body.maya-theme-ameliastella .amelia-header .maya-nav__mega-product-price-now {
  color: #ffffff !important;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__mega-product-price-old {
  color: #d3d5e6 !important;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__mega-product-qb {
  background: linear-gradient(135deg, #d300ff, #7a00ff);
  border-color: rgba(211, 0, 255, 0.62);
  color: #fff;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__mega-product-link {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
  color: #f8f8ff;
}

body.maya-theme-ameliastella .maya-amelia-home-fixed-banner,
body.maya-theme-ameliastella .maya-amelia-parallax-slider {
  margin: 18px 0;
}

body.maya-theme-ameliastella .maya-amelia-home-fixed-banner__outer {
  width: var(--maya-amelia-fixed-width, 100%);
  max-width: 100%;
}

body.maya-theme-ameliastella .maya-amelia-parallax-slider__outer {
  width: var(--maya-amelia-parallax-width, 100%);
  max-width: 100%;
}

body.maya-theme-ameliastella .maya-amelia-home-fixed-banner__inner,
body.maya-theme-ameliastella .maya-amelia-parallax-slider__inner {
  position: relative;
  min-height: var(--maya-amelia-fixed-height, 360px);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.42);
}

body.maya-theme-ameliastella .maya-amelia-home-fixed-banner__bg,
body.maya-theme-ameliastella .maya-amelia-home-fixed-banner__overlay,
body.maya-theme-ameliastella .maya-amelia-home-fixed-banner__layer,
body.maya-theme-ameliastella .maya-amelia-parallax-slider__bg,
body.maya-theme-ameliastella .maya-amelia-parallax-slider__overlay,
body.maya-theme-ameliastella .maya-amelia-parallax-slider__layer {
  position: absolute;
  inset: 0;
}

body.maya-theme-ameliastella .maya-amelia-home-fixed-banner__bg,
body.maya-theme-ameliastella .maya-amelia-parallax-slider__bg {
  background-size: cover;
  background-position: center;
}

body.maya-theme-ameliastella .maya-amelia-home-fixed-banner__text,
body.maya-theme-ameliastella .maya-amelia-parallax-slider__text {
  position: absolute;
  max-width: min(88%, 820px);
  margin: 0;
  line-height: 1.08;
  letter-spacing: -.015em;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.5);
}

body.maya-theme-ameliastella .maya-amelia-home-fixed-banner__btn,
body.maya-theme-ameliastella .maya-amelia-parallax-slider__btn {
  position: absolute;
  text-decoration: none;
  border-radius: 999px;
  padding: 11px 16px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}

body.maya-theme-ameliastella .maya-amelia-home-fixed-banner__btn--primary,
body.maya-theme-ameliastella .maya-amelia-parallax-slider__btn--primary {
  background: linear-gradient(135deg, #d300ff, #7a00ff);
  border-color: rgba(211, 0, 255, 0.62);
  color: #fff;
}

body.maya-theme-ameliastella .maya-amelia-home-fixed-banner__btn--ghost,
body.maya-theme-ameliastella .maya-amelia-parallax-slider__btn--ghost {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.44);
  color: #fff;
  backdrop-filter: blur(5px);
}

body.maya-theme-ameliastella .maya-amelia-home-fixed-banner__btn--dark,
body.maya-theme-ameliastella .maya-amelia-parallax-slider__btn--dark {
  background: rgba(5, 6, 11, 0.88);
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}

body.maya-theme-ameliastella .is-anim-fade-up { animation: ameliaBannerFadeUp .55s ease both; }
body.maya-theme-ameliastella .is-anim-fade-in { animation: ameliaBannerFadeIn .55s ease both; }
body.maya-theme-ameliastella .is-anim-slide-left { animation: ameliaBannerSlideLeft .55s ease both; }
body.maya-theme-ameliastella .is-anim-slide-right { animation: ameliaBannerSlideRight .55s ease both; }
body.maya-theme-ameliastella .is-anim-off { animation: none; }

@keyframes ameliaBannerFadeUp { from { opacity: 0; transform: translate3d(0, 14px, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes ameliaBannerFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes ameliaBannerSlideLeft { from { opacity: 0; transform: translate3d(18px, 0, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes ameliaBannerSlideRight { from { opacity: 0; transform: translate3d(-18px, 0, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }

body.maya-theme-ameliastella .maya-amelia-parallax-slider__inner {
  min-height: var(--maya-amelia-parallax-height, 420px);
}

body.maya-theme-ameliastella .maya-amelia-parallax-slider__track {
  position: relative;
  min-height: inherit;
}

body.maya-theme-ameliastella .maya-amelia-parallax-slider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .36s ease;
}

body.maya-theme-ameliastella .maya-amelia-parallax-slider__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

body.maya-theme-ameliastella .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.38);
  background: rgba(8, 8, 12, 0.6);
  color: #fff;
  z-index: 3;
}

body.maya-theme-ameliastella .maya-amelia-parallax-slider__nav--prev { left: 14px; }
body.maya-theme-ameliastella .maya-amelia-parallax-slider__nav--next { right: 14px; }

body.maya-theme-ameliastella .maya-amelia-parallax-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 3;
}

body.maya-theme-ameliastella .maya-amelia-parallax-slider__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.5);
}

body.maya-theme-ameliastella .maya-amelia-parallax-slider__dot.is-active {
  background: #d300ff;
}

body.maya-theme-ameliastella .maya-home-parallax-focus .maya-amelia-parallax-slider__inner {
  border-radius: 24px;
  min-height: var(--maya-amelia-parallax-height, 420px);
}

body.maya-theme-ameliastella .maya-home-parallax-focus__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 22px;
}

body.maya-theme-ameliastella .maya-home-parallax-focus__content h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 56px);
  line-height: 1.06;
  color: #fff;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.58);
}

body.maya-theme-ameliastella .maya-home-parallax-focus__content p {
  margin: 14px 0 0;
  max-width: min(92%, 860px);
  font-size: clamp(15px, 1.8vw, 22px);
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.52);
}

body.maya-theme-ameliastella .maya-home-parallax-focus__content .maya-amelia-parallax-slider__btn {
  position: relative;
  left: auto;
  top: auto;
  margin-top: 18px;
}

body.maya-theme-ameliastella .maya-home-style-mosaic {
  padding: 10px 0 18px;
}

body.maya-theme-ameliastella .maya-home-style-mosaic__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 14px;
}

body.maya-theme-ameliastella .maya-home-style-mosaic__head h2 {
  margin: 0;
  max-width: 520px;
  font-family: var(--maya-font-heading), "Playfair Display", serif;
  font-size: clamp(1.7rem, 3.2vw, 2.9rem);
  line-height: 1.1;
  color: #fff;
}

body.maya-theme-ameliastella .maya-home-style-mosaic__stats {
  display: flex;
  align-items: center;
  gap: 18px;
}

body.maya-theme-ameliastella .maya-home-style-mosaic__stats span {
  color: rgba(236, 241, 255, .9);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .01em;
}

body.maya-theme-ameliastella .maya-home-style-mosaic__stats span + span {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, .24);
}

body.maya-theme-ameliastella .maya-home-style-mosaic__grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  grid-template-areas:
    "main promo"
    "left right";
  gap: 14px;
}

body.maya-theme-ameliastella .maya-home-style-mosaic__card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  min-height: 240px;
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: 0 18px 38px rgba(0,0,0,.36);
  transform: translateZ(0);
}

body.maya-theme-ameliastella .maya-home-style-mosaic__media {
  position: absolute;
  inset: -1px;
  z-index: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 2.4s cubic-bezier(.19, 1, .22, 1), filter .9s ease;
}

body.maya-theme-ameliastella .maya-home-style-mosaic__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(8,10,16,.22) 0%, rgba(8,10,16,.64) 100%);
}

body.maya-theme-ameliastella .maya-home-style-mosaic__card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  background:
    linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.12) 48%, rgba(255,255,255,0) 100%),
    repeating-linear-gradient(0deg, rgba(255,255,255,.05) 0 1px, transparent 1px 3px);
  transition: opacity .32s ease;
}

body.maya-theme-ameliastella .maya-home-style-mosaic__card--main { grid-area: main; min-height: 430px; }
body.maya-theme-ameliastella .maya-home-style-mosaic__card--promo { grid-area: promo; min-height: 430px; }
body.maya-theme-ameliastella .maya-home-style-mosaic__card--left { grid-area: left; min-height: 300px; }
body.maya-theme-ameliastella .maya-home-style-mosaic__card--right { grid-area: right; min-height: 300px; }

body.maya-theme-ameliastella .maya-home-style-mosaic__overlay-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  text-decoration: none;
}

body.maya-theme-ameliastella .maya-home-style-mosaic__overlay-pos {
  position: absolute;
  transform: translate(-50%, -50%);
  display: grid;
  gap: 6px;
  width: min(92%, 520px);
}

body.maya-theme-ameliastella .maya-home-style-mosaic__overlay-link strong {
  color: #fff;
  font-size: clamp(1.2rem, 2.2vw, 2rem);
  line-height: 1.15;
  text-shadow: 0 10px 24px rgba(0,0,0,.55);
  transform: translate3d(0, 0, 0);
  transition: transform .42s ease, text-shadow .42s ease;
}

body.maya-theme-ameliastella .maya-home-style-mosaic__overlay-link span {
  color: rgba(252, 252, 255, .92);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .01em;
  transform: translate3d(0, 0, 0);
  transition: transform .42s ease, color .42s ease;
}

body.maya-theme-ameliastella .maya-home-style-mosaic__overlay-link span i {
  margin-left: 4px;
}

body.maya-theme-ameliastella .maya-home-style-mosaic__promo-box {
  position: absolute;
  left: 50%;
  top: 52%;
  width: min(calc(100% - 40px), 420px);
  z-index: 3;
  transform: translate(-50%, -50%);
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.22);
  background: linear-gradient(180deg, rgba(72,118,210,.9), rgba(56,105,196,.82));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  padding: 22px;
  transition: transform .45s ease, box-shadow .45s ease, border-color .45s ease;
}

body.maya-theme-ameliastella .maya-home-style-mosaic__promo-box h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  line-height: 1.2;
}

body.maya-theme-ameliastella .maya-home-style-mosaic__promo-box p {
  margin: 10px 0 0;
  color: rgba(250, 252, 255, .92);
  font-size: 15px;
  line-height: 1.45;
}

body.maya-theme-ameliastella .maya-home-style-mosaic__promo-box span {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.7);
  padding: 0 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
}

body.maya-theme-ameliastella .maya-home-style-mosaic__card:hover .maya-home-style-mosaic__media,
body.maya-theme-ameliastella .maya-home-style-mosaic__card:focus-within .maya-home-style-mosaic__media {
  transform: scale(1.065);
  filter: saturate(1.08) contrast(1.05);
}

body.maya-theme-ameliastella .maya-home-style-mosaic__card:hover::after,
body.maya-theme-ameliastella .maya-home-style-mosaic__card:focus-within::after {
  opacity: .28;
  animation: mayaMosaicGlitch .75s steps(3, end) 1;
}

body.maya-theme-ameliastella .maya-home-style-mosaic__card:hover .maya-home-style-mosaic__overlay-link strong,
body.maya-theme-ameliastella .maya-home-style-mosaic__card:focus-within .maya-home-style-mosaic__overlay-link strong {
  transform: translate3d(0, -3px, 0);
  text-shadow: 0 14px 30px rgba(0,0,0,.62);
}

body.maya-theme-ameliastella .maya-home-style-mosaic__card:hover .maya-home-style-mosaic__overlay-link span,
body.maya-theme-ameliastella .maya-home-style-mosaic__card:focus-within .maya-home-style-mosaic__overlay-link span {
  transform: translate3d(0, 2px, 0);
  color: #ffffff;
}

body.maya-theme-ameliastella .maya-home-style-mosaic__card:hover .maya-home-style-mosaic__promo-box,
body.maya-theme-ameliastella .maya-home-style-mosaic__card:focus-within .maya-home-style-mosaic__promo-box {
  transform: translate(-50%, calc(-50% - 3px));
  border-color: rgba(255,255,255,.5);
  box-shadow: 0 16px 34px rgba(0,0,0,.32);
}

@keyframes mayaMosaicGlitch {
  0% { transform: translate3d(0,0,0); }
  22% { transform: translate3d(1px,-1px,0); }
  35% { transform: translate3d(-2px,1px,0); }
  55% { transform: translate3d(1px,0,0); }
  75% { transform: translate3d(-1px,-1px,0); }
  100% { transform: translate3d(0,0,0); }
}

body.maya-theme-ameliastella .maya-home-video-showcase {
  padding: 14px 0 20px;
}

body.maya-theme-ameliastella .maya-home-video-showcase__head {
  margin-bottom: 12px;
}

body.maya-theme-ameliastella .maya-home-video-showcase__head h2 {
  margin: 0;
  font-family: var(--maya-font-heading), "Playfair Display", serif;
  font-size: clamp(1.5rem, 2.8vw, 2.5rem);
  color: #fff;
}

body.maya-theme-ameliastella .maya-home-video-showcase__head p {
  margin: 8px 0 0;
  color: rgba(235, 240, 255, .88);
}

body.maya-theme-ameliastella .maya-home-video-showcase__switches {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}

body.maya-theme-ameliastella .maya-home-video-showcase__switch {
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.08);
  color: rgba(248, 251, 255, .92);
  font-size: 16px;
  font-weight: 600;
}

body.maya-theme-ameliastella .maya-home-video-showcase__switch.is-active {
  background: linear-gradient(135deg, rgba(255,255,255,.24), rgba(255,255,255,.14));
  border-color: rgba(255,255,255,.52);
  color: #fff;
}

body.maya-theme-ameliastella .maya-home-video-showcase__stage {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  min-height: clamp(330px, 52vw, 620px);
  box-shadow: 0 24px 50px rgba(0,0,0,.42);
}

body.maya-theme-ameliastella .maya-home-video-showcase__panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .42s ease;
}

body.maya-theme-ameliastella .maya-home-video-showcase__panel.is-active {
  opacity: 1;
  pointer-events: auto;
}

body.maya-theme-ameliastella .maya-home-video-showcase__media-trigger {
  position: absolute;
  inset: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

body.maya-theme-ameliastella .maya-home-video-showcase__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #0f172a center/cover no-repeat;
}

body.maya-theme-ameliastella .maya-home-video-showcase__play {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(8,10,16,.68);
  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-ameliastella .maya-home-video-showcase__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,10,16,.18) 0%, rgba(8,10,16,.54) 100%);
  pointer-events: none;
}

body.maya-theme-ameliastella .maya-home-video-showcase__copy {
  position: absolute;
  left: 18%;
  top: 72%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: min(92%, 540px);
  color: #fff;
  display: grid;
  gap: 8px;
}

body.maya-theme-ameliastella .maya-home-video-showcase__copy h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.9vw, 2.3rem);
  line-height: 1.1;
}

body.maya-theme-ameliastella .maya-home-video-showcase__copy p {
  margin: 0;
  color: rgba(246, 248, 255, .92);
}

body.maya-theme-ameliastella .maya-home-video-showcase__thumbs {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.maya-theme-ameliastella .maya-home-video-showcase__thumb {
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 12px;
  background: rgba(255,255,255,.04);
  color: #fff;
  padding: 8px;
  display: grid;
  gap: 7px;
  position: relative;
  overflow: hidden;
}

body.maya-theme-ameliastella .maya-home-video-showcase__thumb.is-active {
  border-color: rgba(255,255,255,.46);
  background: rgba(255,255,255,.09);
}

body.maya-theme-ameliastella .maya-home-video-showcase__thumb-media {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-color: rgba(255,255,255,.12);
}

body.maya-theme-ameliastella .maya-home-video-showcase__thumb-play {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(8,10,16,.78);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  pointer-events: none;
}

body.maya-theme-ameliastella .maya-home-video-showcase__thumb-label {
  font-size: 13px;
  font-weight: 600;
}

body.maya-theme-ameliastella .maya-home-image-hotspots {
  padding: 16px 0 22px;
}

body.maya-theme-ameliastella .maya-home-image-hotspots__head {
  margin-bottom: 12px;
}

body.maya-theme-ameliastella .maya-home-image-hotspots__head h2 {
  margin: 0;
  color: #fff;
  font-family: var(--maya-font-heading), "Playfair Display", serif;
  font-size: clamp(1.45rem, 2.8vw, 2.45rem);
}

body.maya-theme-ameliastella .maya-home-image-hotspots__head p {
  margin: 8px 0 0;
  color: rgba(232, 239, 255, .9);
}

body.maya-theme-ameliastella .maya-home-image-hotspots__scene {
  position: relative;
  min-height: var(--maya-hotspots-height, 520px);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .2);
  background-size: cover;
  background-position: center;
  box-shadow: 0 24px 56px rgba(0, 0, 0, .38);
}

body.maya-theme-ameliastella .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-ameliastella .maya-home-image-hotspots__point {
  position: absolute;
  z-index: 3;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, .95);
  background: rgba(220, 177, 70, .95);
  box-shadow: 0 0 0 8px rgba(220, 177, 70, .24);
  cursor: pointer;
}

body.maya-theme-ameliastella .maya-home-image-hotspots__point::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 999px;
  border: 1px solid rgba(220, 177, 70, .45);
  animation: mayaHotspotPulse 1.8s ease-out infinite;
}

body.maya-theme-ameliastella .maya-home-image-hotspots__point.is-active {
  background: #f0c86f;
}

body.maya-theme-ameliastella .maya-home-image-hotspots__card {
  position: absolute;
  z-index: 4;
  width: min(320px, calc(100vw - 54px));
  transform: translate(12px, -8px);
  background: rgba(10, 12, 18, .92);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 16px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .46);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}

body.maya-theme-ameliastella .maya-home-image-hotspots__card.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(14px, -12px);
}

body.maya-theme-ameliastella .maya-home-image-hotspots__card-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

body.maya-theme-ameliastella .maya-home-image-hotspots__card-copy {
  padding: 12px 14px 14px;
}

body.maya-theme-ameliastella .maya-home-image-hotspots__card-copy h3 {
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
}

body.maya-theme-ameliastella .maya-home-image-hotspots__card-copy p {
  margin: 8px 0 0;
  color: rgba(235, 241, 255, .9);
  font-size: 13px;
  line-height: 1.45;
}

body.maya-theme-ameliastella .maya-home-image-hotspots__card-copy .maya-btn {
  margin-top: 10px;
}

body.maya-theme-ameliastella .maya-home-products-feature {
  padding: 8px 0 18px;
}

body.maya-theme-ameliastella .maya-home-products-feature .maya-section__subtitle {
  color: rgba(232, 238, 255, .86);
}

body.maya-theme-ameliastella .maya-home-products-grid {
  --maya-home-products-grid-cols: 4;
  display: grid;
  grid-template-columns: repeat(var(--maya-home-products-grid-cols), minmax(0, 1fr));
  gap: 14px;
}

body.maya-theme-ameliastella .maya-home-products-grid__item {
  min-width: 0;
}

body.maya-theme-ameliastella .maya-home-products-grid .maya-listing-card {
  height: 100%;
}

@keyframes mayaHotspotPulse {
  0% { transform: scale(.8); opacity: .8; }
  80% { transform: scale(1.35); opacity: 0; }
  100% { transform: scale(1.35); opacity: 0; }
}

@media (max-width: 1100px) {
  body.maya-theme-ameliastella .amelia-header .maya-nav__mega--editorial {
    min-width: 760px;
  }
  body.maya-theme-ameliastella .maya-home-style-mosaic__stats {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
  }
  body.maya-theme-ameliastella .maya-home-style-mosaic__stats span + span {
    padding-left: 10px;
  }
}

@media (max-width: 980px) {
  body.maya-theme-ameliastella .maya-amelia-home-fixed-banner__text,
  body.maya-theme-ameliastella .maya-amelia-parallax-slider__text {
    max-width: 92%;
    font-size: clamp(18px, 5vw, 30px) !important;
  }
}

@media (max-width: 860px) {
  body.maya-theme-ameliastella .maya-home-style-mosaic__head {
    display: block;
  }
  body.maya-theme-ameliastella .maya-home-style-mosaic__stats {
    justify-content: flex-start;
    margin-top: 10px;
  }
  body.maya-theme-ameliastella .maya-home-style-mosaic__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "main"
      "promo"
      "left"
      "right";
  }
  body.maya-theme-ameliastella .maya-home-style-mosaic__card--main,
  body.maya-theme-ameliastella .maya-home-style-mosaic__card--promo,
  body.maya-theme-ameliastella .maya-home-style-mosaic__card--left,
  body.maya-theme-ameliastella .maya-home-style-mosaic__card--right {
    min-height: 280px;
  }
  body.maya-theme-ameliastella .maya-home-style-mosaic__promo-box h3 {
    font-size: clamp(1.25rem, 5.4vw, 1.8rem);
  }
  body.maya-theme-ameliastella .maya-home-video-showcase__switches,
  body.maya-theme-ameliastella .maya-home-video-showcase__thumbs {
    grid-template-columns: 1fr;
  }
  body.maya-theme-ameliastella .maya-home-video-showcase__stage {
    border-radius: 16px;
    min-height: 320px;
  }
  body.maya-theme-ameliastella .maya-home-products-grid {
    --maya-home-products-grid-cols: 2;
  }
  body.maya-theme-ameliastella .maya-home-image-hotspots__scene {
    border-radius: 16px;
    min-height: 430px;
  }
  body.maya-theme-ameliastella .maya-home-image-hotspots__card,
  body.maya-theme-ameliastella .maya-home-image-hotspots__card.is-active {
    transform: translate(-50%, 12px);
    left: 50% !important;
    top: auto !important;
    bottom: 14px;
    width: min(360px, calc(100vw - 38px));
  }
}

body.maya-theme-ameliastella {
  background: var(--amelia-bg);
  color: var(--amelia-text);
}

.maya-shell--ameliastella {
  background: var(--amelia-bg);
  color: var(--amelia-text);
  --amelia-desktop-ticker-h: 34px;
}

.maya-shell--ameliastella:not(.has-desktop-marquee) {
  --amelia-desktop-ticker-h: 0px;
}

.amelia-top-ticker {
  position: sticky;
  top: var(--maya-header-top-offset, 0px);
  z-index: 2200;
  background: var(--amelia-neon);
  color: #060308;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.amelia-top-ticker__track {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  min-width: 100%;
  padding: 9px 0;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  white-space: nowrap;
  animation: amelia-marquee var(--maya-marquee-duration, 24s) linear infinite;
}

.amelia-top-ticker[data-direction="right"] .amelia-top-ticker__track {
  animation-direction: reverse;
}

@keyframes amelia-marquee {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-50%); }
}

.amelia-header {
  position: sticky;
  top: calc(var(--maya-header-top-offset, 0px) + var(--amelia-desktop-ticker-h));
  z-index: 2147478400;
  background: rgba(5, 5, 5, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--amelia-border);
}

body.maya-theme-ameliastella .maya-header-menu-backdrop {
  z-index: 2147478350;
}

body.maya-theme-ameliastella .maya-desktop-flyout {
  z-index: 2147478500;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__mega,
body.maya-theme-ameliastella .amelia-header .maya-nav__dropdown,
body.maya-theme-ameliastella .amelia-header .maya-account-switcher__menu,
body.maya-theme-ameliastella .amelia-header .maya-lang-switcher__menu {
  z-index: 2147478600 !important;
}

.amelia-header__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  min-height: 86px;
}

.amelia-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  font-family: var(--maya-font-heading, "Cinzel", serif);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.amelia-logo img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  border-radius: 10px;
}

.amelia-logo__dot {
  color: var(--amelia-neon);
}

.amelia-header__nav {
  min-width: 0;
}

.amelia-header__nav .maya-nav,
.amelia-header__nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.amelia-header__nav a,
.amelia-header__nav .maya-nav__link {
  color: var(--amelia-muted);
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: color 0.22s ease, text-shadow 0.22s ease;
}

.amelia-header__nav a:hover,
.amelia-header__nav .maya-nav__link:hover {
  color: #fff;
  text-shadow: 0 0 16px rgba(211, 0, 255, 0.5);
}

.amelia-header__actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

body.maya-theme-ameliastella .amelia-header .maya-desktop-flyout {
  border-top: 1px solid var(--amelia-border);
  background: rgba(6, 7, 12, 0.88);
}

body.maya-theme-ameliastella .amelia-header .maya-desktop-flyout__inner {
  padding-top: 12px;
  padding-bottom: 16px;
}

@media (min-width: 821px) {
  body.maya-theme-ameliastella .amelia-header.maya-header--desktop-single .amelia-header__inner,
  body.maya-theme-ameliastella .amelia-header.maya-header--desktop-double .amelia-header__inner {
    grid-template-columns: auto auto minmax(0, 1fr) auto;
  }

  body.maya-theme-ameliastella .amelia-header.maya-header--desktop-single .amelia-mobile-toggle,
  body.maya-theme-ameliastella .amelia-header.maya-header--desktop-double .amelia-mobile-toggle {
    display: none !important;
  }

  body.maya-theme-ameliastella .amelia-header.maya-header--desktop-single .maya-desktop-menu-toggle,
  body.maya-theme-ameliastella .amelia-header.maya-header--desktop-double .maya-desktop-menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }

  body.maya-theme-ameliastella .amelia-header.maya-header--desktop-single .amelia-header__nav,
  body.maya-theme-ameliastella .amelia-header.maya-header--desktop-double .amelia-header__nav {
    display: none !important;
  }
}

.amelia-icon-btn {
  position: relative;
  width: 38px;
  height: 38px;
  border: 1px solid var(--amelia-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.amelia-icon-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(211, 0, 255, 0.44);
  background: rgba(211, 0, 255, 0.13);
}

.amelia-icon-btn__count {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--amelia-neon);
  color: #000;
  font-size: 10px;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
  padding: 0 4px;
}

.amelia-account-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--amelia-border);
  border-radius: 999px;
  padding: 7px 12px;
  text-decoration: none;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.amelia-account-pill:hover {
  border-color: rgba(211, 0, 255, 0.44);
  background: rgba(211, 0, 255, 0.1);
}

.amelia-account-switcher {
  position: relative;
}

.amelia-account-switcher > .maya-account-switcher__summary.amelia-account-pill {
  list-style: none;
  cursor: pointer;
}

.amelia-account-switcher > .maya-account-switcher__summary.amelia-account-pill::-webkit-details-marker {
  display: none;
}

.amelia-footer {
  border-top: 1px solid var(--amelia-border);
  background: linear-gradient(180deg, #0a0a0a 0%, #090909 100%);
  padding: 44px 0 20px;
}

.amelia-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.amelia-footer__col {
  border: 1px solid var(--amelia-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  padding: 16px;
}

.amelia-footer__title {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--amelia-gold);
}

.amelia-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.amelia-footer__list a {
  text-decoration: none;
  color: var(--amelia-muted);
  font-size: 13px;
}

.amelia-footer__list a:hover {
  color: #fff;
}

.amelia-footer__brand {
  font-family: var(--maya-font-heading, "Cinzel", serif);
  font-size: 26px;
  margin: 0 0 10px;
}

.amelia-footer__brand span {
  color: var(--amelia-neon);
}

.amelia-footer__copy {
  color: var(--amelia-muted);
  font-size: 13px;
  line-height: 1.6;
}

.amelia-footer__bottom {
  margin-top: 14px;
  border-top: 1px solid var(--amelia-border);
  padding-top: 12px;
  color: var(--amelia-muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .amelia-header:not(.maya-header--desktop-single):not(.maya-header--desktop-double) {
    top: 32px;
  }
  .amelia-header:not(.maya-header--desktop-single):not(.maya-header--desktop-double) .amelia-header__inner {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px 0;
  }
  .amelia-header:not(.maya-header--desktop-single):not(.maya-header--desktop-double) .amelia-header__nav .maya-nav,
  .amelia-header:not(.maya-header--desktop-single):not(.maya-header--desktop-double) .amelia-header__nav ul {
    justify-content: flex-start;
  }
  .amelia-header:not(.maya-header--desktop-single):not(.maya-header--desktop-double) .amelia-header__actions {
    justify-content: flex-start;
  }
  .amelia-footer__grid {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------------------------------------
   Full theme alignment for listing + product info (Amelia template)
   ------------------------------------------------------------------ */
body.maya-theme-ameliastella {
  --maya-accent: #d300ff;
  --maya-bg: #050505;
  --maya-surface: #111111;
  --maya-text: #f8f8ff;
  --maya-border: rgba(255, 255, 255, 0.16);
  --maya-border-strong: rgba(255, 255, 255, 0.26);
}

body.maya-theme-ameliastella .maya-btn--primary,
body.maya-theme-ameliastella .maya-listing-card__btn--cart,
body.maya-theme-ameliastella .maya-product-shell .maya-btn--primary {
  background: linear-gradient(135deg, #d300ff, #7a00ff);
  border-color: rgba(211, 0, 255, 0.65);
  color: #fff;
  box-shadow: 0 14px 28px rgba(211, 0, 255, 0.24);
}

body.maya-theme-ameliastella .maya-btn--primary:hover,
body.maya-theme-ameliastella .maya-btn--primary:focus,
body.maya-theme-ameliastella .maya-listing-card__btn--cart:hover,
body.maya-theme-ameliastella .maya-listing-card__btn--cart:focus {
  background: linear-gradient(135deg, #f100ff, #8f11ff);
  border-color: rgba(241, 0, 255, 0.74);
}

body.maya-theme-ameliastella .maya-btn--ghost,
body.maya-theme-ameliastella .maya-btn--outline,
body.maya-theme-ameliastella .maya-listing-card__wish {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

body.maya-theme-ameliastella .maya-btn--ghost:hover,
body.maya-theme-ameliastella .maya-btn--outline:hover,
body.maya-theme-ameliastella .maya-listing-card__wish:hover {
  border-color: rgba(211, 0, 255, 0.56);
  box-shadow: 0 0 0 2px rgba(211, 0, 255, 0.18);
}

body.maya-theme-ameliastella .maya-page-head,
body.maya-theme-ameliastella .maya-listing__toolbar,
body.maya-theme-ameliastella .maya-listing-card,
body.maya-theme-ameliastella .maya-catalog-aside .sidebar,
body.maya-theme-ameliastella .maya-catalog-aside .sidebar__item,
body.maya-theme-ameliastella .maya-catalog-aside .maya-sidebar-widget__item,
body.maya-theme-ameliastella .maya-catalog-aside .maya-sidebar-swiper,
body.maya-theme-ameliastella .maya-catalog-aside .maya-sidebar-swiper__slide,
body.maya-theme-ameliastella .maya-catalog-aside .latest-product__item,
body.maya-theme-ameliastella .maya-catalog-aside .maya-sidebar-filter-map__chip,
body.maya-theme-ameliastella .maya-field,
body.maya-theme-ameliastella .maya-pagination a {
  background: rgba(15, 15, 18, 0.92);
  border-color: rgba(255, 255, 255, 0.14);
  color: #f4f4ff;
}

body.maya-theme-ameliastella .maya-listing-card__media,
body.maya-theme-ameliastella .maya-product-shell__media {
  background: linear-gradient(180deg, rgba(24, 24, 30, 0.95), rgba(12, 12, 16, 0.94));
  border-color: rgba(255, 255, 255, 0.1);
}

body.maya-theme-ameliastella .maya-page-head__copy,
body.maya-theme-ameliastella .maya-listing__toolbar-copy p,
body.maya-theme-ameliastella .maya-listing-card__delivery,
body.maya-theme-ameliastella .maya-listing-card__shipping-meta,
body.maya-theme-ameliastella .maya-listing-card__sku,
body.maya-theme-ameliastella .maya-listing-card__sku span,
body.maya-theme-ameliastella .maya-product-shell__copy,
body.maya-theme-ameliastella .maya-product-shell__copy-list li {
  color: #c6c8d6;
}

body.maya-theme-ameliastella .maya-listing-card__title,
body.maya-theme-ameliastella .maya-listing-card__title a,
body.maya-theme-ameliastella .maya-product-shell__title-wrap h1,
body.maya-theme-ameliastella .maya-product-shell__variant-group-name,
body.maya-theme-ameliastella .maya-product-shell__rating {
  color: #ffffff;
}

body.maya-theme-ameliastella .maya-listing-card__price-current,
body.maya-theme-ameliastella .maya-quickbuy__cur,
body.maya-theme-ameliastella .maya-product-shell__price .maya-price-current {
  color: #ff5ef2;
}

body.maya-theme-ameliastella .maya-listing-card__quickbuy-btn {
  background: rgba(8, 8, 10, 0.92);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
}

body.maya-theme-ameliastella .maya-listing-card__quickbuy-btn:hover,
body.maya-theme-ameliastella .maya-listing-card__quickbuy-btn:focus {
  border-color: rgba(211, 0, 255, 0.7);
  box-shadow: 0 0 0 2px rgba(211, 0, 255, 0.24);
}

body.maya-theme-ameliastella .maya-product-shell__gallery,
body.maya-theme-ameliastella .maya-product-shell__summary,
body.maya-theme-ameliastella .maya-product-shell__buybox,
body.maya-theme-ameliastella .maya-product-shell__variant-group,
body.maya-theme-ameliastella .maya-product-shell__trust-card,
body.maya-theme-ameliastella .maya-native-buy,
body.maya-theme-ameliastella .maya-native-buy__option-group,
body.maya-theme-ameliastella .maya-native-buy__selection-summary,
body.maya-theme-ameliastella .maya-native-buy__qty-row,
body.maya-theme-ameliastella .maya-native-buy__cta,
body.maya-theme-ameliastella .maya-native-buy__support,
body.maya-theme-ameliastella .maya-native-buy__facts {
  background: rgba(15, 15, 18, 0.92);
  color: #f4f4ff;
  border-color: rgba(255, 255, 255, 0.14);
}

body.maya-theme-ameliastella .maya-product-shell__price {
  background: rgba(8, 8, 12, 0.94);
  border-color: rgba(211, 0, 255, 0.32);
}

body.maya-theme-ameliastella .maya-product-shell__thumb,
body.maya-theme-ameliastella .maya-product-shell__variant-box,
body.maya-theme-ameliastella .maya-native-buy__option-box,
body.maya-theme-ameliastella .maya-native-buy__qty-btn,
body.maya-theme-ameliastella .maya-native-buy__qty-input,
body.maya-theme-ameliastella .maya-native-buy__secondary-link,
body.maya-theme-ameliastella .maya-native-tabs__tab {
  background: rgba(11, 11, 14, 0.95);
  color: #f4f4ff;
  border-color: rgba(255, 255, 255, 0.18);
}

body.maya-theme-ameliastella .maya-product-shell__thumb:hover,
body.maya-theme-ameliastella .maya-product-shell__thumb:focus,
body.maya-theme-ameliastella .maya-product-shell__thumb.is-selected,
body.maya-theme-ameliastella .maya-product-shell__variant-box:hover,
body.maya-theme-ameliastella .maya-product-shell__variant-box:focus,
body.maya-theme-ameliastella .maya-product-shell__variant-box.is-selected {
  border-color: rgba(211, 0, 255, 0.56);
  box-shadow: 0 0 0 2px rgba(211, 0, 255, 0.2);
}

body.maya-theme-ameliastella .maya-quickbuy-modal__dialog {
  background: #0d0d12;
  border-color: rgba(255, 255, 255, 0.18);
  color: #f8f8ff;
}

body.maya-theme-ameliastella .maya-quickbuy-modal__head {
  background: linear-gradient(180deg, rgba(18, 18, 24, 0.98), rgba(12, 12, 16, 0.98));
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

body.maya-theme-ameliastella .maya-quickbuy-modal__close,
body.maya-theme-ameliastella .maya-quickbuy__qty input,
body.maya-theme-ameliastella .maya-quickbuy__group,
body.maya-theme-ameliastella .maya-quickbuy__bullet,
body.maya-theme-ameliastella .maya-quickbuy__media {
  background: rgba(20, 20, 25, 0.98);
  color: #f8f8ff;
  border-color: rgba(255, 255, 255, 0.16);
}

body.maya-theme-ameliastella .maya-quickbuy__brand,
body.maya-theme-ameliastella .maya-quickbuy__group-title,
body.maya-theme-ameliastella .maya-quickbuy__sku,
body.maya-theme-ameliastella .maya-quickbuy__variant-qty {
  color: #c6c8d6;
}

/* Listing filters: full dark/coherent theme */
body.maya-theme-ameliastella .maya-catalog-aside .solosmart {
  gap: 10px;
}

body.maya-theme-ameliastella .maya-catalog-aside .sidebar__item,
body.maya-theme-ameliastella .maya-catalog-aside .boxed-area.blocks-spacer.sidebar__item,
body.maya-theme-ameliastella .maya-catalog-aside .sidebar_filter,
body.maya-theme-ameliastella .maya-catalog-aside .advanced_filter {
  background: linear-gradient(180deg, rgba(13, 13, 16, 0.98), rgba(10, 10, 13, 0.96));
  border-color: rgba(255, 255, 255, 0.14);
  color: #f4f4ff;
}

body.maya-theme-ameliastella .maya-catalog-aside .sidebar__item h4,
body.maya-theme-ameliastella .maya-catalog-aside .sidebar__item h4 a,
body.maya-theme-ameliastella .maya-catalog-aside .sidebar_filter h4,
body.maya-theme-ameliastella .maya-catalog-aside .advanced_filter h4,
body.maya-theme-ameliastella .maya-catalog-aside .accordion-heading,
body.maya-theme-ameliastella .maya-catalog-aside .accordion-toggle {
  color: #ffffff;
}

body.maya-theme-ameliastella .maya-catalog-aside .sidebar_filter .selectable,
body.maya-theme-ameliastella .maya-catalog-aside .advanced_filter .selectable,
body.maya-theme-ameliastella .maya-catalog-aside .sidebar_filter .listbox,
body.maya-theme-ameliastella .maya-catalog-aside .advanced_filter .listbox {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.18);
  color: #f8f8ff;
}

body.maya-theme-ameliastella .maya-catalog-aside .sidebar_filter .selectable:hover,
body.maya-theme-ameliastella .maya-catalog-aside .advanced_filter .selectable:hover,
body.maya-theme-ameliastella .maya-catalog-aside .sidebar_filter .listbox:hover,
body.maya-theme-ameliastella .maya-catalog-aside .advanced_filter .listbox:hover,
body.maya-theme-ameliastella .maya-catalog-aside .sidebar_filter .selectable.selected,
body.maya-theme-ameliastella .maya-catalog-aside .advanced_filter .selectable.selected {
  border-color: rgba(211, 0, 255, 0.55);
  box-shadow: 0 0 0 2px rgba(211, 0, 255, 0.18);
  background: rgba(211, 0, 255, 0.14);
}

body.maya-theme-ameliastella .maya-catalog-aside .ui-slider,
body.maya-theme-ameliastella .maya-catalog-aside .max-val,
body.maya-theme-ameliastella .maya-catalog-aside .min-val {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.18);
  color: #f8f8ff;
}

/* Variant boxes / size boxes */
body.maya-theme-ameliastella .maya-product-shell__variant-box-copy strong,
body.maya-theme-ameliastella .maya-product-shell__variant-group-note,
body.maya-theme-ameliastella .maya-product-shell__variant-label {
  color: #ffffff;
}

body.maya-theme-ameliastella .maya-product-shell__variant-box-copy small {
  color: #c6c8d6;
}

body.maya-theme-ameliastella .maya-product-shell__variant-box-media {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
}

body.maya-theme-ameliastella .maya-native-buy__option-box {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

body.maya-theme-ameliastella .maya-native-buy__option-box.is-selected {
  background: rgba(211, 0, 255, 0.18);
  border-color: rgba(211, 0, 255, 0.62);
  box-shadow: 0 0 0 2px rgba(211, 0, 255, 0.2);
}

/* PayPal + rapid payments coherence */
body.maya-theme-ameliastella .maya-native-buy__paypal-box,
body.maya-theme-ameliastella .maya-native-buy__quickpay {
  background: rgba(10, 10, 14, 0.94);
  border-color: rgba(255, 255, 255, 0.14);
}

body.maya-theme-ameliastella .maya-native-buy__paypal-label,
body.maya-theme-ameliastella .maya-native-buy__quickpay-summary {
  color: #f8f8ff;
}

body.maya-theme-ameliastella .maya-native-buy__quickpay-btn {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

body.maya-theme-ameliastella .maya-native-buy__quickpay-btn:hover,
body.maya-theme-ameliastella .maya-native-buy__quickpay-btn:focus {
  border-color: rgba(211, 0, 255, 0.58);
  box-shadow: 0 0 0 2px rgba(211, 0, 255, 0.18);
}

body.maya-theme-ameliastella .maya-paypal-buttons,
body.maya-theme-ameliastella .maya-paypal-buttons-card,
body.maya-theme-ameliastella .maya-klarna-widget,
body.maya-theme-ameliastella .maya-scalapay-widget {
  background: rgba(10, 10, 14, 0.92);
  border-color: rgba(211, 0, 255, 0.28);
}

/* Cart + checkout readability */
body.maya-theme-ameliastella.maya-page-cart .shoping__cart__table,
body.maya-theme-ameliastella.maya-page-cart .shoping__checkout,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-shell__progress,
body.maya-theme-ameliastella.maya-page-checkout .checkout__order,
body.maya-theme-ameliastella.maya-page-checkout .maya-checkout-sidecard,
body.maya-theme-ameliastella.maya-page-checkout .maya-checkout-stepper,
body.maya-theme-ameliastella.maya-page-checkout .maya-checkout-express {
  background: rgba(10, 10, 14, 0.94);
  border-color: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

body.maya-theme-ameliastella.maya-page-cart .shoping__cart__table thead th,
body.maya-theme-ameliastella.maya-page-cart .shoping__cart__item h6,
body.maya-theme-ameliastella.maya-page-cart .shoping__cart__total,
body.maya-theme-ameliastella.maya-page-cart .shoping__checkout li,
body.maya-theme-ameliastella.maya-page-cart .variantecarrello,
body.maya-theme-ameliastella.maya-page-checkout .checkout__order__products,
body.maya-theme-ameliastella.maya-page-checkout .checkout__order__total,
body.maya-theme-ameliastella.maya-page-checkout .checkout__order h4,
body.maya-theme-ameliastella.maya-page-checkout .maya-checkout-stepper__item,
body.maya-theme-ameliastella.maya-page-checkout .maya-checkout-express__head strong,
body.maya-theme-ameliastella.maya-page-checkout .maya-checkout-express__head span {
  color: #f8f8ff;
}

body.maya-theme-ameliastella.maya-page-cart .shoping__cart__table thead th {
  background: rgba(255, 255, 255, 0.03);
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

body.maya-theme-ameliastella.maya-page-cart .shoping__cart__table tbody tr[id] td,
body.maya-theme-ameliastella.maya-page-cart .shoping__checkout li,
body.maya-theme-ameliastella.maya-page-checkout .checkout__order__total {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

body.maya-theme-ameliastella.maya-page-cart .shoping__cart__quantity input[type="text"],
body.maya-theme-ameliastella.maya-page-checkout input[type="text"],
body.maya-theme-ameliastella.maya-page-checkout input[type="email"],
body.maya-theme-ameliastella.maya-page-checkout input[type="tel"],
body.maya-theme-ameliastella.maya-page-checkout select {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}

/* Checkout header coherence */
body.maya-theme-ameliastella .amelia-header.amelia-header--checkout {
  position: sticky;
  top: 0;
  z-index: 2200;
  background: rgba(5, 5, 5, 0.96);
  border-bottom-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.34);
}

body.maya-theme-ameliastella .maya-shell--checkout .amelia-header__inner {
  min-height: 74px;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
}

body.maya-theme-ameliastella .maya-shell--checkout .amelia-account-pill {
  justify-self: end;
}

/* ------------------------------------------------------------------
   Amelia hardening: contrast/readability on cart, filters, paypal, modules
   ------------------------------------------------------------------ */
body.maya-theme-ameliastella .maya-cart-side-tab {
  background: linear-gradient(135deg, rgba(17, 17, 21, 0.98), rgba(10, 10, 14, 0.98)) !important;
  color: #f8f8ff !important;
  border-color: rgba(211, 0, 255, 0.44) !important;
  box-shadow: -14px 10px 30px rgba(0, 0, 0, 0.48), 0 0 0 1px rgba(211, 0, 255, 0.12) inset !important;
}

body.maya-theme-ameliastella .maya-cart-side-tab__icon {
  background: rgba(211, 0, 255, 0.2) !important;
  color: #ffffff !important;
}

body.maya-theme-ameliastella .maya-cart-side-tab__text {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .maya-cart-side-tab__count {
  background: linear-gradient(135deg, #ff336f, #ff004d) !important;
  color: #ffffff !important;
}

body.maya-theme-ameliastella .maya-cart-drawer__panel {
  background: linear-gradient(180deg, rgba(10, 10, 14, 0.99), rgba(8, 8, 12, 0.99)) !important;
  color: #f8f8ff !important;
  border-left-color: rgba(211, 0, 255, 0.28) !important;
}

body.maya-theme-ameliastella .maya-cart-drawer__head h3,
body.maya-theme-ameliastella .maya-cart-drawer__head p,
body.maya-theme-ameliastella .maya-cart-drawer__item-copy a,
body.maya-theme-ameliastella .maya-cart-drawer__item-meta,
body.maya-theme-ameliastella .maya-cart-drawer__item-variants,
body.maya-theme-ameliastella .maya-cart-drawer__price-current,
body.maya-theme-ameliastella .maya-cart-drawer__summary,
body.maya-theme-ameliastella .maya-cart-drawer__shipping-note,
body.maya-theme-ameliastella .maya-cart-drawer__qty-value {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .maya-cart-drawer__item,
body.maya-theme-ameliastella .maya-cart-drawer__summary,
body.maya-theme-ameliastella .maya-cart-drawer__thumb,
body.maya-theme-ameliastella .maya-cart-drawer__qty,
body.maya-theme-ameliastella .maya-cart-drawer__qty-btn,
body.maya-theme-ameliastella .maya-cart-drawer__item-btn,
body.maya-theme-ameliastella .maya-cart-drawer__close {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .maya-native-buy__quickpay-summary,
body.maya-theme-ameliastella .maya-native-buy__quickpay-summary *,
body.maya-theme-ameliastella .maya-native-buy__quickpay-btn,
body.maya-theme-ameliastella .maya-native-buy__quickpay-btn *,
body.maya-theme-ameliastella .maya-native-buy__paypal-label {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .maya-op-checkout__express-box #maya-paypal-paylater-message {
  background: #f4f6ff !important;
  border: 1px solid #cfd6ff !important;
  border-radius: 12px !important;
  padding: 6px 10px !important;
  color: #111827 !important;
}

body.maya-theme-ameliastella .maya-op-checkout__express-box #maya-paypal-paylater-message * {
  color: #111827 !important;
}

body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-title,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-title small,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-item__name,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-item__name a,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-item__variants,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-item__price .cur,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-summary h2,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-summary__rows,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-summary__row strong,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-summary__row .value-strong,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-summary__total .label,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-summary__total .value,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-saved__head h2,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-saved__head p,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-saved__name a,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-saved__meta,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-saved__price,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-cross h2 {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-progress,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-summary,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-saved,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-saved__item,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-item__media,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-saved__media,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-qty,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-qty button,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-qty input,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-saved__empty,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-cross__host .maya-products-carousel__arrow,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .maya-cart-similar__head,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .maya-cart-share__btn {
  background: rgba(12, 12, 16, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-linkbtn,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-linkbtn:hover,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-item__unit .u-cur,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-trust,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .maya-cart-similar__head p {
  color: #c9cbda !important;
}

body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-items,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-item,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-promo,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-sep:before,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-sep:after {
  border-color: rgba(255, 255, 255, 0.16) !important;
}

body.maya-theme-ameliastella .maya-catalog-aside .sidebar__item h4 a,
body.maya-theme-ameliastella .maya-catalog-aside .sidebar_filter h4,
body.maya-theme-ameliastella .maya-catalog-aside .advanced_filter h4,
body.maya-theme-ameliastella .maya-catalog-aside .sidebar_filter .accordion-toggle,
body.maya-theme-ameliastella .maya-catalog-aside .advanced_filter .accordion-toggle,
body.maya-theme-ameliastella .maya-catalog-aside .sidebar_filter a,
body.maya-theme-ameliastella .maya-catalog-aside .advanced_filter a,
body.maya-theme-ameliastella .maya-catalog-aside .sidebar_filter label,
body.maya-theme-ameliastella .maya-catalog-aside .advanced_filter label,
body.maya-theme-ameliastella .maya-catalog-aside .sidebar_filter .selectable,
body.maya-theme-ameliastella .maya-catalog-aside .advanced_filter .selectable,
body.maya-theme-ameliastella .maya-catalog-aside .sidebar_filter .listbox,
body.maya-theme-ameliastella .maya-catalog-aside .advanced_filter .listbox {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .maya-catalog-aside .sidebar_filter .selectable.selected,
body.maya-theme-ameliastella .maya-catalog-aside .advanced_filter .selectable.selected,
body.maya-theme-ameliastella .maya-catalog-aside .sidebar_filter .listbox.selected,
body.maya-theme-ameliastella .maya-catalog-aside .advanced_filter .listbox.selected {
  background: rgba(211, 0, 255, 0.18) !important;
  border-color: rgba(211, 0, 255, 0.58) !important;
}

body.maya-theme-ameliastella .maya-layout-builder .maya-layout-builder__preview-hint {
  background: rgba(211, 0, 255, 0.14) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .maya-layout-builder .maya-layout-module {
  background: rgba(9, 9, 13, 0.94) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}

body.maya-theme-ameliastella .maya-layout-builder .maya-layout-module__body,
body.maya-theme-ameliastella .maya-layout-builder .maya-lb-placeholder,
body.maya-theme-ameliastella .maya-layout-builder .maya-lb-product-card,
body.maya-theme-ameliastella .maya-layout-builder .maya-lb-editorial__left,
body.maya-theme-ameliastella .maya-layout-builder .maya-lb-editorial__top,
body.maya-theme-ameliastella .maya-layout-builder .maya-lb-editorial__bottom,
body.maya-theme-ameliastella .maya-layout-builder .maya-lb-bento__box,
body.maya-theme-ameliastella .maya-layout-builder .maya-lb-split__media,
body.maya-theme-ameliastella .maya-layout-builder .maya-lb-hotspots__scene,
body.maya-theme-ameliastella .maya-layout-builder .maya-lb-accordion__item {
  background-color: rgba(13, 13, 18, 0.94) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .maya-layout-builder .maya-lb-product-card h4,
body.maya-theme-ameliastella .maya-layout-builder .maya-lb-price,
body.maya-theme-ameliastella .maya-layout-builder .maya-lb-split__copy p,
body.maya-theme-ameliastella .maya-layout-builder .maya-lb-bento__box p,
body.maya-theme-ameliastella .maya-layout-builder .maya-lb-bento__box a {
  color: #f8f8ff !important;
}

/* ------------------------------------------------------------------
   Amelia search strip under header (desktop) + mobile search polish
   ------------------------------------------------------------------ */
.amelia-header__actions .amelia-icon-btn {
  appearance: none;
  -webkit-appearance: none;
}

.amelia-search-strip {
  display: none;
  position: relative;
  z-index: 2050;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(7, 7, 12, 0.98), rgba(8, 8, 14, 0.98));
}

.amelia-search-strip.is-open {
  display: block;
}

.amelia-search-strip__form {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
  padding: 12px 0;
}

.amelia-search-strip__form input[type="text"] {
  min-height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: #f8f8ff;
  padding: 0 12px;
}

.amelia-search-strip__form input[type="text"]::placeholder {
  color: #aeb3c5;
}

.amelia-search-strip__close {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
  color: #f8f8ff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

body.maya-theme-ameliastella .maya-mobile-search {
  border-bottom-color: rgba(255, 255, 255, 0.14);
  background: rgba(7, 7, 12, 0.98);
}

body.maya-theme-ameliastella .maya-mobile-search__bar input,
body.maya-theme-ameliastella .maya-mobile-search__close,
body.maya-theme-ameliastella .maya-mobile-search__chip,
body.maya-theme-ameliastella .maya-mobile-search__links a,
body.maya-theme-ameliastella .maya-mobile-search__results {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: #f8f8ff;
}

body.maya-theme-ameliastella .maya-mobile-search__hint p {
  color: #aeb3c5;
}

/* ------------------------------------------------------------------
   Amelia checkout alignment
   ------------------------------------------------------------------ */
body.maya-theme-ameliastella[data-maya-checkout-op="1"],
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout {
  background: #07070b !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__intro p,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__card-head p,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__subtle,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__ship-copy small,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__pay-copy small,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__product-copy small,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__submit-note,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__trust div {
  color: #c9cbda !important;
}

body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__card,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__summary,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__ship-item,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__pay-item,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__express-box,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__product,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__product-thumb,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__coupon-result,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__payment-hint,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__secure {
  background: rgba(12, 12, 16, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #f8f8ff !important;
  box-shadow: none !important;
}

body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__input,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout input[type="text"],
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout input[type="password"],
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout input[type="email"],
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout input[type="tel"],
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout select,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout textarea {
  background: rgba(255, 255, 255, 0.07) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout label.maya-op-checkout__label,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__ship-copy strong,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__pay-copy strong,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__totals-row,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__totals-extra-row,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__totals-row--grand,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__product-copy strong {
  color: #f8f8ff !important;
}

/* ------------------------------------------------------------------
   Amelia final hardening: listing brands, variants, arrows, account pages
   ------------------------------------------------------------------ */
body.maya-theme-ameliastella .maya-catalog-aside #manufacturers,
body.maya-theme-ameliastella .maya-catalog-aside #manufacturers .content,
body.maya-theme-ameliastella .maya-catalog-aside #manufacturers .accordion-body {
  background: transparent !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .maya-catalog-aside #manufacturers .listbox,
body.maya-theme-ameliastella .maya-catalog-aside #manufacturers .listbox > a,
body.maya-theme-ameliastella .maya-catalog-aside #manufacturers .listbox.selected,
body.maya-theme-ameliastella .maya-catalog-aside #manufacturers .listbox.selected > a {
  background: rgba(255, 255, 255, 0.05) !important;
  color: #f8f8ff !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

body.maya-theme-ameliastella .maya-catalog-aside #manufacturers .listbox:hover,
body.maya-theme-ameliastella .maya-catalog-aside #manufacturers .listbox:hover > a {
  background: rgba(211, 0, 255, 0.16) !important;
  border-color: rgba(211, 0, 255, 0.54) !important;
}

body.maya-theme-ameliastella .maya-listing-card__variant,
body.maya-theme-ameliastella .maya-product-companions .maya-listing-card--module .maya-listing-card__variant {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
  color: #ffffff !important;
}

body.maya-theme-ameliastella .maya-listing-card__variant:hover,
body.maya-theme-ameliastella .maya-listing-card__variant:focus {
  background: rgba(211, 0, 255, 0.18) !important;
  border-color: rgba(211, 0, 255, 0.62) !important;
}

body.maya-theme-ameliastella .maya-listing-card__variant-label {
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

body.maya-theme-ameliastella .maya-listing-card__variant-swatch {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4) !important;
}

body.maya-theme-ameliastella .maya-products-carousel__arrow {
  background: rgba(12, 12, 16, 0.94) !important;
  border-color: rgba(255, 255, 255, 0.26) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .maya-products-carousel__arrow i {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .maya-products-carousel__arrow:hover,
body.maya-theme-ameliastella .maya-products-carousel__arrow:focus {
  background: rgba(211, 0, 255, 0.22) !important;
  border-color: rgba(211, 0, 255, 0.62) !important;
}

body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__acc-item,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__acc-body,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__address-card-box,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__address-editor,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__coupon-box,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__totals,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__sticky-submit,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__welcome-banner {
  background: rgba(12, 12, 16, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__address-card-lines,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__address-card-lines * {
  color: #e8eaf7 !important;
}

body.maya-theme-ameliastella[data-maya-account-legacy="1"] {
  background: #07070b !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-account-shell,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-account-card,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .checkout__form,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .shoping__discount,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .checkout__order,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .listbox,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-rma-item,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-order-item,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .table-striped > tbody > tr {
  background: rgba(12, 12, 16, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-account-legacy="1"] a,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .checkout__input label,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-account-page-head p,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-settings-row__text span {
  color: #d6d9e9 !important;
}

body.maya-theme-ameliastella[data-maya-account-legacy="1"] .btn,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .primary-btn,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .site-btn {
  background: linear-gradient(135deg, #d300ff, #7a00ff) !important;
  border-color: rgba(211, 0, 255, 0.62) !important;
  color: #ffffff !important;
}

body.maya-theme-ameliastella[data-maya-account-legacy="1"] input[type="text"],
body.maya-theme-ameliastella[data-maya-account-legacy="1"] input[type="email"],
body.maya-theme-ameliastella[data-maya-account-legacy="1"] input[type="tel"],
body.maya-theme-ameliastella[data-maya-account-legacy="1"] input[type="password"],
body.maya-theme-ameliastella[data-maya-account-legacy="1"] select,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] textarea {
  background: rgba(255, 255, 255, 0.07) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  color: #f8f8ff !important;
}

/* ------------------------------------------------------------------
   Amelia contrast hotfix: cart/prodotto/paylater/account full dark
   ------------------------------------------------------------------ */
body.maya-theme-ameliastella .maya-native-buy__paypal-box #maya-paypal-paylater-message,
body.maya-theme-ameliastella .maya-op-checkout__express-box #maya-paypal-paylater-message {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 12px !important;
  padding: 6px 10px !important;
}

body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-progress__head strong,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-progress__head span,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-progress__hint {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-progress__fill.is-free {
  background: #22c55e !important;
}

body.maya-theme-ameliastella .maya-product-shell__price.is-discounted .maya-price-current,
body.maya-theme-ameliastella .maya-product-shell__buybox .maya-price-current,
body.maya-theme-ameliastella .maya-listing-card__price.is-discounted .maya-listing-card__price-current,
body.maya-theme-ameliastella .maya-product-companions .maya-listing-card--module .maya-listing-card__price-current {
  color: #ff5fa3 !important;
  font-weight: 900 !important;
}

body.maya-theme-ameliastella .maya-product-shell__price.is-discounted .maya-price-current {
  font-size: clamp(2rem, 3.2vw, 2.45rem) !important;
}

body.maya-theme-ameliastella .maya-product-shell__buybox .maya-price-old,
body.maya-theme-ameliastella .maya-product-shell__buybox .maya-price-current .barrato,
body.maya-theme-ameliastella .maya-listing-card__price-old,
body.maya-theme-ameliastella .maya-price-old {
  color: rgba(255, 255, 255, 0.74) !important;
  text-decoration-color: rgba(255, 95, 163, 0.75) !important;
  text-decoration-thickness: 2px !important;
}

body.maya-theme-ameliastella .maya-product-shell__meta,
body.maya-theme-ameliastella .maya-badge--sku,
body.maya-theme-ameliastella .maya-product-shell__barcode {
  background: rgba(6, 6, 9, 0.96) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .maya-product-shell__stock--ok,
body.maya-theme-ameliastella .maya-badge--ok,
body.maya-theme-ameliastella .maya-chip--ok {
  color: #34d399 !important;
  border-color: rgba(52, 211, 153, 0.55) !important;
  background: rgba(16, 185, 129, 0.16) !important;
  font-weight: 700 !important;
}

body.maya-theme-ameliastella[data-maya-account-page="1"] {
  background: #07070b !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-page,
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-hero__main,
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-hero__side,
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-section,
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-col,
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-profile__row,
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-stat,
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-order,
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-offers__item,
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-products .maya-products-carousel {
  background: rgba(12, 12, 16, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-hero__main h1,
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-section__head h2,
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-col h3,
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-order__copy strong,
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-stat__value {
  color: #ffffff !important;
}

body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-hero__main p,
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-section__head p,
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-profile__row span,
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-profile__row strong,
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-links a,
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-offers__copy small {
  color: #d6d9e9 !important;
}

/* Checkout accordion headers (Tipologia spedizione / etc.) */
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__acc-item {
  background: rgba(12, 12, 16, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__acc-toggle {
  background: rgba(12, 12, 16, 0.98) !important;
  border: 0 !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__acc-item.is-open .maya-op-checkout__acc-toggle {
  background: rgba(16, 16, 22, 0.98) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16) !important;
}

body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__acc-toggle strong {
  color: #ffffff !important;
  font-weight: 800 !important;
}

body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__acc-toggle small {
  color: #cbd1e6 !important;
  font-weight: 600 !important;
}

body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__acc-toggle .fa-angle-down {
  color: #f8f8ff !important;
}

/* Account area: force full ameliastella coherence for headings/buttons/fields */
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .section-title.product__discount__title,
body.maya-theme-ameliastella[data-maya-account-page="1"] .section-title.product__discount__title {
  background: rgba(12, 12, 16, 0.95) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 14px !important;
  padding: 12px 14px !important;
}

body.maya-theme-ameliastella[data-maya-account-legacy="1"] .section-title.product__discount__title h2,
body.maya-theme-ameliastella[data-maya-account-page="1"] .section-title.product__discount__title h2,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] h1,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] h2,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] h3,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] h4,
body.maya-theme-ameliastella[data-maya-account-page="1"] h1,
body.maya-theme-ameliastella[data-maya-account-page="1"] h2,
body.maya-theme-ameliastella[data-maya-account-page="1"] h3,
body.maya-theme-ameliastella[data-maya-account-page="1"] h4 {
  color: #ffffff !important;
}

body.maya-theme-ameliastella[data-maya-account-legacy="1"] .btn,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .btn-info,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .btn-warning,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .btn-success,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .btn-danger,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .btn-primary,
body.maya-theme-ameliastella[data-maya-account-page="1"] .btn,
body.maya-theme-ameliastella[data-maya-account-page="1"] .btn-info,
body.maya-theme-ameliastella[data-maya-account-page="1"] .btn-warning,
body.maya-theme-ameliastella[data-maya-account-page="1"] .btn-success,
body.maya-theme-ameliastella[data-maya-account-page="1"] .btn-danger,
body.maya-theme-ameliastella[data-maya-account-page="1"] .btn-primary,
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-btn,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-btn {
  background: linear-gradient(135deg, #d300ff, #7a00ff) !important;
  border: 1px solid rgba(211, 0, 255, 0.62) !important;
  color: #ffffff !important;
  text-shadow: none !important;
  box-shadow: 0 10px 24px rgba(122, 0, 255, 0.28) !important;
}

body.maya-theme-ameliastella[data-maya-account-legacy="1"] .btn:hover,
body.maya-theme-ameliastella[data-maya-account-page="1"] .btn:hover,
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-btn:hover,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-btn:hover {
  filter: brightness(1.08);
}

body.maya-theme-ameliastella[data-maya-account-legacy="1"] .btn.btn-xs,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .btn.btn-sm,
body.maya-theme-ameliastella[data-maya-account-page="1"] .btn.btn-xs,
body.maya-theme-ameliastella[data-maya-account-page="1"] .btn.btn-sm {
  padding: 6px 10px !important;
  font-weight: 700 !important;
}

body.maya-theme-ameliastella[data-maya-account-legacy="1"] .checkout__form,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .checkout__order,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .shoping__discount,
body.maya-theme-ameliastella[data-maya-account-page="1"] .checkout__form,
body.maya-theme-ameliastella[data-maya-account-page="1"] .checkout__order,
body.maya-theme-ameliastella[data-maya-account-page="1"] .shoping__discount,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-account-card,
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-card {
  background: rgba(12, 12, 16, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-account-legacy="1"] input[type="text"],
body.maya-theme-ameliastella[data-maya-account-legacy="1"] input[type="email"],
body.maya-theme-ameliastella[data-maya-account-legacy="1"] input[type="tel"],
body.maya-theme-ameliastella[data-maya-account-legacy="1"] input[type="password"],
body.maya-theme-ameliastella[data-maya-account-legacy="1"] select,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] textarea,
body.maya-theme-ameliastella[data-maya-account-page="1"] input[type="text"],
body.maya-theme-ameliastella[data-maya-account-page="1"] input[type="email"],
body.maya-theme-ameliastella[data-maya-account-page="1"] input[type="tel"],
body.maya-theme-ameliastella[data-maya-account-page="1"] input[type="password"],
body.maya-theme-ameliastella[data-maya-account-page="1"] select,
body.maya-theme-ameliastella[data-maya-account-page="1"] textarea {
  background: rgba(255, 255, 255, 0.07) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-account-legacy="1"] input::placeholder,
body.maya-theme-ameliastella[data-maya-account-page="1"] input::placeholder,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] textarea::placeholder,
body.maya-theme-ameliastella[data-maya-account-page="1"] textarea::placeholder {
  color: #aeb3c5 !important;
}

/* ------------------------------------------------------------------
   Amelia parity fixes: megamenu/account modal + checkout dark blocks
   ------------------------------------------------------------------ */
body.maya-theme-ameliastella .maya-auth-modal__dialog,
body.maya-theme-ameliastella .maya-auth-modal__head,
body.maya-theme-ameliastella .maya-auth-modal__body,
body.maya-theme-ameliastella .maya-auth-modal__form-wrap,
body.maya-theme-ameliastella .maya-auth-modal__tabs,
body.maya-theme-ameliastella .maya-auth-modal__tab,
body.maya-theme-ameliastella .maya-auth-modal__panel,
body.maya-theme-ameliastella .maya-auth-modal__social,
body.maya-theme-ameliastella .maya-auth-modal__social-btn {
  background: rgba(12, 12, 16, 0.98) !important;
  color: #f8f8ff !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
}

body.maya-theme-ameliastella .maya-auth-modal__tab.is-active {
  background: rgba(211, 0, 255, 0.2) !important;
  border-color: rgba(211, 0, 255, 0.58) !important;
}

body.maya-theme-ameliastella .maya-auth-modal input[type="email"],
body.maya-theme-ameliastella .maya-auth-modal input[type="password"],
body.maya-theme-ameliastella .maya-auth-modal input[type="text"] {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
}

body.maya-theme-ameliastella .maya-product-native-tabs,
body.maya-theme-ameliastella .maya-product-native-tabs *,
body.maya-theme-ameliastella .product__details__tab,
body.maya-theme-ameliastella .product__details__tab__desc,
body.maya-theme-ameliastella .product__details__tab__desc *,
body.maya-theme-ameliastella .tab-content,
body.maya-theme-ameliastella .tab-content .tab-pane,
body.maya-theme-ameliastella .tab-content .tab-pane * {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__shipmode-card,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__pickup-card,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__guest-register,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__guest-register-copy,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__new-billing,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__address-card-box,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__address-editor,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__fiscal-grid,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__separator span {
  background: rgba(12, 12, 16, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__shipmode-option input:checked + .maya-op-checkout__shipmode-card {
  background: rgba(211, 0, 255, 0.18) !important;
  border-color: rgba(211, 0, 255, 0.58) !important;
}

body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__shipmode-card small,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__new-billing p,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__guest-register-copy {
  color: #c9cbda !important;
}

/* ------------------------------------------------------------------
   Amelia deep alignment: create-account + account heads + mega menu +
   checkout inputs + checkout success + logoff
   ------------------------------------------------------------------ */

/* Header megamenu + account switcher (logged pill without gray) */
body.maya-theme-ameliastella .amelia-header .maya-nav__mega,
body.maya-theme-ameliastella .amelia-header .maya-nav__dropdown,
body.maya-theme-ameliastella .amelia-header .maya-nav__mega-links a,
body.maya-theme-ameliastella .amelia-header .maya-nav__promo-card {
  background: rgba(10, 10, 14, 0.98) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__mega-links a small,
body.maya-theme-ameliastella .amelia-header .maya-nav__mega-copy {
  color: #cbd1e6 !important;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__dropdown a:hover,
body.maya-theme-ameliastella .amelia-header .maya-nav__mega-links a:hover {
  background: rgba(211, 0, 255, 0.16) !important;
  border-color: rgba(211, 0, 255, 0.56) !important;
}

body.maya-theme-ameliastella .amelia-account-switcher > .maya-account-switcher__summary,
body.maya-theme-ameliastella .maya-account-switcher__summary.amelia-account-pill {
  background: rgba(9, 9, 13, 0.98) !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 1px rgba(211, 0, 255, 0.12) inset !important;
}

body.maya-theme-ameliastella .maya-account-switcher__summary .maya-account-switcher__icon {
  background: rgba(211, 0, 255, 0.18) !important;
  border-color: rgba(211, 0, 255, 0.4) !important;
  color: #ffffff !important;
}

body.maya-theme-ameliastella .maya-account-switcher__summary .maya-account-switcher__copy small,
body.maya-theme-ameliastella .maya-account-switcher__summary .maya-account-switcher__copy strong,
body.maya-theme-ameliastella .maya-account-switcher__summary > .fa-angle-down {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .maya-account-switcher__menu,
body.maya-theme-ameliastella .maya-account-switcher__menu-head,
body.maya-theme-ameliastella .maya-account-switcher__locale,
body.maya-theme-ameliastella .maya-account-switcher__col,
body.maya-theme-ameliastella .maya-account-switcher__col--orders,
body.maya-theme-ameliastella .maya-account-switcher__links a,
body.maya-theme-ameliastella .maya-account-switcher__offers > a {
  background: rgba(10, 10, 14, 0.98) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .maya-account-switcher__menu-head small,
body.maya-theme-ameliastella .maya-account-switcher__links a > small,
body.maya-theme-ameliastella .maya-account-switcher__group h5,
body.maya-theme-ameliastella .maya-account-switcher__offers-copy em {
  color: #c9cbda !important;
}

body.maya-theme-ameliastella .maya-account-switcher__menu-close {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  color: #ffffff !important;
}

body.maya-theme-ameliastella .maya-account-switcher__locale select {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
  color: #ffffff !important;
}

/* Create account full dark coherence */
body.maya-theme-ameliastella[data-maya-create-account="1"] {
  background: #07070b !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-page,
body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-pane,
body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-shell,
body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-type-card,
body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-social__btn,
body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-policy-card,
body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-antispam,
body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-info,
body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-alert,
body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-social__sep span {
  background: rgba(12, 12, 16, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #f8f8ff !important;
  box-shadow: none !important;
}

body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-head__title,
body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-head__login,
body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-type-card__title,
body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-label,
body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-policy-card__top label,
body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-inline-check,
body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-inline-link,
body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-policy-card summary {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-head__sub,
body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-type-card__subtitle,
body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-policy-card__text {
  color: #cbd1e6 !important;
}

body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-input,
body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-select,
body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-select.maya-no-nice,
body.maya-theme-ameliastella[data-maya-create-account="1"] #state_manual,
body.maya-theme-ameliastella[data-maya-create-account="1"] #city_manual {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-input::placeholder,
body.maya-theme-ameliastella[data-maya-create-account="1"] #state_manual::placeholder,
body.maya-theme-ameliastella[data-maya-create-account="1"] #city_manual::placeholder {
  color: #aeb3c5 !important;
}

body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-submit {
  background: linear-gradient(135deg, #d300ff, #7a00ff) !important;
  border: 1px solid rgba(211, 0, 255, 0.62) !important;
  color: #ffffff !important;
}

/* Account page head + account buttons (all account pages) */
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-account-page-head,
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-page-head {
  background: rgba(12, 12, 16, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow: none !important;
}

body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-account-page-head h1,
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-page-head h1,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-account-page-head p,
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-page-head p {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-links a {
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-links a:hover {
  background: rgba(211, 0, 255, 0.14) !important;
  border-color: rgba(211, 0, 255, 0.58) !important;
}

/* Checkout intro + checkout__input generic + one-page checkout inputs */
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__intro h1,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__intro p,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__card-head h2,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__card-head p {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .checkout__input input,
body.maya-theme-ameliastella .checkout__input select,
body.maya-theme-ameliastella .checkout__input textarea,
body.maya-theme-ameliastella .checkout__input .nice-select,
body.maya-theme-ameliastella .checkout__input .nice-select .current,
body.maya-theme-ameliastella .checkout__input label {
  background: rgba(255, 255, 255, 0.07) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .checkout__input input::placeholder,
body.maya-theme-ameliastella .checkout__input textarea::placeholder {
  color: #aeb3c5 !important;
}

/* checkout_success full alignment + product modules inside */
body.maya-theme-ameliastella[data-maya-checkout-success="1"] {
  background: #07070b !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-checkout-success="1"] .maya-checkout-success__hero,
body.maya-theme-ameliastella[data-maya-checkout-success="1"] .maya-checkout-success__section,
body.maya-theme-ameliastella[data-maya-checkout-success="1"] .maya-checkout-success__pill,
body.maya-theme-ameliastella[data-maya-checkout-success="1"] .maya-checkout-success__notify label,
body.maya-theme-ameliastella[data-maya-checkout-success="1"] .maya-payment-debug-panel,
body.maya-theme-ameliastella[data-maya-checkout-success="1"] .maya-payment-debug-panel__log,
body.maya-theme-ameliastella[data-maya-checkout-success="1"] .maya-products-carousel,
body.maya-theme-ameliastella[data-maya-checkout-success="1"] .maya-manufacturer-card {
  background: rgba(12, 12, 16, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #f8f8ff !important;
  box-shadow: none !important;
}

body.maya-theme-ameliastella[data-maya-checkout-success="1"] .maya-checkout-success__hero h1,
body.maya-theme-ameliastella[data-maya-checkout-success="1"] .maya-checkout-success__head h2,
body.maya-theme-ameliastella[data-maya-checkout-success="1"] .maya-checkout-success__head p,
body.maya-theme-ameliastella[data-maya-checkout-success="1"] .maya-checkout-success__hero p,
body.maya-theme-ameliastella[data-maya-checkout-success="1"] .maya-checkout-success__pill {
  color: #f8f8ff !important;
}

/* logoff full alignment + product modules inside */
body.maya-theme-ameliastella[data-maya-logoff="1"] {
  background: #07070b !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-logoff="1"] .maya-logoff__hero,
body.maya-theme-ameliastella[data-maya-logoff="1"] .maya-logoff__section,
body.maya-theme-ameliastella[data-maya-logoff="1"] .maya-logoff__section .maya-products-carousel,
body.maya-theme-ameliastella[data-maya-logoff="1"] .maya-logoff__empty {
  background: rgba(12, 12, 16, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #f8f8ff !important;
  box-shadow: none !important;
}

body.maya-theme-ameliastella[data-maya-logoff="1"] .maya-logoff__hero h1,
body.maya-theme-ameliastella[data-maya-logoff="1"] .maya-logoff__hero p,
body.maya-theme-ameliastella[data-maya-logoff="1"] .maya-logoff__section-head h2,
body.maya-theme-ameliastella[data-maya-logoff="1"] .maya-logoff__section-head p {
  color: #f8f8ff !important;
}

/* ------------------------------------------------------------------
   Amelia coherence pass: mega menu, account legacy, checkout, quickbuy
   ------------------------------------------------------------------ */

/* Megamenu category / account switcher contrast */
body.maya-theme-ameliastella .amelia-header .maya-nav__mega,
body.maya-theme-ameliastella .amelia-header .maya-nav__mega--premium,
body.maya-theme-ameliastella .amelia-header .maya-nav__dropdown,
body.maya-theme-ameliastella .amelia-header .maya-nav__mega-column,
body.maya-theme-ameliastella .amelia-header .maya-nav__mega-column--wide {
  background: linear-gradient(180deg, rgba(9, 9, 13, 0.99), rgba(6, 6, 10, 0.99)) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__mega-column h4,
body.maya-theme-ameliastella .amelia-header .maya-nav__mega-copy,
body.maya-theme-ameliastella .amelia-header .maya-nav__mega-links a,
body.maya-theme-ameliastella .amelia-header .maya-nav__mega-links a small,
body.maya-theme-ameliastella .amelia-header .maya-nav__dropdown a {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__mega-links a,
body.maya-theme-ameliastella .amelia-header .maya-nav__dropdown a {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}

body.maya-theme-ameliastella .maya-account-switcher__links--simple a,
body.maya-theme-ameliastella .maya-account-switcher__links--simple a span,
body.maya-theme-ameliastella .maya-account-switcher__links--simple a small,
body.maya-theme-ameliastella .maya-account-switcher__offers-copy strong,
body.maya-theme-ameliastella .maya-account-switcher__offers-price small,
body.maya-theme-ameliastella .maya-account-switcher__offers-price em {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .maya-account-switcher__links--simple a {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
}

body.maya-theme-ameliastella .maya-account-switcher__links--simple a:hover {
  background: rgba(211, 0, 255, 0.18) !important;
  border-color: rgba(211, 0, 255, 0.62) !important;
}

/* Account legacy pages: force dark cards, readable headings, buttons and forms */
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .shoping__discount,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .checkout__order,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-account-note,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-feedback-item,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-order-item,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-empty-state,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .listbox,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .pagination,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .pagination ul li a,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .pagination ul li span {
  background: rgba(12, 12, 16, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-account-legacy="1"] .shoping__discount a,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .shoping__discount b,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .shoping__discount span,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .checkout__order,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .checkout__order *,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-feedback-item__body,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-order-item__meta strong,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-order-item__meta span,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-order-line-total,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .smallText {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-account-legacy="1"] .account-danger {
  color: #fda4af !important;
  font-weight: 800 !important;
}

body.maya-theme-ameliastella[data-maya-account-legacy="1"] .account-info {
  color: #93c5fd !important;
  font-weight: 800 !important;
}

body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-account-pagination__meta,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-account-pagination__links a,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-account-pagination__link {
  color: #f8f8ff !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-account-pagination__link.is-current {
  background: rgba(211, 0, 255, 0.24) !important;
  border-color: rgba(211, 0, 255, 0.64) !important;
  color: #ffffff !important;
}

body.maya-theme-ameliastella[data-maya-account-legacy="1"] .checkout__input,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .checkout__input > p,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .checkout__input label {
  color: #f8f8ff !important;
  background: transparent !important;
}

/* Address book */
body.maya-theme-ameliastella[data-maya-address-book="1"] .maya-ab-page {
  background: #07070b !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-address-book="1"] .maya-ab-head,
body.maya-theme-ameliastella[data-maya-address-book="1"] .maya-ab-card,
body.maya-theme-ameliastella[data-maya-address-book="1"] .maya-ab-modal__dialog,
body.maya-theme-ameliastella[data-maya-address-book="1"] .maya-ab-form,
body.maya-theme-ameliastella[data-maya-address-book="1"] .maya-ab-confirm__body,
body.maya-theme-ameliastella[data-maya-address-book="1"] .maya-ab-empty {
  background: rgba(12, 12, 16, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-address-book="1"] .maya-ab-field label,
body.maya-theme-ameliastella[data-maya-address-book="1"] .maya-ab-lines,
body.maya-theme-ameliastella[data-maya-address-book="1"] .maya-ab-head p {
  color: #d6d9e9 !important;
}

body.maya-theme-ameliastella[data-maya-address-book="1"] .maya-ab-field input,
body.maya-theme-ameliastella[data-maya-address-book="1"] .maya-ab-field select {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  color: #f8f8ff !important;
}

/* Contact + privacy + wishlist */
body.maya-theme-ameliastella[data-maya-contact-page="1"] .maya-contact-hero,
body.maya-theme-ameliastella[data-maya-contact-page="1"] .maya-contact-card,
body.maya-theme-ameliastella[data-maya-contact-page="1"] .maya-contact-map,
body.maya-theme-ameliastella[data-maya-contact-page="1"] .maya-contact-form-card,
body.maya-theme-ameliastella[data-maya-contact-page="1"] .maya-contact-help-card {
  background: rgba(12, 12, 16, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-contact-page="1"] .maya-contact-card p,
body.maya-theme-ameliastella[data-maya-contact-page="1"] .maya-contact-card a,
body.maya-theme-ameliastella[data-maya-contact-page="1"] .maya-contact-form-card p,
body.maya-theme-ameliastella[data-maya-contact-page="1"] .maya-contact-help-card ul {
  color: #d6d9e9 !important;
}

body.maya-theme-ameliastella[data-maya-contact-page="1"] .maya-contact-input,
body.maya-theme-ameliastella[data-maya-contact-page="1"] .maya-contact-select,
body.maya-theme-ameliastella[data-maya-contact-page="1"] .maya-contact-textarea {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-privacy-page,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-privacy-hero,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-privacy-card,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-modal__dialog,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-modal__body,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-modal__actions {
  background: rgba(12, 12, 16, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-privacy-hero p,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-privacy-card p {
  color: #d6d9e9 !important;
}

body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-modal__body input,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-modal__body textarea,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-modal__body select {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-wishlist-page="1"] .maya-wishlist-page__toolbar,
body.maya-theme-ameliastella[data-maya-wishlist-page="1"] .maya-wishlist-page__share,
body.maya-theme-ameliastella[data-maya-wishlist-page="1"] .maya-wishlist-page__empty,
body.maya-theme-ameliastella[data-maya-wishlist-page="1"] .maya-listing-card {
  background: rgba(12, 12, 16, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-wishlist-page="1"] .maya-wishlist-page__date,
body.maya-theme-ameliastella[data-maya-wishlist-page="1"] .maya-wishlist-page__status,
body.maya-theme-ameliastella[data-maya-wishlist-page="1"] .maya-listing-card__title a,
body.maya-theme-ameliastella[data-maya-wishlist-page="1"] .maya-wishlist-page__meta strong {
  color: #f8f8ff !important;
}

/* Create account legacy + page version */
body.maya-theme-ameliastella[data-maya-create-account="1"] .maya-ca-template-main,
body.maya-theme-ameliastella[data-maya-create-account="1"] .maya-ca-template-main .maya-register-modes,
body.maya-theme-ameliastella[data-maya-create-account="1"] .maya-ca-template-main .maya-register-mode,
body.maya-theme-ameliastella[data-maya-create-account="1"] #tutto .left,
body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-page,
body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-shell {
  background: rgba(12, 12, 16, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-create-account="1"] #tutto .left *,
body.maya-theme-ameliastella[data-maya-create-account="1"] .maya-ca-template-main *,
body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-inline-check,
body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-policy-card__top label,
body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-policy-card__text,
body.maya-theme-ameliastella[data-maya-create-account="1"] .inputRequirement {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-create-account="1"] #tutto input,
body.maya-theme-ameliastella[data-maya-create-account="1"] #tutto select,
body.maya-theme-ameliastella[data-maya-create-account="1"] #tutto textarea {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  color: #f8f8ff !important;
}

/* Newsletter module consent copy */
body.maya-theme-ameliastella .maya-newsletter-deluxe__consent,
body.maya-theme-ameliastella .maya-newsletter-deluxe__consent a,
body.maya-theme-ameliastella .maya-newsletter-deluxe__status,
body.maya-theme-ameliastella .maya-newsletter-deluxe__footnote {
  color: #f8f8ff !important;
}

/* Listing sidebar, brands, sort and empty state */
body.maya-theme-ameliastella .maya-catalog-aside #manufacturers .listbox a,
body.maya-theme-ameliastella .maya-catalog-aside #manufacturers .listbox,
body.maya-theme-ameliastella .maya-catalog-aside #manufacturers .listbox * {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .maya-catalog-aside .maya-sidebar-swiper__btn,
body.maya-theme-ameliastella .maya-catalog-aside .maya-sidebar-widget__sort select {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
  color: #ffffff !important;
}

body.maya-theme-ameliastella .maya-catalog-aside .maya-sidebar-swiper__btn:hover {
  border-color: rgba(211, 0, 255, 0.62) !important;
  background: rgba(211, 0, 255, 0.2) !important;
}

body.maya-theme-ameliastella .maya-empty-state,
body.maya-theme-ameliastella .maya-empty-state h3,
body.maya-theme-ameliastella .maya-empty-state p {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .filter__sort span,
body.maya-theme-ameliastella .filter__sort select,
body.maya-theme-ameliastella #selezioneListing {
  color: #f8f8ff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
}

/* Checkout text/input readability */
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__intro,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__intro *,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__welcome-banner,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__welcome-banner *,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__acc-toggle span,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__acc-toggle strong,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__acc-toggle small {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-checkout-op="1"] .checkout__input > p,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .checkout__input label {
  color: #f8f8ff !important;
  background: transparent !important;
}

/* Checkout success + logoff internal modules/cards */
body.maya-theme-ameliastella[data-maya-checkout-success="1"] .maya-listing-card,
body.maya-theme-ameliastella[data-maya-checkout-success="1"] .maya-listing-card * ,
body.maya-theme-ameliastella[data-maya-logoff="1"] .maya-listing-card,
body.maya-theme-ameliastella[data-maya-logoff="1"] .maya-listing-card * {
  color: #f8f8ff !important;
}

/* Quickbuy final visibility (cta, links, paypal area) */
body.maya-theme-ameliastella .maya-quickbuy__cart-btn {
  background: linear-gradient(135deg, #d300ff, #7a00ff) !important;
  border: 1px solid rgba(211, 0, 255, 0.62) !important;
  color: #ffffff !important;
  font-weight: 800 !important;
}

body.maya-theme-ameliastella .maya-quickbuy__cart-btn[disabled] {
  opacity: 0.45 !important;
}

body.maya-theme-ameliastella .maya-quickbuy__checkout-link,
body.maya-theme-ameliastella .maya-quickbuy__details-link {
  color: #f8f8ff !important;
  text-decoration-color: rgba(248, 248, 255, 0.7) !important;
}

body.maya-theme-ameliastella .maya-quickbuy__checkout-link:hover,
body.maya-theme-ameliastella .maya-quickbuy__details-link:hover {
  color: #ffffff !important;
  text-decoration-color: rgba(211, 0, 255, 0.7) !important;
}

body.maya-theme-ameliastella .maya-quickbuy__paypal,
body.maya-theme-ameliastella .maya-quickbuy__paypal-form {
  background: rgba(8, 8, 12, 0.96) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella #maya-paypal-paylater-message {
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(255, 255, 255, 0.9) !important;
  color: #0f172a !important;
}

body.maya-theme-ameliastella #maya-paypal-paylater-message * {
  color: #0f172a !important;
}

/* ------------------------------------------------------------------
   Amelia final polish pass (account/listing/checkout/quickbuy/mega)
   ------------------------------------------------------------------ */
body.maya-theme-ameliastella .amelia-header .maya-nav__mega,
body.maya-theme-ameliastella .amelia-header .maya-nav__mega *,
body.maya-theme-ameliastella .amelia-header .maya-nav__dropdown,
body.maya-theme-ameliastella .amelia-header .maya-nav__dropdown * {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__mega,
body.maya-theme-ameliastella .amelia-header .maya-nav__dropdown {
  background: linear-gradient(180deg, rgba(10, 10, 14, 0.99), rgba(7, 7, 11, 0.99)) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__mega-links a,
body.maya-theme-ameliastella .amelia-header .maya-nav__dropdown a,
body.maya-theme-ameliastella .maya-account-switcher__links a,
body.maya-theme-ameliastella .maya-account-switcher__links--simple a {
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .maya-account-switcher__links a small,
body.maya-theme-ameliastella .maya-account-switcher__links--simple a small,
body.maya-theme-ameliastella .maya-account-switcher__links a span,
body.maya-theme-ameliastella .maya-account-switcher__links--simple a span {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .maya-account-switcher__links a:hover,
body.maya-theme-ameliastella .maya-account-switcher__links--simple a:hover,
body.maya-theme-ameliastella .amelia-header .maya-nav__mega-links a:hover,
body.maya-theme-ameliastella .amelia-header .maya-nav__dropdown a:hover {
  background: rgba(211, 0, 255, 0.2) !important;
  border-color: rgba(211, 0, 255, 0.62) !important;
}

body.maya-theme-ameliastella .shoping__discount,
body.maya-theme-ameliastella .shoping__discount * {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .shoping__discount a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 4px 6px 4px 0;
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #f8f8ff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
}

body.maya-theme-ameliastella .shoping__discount a:hover {
  background: rgba(211, 0, 255, 0.2);
  border-color: rgba(211, 0, 255, 0.62);
}

body.maya-theme-ameliastella[data-maya-account-legacy="1"] .checkout__order,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .checkout__order *,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .checkout__order__products,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .checkout__order__subtotal,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .checkout__order__total,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .checkout__order ul li {
  color: #f8f8ff !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}

body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-order-item__meta strong,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-order-item__meta span {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-order-item__thumb,
body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-order-item__thumbs-nav {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-account-legacy="1"] .maya-account-pagination__meta {
  color: #f8f8ff !important;
  font-weight: 700 !important;
}

body.maya-theme-ameliastella[data-maya-create-account="1"] .inputRequirement,
body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-policy-card__top label,
body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-policy-card__top label a {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__intro h1,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__intro p,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__secure,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__secure * {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .checkout__input,
body.maya-theme-ameliastella .checkout__input p,
body.maya-theme-ameliastella .checkout__input label {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .checkout__input input,
body.maya-theme-ameliastella .checkout__input input.form-control,
body.maya-theme-ameliastella .checkout__input select,
body.maya-theme-ameliastella .checkout__input textarea {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .filter__sort select,
body.maya-theme-ameliastella .product__discount__filter__option select,
body.maya-theme-ameliastella .maya-listing__toolbar select {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .maya-empty-state,
body.maya-theme-ameliastella .maya-empty-state h3,
body.maya-theme-ameliastella .maya-empty-state p {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .maya-quickbuy__cart-btn,
body.maya-theme-ameliastella .maya-quickbuy__cart-btn span {
  color: #fff !important;
}

body.maya-theme-ameliastella .maya-quickbuy__paypal-form,
body.maya-theme-ameliastella .maya-quickbuy__paypal {
  background: rgba(8, 8, 12, 0.98) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
}

body.maya-theme-ameliastella .maya-quickbuy__checkout-link,
body.maya-theme-ameliastella .maya-quickbuy__details-link {
  color: #f8f8ff !important;
  font-weight: 700 !important;
}

body.maya-theme-ameliastella .maya-quickbuy__checkout-link:hover,
body.maya-theme-ameliastella .maya-quickbuy__details-link:hover {
  color: #ffffff !important;
}

/* ------------------------------------------------------------------
   Amelia hotfix pass (requested UX/CSS alignment)
   ------------------------------------------------------------------ */
body.maya-theme-ameliastella[data-maya-create-account="1"] .maya-register-mode__icon,
body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-type-card__icon,
body.maya-theme-ameliastella[data-maya-create-account="1"] .ca-social__btn i {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__item > .maya-nav__link {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__item:hover > .maya-nav__link,
body.maya-theme-ameliastella .amelia-header .maya-nav__item:focus-within > .maya-nav__link,
body.maya-theme-ameliastella .amelia-header .maya-nav__item.is-open > .maya-nav__link {
  background: rgba(211, 0, 255, 0.22) !important;
  border-color: rgba(211, 0, 255, 0.62) !important;
  color: #ffffff !important;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__mega-column ul li a,
body.maya-theme-ameliastella .amelia-header .maya-nav__mega-column ul li a span,
body.maya-theme-ameliastella .amelia-header .maya-nav__mega-column ul li a small {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__mega-column ul li a:hover {
  background: rgba(211, 0, 255, 0.2) !important;
  border-color: rgba(211, 0, 255, 0.62) !important;
  color: #ffffff !important;
}

body.maya-theme-ameliastella .maya-account-switcher__col h4,
body.maya-theme-ameliastella .maya-account-switcher__group h5,
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-col h3,
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-col__group h4,
body.maya-theme-ameliastella .maya-catalog-aside .sidebar__item h4,
body.maya-theme-ameliastella .maya-catalog-aside .sidebar__item h4 a,
body.maya-theme-ameliastella .maya-catalog-aside .sidebar_filter h4,
body.maya-theme-ameliastella .maya-catalog-aside .advanced_filter h4,
body.maya-theme-ameliastella .maya-catalog-aside .maya-sidebar-swiper__title {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella [data-maya-sort-select="1"],
body.maya-theme-ameliastella .maya-listing__toolbar [data-maya-sort-select="1"],
body.maya-theme-ameliastella .maya-listing__toolbar .nice-select,
body.maya-theme-ameliastella .maya-listing__toolbar .nice-select .current {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .maya-empty-state {
  background: linear-gradient(180deg, rgba(12, 12, 16, 0.96), rgba(9, 9, 13, 0.96)) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

body.maya-theme-ameliastella .maya-empty-state,
body.maya-theme-ameliastella .maya-empty-state h3,
body.maya-theme-ameliastella .maya-empty-state p,
body.maya-theme-ameliastella .maya-empty-state strong,
body.maya-theme-ameliastella .maya-empty-state span {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-feedback-page="1"] .maya-account-card,
body.maya-theme-ameliastella[data-maya-feedback-page="1"] .maya-account-page-head,
body.maya-theme-ameliastella[data-maya-feedback-page="1"] .checkout__input,
body.maya-theme-ameliastella[data-maya-feedback-page="1"] .messageStackError,
body.maya-theme-ameliastella[data-maya-feedback-page="1"] .messageStackSuccess {
  background: rgba(12, 12, 16, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-feedback-page="1"] .maya-account-card h2,
body.maya-theme-ameliastella[data-maya-feedback-page="1"] .checkout__input > p,
body.maya-theme-ameliastella[data-maya-feedback-page="1"] .checkout__input label {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-returns-track="1"] .maya-account-card,
body.maya-theme-ameliastella[data-maya-returns-track="1"] .maya-account-page-head,
body.maya-theme-ameliastella[data-maya-returns-track="1"] .maya-order-item,
body.maya-theme-ameliastella[data-maya-returns-track="1"] .maya-feedback-item {
  background: rgba(12, 12, 16, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-returns-track="1"] .maya-order-item__meta strong,
body.maya-theme-ameliastella[data-maya-returns-track="1"] .maya-order-item__meta span,
body.maya-theme-ameliastella[data-maya-returns-track="1"] .maya-feedback-item__body,
body.maya-theme-ameliastella[data-maya-returns-track="1"] .maya-account-note {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-account-newsletters="1"] .maya-settings-row,
body.maya-theme-ameliastella[data-maya-account-notifications="1"] .maya-settings-row {
  background: rgba(12, 12, 16, 0.94) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
}

body.maya-theme-ameliastella[data-maya-account-newsletters="1"] .maya-settings-row__text strong,
body.maya-theme-ameliastella[data-maya-account-newsletters="1"] .maya-settings-row__text span,
body.maya-theme-ameliastella[data-maya-account-notifications="1"] .maya-settings-row__text strong,
body.maya-theme-ameliastella[data-maya-account-notifications="1"] .maya-settings-row__text span,
body.maya-theme-ameliastella[data-maya-account-notifications="1"] .maya-account-note {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-returns-track="1"] .maya-returns-track__search-card,
body.maya-theme-ameliastella[data-maya-returns-track="1"] .maya-returns-track__summary-card,
body.maya-theme-ameliastella[data-maya-returns-track="1"] .maya-returns-track__helper li,
body.maya-theme-ameliastella[data-maya-returns-track="1"] .maya-returns-track__message,
body.maya-theme-ameliastella[data-maya-returns-track="1"] .maya-returns-track__history,
body.maya-theme-ameliastella[data-maya-returns-track="1"] .maya-returns-track__item {
  background: rgba(12, 12, 16, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-returns-track="1"] .maya-returns-track__search-head h2,
body.maya-theme-ameliastella[data-maya-returns-track="1"] .maya-returns-track__search-head p,
body.maya-theme-ameliastella[data-maya-returns-track="1"] .maya-returns-track__summary-card h3,
body.maya-theme-ameliastella[data-maya-returns-track="1"] .maya-returns-track__summary-value,
body.maya-theme-ameliastella[data-maya-returns-track="1"] .maya-returns-track__section-head h2,
body.maya-theme-ameliastella[data-maya-returns-track="1"] .maya-returns-track__section-head p,
body.maya-theme-ameliastella[data-maya-returns-track="1"] .maya-returns-track__helper li,
body.maya-theme-ameliastella[data-maya-returns-track="1"] .maya-returns-track__helper li strong {
  color: #f8f8ff !important;
}

/* ------------------------------------------------------------------
   Amelia pass: account offers title, listing sort, section titles, login
   ------------------------------------------------------------------ */
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-col h3,
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-col__group h4,
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-offers__copy strong,
body.maya-theme-ameliastella[data-maya-account-page="1"] .maya-account-offers__copy small {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .maya-listing__toolbar .maya-field--select select.maya-sort-select,
body.maya-theme-ameliastella .maya-listing__toolbar .maya-sort-select,
body.maya-theme-ameliastella .maya-listing__toolbar [data-maya-sort-select="1"] {
  background: linear-gradient(180deg, rgba(18, 18, 24, 0.98), rgba(11, 11, 16, 0.98)) !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .maya-listing__toolbar .maya-field--select span,
body.maya-theme-ameliastella .maya-listing__toolbar .maya-listing__toolbar-copy h2,
body.maya-theme-ameliastella .maya-listing__toolbar .maya-listing__toolbar-copy p {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .maya-section__title,
body.maya-theme-ameliastella .maya-section__subtitle,
body.maya-theme-ameliastella .maya-section__head h2,
body.maya-theme-ameliastella .maya-section__head p {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-login="1"] {
  background: #050507 !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-login="1"] .maya-login-page,
body.maya-theme-ameliastella[data-maya-login="1"] .maya-login-pane,
body.maya-theme-ameliastella[data-maya-login="1"] .maya-login-shell,
body.maya-theme-ameliastella[data-maya-login="1"] .maya-login-register,
body.maya-theme-ameliastella[data-maya-login="1"] .maya-login-divider span {
  background: rgba(11, 11, 15, 0.96) !important;
  color: #f8f8ff !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

body.maya-theme-ameliastella[data-maya-login="1"] .maya-login-head h1,
body.maya-theme-ameliastella[data-maya-login="1"] .maya-login-head p,
body.maya-theme-ameliastella[data-maya-login="1"] .maya-login-field label,
body.maya-theme-ameliastella[data-maya-login="1"] .maya-login-register h3,
body.maya-theme-ameliastella[data-maya-login="1"] .maya-login-register p {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-login="1"] .maya-login-input {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-login="1"] .maya-login-input::placeholder {
  color: #b8bfd3 !important;
}

body.maya-theme-ameliastella[data-maya-login="1"] .maya-login-social a {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-login="1"] .maya-login-submit {
  background: linear-gradient(135deg, #d300ff, #7a00ff) !important;
  border: 1px solid rgba(211, 0, 255, 0.62) !important;
  color: #ffffff !important;
}

body.maya-theme-ameliastella[data-maya-login="1"] .maya-login-register a {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella[data-maya-login="1"] .maya-login-register a:hover {
  background: rgba(211, 0, 255, 0.2) !important;
  border-color: rgba(211, 0, 255, 0.62) !important;
}

/* Exact listing sort select target (user-reported snippet) */
body.maya-theme-ameliastella select.maya-sort-select[data-maya-sort-select="1"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  min-height: 42px !important;
  padding: 0 40px 0 12px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  background-color: rgba(14, 14, 19, 0.98) !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #f8f8ff 50%),
    linear-gradient(135deg, #f8f8ff 50%, transparent 50%);
  background-position:
    calc(100% - 16px) calc(50% + 2px),
    calc(100% - 11px) calc(50% + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  color: #f8f8ff !important;
  font-weight: 700 !important;
}

body.maya-theme-ameliastella select.maya-sort-select[data-maya-sort-select="1"]:hover,
body.maya-theme-ameliastella select.maya-sort-select[data-maya-sort-select="1"]:focus {
  border-color: rgba(211, 0, 255, 0.62) !important;
  box-shadow: 0 0 0 2px rgba(211, 0, 255, 0.2) !important;
  outline: none !important;
}

body.maya-theme-ameliastella select.maya-sort-select[data-maya-sort-select="1"] option {
  background: #0f0f14 !important;
  color: #f8f8ff !important;
}

/* ------------------------------------------------------------------
   Amelia mobile parity: hamburger + mobile drawer + filters panel
   ------------------------------------------------------------------ */
.amelia-mobile-toggle {
  display: none;
}

@media (max-width: 820px) {
  :root {
    --amelia-mobile-ticker-h: 30px;
    --amelia-mobile-header-h: 84px;
  }

  body.maya-theme-ameliastella,
  body.maya-theme-ameliastella .maya-shell--ameliastella {
    overflow-x: clip !important;
  }

  body.maya-theme-ameliastella .amelia-top-ticker {
    position: fixed !important;
    top: var(--maya-header-top-offset, 0px);
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    z-index: 2147478450;
  }

  body.maya-theme-ameliastella .amelia-header {
    position: fixed !important;
    top: calc(var(--maya-header-top-offset, 0px) + var(--amelia-mobile-ticker-h));
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    overflow-x: clip;
    box-sizing: border-box;
    z-index: 2147478400;
  }

  body.maya-theme-ameliastella .amelia-header.amelia-header--checkout {
    top: var(--maya-header-top-offset, 0px);
  }

  body.maya-theme-ameliastella .maya-shell--ameliastella > .maya-legacy-stage {
    padding-top: calc(var(--maya-header-top-offset, 0px) + var(--amelia-mobile-ticker-h) + var(--amelia-mobile-header-h)) !important;
  }

  body.maya-theme-ameliastella .maya-shell--checkout > .maya-legacy-stage {
    padding-top: calc(var(--maya-header-top-offset, 0px) + 74px) !important;
  }

  body.maya-theme-ameliastella .maya-mobile-search {
    top: calc(var(--maya-header-top-offset, 0px) + var(--amelia-mobile-ticker-h) + var(--amelia-mobile-header-h)) !important;
  }

  body.maya-theme-ameliastella .amelia-header__inner {
    grid-template-columns: 40px minmax(0, 1fr) 40px !important;
    min-height: var(--amelia-mobile-header-h);
    gap: 8px;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
  }

  body.maya-theme-ameliastella .amelia-mobile-toggle {
    display: inline-flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    justify-self: start;
    z-index: 2;
  }

  body.maya-theme-ameliastella .amelia-header__nav {
    display: none !important;
  }

  body.maya-theme-ameliastella .amelia-logo {
    justify-self: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    max-width: calc(100vw - 120px);
    overflow: hidden;
  }

  body.maya-theme-ameliastella .amelia-logo img {
    width: auto;
    height: 58px;
    max-width: 140px;
  }

  body.maya-theme-ameliastella .amelia-logo > span {
    display: none;
  }

  body.maya-theme-ameliastella .amelia-header__actions {
    justify-self: end;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    position: relative;
    z-index: 2;
  }

  body.maya-theme-ameliastella .amelia-header__actions .amelia-account-switcher .maya-account-switcher__summary {
    width: 36px;
    height: 36px;
    min-height: 36px;
    padding: 0;
    border-radius: 999px;
    justify-content: center;
  }

  body.maya-theme-ameliastella .amelia-header__actions .amelia-account-switcher .maya-account-switcher__copy,
  body.maya-theme-ameliastella .amelia-header__actions .amelia-account-switcher .fa-angle-down {
    display: none !important;
  }

  body.maya-theme-ameliastella .amelia-header__actions .maya-search-trigger {
    order: 2;
  }

  body.maya-theme-ameliastella .amelia-header__actions .amelia-account-switcher,
  body.maya-theme-ameliastella .amelia-header__actions .maya-account-trigger--mobile {
    order: 1;
  }

  body.maya-theme-ameliastella .amelia-header__actions .maya-mobile-hide,
  body.maya-theme-ameliastella .amelia-header__actions .maya-account-trigger--desktop {
    display: none !important;
  }

  body.maya-theme-ameliastella .amelia-header__actions .maya-account-trigger--mobile {
    width: 36px;
    height: 36px;
    min-height: 36px;
    padding: 0;
    border-radius: 999px;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
  }

  body.maya-theme-ameliastella .amelia-header__actions .maya-account-trigger--mobile span {
    display: none;
  }

  body.maya-theme-ameliastella .maya-mobile-nav__panel {
    background: linear-gradient(180deg, rgba(9, 9, 13, 0.99), rgba(6, 6, 10, 0.99));
    border-right: 1px solid rgba(255, 255, 255, 0.18);
  }

  body.maya-theme-ameliastella .maya-mobile-nav__head,
  body.maya-theme-ameliastella .maya-mobile-nav__body,
  body.maya-theme-ameliastella .maya-mobile-nav__actions a {
    background: transparent;
    color: #f8f8ff;
    border-color: rgba(255, 255, 255, 0.16);
  }

  body.maya-theme-ameliastella .maya-mobile-nav__head-actions a {
    background: rgba(211, 0, 255, 0.18);
    border-color: rgba(211, 0, 255, 0.56);
    color: #ffffff;
  }

  body.maya-theme-ameliastella .maya-mobile-nav__close {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.06);
  }

  body.maya-theme-ameliastella .maya-mobile-filters-panel {
    background: linear-gradient(180deg, rgba(10, 10, 14, 0.99), rgba(7, 7, 11, 0.99)) !important;
    border-left: 1px solid rgba(255, 255, 255, 0.16) !important;
    color: #f8f8ff !important;
    padding: 0 10px 16px !important;
  }

  body.maya-theme-ameliastella .maya-mobile-filters-panel .sidebar__item,
  body.maya-theme-ameliastella .maya-mobile-filters-panel .sidebar_filter,
  body.maya-theme-ameliastella .maya-mobile-filters-panel .advanced_filter,
  body.maya-theme-ameliastella .maya-mobile-filters-panel .boxed-area.blocks-spacer.sidebar__item {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(255, 255, 255, 0.18) !important;
    color: #f8f8ff !important;
  }

  body.maya-theme-ameliastella .maya-mobile-filters-panel .sidebar_filter .selectable,
  body.maya-theme-ameliastella .maya-mobile-filters-panel .advanced_filter .selectable,
  body.maya-theme-ameliastella .maya-mobile-filters-panel .sidebar_filter .listbox,
  body.maya-theme-ameliastella .maya-mobile-filters-panel .advanced_filter .listbox {
    background: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    color: #f8f8ff !important;
  }

  body.maya-theme-ameliastella .maya-mobile-filters-panel .selectable.selected,
  body.maya-theme-ameliastella .maya-mobile-filters-panel .listbox.selected {
    background: rgba(211, 0, 255, 0.2) !important;
    border-color: rgba(211, 0, 255, 0.62) !important;
  }

  body.maya-theme-ameliastella .maya-mobile-filters-panel .solosmart {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body.maya-theme-ameliastella .maya-mobile-filters-tab {
    background: rgba(11, 11, 16, 0.98) !important;
    border-color: rgba(255, 255, 255, 0.22) !important;
    color: #f8f8ff !important;
    box-shadow: 12px 8px 30px rgba(0, 0, 0, 0.42) !important;
  }

  body.maya-theme-ameliastella .maya-mobile-filters-tab__icon {
    background: rgba(34, 197, 94, 0.2) !important;
    color: #4ade80 !important;
  }

  body.maya-theme-ameliastella .maya-mobile-filters-tab__text {
    color: #f8f8ff !important;
  }

  body.maya-theme-ameliastella .maya-mobile-filters-backdrop {
    background: rgba(2, 4, 10, 0.6) !important;
  }

  body.maya-theme-ameliastella .maya-cart-side-tab {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    right: 8px !important;
    top: 62% !important;
    z-index: 2147479500 !important;
  }

  body.maya-theme-ameliastella .maya-cart-side-tab .maya-cart-side-tab__text {
    display: inline-block !important;
    opacity: 1 !important;
    max-width: 86px !important;
  }

  body.maya-theme-ameliastella .maya-cart-side-tab.maya-cart-side-tab--compact {
    max-width: 58px !important;
  }

  body.maya-theme-ameliastella.maya-page-cart .maya-cart-side-tab,
  body.maya-theme-ameliastella[data-maya-page-type="shopping_cart"] .maya-cart-side-tab {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  body.maya-theme-ameliastella.maya-page-cart .tc-summary .tc-cta,
  body.maya-theme-ameliastella.maya-page-cart .tc-foot-actions .maya-btn--primary {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #d300ff, #7a00ff) !important;
    border: 1px solid rgba(211, 0, 255, 0.62) !important;
    color: #ffffff !important;
    font-weight: 800;
    letter-spacing: .02em;
    box-shadow: 0 12px 26px rgba(122, 0, 255, 0.34);
    text-decoration: none;
  }

  body.maya-theme-ameliastella.maya-page-cart .tc-summary .tc-cta:hover,
  body.maya-theme-ameliastella.maya-page-cart .tc-foot-actions .maya-btn--primary:hover {
    filter: brightness(1.08);
  }

  body.maya-theme-ameliastella .maya-shell--checkout .amelia-account-pill span {
    display: none !important;
  }
}

/* ------------------------------------------------------------------
   AmeliaStella deluxe refinements: mega menu alignment + stable parallax
   ------------------------------------------------------------------ */
body.maya-theme-ameliastella .amelia-header .maya-nav__mega--editorial {
  padding: 22px !important;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__mega-shell {
  gap: 18px !important;
  align-items: stretch !important;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__mega-cats-head {
  margin-bottom: 12px !important;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__mega-cats-grid {
  gap: 12px !important;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__mega-cat-col {
  gap: 10px !important;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__mega-cat-col a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 42px !important;
  padding: 10px 12px !important;
  border-radius: 11px !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__mega-cat-col a .maya-nav__mega-cat-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  max-width: calc(100% - 14px);
}

body.maya-theme-ameliastella .amelia-header .maya-nav__mega-cat-col a i {
  opacity: .72;
  font-size: 11px;
  flex: 0 0 auto;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__mega-products {
  gap: 12px !important;
}

body.maya-theme-ameliastella .maya-amelia-parallax-slider__bg,
body.maya-theme-ameliastella .maya-amelia-parallax-slider__text,
body.maya-theme-ameliastella .maya-amelia-parallax-slider__btn {
  will-change: transform;
}

body.maya-theme-ameliastella .maya-amelia-parallax-slider__slide {
  transition: opacity .42s ease;
}

/* ------------------------------------------------------------------
   Amelia Deluxe Mega Menu (foto reference)
   ------------------------------------------------------------------ */
body.maya-theme-ameliastella .amelia-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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe.maya-nav__mega--wide {
  min-width: 1240px;
  max-width: min(96vw, 1460px);
}

body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-grid {
  display: grid;
  grid-template-columns: minmax(208px, 228px) minmax(440px, 1fr) minmax(244px, 268px);
  gap: 14px;
  align-items: start;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe.maya-nav__mega--wide .maya-nav__adeluxe-grid {
  grid-template-columns: minmax(220px, 244px) minmax(640px, 1fr) minmax(340px, 382px);
  gap: 16px;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-left h4,
body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-center h4,
body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-right h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .01em;
  color: #f8f9ff;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-center-panels {
  position: relative;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-pane {
  display: none;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-pane.is-active {
  display: block;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-cats {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
  max-height: 330px;
  overflow: auto;
  padding-right: 6px;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-cats li {
  margin: 0;
  padding: 0;
}

body.maya-theme-ameliastella .amelia-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;
  background: transparent;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-cats a.is-active,
body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-cats a:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.18);
}

body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-viewall,
body.maya-theme-ameliastella .amelia-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-ameliastella .amelia-header .maya-nav__adeluxe-products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-products.maya-nav__adeluxe-products--double {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-products--right {
  grid-template-columns: 1fr;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-products--right.maya-nav__adeluxe-products--double {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.maya-theme-ameliastella .amelia-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-ameliastella .amelia-header .maya-nav__adeluxe-product--compact {
  grid-template-columns: 72px minmax(0, 1fr);
  min-height: 82px;
}

body.maya-theme-ameliastella .amelia-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-ameliastella .amelia-header .maya-nav__adeluxe-product--compact .maya-nav__adeluxe-product-thumb {
  height: 64px;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-product-copy {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 4px;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-product-title {
  text-decoration: none;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-product-price {
  color: #d4f5ff;
  font-weight: 700;
  font-size: 12px;
}

body.maya-theme-ameliastella .amelia-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;
  cursor: pointer;
  white-space: nowrap;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-product-qb:hover {
  filter: brightness(1.07);
}

body.maya-theme-ameliastella .amelia-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-ameliastella .amelia-header .maya-nav__adeluxe-cat-card-thumb {
  border-radius: 8px;
  overflow: hidden;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-cat-card-thumb img {
  width: 100%;
  height: 92px;
  object-fit: cover;
  display: block;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-cat-card-name {
  display: block;
  font-size: 13px;
  line-height: 1.3;
}

@media (max-width: 1190px) {
  body.maya-theme-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe {
    min-width: 860px;
  }
  body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-grid {
    grid-template-columns: minmax(198px, 220px) minmax(420px, 1fr) minmax(218px, 236px);
  }
}

/* ------------------------------------------------------------------
   Amelia deluxe typography + nested category hub
   ------------------------------------------------------------------ */
body.maya-theme-ameliastella .amelia-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-ameliastella .amelia-header .maya-nav__adeluxe-left h4,
body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-center h4,
body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-right h4 {
  font-family: var(--maya-font-heading), "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: .03em;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-cats a,
body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-product-title {
  font-family: var(--maya-font-body), "Manrope", sans-serif;
}

body.maya-theme-ameliastella .maya-category-hub__intro,
body.maya-theme-ameliastella .maya-category-hub__module {
  background: linear-gradient(180deg, rgba(18,18,28,.94), rgba(12,12,20,.92));
  border-color: rgba(255,255,255,.18);
  box-shadow: 0 16px 38px rgba(0,0,0,.34);
}

body.maya-theme-ameliastella .maya-category-hub__eyebrow {
  color: rgba(190, 199, 255, .9);
}

body.maya-theme-ameliastella .maya-category-hub__title,
body.maya-theme-ameliastella .maya-category-hub__copy,
body.maya-theme-ameliastella .maya-category-hub__module-title {
  color: #f6f8ff;
}

body.maya-theme-ameliastella .maya-category-hub__copy {
  opacity: .9;
}

body.maya-theme-ameliastella .maya-category-hub__module-thumb {
  border-color: rgba(255,255,255,.2);
  background: rgba(255,255,255,.06);
}

body.maya-theme-ameliastella .maya-category-hub__empty {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.2);
  color: #e9eeff;
}

/* ------------------------------------------------------------------
   Amelia Home fixed fashion hero
   ------------------------------------------------------------------ */
body.maya-theme-ameliastella .maya-fashion-hero {
  padding: 10px 0 18px;
}

body.maya-theme-ameliastella .maya-fashion-hero__shell {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.2);
  min-height: var(--maya-fashion-hero-height, clamp(340px, 52vw, 560px));
  height: var(--maya-fashion-hero-height, clamp(340px, 52vw, 560px));
  box-shadow: 0 24px 58px rgba(0,0,0,.42);
  background: #0c0c16;
}

body.maya-theme-ameliastella .maya-fashion-hero__slides {
  position: relative;
  width: 100%;
  min-height: inherit;
}

body.maya-theme-ameliastella .maya-fashion-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .42s ease;
}

body.maya-theme-ameliastella .maya-fashion-hero__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

body.maya-theme-ameliastella .maya-fashion-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

body.maya-theme-ameliastella .maya-fashion-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2,4,10,.7) 0%, rgba(2,4,10,.34) 40%, rgba(2,4,10,.22) 100%);
}

body.maya-theme-ameliastella .maya-fashion-hero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(560px, 78%);
  z-index: 2;
  display: grid;
  gap: 11px;
}

body.maya-theme-ameliastella .maya-fashion-hero__content--left {
  text-align: left;
}

body.maya-theme-ameliastella .maya-fashion-hero__content--right {
  text-align: right;
}

body.maya-theme-ameliastella .maya-fashion-hero__title-link {
  color: inherit;
  text-decoration: none;
}

body.maya-theme-ameliastella .maya-fashion-hero__title-link:hover {
  text-decoration: underline;
}

body.maya-theme-ameliastella .maya-fashion-hero__badge {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,169,63,.72);
  color: #ffcf98;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 6px 12px;
  background: rgba(12,10,16,.36);
}

body.maya-theme-ameliastella .maya-fashion-hero__content--right .maya-fashion-hero__badge {
  justify-self: end;
}

body.maya-theme-ameliastella .maya-fashion-hero__content h2 {
  margin: 0;
  font-family: var(--maya-font-heading), "Playfair Display", serif;
  font-size: clamp(1.9rem, 4vw, 3.1rem);
  line-height: 1.05;
  color: #fff;
  letter-spacing: .01em;
}

body.maya-theme-ameliastella .maya-fashion-hero__content p {
  margin: 0;
  color: rgba(237,241,255,.95);
  font-size: clamp(1rem, 1.85vw, 1.45rem);
  line-height: 1.36;
}

body.maya-theme-ameliastella .maya-fashion-hero__content .maya-btn {
  justify-self: start;
  min-width: 136px;
  border-radius: 999px;
}

body.maya-theme-ameliastella .maya-fashion-hero__content--right .maya-btn {
  justify-self: end;
}

body.maya-theme-ameliastella .maya-fashion-hero__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.3);
  background: rgba(12,16,24,.45);
  color: #f8fbff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease, border-color .2s ease;
}

body.maya-theme-ameliastella .maya-fashion-hero__arrow.is-prev { left: 14px; }
body.maya-theme-ameliastella .maya-fashion-hero__arrow.is-next { right: 14px; }

body.maya-theme-ameliastella .maya-fashion-hero__arrow:hover {
  background: rgba(24,36,58,.78);
  border-color: rgba(255,255,255,.55);
}

body.maya-theme-ameliastella .maya-fashion-hero__arrow i {
  font-size: 18px;
  line-height: 1;
}

body.maya-theme-ameliastella .maya-fashion-hero__dots {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  z-index: 4;
  display: inline-flex;
  gap: 8px;
}

body.maya-theme-ameliastella .maya-fashion-hero__dot {
  width: 38px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.42);
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

body.maya-theme-ameliastella .maya-fashion-hero__dot.is-active {
  background: #ffffff;
}

@media (max-width: 980px) {
  body.maya-theme-ameliastella .maya-fashion-hero__shell {
    border-radius: 20px;
    min-height: var(--maya-fashion-hero-height, clamp(320px, 64vw, 500px));
    height: var(--maya-fashion-hero-height, clamp(320px, 64vw, 500px));
  }
  body.maya-theme-ameliastella .maya-fashion-hero__content {
    width: min(520px, calc(100% - 48px));
  }
}

@media (max-width: 767px) {
  body.maya-theme-ameliastella .maya-fashion-hero {
    padding: 8px 0 14px;
  }
  body.maya-theme-ameliastella .maya-fashion-hero__shell {
    border-radius: 16px;
    min-height: var(--maya-fashion-hero-height, 380px);
    height: var(--maya-fashion-hero-height, 380px);
  }
  body.maya-theme-ameliastella .maya-fashion-hero__overlay {
    background: linear-gradient(180deg, rgba(2,4,10,.44), rgba(2,4,10,.74));
  }
  body.maya-theme-ameliastella .maya-fashion-hero__content,
  body.maya-theme-ameliastella .maya-fashion-hero__content--left,
  body.maya-theme-ameliastella .maya-fashion-hero__content--right {
    left: 18px !important;
    right: 18px !important;
    top: auto !important;
    bottom: 66px !important;
    transform: none !important;
    width: auto !important;
    text-align: left;
  }
  body.maya-theme-ameliastella .maya-fashion-hero__content--right .maya-fashion-hero__badge,
  body.maya-theme-ameliastella .maya-fashion-hero__content--right .maya-btn {
    justify-self: start;
  }
  body.maya-theme-ameliastella .maya-fashion-hero__arrow {
    width: 38px;
    height: 38px;
  }
  body.maya-theme-ameliastella .maya-fashion-hero__arrow.is-prev { left: 10px; }
  body.maya-theme-ameliastella .maya-fashion-hero__arrow.is-next { right: 10px; }
  body.maya-theme-ameliastella .maya-fashion-hero__dots {
    bottom: 12px;
  }
  body.maya-theme-ameliastella .maya-fashion-hero__dot {
    width: 24px;
  }
}

/* ------------------------------------------------------------------
   AmeliaStella refinement pass: mega menu + floating actions + cart/checkout
   ------------------------------------------------------------------ */
body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-left h4,
body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-center h4,
body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-right h4 {
  font-family: var(--maya-font-heading), "Playfair Display", serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .045em;
  text-transform: uppercase;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-cats a {
  font-family: var(--maya-font-heading), "Playfair Display", serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .014em;
  color: #f4f0ff;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-product-title {
  font-family: var(--maya-font-heading), "Playfair Display", serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: .01em;
  color: #ffffff !important;
}

body.maya-theme-ameliastella .amelia-header .maya-nav__adeluxe-product-price {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .012em;
  color: rgba(222, 241, 255, .92);
}

/* Floating actions restored on Amelia */
body.maya-theme-ameliastella .maya-floating-actions {
  z-index: 2205;
}

body.maya-theme-ameliastella .maya-float-btn {
  background: linear-gradient(145deg, rgba(9, 9, 15, .96), rgba(17, 11, 27, .94));
  border-color: rgba(255, 255, 255, .24);
  color: #f7f8ff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .44);
}

body.maya-theme-ameliastella .maya-float-btn:hover,
body.maya-theme-ameliastella .maya-float-btn:focus {
  border-color: rgba(214, 59, 255, .62);
  box-shadow: 0 16px 32px rgba(0, 0, 0, .48), 0 0 0 2px rgba(214, 59, 255, .16);
}

body.maya-theme-ameliastella .maya-float-btn--accent {
  background: linear-gradient(135deg, #d53fff, #6d20ff);
  border-color: rgba(255, 255, 255, .26);
  color: #fff;
}

/* Contact modal visual alignment for Amelia */
body.maya-theme-ameliastella .maya-modal[data-maya-modal="contact"] .maya-modal__backdrop {
  background: rgba(4, 4, 10, .78);
  backdrop-filter: blur(3px);
}

body.maya-theme-ameliastella .maya-modal[data-maya-modal="contact"] .maya-contact-modal {
  background: linear-gradient(180deg, rgba(13, 12, 22, .99), rgba(8, 8, 14, .99));
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 34px 70px rgba(0, 0, 0, .56);
}

body.maya-theme-ameliastella .maya-modal[data-maya-modal="contact"] .maya-modal__head h3,
body.maya-theme-ameliastella .maya-modal[data-maya-modal="contact"] .maya-contact-modal h4,
body.maya-theme-ameliastella .maya-modal[data-maya-modal="contact"] .maya-contact-modal strong,
body.maya-theme-ameliastella .maya-modal[data-maya-modal="contact"] .maya-contact-modal__list,
body.maya-theme-ameliastella .maya-modal[data-maya-modal="contact"] .maya-contact-modal__list a {
  color: #f8f8ff;
}

body.maya-theme-ameliastella .maya-modal[data-maya-modal="contact"] .maya-contact-modal__form input,
body.maya-theme-ameliastella .maya-modal[data-maya-modal="contact"] .maya-contact-modal__form textarea {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .22);
  color: #ffffff;
}

body.maya-theme-ameliastella .maya-modal[data-maya-modal="contact"] .maya-contact-modal__form input::placeholder,
body.maya-theme-ameliastella .maya-modal[data-maya-modal="contact"] .maya-contact-modal__form textarea::placeholder {
  color: rgba(227, 230, 255, .66);
}

/* Shopping cart CTA (desktop + mobile) */
body.maya-theme-ameliastella.maya-page-cart .tc-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 52px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .22);
  background: linear-gradient(135deg, #d53fff, #6d20ff);
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgba(48, 12, 86, .4);
}

body.maya-theme-ameliastella.maya-page-cart .tc-cta:hover,
body.maya-theme-ameliastella.maya-page-cart .tc-cta:focus {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

/* Checkout contrast: payment/shipping icons + prices */
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__ship-price,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__totals-row .value,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__totals-extra-row .value,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__totals-row--grand .value {
  color: #ffffff !important;
  font-weight: 800;
}

body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__ship-item i,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__pay-item i,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__ship-item svg,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__pay-item svg {
  color: #ffffff !important;
  fill: currentColor;
}

body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__ship-item img,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__pay-item img,
body.maya-theme-ameliastella[data-maya-checkout-op="1"] .maya-op-checkout__pay-extra img {
  filter: brightness(0) invert(1) contrast(1.02);
}

/* ------------------------------------------------------------------
   Amelia final fixes: contact modal + mobile category menu icons + cart actions
   ------------------------------------------------------------------ */
/* 1) Contact modal: fully dark + white text */
body.maya-theme-ameliastella .maya-modal[data-maya-modal="contact"] .maya-modal__dialog.maya-contact-modal {
  background: linear-gradient(180deg, rgba(10, 10, 18, .99), rgba(6, 6, 12, .99)) !important;
  border: 1px solid rgba(255, 255, 255, .2) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .maya-modal[data-maya-modal="contact"] .maya-modal__head,
body.maya-theme-ameliastella .maya-modal[data-maya-modal="contact"] .maya-modal__body {
  background: transparent !important;
  border-color: rgba(255, 255, 255, .16) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .maya-modal[data-maya-modal="contact"] .maya-modal__head h3,
body.maya-theme-ameliastella .maya-modal[data-maya-modal="contact"] .maya-contact-modal__card h4,
body.maya-theme-ameliastella .maya-modal[data-maya-modal="contact"] .maya-contact-modal__list,
body.maya-theme-ameliastella .maya-modal[data-maya-modal="contact"] .maya-contact-modal__list * {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella .maya-modal[data-maya-modal="contact"] .maya-contact-modal__card,
body.maya-theme-ameliastella .maya-modal[data-maya-modal="contact"] .maya-contact-modal__map {
  background: rgba(255, 255, 255, .04) !important;
  border-color: rgba(255, 255, 255, .2) !important;
}

body.maya-theme-ameliastella .maya-modal[data-maya-modal="contact"] .maya-contact-modal__form input,
body.maya-theme-ameliastella .maya-modal[data-maya-modal="contact"] .maya-contact-modal__form textarea {
  background: rgba(255, 255, 255, .08) !important;
  border-color: rgba(255, 255, 255, .24) !important;
  color: #ffffff !important;
}

body.maya-theme-ameliastella .maya-modal[data-maya-modal="contact"] .maya-contact-modal__form input::placeholder,
body.maya-theme-ameliastella .maya-modal[data-maya-modal="contact"] .maya-contact-modal__form textarea::placeholder {
  color: rgba(226, 230, 246, .72) !important;
}

body.maya-theme-ameliastella .maya-modal[data-maya-modal="contact"] .maya-modal__close {
  background: rgba(255, 255, 255, .09) !important;
  border-color: rgba(255, 255, 255, .3) !important;
  color: #ffffff !important;
}

/* 2) Mobile categories menu: visible arrows and close */
@media (max-width: 991px) {
  body.maya-theme-ameliastella .maya-mobile-nav__close {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #ffffff !important;
    background: rgba(255, 255, 255, .08) !important;
    border: 1px solid rgba(255, 255, 255, .28) !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.35);
  }

  body.maya-theme-ameliastella .maya-mobile-nav .maya-sidebar-menu--mobile .maya-sidebar-menu__link,
  body.maya-theme-ameliastella .maya-mobile-nav .maya-sidebar-menu--mobile .maya-sidebar-menu__link--toggle {
    color: #f8f8ff !important;
  }

  body.maya-theme-ameliastella .maya-mobile-nav .maya-sidebar-menu--mobile .maya-sidebar-menu__toggle {
    background: rgba(255, 255, 255, .08) !important;
    border: 1px solid rgba(255, 255, 255, .32) !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 1px rgba(255,255,255,.04) inset;
  }

  body.maya-theme-ameliastella .maya-mobile-nav .maya-sidebar-menu--mobile .maya-sidebar-menu__toggle .fa {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0,0,0,.4);
  }
}

/* 3) Shopping cart: Articoli simili + Condividi aligned to Amelia */
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-actions .tc-linkbtn[data-cart-similar="1"],
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-actions .tc-linkbtn[data-cart-share="1"] {
  background: rgba(255, 255, 255, .06) !important;
  border: 1px solid rgba(255, 255, 255, .24) !important;
  color: #f8f8ff !important;
  border-radius: 999px !important;
  padding: 8px 12px !important;
}

body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-actions .tc-linkbtn[data-cart-similar="1"] i,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-actions .tc-linkbtn[data-cart-share="1"] i {
  color: #ffffff !important;
}

body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-actions .tc-linkbtn[data-cart-similar="1"]:hover,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-v2 .tc-actions .tc-linkbtn[data-cart-share="1"]:hover {
  border-color: rgba(211, 0, 255, .58) !important;
  background: rgba(211, 0, 255, .16) !important;
}

body.maya-theme-ameliastella.maya-page-cart .maya-cart-modal .maya-modal__dialog,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-modal .maya-modal__head,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-modal .maya-modal__body {
  background: linear-gradient(180deg, rgba(11, 11, 18, .99), rgba(7, 7, 12, .99)) !important;
  border-color: rgba(255, 255, 255, .18) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella.maya-page-cart .maya-cart-modal .maya-modal__head h3,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-modal .maya-cart-similar__head h4,
body.maya-theme-ameliastella.maya-page-cart .maya-cart-modal .maya-cart-similar__head p {
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella.maya-page-cart .maya-cart-modal .maya-modal__close {
  background: rgba(255, 255, 255, .1) !important;
  border-color: rgba(255, 255, 255, .28) !important;
  color: #ffffff !important;
}

body.maya-theme-ameliastella.maya-page-cart .maya-cart-modal .maya-cart-share__btn {
  background: rgba(255, 255, 255, .08) !important;
  border-color: rgba(255, 255, 255, .24) !important;
  color: #f8f8ff !important;
}

body.maya-theme-ameliastella.maya-page-cart .maya-cart-modal .maya-cart-share__copy input {
  background: rgba(255, 255, 255, .08) !important;
  border-color: rgba(255, 255, 255, .24) !important;
  color: #ffffff !important;
}

body.maya-theme-ameliastella.maya-page-cart .maya-cart-modal .maya-cart-share__copy button {
  background: linear-gradient(135deg, #d53fff, #6d20ff) !important;
  border: 1px solid rgba(255, 255, 255, .22) !important;
  color: #ffffff !important;
}

body.maya-theme-ameliastella.maya-page-cart .maya-cart-modal .maya-cart-share__copy small {
  color: #cfd4e8 !important;
}

/* Categoria corrente evidenziata nel mega menu */
body.maya-theme-ameliastella .amelia-header .maya-nav__item.is-current > .maya-nav__link,
body.maya-theme-ameliastella .amelia-header .maya-nav__link.is-current {
  background: linear-gradient(135deg, rgba(136, 76, 255, .28), rgba(215, 64, 255, .24)) !important;
  border: 1px solid rgba(224, 195, 255, .46) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(73, 17, 117, .36);
}

/* Mobile hardening: keep right-side icons visible and avoid dark blocking layer */
@media (max-width: 820px) {
  body.maya-theme-ameliastella .maya-header-menu-backdrop {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    background: transparent !important;
  }

  body.maya-theme-ameliastella .amelia-header__actions {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 36px !important;
  }

  body.maya-theme-ameliastella .amelia-header__actions .maya-search-trigger,
  body.maya-theme-ameliastella .amelia-header__actions .maya-account-switcher,
  body.maya-theme-ameliastella .amelia-header__actions .maya-account-trigger--mobile {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 36px;
    height: 36px;
    min-height: 36px;
    padding: 0;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
  }

  body.maya-theme-ameliastella .amelia-header__actions .maya-account-switcher {
    order: 1;
  }

  body.maya-theme-ameliastella .amelia-header__actions .maya-search-trigger {
    order: 2;
  }

  body.maya-theme-ameliastella .amelia-header__actions .maya-mobile-hide,
  body.maya-theme-ameliastella .amelia-header__actions .maya-account-trigger--desktop {
    display: none !important;
  }

  body.maya-theme-ameliastella .amelia-header__actions .maya-account-switcher .maya-account-switcher__summary {
    width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    justify-content: center !important;
  }

  body.maya-theme-ameliastella .amelia-header__actions .maya-account-switcher .maya-account-switcher__copy,
  body.maya-theme-ameliastella .amelia-header__actions .maya-account-switcher .maya-account-switcher__summary > .fa-angle-down {
    display: none !important;
  }
}

/* ------------------------------------------------------------------
   MAYA20 MegaMenu Parity for AmeliaStella
   ------------------------------------------------------------------ */
body.maya-theme-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe,
body.maya-theme-ameliastella .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-ameliastella .maya-nav__mega--detached.maya-nav__mega--portal {
  z-index: 2147478950 !important;
}
body.maya-theme-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe.maya-nav__mega--fullscreen,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe.maya-nav__mega--fullscreen .maya-nav__adeluxe-grid,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe.maya-nav__mega--template-black,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe.maya-nav__mega--template-white,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe.maya-nav__mega--template-new,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-grid,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-grid.maya-nav__adeluxe-grid--no-left,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-grid.maya-nav__adeluxe-grid--no-right,
body.maya-theme-ameliastella .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-ameliastella .amelia-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-ameliastella .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-ameliastella .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-ameliastella .maya-nav__mega--amelia-deluxe[style*="--maya-mm-max-height"] .maya-nav__adeluxe-grid::-webkit-scrollbar {
  width: 8px;
}
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-left h4,
body.maya-theme-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-center h4,
body.maya-theme-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-right h4,
body.maya-theme-ameliastella .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-left h4,
body.maya-theme-ameliastella .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-center h4,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-cats,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-cats a,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-cats a.is-active,
body.maya-theme-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-cats a:hover,
body.maya-theme-ameliastella .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-cats a.is-active,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-viewall,
body.maya-theme-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-more,
body.maya-theme-ameliastella .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-viewall,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-center-panels,
body.maya-theme-ameliastella .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-center-panels {
  position: relative;
}
body.maya-theme-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-pane,
body.maya-theme-ameliastella .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-pane {
  display: none;
}
body.maya-theme-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-pane.is-active,
body.maya-theme-ameliastella .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-pane.is-active {
  display: block;
}
body.maya-theme-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-products,
body.maya-theme-ameliastella .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-products {
  display: grid;
  gap: 10px;
}
body.maya-theme-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-products--center,
body.maya-theme-ameliastella .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-ameliastella .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-ameliastella .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-ameliastella .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-ameliastella .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-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product:hover,
body.maya-theme-ameliastella .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product:hover {
  background: var(--maya-mm-card-hover);
}
body.maya-theme-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product--compact,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-thumb,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product--compact .maya-nav__adeluxe-product-thumb,
body.maya-theme-ameliastella .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product--compact .maya-nav__adeluxe-product-thumb { height: 64px; }
body.maya-theme-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-thumb img,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-copy,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-badges,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-badge,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-badge.is-top,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-badge.is-new,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-badge.is-low,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-badge.is-offer,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-title,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-price,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-qb,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-actions,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-fastbuy,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-fastbuy:hover,
body.maya-theme-ameliastella .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product-fastbuy:hover {
  transform: translateY(-1px);
}
body.maya-theme-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product--placeholder,
body.maya-theme-ameliastella .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-product--placeholder {
  grid-template-columns: 1fr;
  min-height: 120px;
}
body.maya-theme-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-right,
body.maya-theme-ameliastella .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-right {
  display: grid;
  align-content: start;
  gap: 10px;
}
body.maya-theme-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-grid,
body.maya-theme-ameliastella .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-ameliastella .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-grid--cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
body.maya-theme-ameliastella .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-grid--cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
body.maya-theme-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe.maya-nav__mega--layout-media .maya-nav__adeluxe-media-mode,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe.maya-nav__mega--layout-media .maya-nav__adeluxe-media-mode h4,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe.maya-nav__mega--layout-media .maya-nav__adeluxe-media-mode-grid,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-tile,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-bg,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-bg img,
body.maya-theme-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-video,
body.maya-theme-ameliastella .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-bg img,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-video--iframe,
body.maya-theme-ameliastella .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-video--iframe {
  pointer-events: none;
}
body.maya-theme-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-shade,
body.maya-theme-ameliastella .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-shade {
  position: absolute;
  inset: 0;
  background: transparent;
}
body.maya-theme-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-copy,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-copy small,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-copy strong,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-btn,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-mode-tile--placeholder,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-card,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-card-media,
body.maya-theme-ameliastella .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-card-media {
  position: absolute;
  inset: 0;
  display: block;
}
body.maya-theme-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-card-media img,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-media-card--placeholder,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-video-copy,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-video-copy small,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-video-copy strong,
body.maya-theme-ameliastella .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-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe.maya-nav__mega--template-white .maya-nav__adeluxe-video-copy strong,
body.maya-theme-ameliastella .amelia-header .maya-nav__mega--amelia-deluxe.maya-nav__mega--template-new .maya-nav__adeluxe-video-copy strong,
body.maya-theme-ameliastella .maya-nav__mega--detached.maya-nav__mega--amelia-deluxe.maya-nav__mega--template-white .maya-nav__adeluxe-video-copy strong,
body.maya-theme-ameliastella .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-ameliastella .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-ameliastella .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-ameliastella .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-grid {
    grid-template-columns: minmax(176px, 220px) minmax(0, 1fr) minmax(210px, 260px);
  }
  body.maya-theme-ameliastella .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-products--center.maya-nav__adeluxe-products--cols-4,
  body.maya-theme-ameliastella .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-ameliastella .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-grid,
  body.maya-theme-ameliastella .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-grid.maya-nav__adeluxe-grid--no-left {
    grid-template-columns: minmax(0, 1fr);
  }
  body.maya-theme-ameliastella .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-left {
    display: none;
  }
  body.maya-theme-ameliastella .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-right {
    display: none;
  }
  body.maya-theme-ameliastella .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-products--center.maya-nav__adeluxe-products--cols-3,
  body.maya-theme-ameliastella .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-products--center.maya-nav__adeluxe-products--cols-4,
  body.maya-theme-ameliastella .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-ameliastella .maya-nav__mega--amelia-deluxe .maya-nav__adeluxe-products--center {
    grid-template-columns: 1fr !important;
  }
}

/* ------------------------------------------------------------------
   AmeliaStella dark footer modules: FAQ + Feedback
   ------------------------------------------------------------------ */
body.maya-theme-ameliastella .maya-prefooter-module--faq,
body.maya-theme-ameliastella .maya-prefooter-module--feedback {
  background:
    radial-gradient(900px 320px at 12% 0%, rgba(99,102,241,.16), transparent 60%),
    radial-gradient(760px 280px at 88% 100%, rgba(56,189,248,.12), transparent 64%),
    linear-gradient(180deg, rgba(8,12,22,.98), rgba(4,8,16,.99));
  border-top: 1px solid rgba(148,163,184,.22);
  border-bottom: 1px solid rgba(148,163,184,.18);
}

body.maya-theme-ameliastella .maya-prefooter-module--faq .maya-prefooter-module__inner,
body.maya-theme-ameliastella .maya-prefooter-module--feedback .maya-prefooter-module__inner,
body.maya-theme-ameliastella .maya-prefooter-module--faq .maya-footer-module,
body.maya-theme-ameliastella .maya-prefooter-module--feedback .maya-footer-module {
  background: rgba(8,12,22,.72);
  border: 1px solid rgba(148,163,184,.25);
  box-shadow: 0 20px 40px rgba(2,6,23,.45);
  color: #e2e8f0;
}

body.maya-theme-ameliastella .maya-prefooter-module--faq h2,
body.maya-theme-ameliastella .maya-prefooter-module--feedback h2,
body.maya-theme-ameliastella .maya-prefooter-module--faq h3,
body.maya-theme-ameliastella .maya-prefooter-module--feedback h3 {
  color: #f8fafc;
}

body.maya-theme-ameliastella .maya-footer-faq__item,
body.maya-theme-ameliastella .maya-footer-feedback__item {
  background: linear-gradient(180deg, rgba(15,23,42,.58), rgba(15,23,42,.36));
  border: 1px solid rgba(148,163,184,.26);
  color: #e2e8f0;
}

body.maya-theme-ameliastella .maya-footer-faq__item summary,
body.maya-theme-ameliastella .maya-footer-feedback__meta,
body.maya-theme-ameliastella .maya-footer-feedback__text,
body.maya-theme-ameliastella .maya-footer-feedback__meta span {
  color: #cbd5e1;
}

body.maya-theme-ameliastella .maya-footer-faq__answer {
  color: #e2e8f0;
}

body.maya-theme-ameliastella .maya-footer-feedback__stars i,
body.maya-theme-ameliastella .maya-footer-feedback__stars .fa,
body.maya-theme-ameliastella .maya-footer-feedback__stars svg {
  color: #fbbf24;
}
