/* v70.2.0: persistent palette, light/dark modes and UI treatments. */
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront {
  --shop-primary: #087f5b;
  --shop-primary-strong: #056345;
  --shop-primary-bright: #0f9f6e;
  --shop-primary-rgb: 8 127 91;
  --shop-accent: #f6a700;
  --shop-accent-rgb: 246 167 0;
  --shop-accent-soft: #fff4cc;
  --shop-on-accent: #17231f;
  --shop-bg: color-mix(in srgb, var(--shop-primary) 2.5%, #f4f6f5);
  --shop-bg-alt: color-mix(in srgb, var(--shop-primary) 4%, #edf1ef);
  --shop-surface: #ffffff;
  --shop-surface-2: color-mix(in srgb, var(--shop-primary) 2%, #fafbfa);
  --shop-surface-3: color-mix(in srgb, var(--shop-primary) 6%, #f1f4f2);
  --shop-text: #17231f;
  --shop-muted: #60716b;
  --shop-line: color-mix(in srgb, var(--shop-primary) 7%, #dfe5e2);
  --shop-line-strong: color-mix(in srgb, var(--shop-primary) 30%, var(--shop-line));
  --shop-on-primary: #ffffff;
  --shop-danger: #d83b4f;
  --shop-success-bg: #ecfdf5;
  --shop-success-text: #047857;
  --shop-error-bg: #fff1f2;
  --shop-error-text: #be123c;
  --shop-cart-badge: #c62848;
  --shop-cart-badge-rgb: 198 40 72;
  --shop-rating: #d97706;
  --shop-rating-rgb: 217 119 6;
  --shop-shadow-color: 18 48 39;
  --shop-shadow-sm: 0 8px 22px rgb(var(--shop-shadow-color) / .07);
  --shop-shadow-md: 0 18px 46px rgb(var(--shop-shadow-color) / .11);
  --shop-primary-soft: color-mix(in srgb, var(--shop-primary) 11%, var(--shop-surface));
  --shop-primary-faint: color-mix(in srgb, var(--shop-primary) 6%, var(--shop-surface));
  --shop-focus: color-mix(in srgb, var(--shop-primary) 28%, transparent);
  --green: var(--shop-primary);
  --green-deep: var(--shop-primary-strong);
  --green-soft: var(--shop-primary-soft);
  --yellow: var(--shop-accent);
  --yellow-soft: var(--shop-accent-soft);
  --blue: var(--shop-primary);
  --blue-deep: var(--shop-primary-strong);
  --text: var(--shop-text);
  --muted: var(--shop-muted);
  --line: var(--shop-line);
  --bg: var(--shop-bg);
  --card: var(--shop-surface);
  --dk-primary: var(--shop-primary);
  --dk-primary-dark: var(--shop-primary-strong);
  --dk-primary-soft: var(--shop-primary-soft);
  --dk-accent: var(--shop-accent);
  --dk-surface: var(--shop-surface);
  --dk-bg: var(--shop-bg);
  --dk-text: var(--shop-text);
  --dk-muted: var(--shop-muted);
  --dk-line: var(--shop-line);
  --dk-danger: var(--shop-danger);
  --pd-accent: var(--shop-primary);
  --pd-accent-2: var(--shop-accent);
  --pd-text: var(--shop-text);
  --pd-muted: var(--shop-muted);
  --pd-line: var(--shop-line);
  --pd-card: color-mix(in srgb, var(--shop-surface) 88%, transparent);
  --pd-bg: var(--shop-bg);
  --pd-soft: var(--shop-primary-soft);
  --pd-shadow: var(--shop-shadow-md);
  --blog-green: var(--shop-primary);
  --blog-green-strong: var(--shop-primary-strong);
  --blog-green-soft: var(--shop-primary-soft);
  --blog-ink: var(--shop-text);
  --blog-muted: var(--shop-muted);
  --blog-line: var(--shop-line);
  --blog-surface: var(--shop-surface);
  --blog-page: var(--shop-bg);
  --ux35-green: var(--shop-primary);
  --ux35-green-deep: var(--shop-primary-strong);
  --ux40-primary: var(--shop-primary);
  --ux44-primary: var(--shop-primary);
  --ux44-text: var(--shop-text);
  --ux44-muted: var(--shop-muted);
  --ux44-line: var(--shop-line);
  --ux44-surface: var(--shop-surface);
  --ux44-card-bg: var(--shop-surface);
  --ux51-primary: var(--shop-primary);
  --dk-shortcut-accent: var(--shop-primary);
  color: var(--shop-text);
  background-color: var(--shop-bg);
  transition: color 220ms ease, background-color 220ms ease;
}

html[data-shop-palette] {
  overflow-x: clip !important;
  overflow-y: auto !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront:not(.shop-cart-open):not(.shop-modal-open):not(.shop-appearance-open):not(.dk-filter-open):not(.shop-cart-switch-open):not(.shop-scroll-locked) {
  overflow-x: clip !important;
  overflow-y: visible !important;
  overscroll-behavior-y: auto;
  touch-action: pan-y pinch-zoom;
}

html[data-shop-palette].shop-scroll-locked,
html[data-shop-palette].shop-scroll-locked body.mlmg-public-shop.mlmg-dk-storefront {
  overflow: hidden !important;
  overscroll-behavior: none;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront.mlmg-product-page:not(.shop-scroll-locked) .shop-product-detail-shell {
  touch-action: pan-y pinch-zoom;
}

html[data-shop-palette="ocean"] body.mlmg-public-shop.mlmg-dk-storefront {
  --shop-primary: #0b6e8e;
  --shop-primary-strong: #07536b;
  --shop-primary-bright: #1198b8;
  --shop-primary-rgb: 11 110 142;
  --shop-accent: #e88b20;
  --shop-accent-rgb: 232 139 32;
  --shop-accent-soft: #fff0dc;
  --shop-on-accent: #17231f;
  --shop-shadow-color: 12 55 72;
}

html[data-shop-palette="indigo"] body.mlmg-public-shop.mlmg-dk-storefront {
  --shop-primary: #4f46e5;
  --shop-primary-strong: #3730a3;
  --shop-primary-bright: #6366f1;
  --shop-primary-rgb: 79 70 229;
  --shop-accent: #168a5b;
  --shop-accent-rgb: 22 138 91;
  --shop-accent-soft: #e2f7ee;
  --shop-on-accent: #ffffff;
  --shop-shadow-color: 45 39 126;
}

html[data-shop-palette="berry"] body.mlmg-public-shop.mlmg-dk-storefront {
  --shop-primary: #b9375e;
  --shop-primary-strong: #8f2948;
  --shop-primary-bright: #d14e75;
  --shop-primary-rgb: 185 55 94;
  --shop-accent: #0d897b;
  --shop-accent-rgb: 13 137 123;
  --shop-accent-soft: #def6f1;
  --shop-on-accent: #ffffff;
  --shop-shadow-color: 92 31 50;
}

html[data-shop-palette="coral"] body.mlmg-public-shop.mlmg-dk-storefront {
  --shop-primary: #F2A5C1;
  --shop-primary-strong: #E486AA;
  --shop-primary-bright: #F8C1D5;
  --shop-primary-rgb: 242 165 193;
  --shop-accent: #DE5F94;
  --shop-accent-rgb: 222 95 148;
  --shop-accent-soft: #FFF0F6;
  --shop-on-accent: #302027;
  --shop-bg: #FFFAFC;
  --shop-bg-alt: #FFF2F7;
  --shop-surface: #FFFFFF;
  --shop-surface-2: #FFFCFD;
  --shop-surface-3: #FDE8F0;
  --shop-text: #34262D;
  --shop-muted: #79636E;
  --shop-line: #F2D5E0;
  --shop-line-strong: #E5ACC1;
  --shop-on-primary: #3D2631;
  --shop-shadow-color: 91 54 70;
  --shop-primary-soft: #FCE2EC;
  --shop-primary-faint: #FFF3F8;
  --shop-focus: rgba(222, 95, 148, .24);
  --shop-cart-badge: #C73767;
  --shop-cart-badge-rgb: 199 55 103;
  --shop-role-link: #9F315E;
  --shop-role-price: #A62F61;
  --shop-role-active: #D94F89;
  --shop-role-badge: #9F315E;
  --shop-role-badge-soft: #FFF0F6;
  --shop-role-disabled-bg: #F8EDF2;
  --shop-role-disabled-text: #8B7781;
}

html[data-shop-palette="sun"] body.mlmg-public-shop.mlmg-dk-storefront {
  --shop-primary: #F39A21;
  --shop-primary-strong: #E77A0A;
  --shop-primary-bright: #FFBF3F;
  --shop-primary-rgb: 243 154 33;
  --shop-accent: #FFD34E;
  --shop-accent-rgb: 255 211 78;
  --shop-accent-soft: #FFF5C7;
  --shop-on-accent: #332306;
  --shop-bg: #FFFCF3;
  --shop-bg-alt: #FFF8DE;
  --shop-surface: #FFFFFF;
  --shop-surface-2: #FFFEF9;
  --shop-surface-3: #FFF0B8;
  --shop-text: #31270F;
  --shop-muted: #75663F;
  --shop-line: #F2D99D;
  --shop-line-strong: #E6B64A;
  --shop-on-primary: #332306;
  --shop-shadow-color: 92 65 15;
  --shop-primary-soft: #FFE8B7;
  --shop-primary-faint: #FFF6DC;
  --shop-focus: rgba(231, 122, 10, .25);
  --shop-cart-badge: #D94750;
  --shop-cart-badge-rgb: 217 71 80;
  --shop-role-link: #925000;
  --shop-role-price: #A94B00;
  --shop-role-active: #E87508;
  --shop-role-badge: #925000;
  --shop-role-badge-soft: #FFF5C7;
  --shop-role-disabled-bg: #F8F1DF;
  --shop-role-disabled-text: #887A5F;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-commerce-footer--modern-green {
  --shop-footer-surface: var(--shop-surface-3);
  --shop-footer-surface-strong: var(--shop-primary-soft);
  --shop-footer-text: var(--shop-text);
  --shop-footer-muted: var(--shop-muted);
  --shop-footer-line: var(--shop-line);
  --shop-footer-accent: var(--shop-primary);
  --shop-footer-accent-soft: var(--shop-primary-soft);
  --shop-footer-accent-ink: var(--shop-on-primary);
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-commerce-footer__social {
  gap: 8px;
  margin-top: 12px;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-commerce-footer__social a {
  min-height: 44px;
  border: 1px solid var(--shop-footer-line);
  border-radius: 8px;
  padding: 5px 9px 5px 6px;
  color: var(--shop-footer-muted) !important;
  background: color-mix(in srgb, var(--shop-surface) 78%, transparent) !important;
  box-shadow: 0 7px 18px rgb(var(--shop-shadow-color) / .055);
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-commerce-footer__social a > i {
  width: 30px;
  height: 30px;
  border: 1px solid color-mix(in srgb, var(--shop-footer-accent) 28%, var(--shop-footer-line));
  border-radius: 7px;
  color: var(--shop-footer-accent) !important;
  background: var(--shop-footer-accent-soft) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .2);
  font-size: .96rem;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-commerce-footer__social a > span {
  line-height: 1.4;
}

@media (hover: hover) and (pointer: fine) {
  html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-commerce-footer__social a:hover {
    border-color: color-mix(in srgb, var(--shop-footer-accent) 46%, var(--shop-footer-line));
    color: var(--shop-footer-text) !important;
    background: color-mix(in srgb, var(--shop-footer-accent-soft) 72%, var(--shop-footer-surface)) !important;
    box-shadow: 0 10px 24px rgb(var(--shop-primary-rgb) / .13);
    transform: translateY(-2px);
  }

  html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-commerce-footer__social a:hover > i {
    border-color: var(--shop-footer-accent);
    color: var(--shop-footer-accent-ink) !important;
    background: var(--shop-footer-accent) !important;
    box-shadow: 0 5px 12px rgb(var(--shop-primary-rgb) / .2);
  }
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-commerce-footer__social a:active {
  transform: translateY(0) scale(.98);
}

html[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .shop-commerce-footer__social a {
  border-color: color-mix(in srgb, var(--shop-footer-accent) 20%, var(--shop-footer-line));
  background: color-mix(in srgb, var(--shop-footer-surface-strong) 76%, transparent) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .035), 0 8px 20px rgb(0 0 0 / .12);
}

html[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .shop-commerce-footer__social a > i {
  border-color: color-mix(in srgb, var(--shop-footer-accent) 34%, var(--shop-footer-line));
  background: color-mix(in srgb, var(--shop-footer-accent) 14%, var(--shop-footer-surface)) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .045);
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-commerce-footer__social a {
  border-color: color-mix(in srgb, var(--shop-footer-accent) 24%, var(--shop-footer-line));
  background: color-mix(in srgb, var(--shop-footer-surface) 64%, transparent) !important;
  backdrop-filter: blur(12px) saturate(1.16);
  -webkit-backdrop-filter: blur(12px) saturate(1.16);
}

html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-commerce-footer__social a {
  background: transparent !important;
  box-shadow: none !important;
}

html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-commerce-footer__social a > i {
  box-shadow: none !important;
}

/* Palette coverage for legacy hard-coded storefront accents. */
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront :where(
  .dk-top-strip,
  .dk-cart,
  .dk-filter-apply,
  .shop-add-to-cart:not(:disabled),
  .shop-checkout-form button[type="submit"],
  .shop-track-form button[type="submit"],
  .dk-sort-options button.is-active,
  .dk-filter-category-list button.is-active,
  .dk-catalog-categories button.is-active b,
  .shop-category-pill.is-active,
  .shop-help-primary,
  .shop-faq-filters button.is-active,
  .ux35-action-primary,
  .shop-commerce-footer__track,
  .mlmg-blog-search button,
  .mlmg-blog-article-cta a,
  .mlmg-blog-public-empty a,
  .shop-product-detail-add,
  .shop-product-comment-form button,
  .shop-related-offer-cta
) {
  border-color: var(--shop-primary) !important;
  color: var(--shop-on-primary) !important;
  background: var(--shop-primary) !important;
  box-shadow: 0 12px 28px rgb(var(--shop-primary-rgb) / .18) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront :where(
  .dk-nav-primary,
  .dk-nav a:hover,
  .dk-track:hover,
  .dk-mobile-filter-trigger,
  .dk-catalog-filter > header > i,
  .dk-price-filter-title > i,
  .dk-price-filter-title strong,
  .dk-catalog-categories button:hover,
  .dk-catalog-categories button.is-active,
  .shop-product-price-stack strong,
  .shop-product-meta > strong,
  .shop-product-detail-price strong,
  .shop-product-detail-kicker,
  .shop-product-detail-section-head span,
  .mlmg-blog-intro > div > span,
  .mlmg-blog-related > header > span,
  .mlmg-blog-card-meta span,
  .mlmg-blog-article-meta span,
  .shop-help-kicker,
  .shop-faq-item summary::after,
  [data-dk-scroll-top]
) {
  color: var(--shop-primary) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront :where(
  .dk-catalog-filter > header > i,
  .dk-price-filter-title > i,
  .dk-catalog-categories button:hover,
  .dk-catalog-categories button.is-active,
  .shop-product-meta > strong,
  .shop-product-brand-name,
  .shop-product-identity-category,
  .shop-service-chip,
  .shop-help-kicker,
  .mlmg-shop-blog .shop-product-detail-header nav .is-active
) {
  background: var(--shop-primary-soft) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront :where(
  .dk-catalog-filter,
  .dk-catalog-categories button:hover,
  .dk-catalog-categories button.is-active,
  .dk-price-filter-values > span,
  .dk-filter-sheet-price .dk-price-filter,
  .shop-product-card,
  .shop-faq-item,
  .shop-product-detail-thumb.is-active
) {
  border-color: var(--shop-line-strong) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider-range,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider input[type="range"]::-webkit-slider-thumb,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider input[type="range"]::-moz-range-thumb {
  background: var(--shop-primary) !important;
  box-shadow: 0 0 0 1px var(--shop-primary), 0 5px 13px rgb(var(--shop-primary-rgb) / .24) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing {
  background-color: var(--shop-primary) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-products-sidebar .ux36-side-campaign:not(.has-image) {
  background-color: var(--shop-primary-strong) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront :where(button, a, input, textarea, summary):focus-visible {
  outline-color: var(--shop-focus) !important;
}

/* Complete component coverage for the legacy storefront skin. */
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-track,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-mobile-filter-trigger,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-sort-options button,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-category-list button,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-category-pill,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .ux35-product-tools > :where(span, button) {
  border-color: var(--shop-line) !important;
  color: var(--shop-text) !important;
  background: var(--shop-surface) !important;
  box-shadow: none !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-track:hover,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-sort-options button:hover,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-category-list button:hover,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-category-pill:hover {
  border-color: var(--shop-line-strong) !important;
  color: var(--shop-primary) !important;
  background: var(--shop-primary-soft) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-track > i,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-mobile-filter-trigger > i,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .ux35-product-tools i,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-meta i,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-price-stack i {
  color: var(--shop-primary) !important;
  background: transparent !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-apply > b {
  color: #17231f !important;
  background: var(--shop-accent) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-cart > b {
  box-sizing: border-box;
  min-width: 22px;
  height: 22px;
  padding-inline: 5px;
  border: 2px solid rgb(255 255 255 / .92) !important;
  color: #fff !important;
  background: var(--shop-cart-badge) !important;
  box-shadow: 0 4px 12px rgb(var(--shop-cart-badge-rgb) / .34) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .mlmg-hero-carousel-arrows > button {
  border-color: var(--shop-line-strong) !important;
  color: var(--shop-primary) !important;
  background: color-mix(in srgb, var(--shop-surface) 84%, transparent) !important;
  box-shadow: var(--shop-shadow-sm) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .mlmg-hero-carousel-arrows > button > i {
  border-color: currentColor !important;
  color: inherit !important;
  background: transparent !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .mlmg-hero-carousel-dots .is-active > span,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .mlmg-hero-carousel-progress .is-active > span {
  background: var(--shop-primary) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .mlmg-hero-carousel {
  border-color: var(--shop-line) !important;
  background-color: var(--shop-surface-2) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .mlmg-hero-carousel-dots {
  border-color: color-mix(in srgb, var(--shop-primary) 22%, var(--shop-line)) !important;
  background: color-mix(in srgb, var(--shop-surface) 82%, transparent) !important;
  box-shadow: var(--shop-shadow-sm) !important;
  backdrop-filter: blur(12px) saturate(1.2);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .mlmg-hero-carousel-dots button > span {
  background: var(--shop-line-strong) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .mlmg-hero-carousel-dots button.is-active > span {
  background: var(--shop-primary) !important;
  box-shadow: 0 0 0 3px rgb(var(--shop-primary-rgb) / .15) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-copy {
  border-color: color-mix(in srgb, var(--shop-primary) 24%, var(--shop-line)) !important;
  color: var(--shop-text) !important;
  background-color: color-mix(in srgb, var(--shop-surface) 88%, transparent) !important;
  background-image:
    linear-gradient(135deg, color-mix(in srgb, var(--shop-surface) 94%, transparent), color-mix(in srgb, var(--shop-primary-soft) 74%, transparent) 58%, color-mix(in srgb, var(--shop-accent-soft) 52%, transparent)) !important;
  box-shadow: 0 26px 68px rgb(var(--shop-shadow-color) / .2), inset 0 1px 0 rgb(255 255 255 / .22) !important;
  backdrop-filter: blur(18px) saturate(1.2) contrast(1.02) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.2) contrast(1.02) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-copy::before {
  background-image:
    linear-gradient(118deg, color-mix(in srgb, var(--shop-surface) 52%, transparent), transparent 34%),
    linear-gradient(300deg, color-mix(in srgb, var(--shop-accent) 20%, transparent), transparent 46%),
    linear-gradient(55deg, transparent 48%, rgb(var(--shop-primary-rgb) / .16) 68%, transparent 86%) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-copy::after {
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--shop-surface) 84%, transparent), var(--shop-accent), transparent) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-copy h1 {
  color: var(--shop-text) !important;
  text-shadow: 0 2px 16px color-mix(in srgb, var(--shop-surface) 84%, transparent) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-copy p {
  color: var(--shop-muted) !important;
  text-shadow: 0 1px 10px color-mix(in srgb, var(--shop-surface) 82%, transparent) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-copy > span {
  border-color: var(--shop-line-strong) !important;
  color: var(--shop-primary) !important;
  background: color-mix(in srgb, var(--shop-surface) 76%, var(--shop-primary-soft)) !important;
  box-shadow: var(--shop-shadow-sm) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-actions > :where(a, button) {
  border-color: var(--shop-primary) !important;
  color: var(--shop-on-primary) !important;
  background: var(--shop-primary) !important;
  box-shadow: 0 12px 28px rgb(var(--shop-primary-rgb) / .24) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-category-pill,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-identity-category {
  --category-icon: var(--shop-primary) !important;
  --category-icon-bg: var(--shop-primary-soft) !important;
  --category-icon-border: var(--shop-line-strong) !important;
  --category-icon-shadow: rgb(var(--shop-primary-rgb) / .16) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .shop-category-pill > i,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-categories .shop-category-pill > i,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-identity-category > i {
  border-color: var(--shop-line-strong) !important;
  color: var(--shop-primary) !important;
  background: var(--shop-primary-soft) !important;
  box-shadow: 0 8px 18px rgb(var(--shop-primary-rgb) / .14) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .shop-category-pill.is-active > i,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-categories .shop-category-pill.is-active > i {
  box-shadow: 0 0 0 3px var(--shop-surface), 0 0 0 5px var(--shop-line-strong), 0 10px 22px rgb(var(--shop-primary-rgb) / .18) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .shop-category-pill.is-active,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-categories .shop-category-pill.is-active {
  border-color: var(--shop-primary) !important;
  color: var(--shop-primary) !important;
  background: var(--shop-primary-soft) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-categories .shop-category-pill::after {
  background: var(--shop-primary) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts {
  border-color: var(--shop-line) !important;
  background: var(--shop-surface-2) !important;
  box-shadow: var(--shop-shadow-sm) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile {
  --dk-shortcut-accent: var(--shop-primary) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile:not(.has-image) {
  border-color: var(--shop-line) !important;
  border-top-color: var(--shop-primary) !important;
  color: var(--shop-text) !important;
  background: var(--shop-surface) !important;
  box-shadow: var(--shop-shadow-sm) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile:not(.has-image) strong {
  color: var(--shop-text) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile:not(.has-image) span {
  color: var(--shop-muted) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile::before,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-card:not(.has-image) {
  border-color: var(--shop-line-strong) !important;
  background-color: var(--shop-primary) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-card:not(.has-image) {
  color: var(--shop-on-primary) !important;
  background-image: none !important;
  box-shadow: var(--shop-shadow-sm) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .mlmg-hero-slide.has-user-image,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-card.has-image,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-gallery .shop-gallery-item {
  background-color: var(--shop-surface-2) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-amazing .dk-showcase-actions :where(a, button) {
  border-color: color-mix(in srgb, var(--shop-primary) 24%, var(--shop-line)) !important;
  color: var(--shop-primary) !important;
  background: var(--shop-surface) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .dk-showcase-actions > a,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .dk-showcase-nav > button {
  border-color: color-mix(in srgb, var(--shop-primary) 24%, var(--shop-line)) !important;
  color: var(--shop-primary) !important;
  background: var(--shop-surface) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card.card-profile-modern-green,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-products .shop-product-card,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .shop-product-card {
  border-color: var(--shop-line) !important;
  color: var(--shop-text) !important;
  background: var(--shop-surface) !important;
  box-shadow: var(--shop-shadow-sm) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-media,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-products .shop-product-card .shop-product-media {
  border-color: var(--shop-line) !important;
  background-color: var(--shop-surface-2) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-body,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-body h3 {
  color: var(--shop-text) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-body > p {
  color: var(--shop-muted) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-meta {
  border-color: var(--shop-line) !important;
  color: var(--shop-muted) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-meta > span,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-price-stack > strong {
  color: var(--shop-primary) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-brand-name,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-identity-category,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-badges > * {
  border-color: var(--shop-line-strong) !important;
  color: var(--shop-primary) !important;
  background: var(--shop-primary-soft) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-brand-name strong {
  color: var(--shop-text) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-brand-name small {
  color: var(--shop-muted) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-featured-media {
  border-color: color-mix(in srgb, var(--shop-on-accent) 42%, var(--shop-accent)) !important;
  color: var(--shop-on-accent) !important;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--shop-accent) 90%, var(--shop-surface)),
    var(--shop-accent)
  ) !important;
  box-shadow: 0 8px 18px rgb(var(--shop-accent-rgb) / .2) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-gallery,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-green-experience {
  border-color: var(--shop-line) !important;
  color: var(--shop-text) !important;
  background: var(--shop-surface) !important;
  box-shadow: var(--shop-shadow-sm) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card {
  border-color: var(--shop-line) !important;
  color: var(--shop-text) !important;
  background-color: var(--shop-surface-2) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card :where(strong, span) {
  color: var(--shop-text) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-logo,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card > img,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-commerce-footer__logo {
  border-color: var(--shop-line) !important;
  color: var(--shop-primary) !important;
  background-color: var(--shop-surface-2) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-products-sidebar .ux36-side-campaign > a {
  border-color: var(--shop-line-strong) !important;
  color: var(--shop-primary) !important;
  background: var(--shop-surface) !important;
  box-shadow: var(--shop-shadow-sm) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-gallery .shop-gallery-item > span,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-gallery .shop-gallery-item > span > i,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-checkout-title > i {
  border-color: var(--shop-line-strong) !important;
  color: var(--shop-primary) !important;
  background: var(--shop-primary-soft) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-green-experience {
  border-color: var(--shop-line) !important;
  color: var(--shop-text) !important;
  background: var(--shop-surface) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-green-panel > span,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-metric > b {
  color: var(--shop-primary) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-green-panel h2,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-metric {
  color: var(--shop-text) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-green-panel p,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-metric > span {
  color: var(--shop-muted) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-green-metrics {
  border-color: var(--shop-line) !important;
  background: var(--shop-surface-2) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-metric {
  border-color: var(--shop-line) !important;
  background: var(--shop-surface) !important;
  box-shadow: var(--shop-shadow-sm) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-action-primary,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button.is-active {
  border-color: var(--shop-primary) !important;
  color: var(--shop-on-primary) !important;
  background: var(--shop-primary) !important;
  box-shadow: 0 10px 24px rgb(var(--shop-primary-rgb) / .2) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-action-secondary {
  border-color: var(--shop-line-strong) !important;
  color: var(--shop-primary) !important;
  background: var(--shop-primary-soft) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .dk-service-wrap {
  color: var(--shop-on-primary) !important;
  background: var(--shop-primary) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .dk-service-wrap > .shop-service-chip {
  color: var(--shop-on-primary) !important;
  background: transparent !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .shop-service-chip > i {
  color: #17231f !important;
  background: var(--shop-accent) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub {
  border-color: var(--shop-line) !important;
  color: var(--shop-text) !important;
  background: var(--shop-surface) !important;
  box-shadow: var(--shop-shadow-md) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-buying-guide {
  border-color: var(--shop-primary-strong) !important;
  color: var(--shop-on-primary) !important;
  background: var(--shop-primary-strong) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-kicker,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button.is-active > i {
  color: var(--shop-accent) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-step-visual > b,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-primary,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button.is-active > span {
  border-color: var(--shop-accent) !important;
  color: #17231f !important;
  background: var(--shop-accent) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-answers {
  color: var(--shop-text) !important;
  background: var(--shop-surface) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-answers-head span {
  color: var(--shop-primary) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-answers-head h3 {
  color: var(--shop-text) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-answers-head > p,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-status {
  color: var(--shop-muted) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button:not(.is-active) {
  border-color: var(--shop-line) !important;
  color: var(--shop-muted) !important;
  background: var(--shop-surface-2) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button:not(.is-active) > i {
  color: var(--shop-primary) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button:not(.is-active) > span {
  color: var(--shop-muted) !important;
  background: var(--shop-surface-3) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub .shop-faq-item {
  border-color: var(--shop-line) !important;
  color: var(--shop-text) !important;
  background: var(--shop-surface) !important;
  box-shadow: none !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub .shop-faq-item[open] {
  border-color: var(--shop-line-strong) !important;
  background: var(--shop-primary-faint) !important;
  box-shadow: var(--shop-shadow-sm) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub .shop-faq-topic-icon {
  border-color: var(--shop-line-strong) !important;
  color: var(--shop-primary) !important;
  background: var(--shop-primary-soft) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub .shop-faq-question {
  color: var(--shop-text) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub .shop-faq-item > p {
  color: var(--shop-muted) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-item summary::after {
  background:
    linear-gradient(var(--shop-primary), var(--shop-primary)) center / 12px 2px no-repeat,
    linear-gradient(var(--shop-primary), var(--shop-primary)) center / 2px 12px no-repeat !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-item[open] summary::after {
  background:
    linear-gradient(var(--shop-primary), var(--shop-primary)) center / 12px 2px no-repeat,
    var(--shop-primary-soft) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-filter,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-sheet-panel,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-panel,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-modal-panel,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-switch-panel {
  border-color: var(--shop-line) !important;
  color: var(--shop-text) !important;
  background: var(--shop-surface) !important;
  box-shadow: var(--shop-shadow-md) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-track-form input,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-panel :where(input, textarea, select),
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-modal-panel :where(input, textarea, select) {
  border-color: var(--shop-line) !important;
  color: var(--shop-text) !important;
  background: var(--shop-surface-2) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter {
  border-color: var(--shop-line) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-title > i {
  color: var(--shop-primary) !important;
  background: var(--shop-primary-soft) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-title strong,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-values output,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-bounds b {
  color: var(--shop-text) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-title small,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-values small,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-values > i,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-bounds {
  color: var(--shop-muted) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-values > span,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-sheet-price .dk-price-filter {
  border-color: var(--shop-line) !important;
  color: var(--shop-text) !important;
  background: var(--shop-surface-2) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter.is-price-filter-active .dk-price-filter-values > span {
  border-color: var(--shop-line-strong) !important;
  background: var(--shop-primary-faint) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider-track {
  background: var(--shop-line-strong) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider-range {
  background: var(--shop-primary) !important;
  box-shadow: 0 0 0 3px rgb(var(--shop-primary-rgb) / .1) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider input[type="range"]::-webkit-slider-thumb {
  border-color: var(--shop-surface) !important;
  background: var(--shop-primary) !important;
  box-shadow: 0 0 0 1px var(--shop-primary), 0 6px 15px rgb(var(--shop-primary-rgb) / .28) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider input[type="range"]::-moz-range-thumb {
  border-color: var(--shop-surface) !important;
  background: var(--shop-primary) !important;
  box-shadow: 0 0 0 1px var(--shop-primary), 0 6px 15px rgb(var(--shop-primary-rgb) / .28) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider {
  width: 100%;
  min-width: 0;
  margin-inline: 0;
  box-sizing: border-box;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider-track,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider-range {
  right: 13px;
  left: 13px;
  box-sizing: border-box;
  border-radius: 999px;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider-track {
  top: 18px;
  height: 12px;
  border: 1px solid var(--shop-line);
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider-range {
  top: 22px;
  z-index: 1;
  height: 4px;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider input[type="range"] {
  inset-inline: 2px;
  width: calc(100% - 4px);
  border-color: transparent !important;
  color: transparent !important;
  background: transparent !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider input[type="range"]::-webkit-slider-runnable-track,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider input[type="range"]::-moz-range-track {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider::before,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider::after {
  content: "";
  position: absolute;
  top: 24px;
  z-index: 4;
  width: 23px;
  height: 23px;
  border: 4px solid var(--shop-primary);
  border-radius: 50%;
  box-sizing: border-box;
  background: var(--shop-surface);
  box-shadow: 0 0 0 2px rgb(var(--shop-primary-rgb) / .13), 0 6px 15px rgb(var(--shop-primary-rgb) / .22);
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: left 100ms ease, transform 150ms ease, box-shadow 150ms ease;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider::before {
  left: var(--price-start-position, 13px);
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider::after {
  left: var(--price-end-position, calc(100% - 13px));
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider input[type="range"]::-webkit-slider-thumb {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 0;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider input[type="range"]::-moz-range-thumb {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 0;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter.is-dragging-price .dk-price-slider::before,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter.is-dragging-price .dk-price-slider::after,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider:has(input[type="range"]:focus-visible)::before,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider:has(input[type="range"]:focus-visible)::after {
  box-shadow: 0 0 0 5px rgb(var(--shop-primary-rgb) / .18), 0 8px 18px rgb(var(--shop-primary-rgb) / .28);
  transform: translate(-50%, -50%) scale(1.08);
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-bounds {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  width: 100%;
  min-width: 0;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-bounds > span {
  min-width: 0;
  max-width: 100%;
  flex-wrap: wrap;
  align-content: start;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-bounds > span:last-child {
  justify-content: flex-end;
  text-align: end;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-bounds b {
  flex: 0 0 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider input[type="range"]:focus-visible::-webkit-slider-thumb,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter.is-dragging-price .dk-price-slider input[type="range"]::-webkit-slider-thumb {
  box-shadow: 0 0 0 4px rgb(var(--shop-primary-rgb) / .2), 0 7px 17px rgb(var(--shop-primary-rgb) / .32) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-sheet-panel .dk-sort-options > button.is-active,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-category-list > button.is-active {
  border-color: var(--shop-primary) !important;
  color: var(--shop-on-primary) !important;
  background: var(--shop-primary) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav {
  border-color: var(--shop-line) !important;
  color: var(--shop-muted) !important;
  background: color-mix(in srgb, var(--shop-surface) 94%, transparent) !important;
  box-shadow: 0 -10px 30px rgb(var(--shop-shadow-color) / .12) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav .dk-bottom-nav-item {
  color: var(--shop-muted) !important;
  background: transparent !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav .dk-bottom-nav-item::before {
  background: var(--shop-primary) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav .dk-bottom-nav-item.is-dk-nav-active,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav .dk-bottom-nav-item[aria-current],
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav .dk-bottom-nav-item[aria-expanded="true"] {
  color: var(--shop-primary) !important;
  background: transparent !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav .dk-bottom-nav-item.is-dk-nav-active > i,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav .dk-bottom-nav-item[aria-current] > i,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav .dk-bottom-nav-item[aria-expanded="true"] > i {
  color: var(--shop-primary) !important;
  background: var(--shop-primary-soft) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav .shop-cart-button > b,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav [data-dk-bottom-filter-count] {
  box-sizing: border-box;
  min-width: 18px;
  height: 18px;
  padding-inline: 4px;
  border-color: var(--shop-surface) !important;
  color: #fff !important;
  background: var(--shop-cart-badge) !important;
  box-shadow: 0 4px 11px rgb(var(--shop-cart-badge-rgb) / .38) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-scroll-top,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront [data-dk-scroll-top] {
  border: 0 !important;
  color: var(--shop-primary) !important;
  background: conic-gradient(var(--shop-primary) var(--dk-scroll-progress), var(--shop-line-strong) 0) !important;
  box-shadow: var(--shop-shadow-sm) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-scroll-top::before {
  background: color-mix(in srgb, var(--shop-surface) 94%, transparent) !important;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--shop-primary) 12%, var(--shop-line)) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-scroll-top:hover {
  color: var(--shop-primary-strong) !important;
  box-shadow: 0 15px 34px rgb(var(--shop-primary-rgb) / .25) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-scroll-top::before {
  background: color-mix(in srgb, var(--shop-surface) 72%, transparent) !important;
  backdrop-filter: blur(12px) saturate(1.25);
  -webkit-backdrop-filter: blur(12px) saturate(1.25);
}

/* Dark mode semantic surfaces. */
html[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront {
  --shop-bg: color-mix(in srgb, var(--shop-primary) 3%, #0d1217);
  --shop-bg-alt: color-mix(in srgb, var(--shop-primary) 4%, #111920);
  --shop-surface: color-mix(in srgb, var(--shop-primary) 3%, #151d23);
  --shop-surface-2: color-mix(in srgb, var(--shop-primary) 5%, #1a242b);
  --shop-surface-3: color-mix(in srgb, var(--shop-primary) 7%, #202b32);
  --shop-text: #f2f6f4;
  --shop-muted: #a6b5af;
  --shop-line: color-mix(in srgb, var(--shop-primary) 11%, #2b3940);
  --shop-line-strong: color-mix(in srgb, var(--shop-primary) 48%, #33424a);
  --shop-accent-soft: color-mix(in srgb, var(--shop-accent) 18%, var(--shop-surface));
  --shop-on-primary: #ffffff;
  --shop-shadow-color: 0 0 0;
  --shop-shadow-sm: 0 10px 26px rgb(0 0 0 / .22);
  --shop-shadow-md: 0 22px 58px rgb(0 0 0 / .34);
  --shop-primary-soft: color-mix(in srgb, var(--shop-primary) 22%, var(--shop-surface));
  --shop-primary-faint: color-mix(in srgb, var(--shop-primary) 12%, var(--shop-surface));
  --shop-rating: #fbbf24;
  --shop-rating-rgb: 251 191 36;
  --shop-success-bg: color-mix(in srgb, #047857 22%, var(--shop-surface));
  --shop-success-text: #6ee7b7;
  --shop-error-bg: color-mix(in srgb, #be123c 22%, var(--shop-surface));
  --shop-error-text: #fda4af;
  color: var(--shop-text);
  background: var(--shop-bg);
}

html[data-shop-palette="coral"][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront {
  --shop-primary: #F0A1BF;
  --shop-primary-strong: #E47DA7;
  --shop-primary-bright: #FFC5DA;
  --shop-primary-rgb: 240 161 191;
  --shop-accent: #FF91BB;
  --shop-accent-rgb: 255 145 187;
  --shop-accent-soft: #3B2430;
  --shop-on-accent: #341E28;
  --shop-on-primary: #341E28;
  --shop-bg: #151014;
  --shop-bg-alt: #1A1318;
  --shop-surface: #20181D;
  --shop-surface-2: #281E24;
  --shop-surface-3: #33232B;
  --shop-text: #FFF5F9;
  --shop-muted: #CFBAC4;
  --shop-line: #49313D;
  --shop-line-strong: #8A536C;
  --shop-shadow-color: 0 0 0;
  --shop-shadow-sm: 0 10px 26px rgb(0 0 0 / .24);
  --shop-shadow-md: 0 22px 58px rgb(0 0 0 / .38);
  --shop-primary-soft: #442936;
  --shop-primary-faint: #301D27;
  --shop-focus: rgba(255, 174, 205, .32);
  --shop-cart-badge: #F07DA8;
  --shop-cart-badge-rgb: 240 125 168;
  --shop-role-link: #FFB2CE;
  --shop-role-price: #FFB2CE;
  --shop-role-active: #FFA1C5;
  --shop-role-badge: #FFB2CE;
  --shop-role-badge-soft: #3B2430;
  --shop-role-disabled-bg: #2D2428;
  --shop-role-disabled-text: #A9949E;
}

html[data-shop-palette="sun"][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront {
  --shop-primary: #FFA12A;
  --shop-primary-strong: #F47B0B;
  --shop-primary-bright: #FFC95C;
  --shop-primary-rgb: 255 161 42;
  --shop-accent: #FFE081;
  --shop-accent-rgb: 255 224 129;
  --shop-accent-soft: #3A2D12;
  --shop-on-accent: #2E2106;
  --shop-on-primary: #2E2106;
  --shop-bg: #14130F;
  --shop-bg-alt: #19170F;
  --shop-surface: #1D1A13;
  --shop-surface-2: #252118;
  --shop-surface-3: #302A19;
  --shop-text: #FFF9E9;
  --shop-muted: #CDC19E;
  --shop-line: #463C24;
  --shop-line-strong: #896B2F;
  --shop-shadow-color: 0 0 0;
  --shop-shadow-sm: 0 10px 26px rgb(0 0 0 / .25);
  --shop-shadow-md: 0 22px 58px rgb(0 0 0 / .39);
  --shop-primary-soft: #3D2D12;
  --shop-primary-faint: #2D2514;
  --shop-focus: rgba(255, 193, 72, .32);
  --shop-cart-badge: #F46B55;
  --shop-cart-badge-rgb: 244 107 85;
  --shop-role-link: #FFC15C;
  --shop-role-price: #FFC15C;
  --shop-role-active: #FFB13A;
  --shop-role-badge: #FFC15C;
  --shop-role-badge-soft: #3A2D12;
  --shop-role-disabled-bg: #2C251B;
  --shop-role-disabled-text: #A99A82;
}

html[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  .dk-header-main,
  .dk-nav,
  .dk-search,
  .dk-catalog-filter,
  .dk-filter-sheet-panel,
  .shop-product-card,
  .shop-product-detail-header,
  .shop-product-detail-gallery,
  .shop-product-detail-summary,
  .shop-product-detail-section,
  .shop-product-comment-form,
  .shop-product-comment-card,
  .shop-related-offer-card,
  .shop-cart-panel,
  .shop-modal-panel,
  .shop-cart-switch-panel,
  .shop-faq-item,
  .shop-help-answers,
  .shop-buying-guide,
  .mlmg-blog-card,
  .mlmg-blog-article,
  .mlmg-blog-related article,
  .mlmg-blog-public-empty
) {
  border-color: var(--shop-line) !important;
  color: var(--shop-text) !important;
  background-color: var(--shop-surface) !important;
  box-shadow: var(--shop-shadow-sm) !important;
}

html[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  .dk-products,
  .dk-shortcuts,
  .dk-trust,
  .shop-faq-section,
  .shop-product-detail-shell,
  .mlmg-blog-shell,
  .mlmg-blog-article-shell
) {
  color: var(--shop-text);
  background-color: transparent !important;
}

html[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  .dk-filter-sheet-panel header button,
  .dk-sort-options button,
  .dk-filter-category-list button,
  .dk-catalog-categories button,
  .dk-price-filter-values > span,
  .dk-filter-sheet-price .dk-price-filter,
  .shop-product-detail-meta > div,
  .shop-product-detail-thumb,
  .shop-product-share a,
  .shop-product-share button,
  .shop-product-detail-header nav a,
  .shop-product-detail-header nav button,
  .shop-cart-close,
  .shop-field input,
  .shop-field textarea,
  .mlmg-blog-search,
  .mlmg-blog-filter,
  .mlmg-blog-article-aside > div,
  .mlmg-blog-pagination a,
  .mlmg-blog-pagination span
) {
  border-color: var(--shop-line) !important;
  color: var(--shop-text) !important;
  background: var(--shop-surface-2) !important;
}

html[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  h1, h2, h3, h4, strong, summary, label, dt, dd,
  .dk-brand,
  .dk-brand strong,
  .dk-nav a,
  .shop-product-detail-brand,
  .shop-product-body h3,
  .shop-product-detail-summary h1,
  .shop-product-detail-section-head h2,
  .shop-commerce-footer__identity strong,
  .mlmg-blog-card h2,
  .mlmg-blog-article h1,
  .mlmg-blog-prose
) {
  color: var(--shop-text) !important;
}

html[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  p, small, time, .dk-sort-label, .shop-product-body p, .shop-product-breadcrumb,
  .mlmg-blog-intro p, .mlmg-blog-card p, .mlmg-blog-article-header p,
  .shop-product-detail-meta dt, .shop-commerce-footer__description
) {
  color: var(--shop-muted) !important;
}

html[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  input, textarea, select
) {
  color: var(--shop-text) !important;
  background: var(--shop-surface-2) !important;
  border-color: var(--shop-line) !important;
  caret-color: var(--shop-primary-bright);
}

html[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront :where(input, textarea)::placeholder {
  color: #84938e !important;
  opacity: 1;
}

html[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  .shop-product-media,
  .shop-product-detail-main-image,
  .shop-cart-empty,
  .shop-cart-summary,
  .shop-search-suggest,
  .dk-search-suggest
) {
  background-color: var(--shop-surface-2) !important;
  background-image: none !important;
}

html[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .mlmg-blog-intro {
  border-color: var(--shop-line) !important;
  background: var(--shop-surface-2) !important;
}

html[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .mlmg-blog-intro aside {
  border-color: var(--shop-line-strong) !important;
  background: var(--shop-surface) !important;
}

html[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .shop-commerce-footer--modern-green {
  --shop-footer-surface: #11191e;
  --shop-footer-surface-strong: #172229;
  --shop-footer-text: var(--shop-text);
  --shop-footer-muted: var(--shop-muted);
  --shop-footer-line: var(--shop-line);
  --shop-footer-accent: var(--shop-primary-bright);
  --shop-footer-accent-soft: var(--shop-primary-soft);
}

html[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .shop-commerce-footer__contact {
  border-color: color-mix(in srgb, var(--shop-footer-accent) 28%, var(--shop-footer-line)) !important;
  color: var(--shop-footer-text) !important;
  background: color-mix(in srgb, var(--shop-footer-surface-strong) 90%, var(--shop-footer-accent) 10%) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .045), 0 10px 24px rgb(0 0 0 / .12) !important;
}

html[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .shop-commerce-footer__contact > i {
  border: 1px solid color-mix(in srgb, var(--shop-footer-accent) 34%, var(--shop-footer-line)) !important;
  color: var(--shop-footer-accent) !important;
  background: color-mix(in srgb, var(--shop-footer-accent) 14%, var(--shop-footer-surface)) !important;
}

html[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .shop-commerce-footer__contact small {
  color: var(--shop-footer-muted) !important;
  opacity: 1;
}

html[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .shop-commerce-footer__contact b {
  color: var(--shop-footer-text) !important;
}

html[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter {
  border-color: color-mix(in srgb, var(--shop-primary) 24%, var(--shop-line)) !important;
}

html[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider-track {
  border-color: color-mix(in srgb, var(--shop-primary-bright) 20%, var(--shop-line-strong)) !important;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--shop-muted) 18%, var(--shop-surface-3)),
    color-mix(in srgb, var(--shop-muted) 9%, var(--shop-surface-3))
  ) !important;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / .38), 0 1px 0 rgb(255 255 255 / .035) !important;
}

html[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider-range {
  top: 21px;
  height: 6px;
  border: 1px solid color-mix(in srgb, var(--shop-primary-bright) 48%, white) !important;
  background: linear-gradient(
    90deg,
    color-mix(in srgb, var(--shop-primary-bright) 72%, white),
    color-mix(in srgb, var(--shop-primary-bright) 55%, white)
  ) !important;
  box-shadow: 0 0 0 1px rgb(255 255 255 / .06), 0 0 11px rgb(var(--shop-primary-rgb) / .48) !important;
}

html[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider::before,
html[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider::after {
  border-color: color-mix(in srgb, var(--shop-primary-bright) 82%, white);
  background: var(--shop-surface-2);
  box-shadow: 0 0 0 2px rgb(var(--shop-primary-rgb) / .2), 0 7px 17px rgb(0 0 0 / .34);
}

html[data-shop-mode-resolved="dark"][data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider-track {
  border-color: color-mix(in srgb, var(--shop-primary-bright) 30%, var(--shop-line-strong)) !important;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--shop-muted) 15%, transparent),
    color-mix(in srgb, var(--shop-surface-3) 66%, transparent)
  ) !important;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / .3), 0 0 0 1px rgb(var(--shop-primary-rgb) / .07) !important;
}

html[data-shop-mode-resolved="dark"][data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider-track {
  top: 20px;
  height: 8px;
  border-color: var(--shop-line-strong) !important;
  background: color-mix(in srgb, var(--shop-muted) 12%, var(--shop-surface-3)) !important;
  box-shadow: none !important;
}

html[data-shop-mode-resolved="dark"][data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider-range,
html[data-shop-mode-resolved="dark"][data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider::before,
html[data-shop-mode-resolved="dark"][data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider::after {
  box-shadow: none !important;
}

html[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider input[type="range"]::-webkit-slider-thumb {
  border-color: var(--shop-primary) !important;
  background: var(--shop-surface) !important;
  box-shadow: 0 0 0 2px rgb(var(--shop-primary-rgb) / .16), 0 7px 17px rgb(0 0 0 / .3) !important;
}

html[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider input[type="range"]::-moz-range-thumb {
  border-color: var(--shop-primary) !important;
  background: var(--shop-surface) !important;
  box-shadow: 0 0 0 2px rgb(var(--shop-primary-rgb) / .16), 0 7px 17px rgb(0 0 0 / .3) !important;
}

html[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav {
  border-color: var(--shop-line) !important;
  background: color-mix(in srgb, var(--shop-surface) 92%, transparent) !important;
  box-shadow: 0 -10px 30px rgb(0 0 0 / .24) !important;
}

html[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav :where(a, button):not(.is-dk-nav-active) {
  color: var(--shop-muted) !important;
  background: transparent !important;
}

/* UI treatment: glass surfaces. */
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront {
  background-color: var(--shop-bg);
  background-image: linear-gradient(145deg, var(--shop-bg) 0%, var(--shop-primary-faint) 48%, var(--shop-bg-alt) 100%);
  background-attachment: fixed;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  .dk-header-main,
  .dk-nav,
  .dk-catalog-filter,
  .dk-filter-sheet-panel,
  .shop-product-card,
  .shop-product-detail-header,
  .shop-product-detail-gallery,
  .shop-product-detail-summary,
  .shop-product-detail-section,
  .shop-product-comment-form,
  .shop-product-comment-card,
  .shop-cart-panel,
  .shop-modal-panel,
  .shop-cart-switch-panel,
  .shop-faq-item,
  .shop-help-answers,
  .shop-buying-guide,
  .mlmg-blog-card,
  .mlmg-blog-article,
  .mlmg-blog-related article
) {
  border-color: color-mix(in srgb, var(--shop-primary) 22%, var(--shop-line)) !important;
  background-color: color-mix(in srgb, var(--shop-surface) 78%, transparent) !important;
  box-shadow: 0 20px 52px rgb(var(--shop-shadow-color) / .14) !important;
  backdrop-filter: blur(20px) saturate(1.28) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.28) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  .dk-search,
  .dk-price-filter-values > span,
  .dk-filter-sheet-price .dk-price-filter,
  .shop-product-detail-meta > div,
  .shop-product-detail-thumb,
  .shop-product-share a,
  .shop-product-share button,
  .mlmg-blog-search,
  .mlmg-blog-intro aside
) {
  background-color: color-mix(in srgb, var(--shop-surface) 66%, transparent) !important;
  backdrop-filter: blur(14px) saturate(1.2) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.2) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav {
  background: color-mix(in srgb, var(--shop-surface) 76%, transparent) !important;
  backdrop-filter: blur(22px) saturate(1.3) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.3) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-commerce-footer__contact {
  background: color-mix(in srgb, var(--shop-footer-surface-strong) 68%, transparent) !important;
  backdrop-filter: blur(14px) saturate(1.18) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.18) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-values > span,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-sheet-price .dk-price-filter,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-sheet-panel .dk-sort-options > button:not(.is-active),
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-category-list > button:not(.is-active) {
  background: color-mix(in srgb, var(--shop-surface) 66%, transparent) !important;
  backdrop-filter: blur(14px) saturate(1.2) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.2) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-sheet-actions {
  border-top: 0;
  background: transparent !important;
  box-shadow: none;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-reset-all {
  border-color: var(--glass-line, var(--shop-line-strong)) !important;
  color: var(--shop-primary) !important;
  background: var(--glass-v69-thin, color-mix(in srgb, var(--shop-surface) 52%, transparent)) !important;
  box-shadow: inset 0 1px 0 var(--glass-specular-soft, rgb(255 255 255 / .32)) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-reset-all:disabled {
  color: var(--shop-muted) !important;
  background: color-mix(in srgb, var(--shop-surface) 34%, transparent) !important;
  box-shadow: none !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-header-main,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-nav,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-gallery,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-green-experience,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-filter,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-sheet-panel,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-panel,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-modal-panel,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-switch-panel,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-detail-gallery,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-detail-summary,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-detail-section,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .mlmg-blog-card,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .mlmg-blog-article {
  border-color: color-mix(in srgb, var(--shop-primary) 26%, var(--shop-line)) !important;
  background-color: color-mix(in srgb, var(--shop-surface) 76%, transparent) !important;
  background-image: linear-gradient(145deg, color-mix(in srgb, var(--shop-surface) 84%, transparent), color-mix(in srgb, var(--shop-primary-soft) 58%, transparent)) !important;
  box-shadow: 0 20px 52px rgb(var(--shop-shadow-color) / .14) !important;
  backdrop-filter: blur(20px) saturate(1.28) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.28) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card.card-profile-modern-green,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-products .shop-product-card,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .shop-product-card,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile:not(.has-image),
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-metric,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub .shop-faq-item,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button:not(.is-active),
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-track,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-category-pill {
  border-color: color-mix(in srgb, var(--shop-primary) 24%, var(--shop-line)) !important;
  background: color-mix(in srgb, var(--shop-surface) 68%, transparent) !important;
  box-shadow: 0 14px 38px rgb(var(--shop-shadow-color) / .12) !important;
  backdrop-filter: blur(16px) saturate(1.24) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.24) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-buying-guide {
  background: color-mix(in srgb, var(--shop-primary-strong) 84%, transparent) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .14) !important;
  backdrop-filter: blur(18px) saturate(1.25) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.25) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-copy {
  border-color: color-mix(in srgb, var(--shop-primary) 34%, var(--shop-line)) !important;
  background-color: color-mix(in srgb, var(--shop-surface) 68%, transparent) !important;
  background-image:
    linear-gradient(128deg, color-mix(in srgb, var(--shop-surface) 82%, transparent), transparent 40%),
    linear-gradient(315deg, color-mix(in srgb, var(--shop-primary-soft) 76%, transparent), color-mix(in srgb, var(--shop-accent-soft) 48%, transparent)) !important;
  box-shadow: 0 30px 78px rgb(var(--shop-shadow-color) / .25), inset 0 1px 0 rgb(255 255 255 / .3), inset 12px 0 30px rgb(var(--shop-primary-rgb) / .08) !important;
  backdrop-filter: blur(28px) saturate(1.38) contrast(1.04) !important;
  -webkit-backdrop-filter: blur(28px) saturate(1.38) contrast(1.04) !important;
}

/* UI treatment: calm minimal surfaces. */
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  .dk-header-main,
  .dk-nav,
  .dk-catalog-filter,
  .dk-filter-sheet-panel,
  .shop-product-card,
  .shop-product-detail-header,
  .shop-product-detail-gallery,
  .shop-product-detail-summary,
  .shop-product-detail-section,
  .shop-product-comment-form,
  .shop-product-comment-card,
  .shop-cart-panel,
  .shop-modal-panel,
  .shop-cart-switch-panel,
  .shop-faq-item,
  .shop-help-answers,
  .shop-buying-guide,
  .mlmg-blog-card,
  .mlmg-blog-article,
  .mlmg-blog-related article,
  .shop-commerce-footer
) {
  border-radius: 4px !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  button, input, textarea, select, .shop-product-media, .shop-product-detail-main-image,
  .dk-price-filter-values > span, .shop-product-detail-meta, .shop-product-detail-thumb
) {
  border-radius: 4px !important;
  box-shadow: none !important;
}

html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card:hover {
  transform: none !important;
  border-color: var(--shop-primary) !important;
  box-shadow: none !important;
}

html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-gallery,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-green-experience,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-metric,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-filter,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub .shop-faq-item,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card.card-profile-modern-green,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-products .shop-product-card,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .shop-product-card,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-detail-gallery,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-detail-summary,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-detail-section,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-panel,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-modal-panel,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .mlmg-blog-card,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .mlmg-blog-article {
  border-radius: 4px !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-media,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-featured-media,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-category-pill,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-topic-icon,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-track {
  border-radius: 4px !important;
  box-shadow: none !important;
}

html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-copy {
  border-color: var(--shop-line-strong) !important;
  border-radius: 4px !important;
  background: color-mix(in srgb, var(--shop-surface) 94%, transparent) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  animation: none !important;
}

html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-copy::before,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-copy::after {
  display: none !important;
  animation: none !important;
}

html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .mlmg-hero-carousel-dots {
  border-radius: 4px !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Appearance trigger and compact settings dialog. */
body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-trigger {
  --appearance-trigger-color: var(--shop-primary);
  position: relative;
  flex: 0 0 auto;
  min-width: 48px;
  min-height: 44px;
  border: 1px solid color-mix(in srgb, var(--appearance-trigger-color) 28%, var(--shop-line)) !important;
  border-radius: 8px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 6px 10px !important;
  color: var(--shop-text) !important;
  background: var(--shop-surface) !important;
  box-shadow: none !important;
  cursor: pointer;
  font: inherit;
  font-size: .78rem;
  font-weight: 900;
  white-space: nowrap;
  isolation: isolate;
  transition: transform 170ms ease, border-color 170ms ease, background-color 170ms ease !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-trigger:hover {
  border-color: var(--appearance-trigger-color) !important;
  background: var(--shop-primary-soft) !important;
  transform: translateY(-1px);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-trigger-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--shop-on-primary);
  background: var(--appearance-trigger-color);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--appearance-trigger-color) 12%, transparent);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-trigger.is-floating {
  position: fixed;
  inset-inline-end: 18px;
  bottom: 22px;
  z-index: 1600;
}

body.mlmg-public-shop.mlmg-dk-storefront.shop-appearance-open {
  overflow: hidden;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-layer {
  position: fixed;
  inset: 0;
  z-index: 21000;
  visibility: hidden;
  pointer-events: none;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-layer.is-open {
  visibility: visible;
  pointer-events: auto;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-backdrop {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: rgb(7 16 21 / .48);
  backdrop-filter: blur(3px);
  transition: opacity 190ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-layer.is-open .dk-appearance-backdrop {
  opacity: 1;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-panel {
  position: absolute;
  top: 78px;
  inset-inline-end: 22px;
  width: min(410px, calc(100vw - 28px));
  max-height: calc(100dvh - 100px);
  overflow: auto;
  border: 1px solid color-mix(in srgb, var(--shop-primary) 22%, var(--shop-line));
  border-radius: 8px;
  padding: 16px;
  color: var(--shop-text);
  background: color-mix(in srgb, var(--shop-surface) 94%, transparent);
  box-shadow: 0 28px 80px rgb(0 0 0 / .24);
  backdrop-filter: blur(24px) saturate(1.25);
  -webkit-backdrop-filter: blur(24px) saturate(1.25);
  opacity: 0;
  transform: translateY(-10px) scale(.98);
  transform-origin: top right;
  transition: opacity 180ms ease, transform 230ms cubic-bezier(.22, 1, .36, 1);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-layer.is-open .dk-appearance-panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-panel > header,
body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-section-head,
body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-panel > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-panel > header {
  min-height: 48px;
  margin-bottom: 12px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-kicker {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--shop-primary);
  font-size: .7rem;
  font-weight: 900;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-panel h2 {
  margin: 2px 0 0;
  color: var(--shop-text) !important;
  font-size: 1.1rem;
  line-height: 1.5;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-close {
  width: 44px;
  height: 44px;
  border: 1px solid var(--shop-line);
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: var(--shop-text);
  background: var(--shop-surface-2);
  cursor: pointer;
  font-size: 1.15rem;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-section {
  border-top: 1px solid var(--shop-line);
  padding: 14px 0 2px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-section-head {
  margin-bottom: 9px;
  color: var(--shop-text);
  font-size: .75rem;
  font-weight: 900;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-section-head b {
  color: var(--shop-primary);
  font-size: .7rem;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-palettes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-palettes > .dk-appearance-palette:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-palette {
  position: relative;
  min-width: 0;
  min-height: 64px;
  border: 1px solid var(--shop-line);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 8px;
  padding: 8px;
  color: var(--shop-text);
  background: var(--shop-surface-2);
  cursor: pointer;
  text-align: right;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-palette:hover {
  transform: translateY(-1px);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-palette.is-active {
  border-color: var(--shop-primary);
  background: var(--shop-primary-soft);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-palette > span:nth-child(2) {
  min-width: 0;
  display: grid;
  gap: 1px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-palette strong {
  color: var(--shop-text) !important;
  font-size: .75rem;
  font-weight: 950;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-palette small {
  overflow: hidden;
  color: var(--shop-muted) !important;
  font-size: .61rem;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-palette > .ri-check-line {
  opacity: 0;
  color: var(--shop-primary);
  font-size: 1rem;
  transform: scale(.7);
  transition: opacity 150ms ease, transform 150ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-palette.is-active > .ri-check-line {
  opacity: 1;
  transform: scale(1);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-palette-swatch {
  position: relative;
  width: 38px;
  height: 38px;
  border: 3px solid var(--shop-surface);
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  box-shadow: 0 0 0 1px var(--shop-line);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-palette-swatch i:nth-child(1) { background: var(--swatch-1); }
body.mlmg-public-shop.mlmg-dk-storefront .dk-palette-swatch i:nth-child(2) { background: var(--swatch-2); }
body.mlmg-public-shop.mlmg-dk-storefront .dk-palette-swatch i:nth-child(3) { background: var(--swatch-3); }
body.mlmg-public-shop.mlmg-dk-storefront .dk-palette-swatch--emerald { --swatch-1: #087f5b; --swatch-2: #f6a700; --swatch-3: #e8f6f1; }
body.mlmg-public-shop.mlmg-dk-storefront .dk-palette-swatch--ocean { --swatch-1: #0b6e8e; --swatch-2: #e88b20; --swatch-3: #e3f4f8; }
body.mlmg-public-shop.mlmg-dk-storefront .dk-palette-swatch--indigo { --swatch-1: #4f46e5; --swatch-2: #168a5b; --swatch-3: #eeedff; }
body.mlmg-public-shop.mlmg-dk-storefront .dk-palette-swatch--berry { --swatch-1: #b9375e; --swatch-2: #0d897b; --swatch-3: #fbeaf0; }
body.mlmg-public-shop.mlmg-dk-storefront .dk-palette-swatch--coral { --swatch-1: #DE5F94; --swatch-2: #F2A5C1; --swatch-3: #FDE8F0; }
body.mlmg-public-shop.mlmg-dk-storefront .dk-palette-swatch--sun { --swatch-1: #F39A21; --swatch-2: #FFD34E; --swatch-3: #FFF0B8; }

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-segment,
body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-styles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

body.mlmg-public-shop.mlmg-dk-storefront :where(.dk-appearance-segment, .dk-appearance-styles) button {
  min-width: 0;
  min-height: 44px;
  border: 1px solid var(--shop-line);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 6px;
  color: var(--shop-muted);
  background: var(--shop-surface-2);
  cursor: pointer;
  font: inherit;
  font-size: .7rem;
  font-weight: 900;
  white-space: nowrap;
}

body.mlmg-public-shop.mlmg-dk-storefront :where(.dk-appearance-segment, .dk-appearance-styles) button.is-active {
  border-color: var(--shop-primary);
  color: var(--shop-primary);
  background: var(--shop-primary-soft);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--shop-primary) 18%, transparent);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-panel > footer {
  min-height: 46px;
  margin-top: 14px;
  border-top: 1px solid var(--shop-line);
  padding-top: 12px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-panel > footer > button {
  min-height: 38px;
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px;
  color: var(--shop-muted);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: .68rem;
  font-weight: 900;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-saved {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--shop-primary);
  font-size: .65rem;
  opacity: .66;
  transition: opacity 160ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-saved.is-visible {
  opacity: 1;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-saved b {
  color: currentColor !important;
}

::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 220ms;
  animation-timing-function: ease-out;
}

@media (max-width: 760px) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-actions .dk-appearance-trigger {
    min-width: 44px;
    width: 44px;
    padding: 5px !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-actions .dk-appearance-trigger-label {
    display: none;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-product-detail-header nav .dk-appearance-trigger {
    min-width: 42px;
    width: 42px;
    padding: 4px !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-product-detail-header nav .dk-appearance-trigger-label {
    display: none;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-panel {
    top: auto;
    inset-inline: 0;
    bottom: 0;
    width: 100%;
    max-height: min(86dvh, 720px);
    border-width: 1px 0 0;
    border-radius: 8px 8px 0 0;
    padding: 14px 14px calc(14px + env(safe-area-inset-bottom));
    transform: translateY(102%);
    transform-origin: bottom center;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-layer.is-open .dk-appearance-panel {
    transform: translateY(0);
  }
}

@media (max-width: 380px) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-palettes {
    grid-template-columns: 1fr;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-palette {
    min-height: 56px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mlmg-public-shop.mlmg-dk-storefront,
  body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-backdrop,
  body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-panel,
  body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-trigger,
  body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-palette {
    transition: none !important;
  }
}

/* v67.25.2: final palette coverage for interactive rails, drawers and mobile menus. */
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-rail-actions button,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront :where(.shop-lightbox-close, .shop-lightbox-prev, .shop-lightbox-next) {
  border-color: var(--shop-line-strong) !important;
  color: var(--shop-primary) !important;
  background: var(--shop-surface) !important;
  box-shadow: var(--shop-shadow-sm) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-rail-actions button:hover:not(:disabled),
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront :where(.shop-lightbox-close, .shop-lightbox-prev, .shop-lightbox-next):hover {
  border-color: var(--shop-primary) !important;
  color: var(--shop-on-primary) !important;
  background: var(--shop-primary) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-lightbox img {
  background: var(--shop-surface-2) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-checkout-bale-note {
  border-color: var(--shop-line-strong) !important;
  color: var(--shop-text) !important;
  background: linear-gradient(135deg, var(--shop-primary-faint), var(--shop-accent-soft)) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-checkout-bale-note > i {
  color: var(--shop-primary) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-item summary {
  color: var(--shop-text) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-item summary::after {
  background:
    linear-gradient(var(--shop-primary), var(--shop-primary)) center / 12px 2px no-repeat,
    linear-gradient(var(--shop-primary), var(--shop-primary)) center / 2px 12px no-repeat !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-item[open] summary::after {
  background:
    linear-gradient(var(--shop-primary), var(--shop-primary)) center / 12px 2px no-repeat,
    var(--shop-primary-soft) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile.has-image,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-products-sidebar .ux36-side-campaign.has-image {
  background-color: var(--shop-primary-strong) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-products-sidebar .ux36-side-campaign::before {
  background: color-mix(in srgb, var(--shop-primary-strong) 78%, transparent) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront :where(.ux36-hero, .dk-hero-user-media) {
  border-color: transparent !important;
  color: var(--shop-text) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-commerce-footer details,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-commerce-footer details > summary {
  color: var(--shop-footer-text) !important;
  background: transparent !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-commerce-footer details > summary i {
  color: var(--shop-footer-accent) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-commerce-footer details a {
  color: var(--shop-footer-muted) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-commerce-footer details a:hover {
  color: var(--shop-footer-accent) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-rail-actions button,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront :where(.shop-lightbox-close, .shop-lightbox-prev, .shop-lightbox-next) {
  border-color: color-mix(in srgb, var(--shop-primary) 28%, var(--shop-line)) !important;
  background: color-mix(in srgb, var(--shop-surface) 78%, transparent) !important;
  backdrop-filter: blur(15px) saturate(1.25) !important;
  -webkit-backdrop-filter: blur(15px) saturate(1.25) !important;
}

html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-rail-actions button,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront :where(.shop-lightbox-close, .shop-lightbox-prev, .shop-lightbox-next) {
  border-radius: 4px !important;
  box-shadow: none !important;
}

/* The cart count is a semantic notification, independent from the selected palette. */
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-button > b[data-cart-count] {
  box-sizing: border-box;
  min-width: 20px;
  height: 20px;
  padding-inline: 4px;
  border: 2px solid var(--shop-surface) !important;
  border-radius: 999px;
  color: #fff !important;
  background: var(--shop-cart-badge) !important;
  box-shadow: 0 4px 11px rgb(var(--shop-cart-badge-rgb) / .38) !important;
  line-height: 1;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-cart > b[data-cart-count] {
  min-width: 22px;
  height: 22px;
  padding-inline: 5px;
  border-color: rgb(255 255 255 / .92) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav .shop-cart-button > b[data-cart-count],
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav [data-dk-bottom-filter-count] {
  min-width: 18px;
  height: 18px;
  padding-inline: 4px;
  border-color: var(--shop-surface) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-rating-summary {
  border-color: color-mix(in srgb, var(--shop-rating) 34%, var(--shop-line)) !important;
  color: var(--shop-text) !important;
  background: color-mix(in srgb, var(--shop-rating) 7%, var(--shop-surface)) !important;
  box-shadow: 0 7px 18px rgb(var(--shop-rating-rgb) / .08) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-rating-summary:hover {
  border-color: color-mix(in srgb, var(--shop-rating) 64%, var(--shop-line)) !important;
  background: color-mix(in srgb, var(--shop-rating) 12%, var(--shop-surface)) !important;
  box-shadow: 0 10px 24px rgb(var(--shop-rating-rgb) / .13) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-rating-summary .shop-product-rating-stars {
  color: var(--shop-rating) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-rating-summary strong {
  color: var(--shop-text) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-rating-summary small {
  color: var(--shop-muted) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-rating-summary > i {
  color: var(--shop-primary) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-rating-summary {
  border-color: color-mix(in srgb, var(--shop-rating) 36%, var(--shop-line)) !important;
  background: color-mix(in srgb, var(--shop-surface) 72%, transparent) !important;
  box-shadow: 0 10px 28px rgb(var(--shop-rating-rgb) / .1) !important;
  backdrop-filter: blur(15px) saturate(1.22) !important;
  -webkit-backdrop-filter: blur(15px) saturate(1.22) !important;
}

html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-rating-summary {
  border-radius: 4px !important;
  background: var(--shop-surface-2) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* v67.25.3: structural color, border and elevation consistency. */
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-actions .shop-help-primary {
  border-color: var(--shop-primary) !important;
  color: var(--shop-on-primary) !important;
  background: var(--shop-primary) !important;
  box-shadow: 0 10px 24px rgb(var(--shop-primary-rgb) / .2) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-actions .shop-help-primary > i {
  color: var(--shop-on-primary) !important;
  background: transparent !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-actions .shop-help-primary:hover {
  border-color: var(--shop-primary-strong) !important;
  background: var(--shop-primary-strong) !important;
  box-shadow: 0 14px 30px rgb(var(--shop-primary-rgb) / .26) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-buying-guide .shop-help-kicker {
  padding: 4px 10px;
  border: 1px solid color-mix(in srgb, var(--shop-on-primary) 28%, transparent) !important;
  border-radius: 999px;
  color: var(--shop-on-primary) !important;
  background: color-mix(in srgb, var(--shop-on-primary) 11%, transparent) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .08) !important;
  cursor: default;
  pointer-events: none;
  user-select: none;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-buying-guide .shop-help-kicker > i {
  color: var(--shop-accent) !important;
  background: transparent !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button.is-active {
  border-color: var(--shop-primary) !important;
  color: var(--shop-on-primary) !important;
  background: var(--shop-primary) !important;
  box-shadow: 0 10px 24px rgb(var(--shop-primary-rgb) / .2) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button.is-active > i {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  display: inline-grid;
  place-items: center;
  color: var(--shop-on-primary) !important;
  background: rgb(255 255 255 / .14) !important;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / .14) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button.is-active > span {
  border: 1px solid rgb(255 255 255 / .68) !important;
  color: var(--shop-primary-strong) !important;
  background: var(--shop-on-primary) !important;
  box-shadow: 0 3px 9px rgb(var(--shop-shadow-color) / .12) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button:not(.is-active):hover {
  border-color: var(--shop-line-strong) !important;
  color: var(--shop-primary) !important;
  background: var(--shop-primary-faint) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button:focus-visible,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-categories button:focus-visible {
  outline: 3px solid var(--shop-focus) !important;
  outline-offset: 2px;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-step-visual {
  border-color: color-mix(in srgb, var(--shop-on-primary) 34%, var(--shop-primary)) !important;
  color: var(--shop-on-primary) !important;
  background: color-mix(in srgb, var(--shop-on-primary) 13%, var(--shop-primary-strong)) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .14), 0 8px 18px rgb(var(--shop-shadow-color) / .12) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-step-visual > i {
  color: var(--shop-on-primary) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-step-visual > b {
  box-sizing: border-box;
  border: 2px solid var(--shop-primary-strong) !important;
  color: var(--shop-primary-strong) !important;
  background: var(--shop-on-primary) !important;
  box-shadow: 0 4px 10px rgb(var(--shop-shadow-color) / .2) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-brandline {
  color: var(--shop-muted) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-brand-name {
  border-inline-start-color: color-mix(in srgb, var(--shop-primary) 52%, var(--shop-line)) !important;
  color: var(--shop-primary) !important;
  background: transparent !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-filter > header strong {
  color: var(--shop-text) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-categories button.is-active {
  border-color: var(--shop-primary) !important;
  color: var(--shop-primary) !important;
  background: var(--shop-primary-faint) !important;
  box-shadow: inset 0 0 0 1px rgb(var(--shop-primary-rgb) / .08), 0 7px 16px rgb(var(--shop-primary-rgb) / .09) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-categories button > b {
  min-width: 28px;
  height: 24px;
  padding-inline: 7px;
  border: 1px solid var(--shop-line) !important;
  border-radius: 999px;
  color: var(--shop-muted) !important;
  background: color-mix(in srgb, var(--shop-primary) 4%, var(--shop-surface)) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .28) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-categories button:hover > b {
  border-color: color-mix(in srgb, var(--shop-primary) 24%, var(--shop-line)) !important;
  color: var(--shop-primary-strong) !important;
  background: color-mix(in srgb, var(--shop-primary) 8%, var(--shop-surface)) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-categories button.is-active > b {
  border-color: color-mix(in srgb, var(--shop-primary) 34%, var(--shop-line)) !important;
  color: var(--shop-primary-strong) !important;
  background: color-mix(in srgb, var(--shop-primary) 12%, var(--shop-surface)) !important;
  box-shadow: inset 0 0 0 1px rgb(var(--shop-primary-rgb) / .04) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .shop-service-chip > i {
  border: 1px solid color-mix(in srgb, var(--shop-on-primary) 62%, var(--shop-primary)) !important;
  color: var(--shop-primary-strong) !important;
  background: color-mix(in srgb, var(--shop-on-primary) 88%, var(--shop-primary)) !important;
  box-shadow: 0 7px 16px rgb(var(--shop-shadow-color) / .16) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card {
  border-color: var(--shop-line) !important;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--shop-primary) 3%, var(--shop-surface)),
    color-mix(in srgb, var(--shop-primary) 6%, var(--shop-surface-2))
  ) !important;
  box-shadow: 0 10px 26px rgb(var(--shop-shadow-color) / .07) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card::before {
  background: linear-gradient(
    135deg,
    rgb(var(--shop-primary-rgb) / .1),
    transparent 54%
  ) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card::after {
  background: linear-gradient(
    90deg,
    transparent,
    color-mix(in srgb, var(--shop-on-primary) 72%, transparent),
    transparent
  ) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-metric {
  border-color: var(--shop-line) !important;
  color: var(--shop-text) !important;
  background: var(--shop-surface) !important;
  box-shadow: 0 8px 22px rgb(var(--shop-shadow-color) / .07) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-metric::after {
  background: linear-gradient(90deg, var(--shop-primary), var(--shop-primary-strong)) !important;
  box-shadow: 0 2px 8px rgb(var(--shop-primary-rgb) / .18) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-section.dk-products.shop-products-section {
  border-color: var(--shop-line) !important;
  color: var(--shop-text) !important;
  background: color-mix(in srgb, var(--shop-primary) 2%, var(--shop-surface-2)) !important;
  box-shadow: none !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-section.dk-categories {
  border-color: var(--shop-line) !important;
  color: var(--shop-text) !important;
  background: linear-gradient(
    180deg,
    var(--shop-surface),
    color-mix(in srgb, var(--shop-primary) 3%, var(--shop-surface-2))
  ) !important;
  box-shadow: none !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-categories .dk-section-head {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--shop-line) !important;
  color: var(--shop-text) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-categories .dk-section-head h2 {
  color: var(--shop-text) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-categories .dk-section-head > div > span {
  width: max-content;
  padding: 2px 8px;
  border: 1px solid color-mix(in srgb, var(--shop-primary) 24%, var(--shop-line)) !important;
  border-radius: 999px;
  color: var(--shop-primary) !important;
  background: var(--shop-primary-faint) !important;
  box-shadow: none !important;
  cursor: default;
  user-select: none;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail {
  border-block: 1px solid var(--shop-line) !important;
  border-inline: 0 !important;
  color: var(--shop-text) !important;
  background: linear-gradient(
    180deg,
    var(--shop-surface),
    color-mix(in srgb, var(--shop-primary) 4%, var(--shop-surface-2))
  ) !important;
  box-shadow: inset 0 -1px 0 rgb(var(--shop-primary-rgb) / .025) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .shop-category-ribbon {
  scrollbar-color: color-mix(in srgb, var(--shop-primary) 28%, var(--shop-line)) transparent;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .shop-category-pill,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .shop-category-pill:hover,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .shop-category-pill.is-active {
  border-color: transparent !important;
  color: var(--shop-text) !important;
  background: transparent !important;
  box-shadow: none !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .ux36-custom-story-ribbon .shop-category-pill > .ux36-story-image {
  border-color: transparent !important;
  background:
    linear-gradient(var(--shop-surface), var(--shop-surface)) padding-box,
    linear-gradient(135deg, var(--shop-primary), color-mix(in srgb, var(--shop-primary) 48%, var(--shop-accent)), var(--shop-accent)) border-box !important;
  box-shadow: 0 9px 20px rgb(var(--shop-primary-rgb) / .14) !important;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .ux36-custom-story-ribbon .shop-category-pill > span:not(.ux36-story-image) {
  color: var(--shop-text) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .ux36-custom-story-ribbon .shop-category-pill.is-active > .ux36-story-image {
  box-shadow: 0 0 0 3px var(--shop-surface), 0 0 0 5px var(--shop-primary), 0 11px 24px rgb(var(--shop-primary-rgb) / .18) !important;
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .ux36-custom-story-ribbon .shop-category-pill:hover > .ux36-story-image {
    transform: translateY(-2px) scale(1.025);
    box-shadow: 0 12px 26px rgb(var(--shop-primary-rgb) / .2) !important;
  }
}

html[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail {
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--shop-primary) 4%, var(--shop-surface)),
    color-mix(in srgb, var(--shop-primary) 7%, var(--shop-surface-2))
  ) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .025), inset 0 -1px 0 rgb(0 0 0 / .18) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-review-grid {
  color: var(--shop-text) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-comment-form {
  border-color: var(--shop-line) !important;
  color: var(--shop-text) !important;
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--shop-primary) 3%, var(--shop-surface)),
    color-mix(in srgb, var(--shop-primary) 6%, var(--shop-surface-2))
  ) !important;
  box-shadow: var(--shop-shadow-sm) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-comment-form label,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-comment-form label > span {
  color: var(--shop-text) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-comment-form :where(input, select, textarea) {
  border-color: var(--shop-line) !important;
  color: var(--shop-text) !important;
  background: var(--shop-surface-2) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .035) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-comment-form :where(input, textarea)::placeholder {
  color: var(--shop-muted) !important;
  opacity: 1;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-comment-form select option {
  color: var(--shop-text);
  background: var(--shop-surface-2);
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-comment-form :where(input, select, textarea):focus {
  border-color: var(--shop-primary) !important;
  box-shadow: 0 0 0 3px var(--shop-focus) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-comment-form p {
  color: var(--shop-text) !important;
  background: var(--shop-surface-3) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-comment-form p.is-success {
  color: var(--shop-success-text) !important;
  background: var(--shop-success-bg) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-comment-form p.is-error {
  color: var(--shop-error-text) !important;
  background: var(--shop-error-bg) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-comment-card {
  border-color: var(--shop-line) !important;
  color: var(--shop-text) !important;
  background: var(--shop-surface-2) !important;
  box-shadow: var(--shop-shadow-sm) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-comment-card strong,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-comment-card p {
  color: var(--shop-text) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-comment-card span {
  color: var(--shop-rating) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-comment-card small,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-comments-empty {
  color: var(--shop-muted) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-comments-empty {
  border-color: var(--shop-line-strong) !important;
  background: var(--shop-surface-2) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .03) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile {
  box-shadow: var(--shop-shadow-sm) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing {
  box-shadow: 0 12px 32px rgb(var(--shop-primary-rgb) / .16) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .dk-showcase-nav > button {
  box-shadow: var(--shop-shadow-sm) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card :where(img, b) {
  border-color: var(--shop-line-strong) !important;
  box-shadow: var(--shop-shadow-sm) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card.is-brand-spotlight {
  border-color: color-mix(in srgb, var(--shop-primary) 42%, var(--shop-line)) !important;
  box-shadow: 0 22px 58px rgb(var(--shop-primary-rgb) / .15) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust {
  box-shadow: var(--shop-shadow-md) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-products-sidebar .ux36-side-campaign {
  box-shadow: var(--shop-shadow-md) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-commerce-footer__logo {
  border-color: var(--shop-footer-line) !important;
  box-shadow: var(--shop-shadow-sm) !important;
}

@media (hover: hover) and (pointer: fine) {
  html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile:hover {
    border-color: var(--shop-primary) !important;
    box-shadow: var(--shop-shadow-md) !important;
  }

  html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card:hover {
    border-color: color-mix(in srgb, var(--shop-primary) 46%, var(--shop-line)) !important;
    box-shadow: var(--shop-shadow-md) !important;
  }
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-categories button.is-active {
  background: color-mix(in srgb, var(--shop-primary) 15%, var(--shop-surface) 72%) !important;
  backdrop-filter: blur(12px) saturate(1.18) !important;
  -webkit-backdrop-filter: blur(12px) saturate(1.18) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-section.dk-products.shop-products-section {
  border-color: color-mix(in srgb, var(--shop-primary) 20%, var(--shop-line)) !important;
  background: color-mix(in srgb, var(--shop-surface) 82%, transparent) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .18) !important;
  backdrop-filter: blur(18px) saturate(1.16) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.16) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-section.dk-categories {
  border-color: color-mix(in srgb, var(--shop-primary) 20%, var(--shop-line)) !important;
  background: color-mix(in srgb, var(--shop-surface) 80%, transparent) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .16) !important;
  backdrop-filter: blur(18px) saturate(1.16) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.16) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card {
  border-color: color-mix(in srgb, var(--shop-primary) 24%, var(--shop-line)) !important;
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--shop-surface) 76%, transparent),
    color-mix(in srgb, var(--shop-primary-soft) 54%, transparent)
  ) !important;
  backdrop-filter: blur(18px) saturate(1.2) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.2) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-metric {
  border-color: color-mix(in srgb, var(--shop-primary) 22%, var(--shop-line)) !important;
  background: color-mix(in srgb, var(--shop-surface) 72%, transparent) !important;
  backdrop-filter: blur(14px) saturate(1.16) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.16) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-buying-guide .shop-help-kicker {
  border-color: color-mix(in srgb, var(--shop-on-primary) 34%, transparent) !important;
  background: color-mix(in srgb, var(--shop-on-primary) 16%, transparent) !important;
  backdrop-filter: blur(10px) saturate(1.14) !important;
  -webkit-backdrop-filter: blur(10px) saturate(1.14) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail {
  border-block-color: color-mix(in srgb, var(--shop-primary) 20%, var(--shop-line)) !important;
  background: color-mix(in srgb, var(--shop-surface) 78%, transparent) !important;
  backdrop-filter: blur(16px) saturate(1.16) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.16) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-comment-form,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-comment-card,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-comments-empty {
  border-color: color-mix(in srgb, var(--shop-primary) 22%, var(--shop-line)) !important;
  background: color-mix(in srgb, var(--shop-surface) 74%, transparent) !important;
  backdrop-filter: blur(16px) saturate(1.16) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.16) !important;
}

html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  .shop-help-actions .shop-help-primary,
  .shop-faq-filters button,
  .shop-step-visual,
  .shop-step-visual > b,
  .dk-catalog-categories button.is-active,
  .dk-catalog-categories button.is-active > b,
  .dk-trust .shop-service-chip > i,
  .dk-shortcuts .ux36-promo-tile,
  #showcase.dk-amazing,
  #showcase.dk-amazing .dk-showcase-nav > button,
  .dk-brand-wall .ux36-brand-card,
  .dk-brand-wall .ux36-brand-card :where(img, b),
  .dk-trust,
  .dk-products-sidebar .ux36-side-campaign,
  .shop-commerce-footer__logo
) {
  box-shadow: none !important;
}

html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-section.dk-products.shop-products-section {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}

html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-section.dk-categories {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}

html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-categories button > b,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-metric::after {
  box-shadow: none !important;
}

html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card::before,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card::after {
  opacity: 0 !important;
}

html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-commerce-footer__contact,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider-range,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider::before,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider::after {
  box-shadow: none !important;
}

html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider input[type="range"]::-webkit-slider-thumb {
  box-shadow: none !important;
}

html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider input[type="range"]::-moz-range-thumb {
  box-shadow: none !important;
}

html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-actions .shop-help-primary,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-actions .shop-help-primary:hover,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button.is-active,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button.is-active > i,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button.is-active > span,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-step-visual,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-step-visual > b,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-categories button.is-active,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-categories button.is-active > b,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .shop-service-chip > i,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card.is-brand-spotlight,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-metric,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-featured-media {
  box-shadow: none !important;
}

@media (hover: hover) and (pointer: fine) {
  html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card:hover,
  html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card.is-brand-spotlight:hover,
  html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-metric:hover,
  html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .ux36-custom-story-ribbon .shop-category-pill:hover > .ux36-story-image,
  html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .ux36-custom-story-ribbon .shop-category-pill:focus-visible > .ux36-story-image {
    box-shadow: none !important;
  }
}

html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-buying-guide .shop-help-kicker {
  padding-inline: 0;
  border-color: transparent !important;
  border-radius: 4px;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail {
  background: var(--shop-surface-2) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .ux36-custom-story-ribbon .shop-category-pill > .ux36-story-image {
  box-shadow: none !important;
}

html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-comment-form,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-comment-card,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-comments-empty,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-comment-form input,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-comment-form textarea,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-comment-form select,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-comment-form button {
  box-shadow: none !important;
}

html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  .shop-faq-filters button.is-active > i,
  .dk-trust .shop-service-chip > i
) {
  border-radius: 4px !important;
}

/* Mobile header tools: balanced edge spacing and a centered cart badge. */
@media (max-width: 760px) {
  html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-header-main {
    padding-inline: 14px !important;
    gap: 10px;
  }

  html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-actions {
    gap: 6px;
    padding: 3px;
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    background: color-mix(in srgb, var(--shop-surface-2) 88%, transparent);
    box-shadow: 0 7px 18px rgb(var(--shop-shadow-color) / .07);
  }

  html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-actions .dk-appearance-trigger,
  html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-actions .dk-cart {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    border-radius: 7px !important;
  }

  html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-actions .dk-appearance-trigger {
    border-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-actions .dk-cart {
    position: relative;
    isolation: isolate;
    padding: 0 !important;
    overflow: visible;
    border-color: color-mix(in srgb, var(--shop-primary) 74%, var(--shop-surface)) !important;
    background: var(--shop-primary) !important;
    box-shadow: 0 8px 18px rgb(var(--shop-primary-rgb) / .2) !important;
  }

  html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-actions .dk-cart > i {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    color: var(--shop-on-primary) !important;
    background: transparent !important;
    font-size: 1.18rem;
    line-height: 1;
  }

  html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-actions .dk-cart > b[data-cart-count] {
    position: absolute;
    top: -6px;
    left: -6px;
    z-index: 2;
    min-width: 20px;
    height: 20px;
    margin: 0;
    padding-inline: 4px;
    border-color: var(--shop-surface) !important;
    font-size: .64rem;
    line-height: 1;
    transform: none;
  }

  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-actions {
    border-color: color-mix(in srgb, var(--shop-primary) 22%, var(--shop-line));
    background: color-mix(in srgb, var(--shop-surface-2) 68%, transparent);
    backdrop-filter: blur(12px) saturate(1.14);
    -webkit-backdrop-filter: blur(12px) saturate(1.14);
  }

  html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-actions {
    background: transparent;
    box-shadow: none;
  }

  html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-actions .dk-cart {
    box-shadow: none !important;
  }
}

@media (max-width: 360px) {
  html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-header-main {
    padding-inline: 12px !important;
    gap: 8px;
  }
}

/* Themed checkout drawer and reliable mobile touch release. */
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-backdrop {
  pointer-events: none;
  background: color-mix(in srgb, #071015 82%, var(--shop-primary) 18%) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-backdrop.is-open {
  pointer-events: auto;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-drawer {
  visibility: hidden;
  transition: transform .28s cubic-bezier(.2, .8, .2, 1), visibility 0s linear .28s;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-drawer.is-open {
  visibility: visible;
  transition-delay: 0s;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-drawer:not(.is-open) .shop-cart-panel {
  pointer-events: none;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-panel {
  border: 1px solid var(--shop-line) !important;
  color: var(--shop-text) !important;
  background: var(--shop-surface) !important;
  box-shadow: -18px 0 50px rgb(var(--shop-shadow-color) / .18) !important;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  scrollbar-color: var(--shop-line-strong) transparent;
  scrollbar-width: thin;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-panel::-webkit-scrollbar {
  width: 6px;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-panel::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--shop-line-strong);
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-close {
  width: 44px;
  height: 44px;
  border: 1px solid var(--shop-line) !important;
  border-radius: 8px !important;
  color: var(--shop-primary) !important;
  background: var(--shop-surface-2) !important;
  box-shadow: var(--shop-shadow-sm) !important;
  transition: color 170ms ease, border-color 170ms ease, background-color 170ms ease, transform 170ms ease;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-close:hover,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-close:focus-visible {
  border-color: var(--shop-primary) !important;
  color: var(--shop-on-primary) !important;
  background: var(--shop-primary) !important;
  outline: 3px solid var(--shop-focus);
  outline-offset: 2px;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-header > span {
  border: 1px solid var(--shop-line-strong);
  border-radius: 7px;
  color: var(--shop-primary) !important;
  background: var(--shop-primary-soft) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-header h2,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-item-title,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-info > strong,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-qty > b,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-field > span,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-checkout-title {
  color: var(--shop-text) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-header p,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-info small,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-bale-connect-note {
  color: var(--shop-muted) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-item {
  border-bottom-color: var(--shop-line) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-thumb {
  border: 1px solid var(--shop-line);
  border-radius: 8px;
  background: var(--shop-surface-3) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-item-title:hover {
  color: var(--shop-primary) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-qty {
  flex-wrap: wrap;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-qty button:not(.remove) {
  min-width: 40px;
  min-height: 40px;
  border: 1px solid var(--shop-line-strong) !important;
  border-radius: 8px !important;
  color: var(--shop-primary) !important;
  background: var(--shop-primary-soft) !important;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-qty button:not(.remove):hover,
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-qty button:not(.remove):focus-visible {
  border-color: var(--shop-primary) !important;
  color: var(--shop-on-primary) !important;
  background: var(--shop-primary) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-qty > b {
  min-width: 34px;
  min-height: 40px;
  border: 1px solid var(--shop-line);
  border-radius: 8px;
  display: inline-grid;
  place-items: center;
  background: var(--shop-surface-2);
  font-variant-numeric: tabular-nums;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-qty .remove {
  min-height: 40px;
  border: 1px solid color-mix(in srgb, var(--shop-danger) 28%, var(--shop-line)) !important;
  border-radius: 8px !important;
  padding-inline: 12px;
  color: var(--shop-error-text) !important;
  background: var(--shop-error-bg) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-summary {
  border: 1px solid color-mix(in srgb, var(--shop-primary-bright) 58%, transparent) !important;
  border-radius: 8px;
  color: var(--shop-on-primary) !important;
  background-color: var(--shop-primary-strong) !important;
  background-image: linear-gradient(135deg, var(--shop-primary-strong), var(--shop-primary)) !important;
  box-shadow: 0 14px 30px rgb(var(--shop-primary-rgb) / .22) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-summary :where(span, strong) {
  color: var(--shop-on-primary) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-summary span {
  opacity: .76;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-checkout-title > i {
  width: 36px;
  height: 36px;
  border: 1px solid var(--shop-line-strong) !important;
  border-radius: 8px;
  display: inline-grid;
  place-items: center;
  color: var(--shop-primary) !important;
  background: var(--shop-primary-soft) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-field > span > b {
  color: var(--shop-danger) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-panel :where(input, textarea, select) {
  border-color: var(--shop-line) !important;
  border-radius: 8px !important;
  color: var(--shop-text) !important;
  background: var(--shop-surface-2) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-panel :where(input, textarea, select):focus {
  border-color: var(--shop-primary) !important;
  box-shadow: 0 0 0 4px var(--shop-focus) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-checkout-bale-note {
  border-color: var(--shop-line-strong) !important;
  border-radius: 8px;
  color: var(--shop-text) !important;
  background: linear-gradient(135deg, var(--shop-primary-faint), var(--shop-accent-soft)) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-checkout-bale-note > i {
  color: var(--shop-primary) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-checkout-form button[type="submit"],
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-bale-connect-button {
  border-radius: 8px !important;
  color: var(--shop-on-primary) !important;
  background: var(--shop-primary) !important;
  box-shadow: 0 12px 28px rgb(var(--shop-primary-rgb) / .2) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-empty {
  border: 1px dashed var(--shop-line-strong);
  border-radius: 8px;
  color: var(--shop-muted) !important;
  background: var(--shop-surface-2) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-checkout-message {
  color: var(--shop-success-text) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-panel {
  background-color: color-mix(in srgb, var(--shop-surface) 78%, transparent) !important;
  background-image: linear-gradient(145deg, color-mix(in srgb, var(--shop-surface) 86%, transparent), color-mix(in srgb, var(--shop-primary-soft) 58%, transparent)) !important;
  backdrop-filter: blur(22px) saturate(1.24) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.24) !important;
}

html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-panel,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-close,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-summary,
html[data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-qty button {
  box-shadow: none !important;
}

html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-close,
html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-header > span,
html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-qty button:not(.remove),
html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .shop-checkout-title > i {
  color: color-mix(in srgb, var(--shop-primary-bright) 76%, #ffffff) !important;
}

@media (max-width: 760px) {
  html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-cart-panel {
    padding: 18px 16px max(110px, calc(env(safe-area-inset-bottom) + 92px));
  }
}

/* v67.25.2: cohesive storefront search surfaces in dark mode. */
html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search {
  min-height: 48px;
  gap: 10px;
  padding: 5px 8px 5px 10px;
  border: 1px solid color-mix(in srgb, var(--shop-primary) 22%, var(--shop-line)) !important;
  border-radius: 8px;
  color: var(--shop-text) !important;
  background-color: color-mix(in srgb, var(--shop-surface-2) 90%, var(--shop-primary-faint)) !important;
  background-image: none !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .045), 0 8px 22px rgb(0 0 0 / .16) !important;
  isolation: isolate;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search > i {
  box-sizing: border-box;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 1px solid color-mix(in srgb, var(--shop-primary-bright) 32%, var(--shop-line)) !important;
  border-radius: 7px;
  display: grid;
  place-items: center;
  color: color-mix(in srgb, var(--shop-primary-bright) 76%, #ffffff) !important;
  background: color-mix(in srgb, var(--shop-primary) 15%, var(--shop-surface)) !important;
  font-size: 1.08rem;
  line-height: 1;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search input {
  min-height: 36px;
  padding: 0 2px;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0;
  color: var(--shop-text) !important;
  background: transparent !important;
  box-shadow: none !important;
  caret-color: var(--shop-primary-bright);
}

html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search input::placeholder {
  color: color-mix(in srgb, var(--shop-muted) 88%, #ffffff 12%) !important;
  opacity: 1;
}

html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search:focus-within {
  border-color: color-mix(in srgb, var(--shop-primary-bright) 72%, var(--shop-line)) !important;
  background-color: color-mix(in srgb, var(--shop-surface-2) 82%, var(--shop-primary-faint)) !important;
  background-image: none !important;
  box-shadow: 0 0 0 3px var(--shop-focus), 0 14px 32px rgb(0 0 0 / .26) !important;
}

html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search:focus-within > i {
  border-color: var(--shop-primary-bright) !important;
  color: var(--shop-on-primary) !important;
  background: var(--shop-primary) !important;
}

html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search-suggest {
  padding: 8px;
  border: 1px solid var(--shop-line-strong) !important;
  border-radius: 8px;
  color: var(--shop-text) !important;
  background-color: color-mix(in srgb, var(--shop-surface) 96%, var(--shop-primary-faint)) !important;
  background-image: linear-gradient(145deg, color-mix(in srgb, var(--shop-surface-2) 94%, transparent), color-mix(in srgb, var(--shop-surface) 98%, var(--shop-primary-faint))) !important;
  box-shadow: 0 24px 56px rgb(0 0 0 / .42), inset 0 1px 0 rgb(255 255 255 / .04) !important;
  scrollbar-color: var(--shop-primary) var(--shop-surface-3);
  overscroll-behavior: contain;
}

html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search-suggest button {
  border: 1px solid transparent !important;
  color: var(--shop-text) !important;
  background: transparent !important;
  transition: border-color 160ms ease, background-color 160ms ease;
}

html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search-suggest button:hover,
html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search-suggest button:focus-visible {
  border-color: color-mix(in srgb, var(--shop-primary-bright) 40%, var(--shop-line)) !important;
  outline: 0;
  background: var(--shop-primary-soft) !important;
}

html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search-suggest img,
html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search-suggest .dk-suggest-fallback {
  border: 1px solid var(--shop-line) !important;
  background: var(--shop-surface-3) !important;
}

html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search-suggest strong {
  color: var(--shop-text) !important;
}

html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search-suggest small {
  color: color-mix(in srgb, var(--shop-primary-bright) 72%, #ffffff) !important;
}

html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search-empty {
  border: 1px dashed var(--shop-line);
  border-radius: 7px;
  color: var(--shop-muted) !important;
  background: var(--shop-surface-2) !important;
}

html[data-shop-ui="glass"][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search,
html[data-shop-ui="glass"][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search-suggest {
  background-color: color-mix(in srgb, var(--shop-surface) 76%, transparent) !important;
  background-image: linear-gradient(145deg, color-mix(in srgb, var(--shop-surface-2) 82%, transparent), color-mix(in srgb, var(--shop-primary-soft) 42%, transparent)) !important;
  backdrop-filter: blur(18px) saturate(1.24) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.24) !important;
}

html[data-shop-ui="minimal"][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search,
html[data-shop-ui="minimal"][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search-suggest {
  background-color: var(--shop-surface-2) !important;
  background-image: none !important;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search {
    min-height: 48px;
    padding-inline: 8px 10px;
  }

  html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search-suggest {
    position: absolute !important;
    inset-inline: 0 !important;
    top: calc(100% + 8px) !important;
    width: auto !important;
    max-height: min(52dvh, 420px);
    padding: 6px;
  }

  html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search-suggest button {
    min-height: 60px;
  }
}

/* v70.1.5: semantic, photo-safe product promotion overlays. */
html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-media-overlays .shop-product-badges > .shop-product-sale-badge {
  border-color: color-mix(in srgb, #fff 58%, var(--shop-danger)) !important;
  color: #fff !important;
  background: linear-gradient(135deg, color-mix(in srgb, var(--shop-danger) 92%, #ff6b7d), var(--shop-danger)) !important;
  box-shadow: 0 7px 18px color-mix(in srgb, var(--shop-danger) 36%, transparent) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-media-overlays .shop-product-badges > :is(.shop-product-featured-media, .shop-product-featured) {
  border-color: color-mix(in srgb, #fff 68%, var(--shop-accent)) !important;
  color: #3a2a00 !important;
  background: linear-gradient(135deg, #ffe49a, var(--shop-accent)) !important;
  box-shadow: 0 7px 18px rgb(var(--shop-accent-rgb) / .27) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-media-overlays .shop-product-badges > .shop-product-category {
  border-color: rgb(255 255 255 / .72) !important;
  color: var(--shop-text) !important;
  background: color-mix(in srgb, var(--shop-surface) 90%, transparent) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-media-dealbar > :is(.shop-sale-countdown, .shop-product-compare-price) {
  border-color: rgb(255 255 255 / .74) !important;
  color: var(--shop-text) !important;
  background: color-mix(in srgb, var(--shop-surface) 90%, transparent) !important;
  box-shadow: 0 7px 18px rgb(var(--shop-shadow-color) / .18) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-media-dealbar .shop-sale-countdown > i {
  color: var(--shop-danger) !important;
}

body.ux34-motion-enabled.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-media-dealbar .shop-sale-countdown.ux-motion-item {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
  will-change: auto !important;
}

html[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-media-dealbar > :is(.shop-sale-countdown, .shop-product-compare-price) {
  border-color: rgb(255 255 255 / .24) !important;
  color: #f8fafc !important;
  background: rgb(10 17 22 / .84) !important;
  box-shadow: 0 8px 20px rgb(0 0 0 / .34) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-media-dealbar > :is(.shop-sale-countdown, .shop-product-compare-price) {
  border-color: var(--glass-v69-rim, rgb(255 255 255 / .42)) !important;
  background: color-mix(in srgb, var(--glass-v69-regular, var(--shop-surface)) 88%, transparent) !important;
  box-shadow: var(--glass-v69-shadow-1, 0 8px 20px rgb(15 23 42 / .18)) !important;
  backdrop-filter: blur(18px) saturate(1.42) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.42) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront :is(.dk-catalog-categories, .dk-filter-category-list) .dk-sale-filter {
  border-color: color-mix(in srgb, var(--shop-danger) 28%, var(--shop-line)) !important;
  color: color-mix(in srgb, var(--shop-danger) 84%, var(--shop-text)) !important;
  background: color-mix(in srgb, var(--shop-danger) 7%, var(--shop-surface)) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront :is(.dk-catalog-categories, .dk-filter-category-list) .dk-sale-filter i {
  color: var(--shop-danger) !important;
  background: transparent !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront :is(.dk-catalog-categories, .dk-filter-category-list) .dk-sale-filter:is(:hover, .is-active) {
  border-color: color-mix(in srgb, var(--shop-danger) 58%, var(--shop-line)) !important;
  color: var(--shop-error-text, #be123c) !important;
  background: var(--shop-error-bg, #fff1f2) !important;
}

html[data-shop-palette] body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-categories .dk-sale-filter.is-active > b {
  color: #fff !important;
  background: var(--shop-danger) !important;
}

/* v67.25.3: palette-aware campaign banners across every dark UI treatment. */
html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card {
  --dk-campaign-accent: var(--shop-primary-bright);
  --dk-campaign-ink: color-mix(in srgb, var(--shop-primary-bright) 72%, #ffffff);
  --dk-campaign-soft: color-mix(in srgb, var(--shop-primary) 20%, var(--shop-surface-2));
  --dk-campaign-solid: var(--shop-primary);
  --dk-campaign-on-solid: var(--shop-on-primary);
  border-color: color-mix(in srgb, var(--dk-campaign-accent) 38%, var(--shop-line)) !important;
  color: var(--shop-text) !important;
  background-color: var(--shop-surface) !important;
  background-image: none !important;
  box-shadow: 0 14px 34px rgb(0 0 0 / .24), inset 0 1px 0 rgb(255 255 255 / .035) !important;
}

html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card.is-tone-2 {
  --dk-campaign-accent: color-mix(in srgb, var(--shop-accent) 82%, #ffffff 18%);
  --dk-campaign-ink: color-mix(in srgb, var(--shop-accent) 68%, #ffffff 32%);
  --dk-campaign-soft: color-mix(in srgb, var(--shop-accent) 17%, var(--shop-surface-2));
  --dk-campaign-solid: var(--shop-accent);
  --dk-campaign-on-solid: var(--shop-on-accent);
}

html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card.is-tone-3 {
  --dk-campaign-accent: color-mix(in srgb, var(--shop-primary-bright) 54%, var(--shop-accent) 46%);
  --dk-campaign-ink: color-mix(in srgb, var(--dk-campaign-accent) 70%, #ffffff);
  --dk-campaign-soft: color-mix(in srgb, var(--dk-campaign-accent) 18%, var(--shop-surface-2));
  --dk-campaign-solid: color-mix(in srgb, var(--shop-primary) 58%, var(--shop-accent) 42%);
  --dk-campaign-on-solid: var(--shop-on-primary);
}

html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card:not(.has-image) {
  color: var(--shop-text) !important;
  background-color: var(--shop-surface-2) !important;
  background-image: linear-gradient(135deg, color-mix(in srgb, var(--shop-surface-2) 88%, var(--dk-campaign-accent) 12%), var(--shop-surface)) !important;
}

html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-media {
  color: var(--shop-text) !important;
  background: color-mix(in srgb, var(--dk-campaign-soft) 34%, var(--shop-surface-3)) !important;
}

html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-media::before {
  background-image: linear-gradient(rgb(7 12 16 / .34), rgb(7 12 16 / .56)), var(--dk-campaign-image) !important;
  filter: blur(18px) saturate(.76) brightness(.72);
  opacity: .72;
}

html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-media::after {
  background: linear-gradient(180deg, rgb(255 255 255 / .025), rgb(0 0 0 / .14)) !important;
}

html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-content {
  border-top-color: color-mix(in srgb, var(--dk-campaign-accent) 32%, var(--shop-line)) !important;
  color: var(--shop-text) !important;
  background-color: var(--shop-surface-2) !important;
  background-image: linear-gradient(135deg, color-mix(in srgb, var(--shop-surface-2) 94%, var(--dk-campaign-accent) 6%), var(--shop-surface)) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .035);
}

html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card:not(.has-image) .dk-campaign-content {
  grid-row: 1 !important;
  min-height: 118px;
  border-top: 0 !important;
  background: transparent !important;
  box-shadow: none;
}

html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-copy,
html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-copy > strong {
  color: var(--shop-text) !important;
}

html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-badge {
  border-color: color-mix(in srgb, var(--dk-campaign-accent) 48%, var(--shop-line)) !important;
  color: var(--dk-campaign-ink) !important;
  background: var(--dk-campaign-soft) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .045);
}

html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-content > i {
  border-color: color-mix(in srgb, var(--dk-campaign-accent) 46%, var(--shop-line)) !important;
  color: var(--dk-campaign-ink) !important;
  background: var(--dk-campaign-soft) !important;
  box-shadow: 0 9px 22px color-mix(in srgb, var(--dk-campaign-solid) 22%, transparent), inset 0 1px 0 rgb(255 255 255 / .045) !important;
}

html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card::after {
  background: var(--dk-campaign-accent) !important;
  box-shadow: 0 -4px 18px color-mix(in srgb, var(--dk-campaign-accent) 28%, transparent);
}

html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card:focus-visible {
  outline-color: color-mix(in srgb, var(--dk-campaign-accent) 68%, #ffffff) !important;
}

@media (hover: hover) and (pointer: fine) {
  html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card:hover {
    border-color: color-mix(in srgb, var(--dk-campaign-accent) 72%, var(--shop-line)) !important;
    box-shadow: 0 22px 46px rgb(0 0 0 / .34), 0 10px 30px color-mix(in srgb, var(--dk-campaign-solid) 16%, transparent) !important;
  }

  html[data-shop-palette][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card:hover .dk-campaign-content > i {
    border-color: var(--dk-campaign-accent) !important;
    color: var(--dk-campaign-on-solid) !important;
    background: var(--dk-campaign-solid) !important;
  }
}

html[data-shop-ui="glass"][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card:not(.has-image),
html[data-shop-ui="glass"][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-content {
  background-color: color-mix(in srgb, var(--shop-surface) 76%, transparent) !important;
  background-image: linear-gradient(135deg, color-mix(in srgb, var(--shop-surface-2) 82%, transparent), color-mix(in srgb, var(--dk-campaign-soft) 58%, transparent)) !important;
  backdrop-filter: blur(16px) saturate(1.22) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.22) !important;
}

html[data-shop-ui="minimal"][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card,
html[data-shop-ui="minimal"][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-content > i {
  box-shadow: none !important;
}

@media (hover: hover) and (pointer: fine) {
  html[data-shop-ui="minimal"][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card:hover {
    box-shadow: none !important;
    transform: none;
  }
}

/* v68: high-fidelity liquid glass UI system. */
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront {
  --glass-surface-soft: color-mix(in srgb, var(--shop-surface) 44%, transparent);
  --glass-surface: color-mix(in srgb, var(--shop-surface) 62%, transparent);
  --glass-surface-strong: color-mix(in srgb, var(--shop-surface) 78%, transparent);
  --glass-control: color-mix(in srgb, var(--shop-surface) 56%, transparent);
  --glass-control-active: color-mix(in srgb, var(--shop-primary-soft) 64%, var(--shop-surface) 22%);
  --glass-accent-text: var(--shop-primary);
  --glass-line: color-mix(in srgb, var(--shop-primary) 18%, rgb(255 255 255 / .72));
  --glass-line-soft: color-mix(in srgb, var(--shop-primary) 12%, rgb(255 255 255 / .5));
  --glass-specular: rgb(255 255 255 / .66);
  --glass-specular-soft: rgb(255 255 255 / .34);
  --glass-shade: rgb(var(--shop-shadow-color) / .12);
  --glass-shade-strong: rgb(var(--shop-shadow-color) / .2);
  --glass-sheen:
    linear-gradient(135deg, rgb(255 255 255 / .5) 0%, rgb(255 255 255 / .16) 27%, transparent 48%, rgb(var(--shop-primary-rgb) / .055) 76%, rgb(255 255 255 / .2) 100%);
  --glass-sheen-soft:
    linear-gradient(135deg, rgb(255 255 255 / .3), transparent 44%, rgb(var(--shop-primary-rgb) / .05));
  --glass-shadow-low:
    0 1px 1px rgb(var(--shop-shadow-color) / .04),
    0 8px 22px rgb(var(--shop-shadow-color) / .08),
    inset 1px 1px 0 var(--glass-specular),
    inset -1px -1px 0 rgb(var(--shop-primary-rgb) / .07),
    inset 0 0 0 1px rgb(255 255 255 / .13);
  --glass-shadow-medium:
    0 2px 4px rgb(var(--shop-shadow-color) / .05),
    0 18px 48px rgb(var(--shop-shadow-color) / .13),
    inset 1px 1px 0 var(--glass-specular),
    inset -1px -1px 0 rgb(var(--shop-primary-rgb) / .08),
    inset 0 0 0 1px rgb(255 255 255 / .15);
  --glass-shadow-high:
    0 2px 7px rgb(var(--shop-shadow-color) / .07),
    0 28px 78px rgb(var(--shop-shadow-color) / .2),
    inset 1px 1px 0 var(--glass-specular),
    inset -1px -1px 0 rgb(var(--shop-primary-rgb) / .1),
    inset 0 0 0 1px rgb(255 255 255 / .18);
  --glass-backdrop-soft: blur(15px) saturate(1.28) contrast(1.015);
  --glass-backdrop: blur(24px) saturate(1.48) contrast(1.025);
  --glass-backdrop-strong: blur(34px) saturate(1.62) contrast(1.035);
  background-color: var(--shop-bg) !important;
  background-image: linear-gradient(
    132deg,
    color-mix(in srgb, var(--shop-primary) 7%, var(--shop-bg)) 0%,
    var(--shop-bg) 34%,
    color-mix(in srgb, var(--shop-accent) 5%, var(--shop-bg-alt)) 68%,
    color-mix(in srgb, var(--shop-primary) 5%, var(--shop-bg)) 100%
  ) !important;
  background-attachment: fixed !important;
}

html[data-shop-ui="glass"][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront {
  --glass-surface-soft: color-mix(in srgb, var(--shop-surface) 48%, transparent);
  --glass-surface: color-mix(in srgb, var(--shop-surface) 66%, transparent);
  --glass-surface-strong: color-mix(in srgb, var(--shop-surface-2) 82%, transparent);
  --glass-control: color-mix(in srgb, var(--shop-surface-2) 58%, transparent);
  --glass-control-active: color-mix(in srgb, var(--shop-primary-soft) 68%, var(--shop-surface) 20%);
  --glass-accent-text: color-mix(in srgb, var(--shop-primary-bright) 52%, #ffffff);
  --glass-line: color-mix(in srgb, var(--shop-primary-bright) 24%, rgb(255 255 255 / .18));
  --glass-line-soft: color-mix(in srgb, var(--shop-primary-bright) 14%, rgb(255 255 255 / .11));
  --glass-specular: rgb(255 255 255 / .17);
  --glass-specular-soft: rgb(255 255 255 / .085);
  --glass-shade: rgb(0 0 0 / .24);
  --glass-shade-strong: rgb(0 0 0 / .4);
  --glass-sheen:
    linear-gradient(135deg, rgb(255 255 255 / .13) 0%, rgb(255 255 255 / .035) 29%, transparent 48%, rgb(var(--shop-primary-rgb) / .11) 77%, rgb(255 255 255 / .055) 100%);
  --glass-sheen-soft:
    linear-gradient(135deg, rgb(255 255 255 / .075), transparent 45%, rgb(var(--shop-primary-rgb) / .09));
  --glass-shadow-low:
    0 1px 1px rgb(0 0 0 / .14),
    0 10px 26px rgb(0 0 0 / .2),
    inset 1px 1px 0 var(--glass-specular),
    inset -1px -1px 0 rgb(0 0 0 / .18),
    inset 0 0 0 1px rgb(255 255 255 / .035);
  --glass-shadow-medium:
    0 2px 5px rgb(0 0 0 / .16),
    0 22px 58px rgb(0 0 0 / .28),
    inset 1px 1px 0 var(--glass-specular),
    inset -1px -1px 0 rgb(0 0 0 / .22),
    inset 0 0 0 1px rgb(255 255 255 / .045);
  --glass-shadow-high:
    0 3px 9px rgb(0 0 0 / .2),
    0 34px 90px rgb(0 0 0 / .42),
    inset 1px 1px 0 rgb(255 255 255 / .2),
    inset -1px -1px 0 rgb(0 0 0 / .3),
    inset 0 0 0 1px rgb(255 255 255 / .055);
}

/* Strong floating glass: navigation, dialogs and sheets. */
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  .dk-header-main,
  .dk-nav,
  .dk-filter-sheet-panel,
  .shop-cart-panel,
  .shop-modal-panel,
  .shop-cart-switch-panel,
  .dk-appearance-panel,
  .dk-search-suggest,
  .shop-search-suggest
) {
  border-color: var(--glass-line) !important;
  color: var(--shop-text) !important;
  background-color: var(--glass-surface-strong) !important;
  background-image: var(--glass-sheen) !important;
  background-size: 180% 180% !important;
  background-position: 0 0 !important;
  box-shadow: var(--glass-shadow-high) !important;
  backdrop-filter: var(--glass-backdrop-strong) !important;
  -webkit-backdrop-filter: var(--glass-backdrop-strong) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-header {
  background: transparent !important;
  box-shadow: none !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-header-main {
  border-bottom: 1px solid var(--glass-line-soft) !important;
  box-shadow:
    0 12px 38px var(--glass-shade),
    inset 0 1px 0 var(--glass-specular),
    inset 0 -1px 0 rgb(var(--shop-primary-rgb) / .08) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-nav {
  border-top: 1px solid var(--glass-specular-soft) !important;
  border-bottom: 1px solid var(--glass-line) !important;
  box-shadow:
    0 16px 38px var(--glass-shade),
    inset 0 1px 0 var(--glass-specular-soft),
    inset 0 -1px 0 rgb(var(--shop-primary-rgb) / .1) !important;
}

/* Medium glass bands: sections remain structured without becoming opaque cards. */
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  .dk-story-rail,
  .dk-shortcuts,
  .dk-section.dk-categories,
  .dk-section.dk-products.shop-products-section,
  .dk-brand-wall,
  .dk-gallery,
  .dk-trust,
  .dk-trust .ux35-green-experience,
  .dk-catalog-filter,
  .shop-help-hub,
  .shop-product-detail-header,
  .shop-product-detail-gallery,
  .shop-product-detail-summary,
  .shop-product-detail-section,
  .shop-help-answers,
  .shop-buying-guide,
  .mlmg-blog-intro,
  .mlmg-blog-article,
  .mlmg-blog-related
) {
  border-color: var(--glass-line-soft) !important;
  color: var(--shop-text) !important;
  background-color: var(--glass-surface) !important;
  background-image: var(--glass-sheen-soft) !important;
  box-shadow: var(--glass-shadow-medium) !important;
  backdrop-filter: var(--glass-backdrop) !important;
  -webkit-backdrop-filter: var(--glass-backdrop) !important;
}

/* Opaque legacy fills must not flatten the primary glass content regions. */
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-answers,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .mlmg-blog-intro {
  background-color: var(--glass-surface-strong) !important;
  background-image: var(--glass-sheen-soft) !important;
  background-size: 180% 180% !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-buying-guide {
  background-color: color-mix(in srgb, var(--shop-primary) 62%, transparent) !important;
  background-image:
    linear-gradient(145deg, rgb(255 255 255 / .2), transparent 38%, rgb(var(--shop-primary-rgb) / .18)),
    var(--glass-sheen-soft) !important;
  background-size: 180% 180% !important;
  box-shadow: var(--glass-shadow-medium) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  .dk-story-rail,
  .dk-section.dk-categories,
  .dk-section.dk-products.shop-products-section
) {
  border-inline: 0 !important;
  border-radius: 0 !important;
  box-shadow:
    inset 0 1px 0 var(--glass-specular-soft),
    inset 0 -1px 0 var(--glass-line-soft),
    0 18px 48px var(--glass-shade) !important;
}

/* Liquid glass cards. */
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  .shop-product-card,
  .dk-shortcuts .ux36-promo-tile:not(.has-image),
  .ux36-campaign-banners > .dk-campaign-card,
  .dk-brand-wall .ux36-brand-card,
  .dk-trust .ux35-metric,
  .shop-help-hub .shop-faq-item,
  .shop-service-chip,
  .shop-product-comment-form,
  .shop-product-comment-card,
  .shop-product-comments-empty,
  .shop-related-offer-card,
  .mlmg-blog-card,
  .mlmg-blog-related article
) {
  border-color: var(--glass-line) !important;
  color: var(--shop-text) !important;
  background-color: var(--glass-surface) !important;
  background-image: var(--glass-sheen) !important;
  background-size: 190% 190% !important;
  background-position: 0 0 !important;
  box-shadow: var(--glass-shadow-medium) !important;
  backdrop-filter: var(--glass-backdrop) !important;
  -webkit-backdrop-filter: var(--glass-backdrop) !important;
  transition: transform 220ms cubic-bezier(.22, 1, .36, 1), border-color 200ms ease, box-shadow 220ms ease, background-position 420ms ease !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-content {
  border-top-color: var(--glass-line-soft) !important;
  color: var(--shop-text) !important;
  background-color: var(--glass-surface-strong) !important;
  background-image: var(--glass-sheen-soft) !important;
  box-shadow: inset 0 1px 0 var(--glass-specular-soft) !important;
  backdrop-filter: var(--glass-backdrop) !important;
  -webkit-backdrop-filter: var(--glass-backdrop) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-copy,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-copy > strong {
  color: var(--shop-text) !important;
}

/* Controls and compact panes use a denser refractive edge. */
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  .dk-search,
  .dk-track,
  .dk-cart,
  .dk-appearance-trigger,
  .dk-mobile-filter-trigger,
  .dk-sort-options button:not(.is-active),
  .dk-filter-category-list button:not(.is-active),
  .dk-catalog-categories button:not(.is-active),
  .dk-price-filter-values > span,
  .dk-filter-sheet-price .dk-price-filter,
  .shop-category-pill,
  .shop-faq-filters button:not(.is-active),
  .shop-product-detail-meta > div,
  .shop-product-detail-thumb,
  .shop-product-share a,
  .shop-product-share button,
  .shop-product-rail-actions button,
  .shop-lightbox-close,
  .shop-lightbox-prev,
  .shop-lightbox-next,
  .shop-cart-close,
  .shop-cart-qty button,
  .shop-cart-qty > b,
  .shop-commerce-footer__social a,
  .shop-commerce-footer__contact,
  .mlmg-blog-search,
  .mlmg-blog-filter,
  .mlmg-blog-pagination a,
  .mlmg-blog-pagination span
) {
  border-color: var(--glass-line-soft) !important;
  color: var(--shop-text) !important;
  background-color: var(--glass-control) !important;
  background-image: var(--glass-sheen-soft) !important;
  box-shadow: var(--glass-shadow-low) !important;
  backdrop-filter: var(--glass-backdrop-soft) !important;
  -webkit-backdrop-filter: var(--glass-backdrop-soft) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  .shop-field input,
  .shop-field textarea,
  .shop-cart-panel input,
  .shop-cart-panel textarea,
  .shop-cart-panel select,
  .shop-modal-panel input,
  .shop-modal-panel textarea,
  .shop-track-form input,
  .mlmg-blog-search input
) {
  border-color: var(--glass-line-soft) !important;
  color: var(--shop-text) !important;
  background: var(--glass-control) !important;
  box-shadow: inset 1px 1px 0 var(--glass-specular-soft), inset 0 0 0 1px rgb(255 255 255 / .035) !important;
  backdrop-filter: var(--glass-backdrop-soft) !important;
  -webkit-backdrop-filter: var(--glass-backdrop-soft) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search input {
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Active glass controls keep the palette visible without turning into flat fills. */
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  .dk-catalog-categories button.is-active,
  .dk-filter-category-list button.is-active,
  .dk-sort-options button.is-active,
  .shop-category-pill.is-active,
  .shop-faq-filters button.is-active,
  .dk-bottom-nav-item.is-dk-nav-active,
  .dk-bottom-nav-item[aria-current],
  .dk-bottom-nav-item[aria-expanded="true"],
  .dk-appearance-palette.is-active,
  .dk-appearance-segment button.is-active,
  .dk-appearance-styles button.is-active
) {
  border-color: color-mix(in srgb, var(--shop-primary-bright) 58%, var(--glass-line)) !important;
  color: var(--shop-primary) !important;
  background-color: var(--glass-control-active) !important;
  background-image: linear-gradient(135deg, rgb(255 255 255 / .2), rgb(var(--shop-primary-rgb) / .13)) !important;
  box-shadow:
    0 10px 26px rgb(var(--shop-primary-rgb) / .14),
    inset 1px 1px 0 var(--glass-specular),
    inset -1px -1px 0 rgb(var(--shop-primary-rgb) / .14),
    inset 0 0 0 1px rgb(255 255 255 / .06) !important;
  backdrop-filter: var(--glass-backdrop-soft) !important;
  -webkit-backdrop-filter: var(--glass-backdrop-soft) !important;
}

html[data-shop-ui="glass"][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  .dk-catalog-categories button.is-active,
  .dk-filter-category-list button.is-active,
  .dk-sort-options button.is-active,
  .shop-category-pill.is-active,
  .shop-faq-filters button.is-active,
  .dk-bottom-nav-item.is-dk-nav-active,
  .dk-bottom-nav-item[aria-current],
  .dk-bottom-nav-item[aria-expanded="true"]
) {
  color: var(--glass-accent-text) !important;
}

html[data-shop-ui="glass"][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  .shop-product-price,
  .shop-product-stock,
  .shop-product-category,
  .shop-product-brand-name,
  .shop-product-detail-kicker,
  .shop-product-detail-section-head > span,
  .mlmg-blog-card-meta,
  .mlmg-blog-card a,
  .mlmg-blog-intro > span
) {
  color: var(--glass-accent-text) !important;
}

/* Floating actions, carousel controls and badges. */
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  .mlmg-hero-carousel-arrows > button,
  .dk-showcase-nav > button,
  .dk-showcase-actions > a,
  .dk-scroll-top,
  [data-dk-scroll-top]
) {
  border-color: var(--glass-line) !important;
  color: var(--shop-primary) !important;
  background-color: var(--glass-surface-strong) !important;
  background-image: var(--glass-sheen) !important;
  box-shadow: var(--glass-shadow-medium) !important;
  backdrop-filter: var(--glass-backdrop) !important;
  -webkit-backdrop-filter: var(--glass-backdrop) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-scroll-top {
  background: conic-gradient(var(--shop-primary) var(--dk-scroll-progress), var(--glass-line) 0) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-scroll-top::before {
  background: var(--glass-surface-strong) !important;
  box-shadow: inset 1px 1px 0 var(--glass-specular), inset -1px -1px 0 rgb(var(--shop-primary-rgb) / .1) !important;
  backdrop-filter: var(--glass-backdrop-soft) !important;
  -webkit-backdrop-filter: var(--glass-backdrop-soft) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .mlmg-hero-carousel-dots {
  border-color: var(--glass-line) !important;
  background: var(--glass-surface-strong) !important;
  box-shadow: var(--glass-shadow-medium) !important;
  backdrop-filter: var(--glass-backdrop) !important;
  -webkit-backdrop-filter: var(--glass-backdrop) !important;
}

/* The hero copy gets a deeper liquid lens without obscuring uploaded artwork. */
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-copy {
  border-color: var(--glass-line) !important;
  background-color: var(--glass-surface-strong) !important;
  background-image:
    linear-gradient(128deg, var(--glass-specular-soft), transparent 38%),
    linear-gradient(315deg, color-mix(in srgb, var(--shop-primary-soft) 48%, transparent), color-mix(in srgb, var(--shop-accent-soft) 24%, transparent)) !important;
  box-shadow:
    0 3px 9px var(--glass-shade),
    0 34px 88px var(--glass-shade-strong),
    inset 1px 1px 0 var(--glass-specular),
    inset -1px -1px 0 rgb(var(--shop-primary-rgb) / .13),
    inset 0 0 0 1px rgb(255 255 255 / .08) !important;
  backdrop-filter: blur(32px) saturate(1.58) contrast(1.04) !important;
  -webkit-backdrop-filter: blur(32px) saturate(1.58) contrast(1.04) !important;
}

/* Drawers and configuration surfaces must visibly belong to the selected style. */
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  .dk-appearance-palette,
  .dk-appearance-segment button,
  .dk-appearance-styles button,
  .dk-appearance-close,
  .dk-filter-sheet-panel header button
) {
  border-color: var(--glass-line-soft) !important;
  color: var(--shop-text) !important;
  background-color: var(--glass-control) !important;
  background-image: var(--glass-sheen-soft) !important;
  box-shadow: var(--glass-shadow-low) !important;
  backdrop-filter: var(--glass-backdrop-soft) !important;
  -webkit-backdrop-filter: var(--glass-backdrop-soft) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  .dk-appearance-backdrop,
  .dk-filter-sheet-backdrop,
  .shop-cart-backdrop,
  .shop-modal-backdrop
) {
  background: color-mix(in srgb, #071015 52%, var(--shop-primary) 12%) !important;
  backdrop-filter: blur(8px) saturate(1.12) !important;
  -webkit-backdrop-filter: blur(8px) saturate(1.12) !important;
}

/* The mobile navigation becomes a compact native-style glass dock. */
@media (max-width: 768px) {
  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront {
    --glass-backdrop-soft: blur(12px) saturate(1.24) contrast(1.01);
    --glass-backdrop: blur(18px) saturate(1.34) contrast(1.015);
    --glass-backdrop-strong: blur(24px) saturate(1.46) contrast(1.02);
  }

  html[data-shop-palette][data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav {
    inset-inline: 9px !important;
    bottom: max(8px, env(safe-area-inset-bottom)) !important;
    width: auto !important;
    min-height: 70px;
    border: 1px solid var(--glass-line) !important;
    border-radius: 18px !important;
    padding: 5px 4px max(5px, env(safe-area-inset-bottom)) !important;
    color: var(--shop-text) !important;
    background: var(--glass-sheen), var(--glass-surface-strong) !important;
    background-size: 180% 180%, auto !important;
    box-shadow: var(--glass-shadow-high) !important;
    backdrop-filter: var(--glass-backdrop-strong) !important;
    -webkit-backdrop-filter: var(--glass-backdrop-strong) !important;
  }

  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav :where(a, button) {
    border-radius: 12px !important;
  }

  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav :where(a, button) > i {
    width: 32px;
    height: 32px;
    border: 1px solid transparent;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: transparent !important;
    box-shadow: none !important;
  }

  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav :where(
    .is-dk-nav-active,
    [aria-current],
    [aria-expanded="true"]
  ) > i {
    border-color: color-mix(in srgb, var(--shop-primary-bright) 46%, var(--glass-line)) !important;
    background: var(--glass-control-active) !important;
    box-shadow: inset 1px 1px 0 var(--glass-specular), 0 7px 18px rgb(var(--shop-primary-rgb) / .16) !important;
  }

  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-header-main,
  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-nav {
    border-inline: 0 !important;
    border-radius: 0 !important;
  }

  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-panel {
    top: auto;
    inset-inline: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    width: auto;
    max-height: min(82dvh, 720px);
    border-radius: 18px;
    padding: 16px;
    transform: translateY(24px) scale(.985);
    transform-origin: bottom center;
  }

  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-layer.is-open .dk-appearance-panel {
    transform: translateY(0) scale(1);
  }
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront :where(
    .shop-product-card,
    .dk-shortcuts .ux36-promo-tile:not(.has-image),
    .ux36-campaign-banners > .dk-campaign-card,
    .dk-brand-wall .ux36-brand-card,
    .dk-trust .ux35-metric,
    .shop-help-hub .shop-faq-item,
    .shop-related-offer-card,
    .mlmg-blog-card
  ):hover {
    border-color: color-mix(in srgb, var(--shop-primary-bright) 46%, var(--glass-line)) !important;
    background-position: 100% 100% !important;
    box-shadow:
      0 3px 7px var(--glass-shade),
      0 24px 62px var(--glass-shade-strong),
      inset 1px 1px 0 var(--glass-specular),
      inset -1px -1px 0 rgb(var(--shop-primary-rgb) / .14),
      inset 0 0 0 1px rgb(255 255 255 / .08) !important;
    transform: translateY(-3px);
  }

  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront :where(
    .dk-track,
    .dk-cart,
    .dk-appearance-trigger,
    .dk-sort-options button,
    .dk-filter-category-list button,
    .dk-catalog-categories button,
    .shop-faq-filters button,
    .shop-product-share a,
    .shop-product-share button,
    .shop-product-rail-actions button,
    .mlmg-hero-carousel-arrows > button,
    .dk-showcase-nav > button
  ):hover {
    border-color: color-mix(in srgb, var(--shop-primary-bright) 54%, var(--glass-line)) !important;
    box-shadow:
      0 12px 30px rgb(var(--shop-primary-rgb) / .14),
      inset 1px 1px 0 var(--glass-specular),
      inset -1px -1px 0 rgb(var(--shop-primary-rgb) / .12) !important;
    transform: translateY(-1px);
  }
}

@supports not ((backdrop-filter: blur(2px)) or (-webkit-backdrop-filter: blur(2px))) {
  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront :where(
    .dk-header-main,
    .dk-nav,
    .dk-story-rail,
    .dk-shortcuts,
    .dk-section,
    .shop-product-card,
    .shop-cart-panel,
    .shop-modal-panel,
    .dk-filter-sheet-panel,
    .dk-appearance-panel,
    .shop-bottom-nav
  ) {
    background-color: var(--shop-surface) !important;
  }
}

/* v69: component-level liquid glass, interaction states and product cards. */
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront {
  --glass-v69-clear: color-mix(in srgb, var(--shop-surface) 34%, transparent);
  --glass-v69-thin: color-mix(in srgb, var(--shop-surface) 46%, transparent);
  --glass-v69-regular: color-mix(in srgb, var(--shop-surface) 58%, transparent);
  --glass-v69-thick: color-mix(in srgb, var(--shop-surface) 72%, transparent);
  --glass-v69-tint: color-mix(in srgb, var(--shop-primary-soft) 38%, transparent);
  --glass-v69-active: color-mix(in srgb, var(--shop-primary) 20%, var(--glass-v69-regular));
  --glass-v69-rim: color-mix(in srgb, rgb(255 255 255 / .88) 72%, var(--shop-primary-bright));
  --glass-v69-rim-soft: color-mix(in srgb, rgb(255 255 255 / .56) 82%, var(--shop-primary-bright));
  --glass-v69-reflection:
    linear-gradient(118deg, rgb(255 255 255 / .58) 0%, rgb(255 255 255 / .18) 16%, transparent 38%),
    linear-gradient(298deg, rgb(var(--shop-primary-rgb) / .1), transparent 45%);
  --glass-v69-control:
    linear-gradient(145deg, rgb(255 255 255 / .38), transparent 44%),
    linear-gradient(315deg, rgb(var(--shop-primary-rgb) / .08), transparent 58%);
  --glass-v69-active-layer:
    linear-gradient(145deg, rgb(255 255 255 / .44), transparent 39%),
    linear-gradient(315deg, rgb(var(--shop-primary-rgb) / .2), transparent 64%);
  --glass-v69-cta:
    linear-gradient(145deg, rgb(255 255 255 / .25), transparent 34%),
    linear-gradient(315deg, color-mix(in srgb, var(--shop-primary) 86%, transparent), color-mix(in srgb, var(--shop-primary-bright) 72%, transparent));
  --glass-v69-shadow-1:
    0 1px 2px rgb(var(--shop-shadow-color) / .06),
    0 10px 28px rgb(var(--shop-shadow-color) / .1),
    inset 0 1px 0 rgb(255 255 255 / .58),
    inset 1px 0 0 rgb(255 255 255 / .2),
    inset 0 -1px 0 rgb(var(--shop-primary-rgb) / .08);
  --glass-v69-shadow-2:
    0 2px 4px rgb(var(--shop-shadow-color) / .07),
    0 20px 54px rgb(var(--shop-shadow-color) / .15),
    inset 0 1px 0 rgb(255 255 255 / .68),
    inset 1px 0 0 rgb(255 255 255 / .22),
    inset 0 -1px 0 rgb(var(--shop-primary-rgb) / .1);
  --glass-v69-shadow-hover:
    0 3px 7px rgb(var(--shop-shadow-color) / .08),
    0 28px 66px rgb(var(--shop-shadow-color) / .2),
    0 0 0 1px rgb(var(--shop-primary-rgb) / .1),
    inset 0 1px 0 rgb(255 255 255 / .76),
    inset 1px 0 0 rgb(255 255 255 / .25),
    inset 0 -1px 0 rgb(var(--shop-primary-rgb) / .13);
  --glass-v69-pressed:
    inset 0 2px 9px rgb(var(--shop-shadow-color) / .16),
    inset 0 1px 0 rgb(255 255 255 / .28),
    0 4px 12px rgb(var(--shop-shadow-color) / .08);
}

html[data-shop-ui="glass"][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront {
  --glass-v69-clear: color-mix(in srgb, var(--shop-surface) 30%, transparent);
  --glass-v69-thin: color-mix(in srgb, var(--shop-surface) 42%, transparent);
  --glass-v69-regular: color-mix(in srgb, var(--shop-surface-2) 55%, transparent);
  --glass-v69-thick: color-mix(in srgb, var(--shop-surface-2) 68%, transparent);
  --glass-v69-tint: color-mix(in srgb, var(--shop-primary) 13%, transparent);
  --glass-v69-active: color-mix(in srgb, var(--shop-primary) 24%, var(--glass-v69-regular));
  --glass-v69-rim: color-mix(in srgb, rgb(255 255 255 / .28) 70%, var(--shop-primary-bright));
  --glass-v69-rim-soft: color-mix(in srgb, rgb(255 255 255 / .15) 82%, var(--shop-primary-bright));
  --glass-v69-reflection:
    linear-gradient(118deg, rgb(255 255 255 / .16) 0%, rgb(255 255 255 / .045) 18%, transparent 39%),
    linear-gradient(298deg, rgb(var(--shop-primary-rgb) / .14), transparent 48%);
  --glass-v69-control:
    linear-gradient(145deg, rgb(255 255 255 / .12), transparent 44%),
    linear-gradient(315deg, rgb(var(--shop-primary-rgb) / .12), transparent 60%);
  --glass-v69-active-layer:
    linear-gradient(145deg, rgb(255 255 255 / .19), transparent 38%),
    linear-gradient(315deg, rgb(var(--shop-primary-rgb) / .27), transparent 65%);
  --glass-v69-cta:
    linear-gradient(145deg, rgb(255 255 255 / .2), transparent 34%),
    linear-gradient(315deg, color-mix(in srgb, var(--shop-primary) 78%, transparent), color-mix(in srgb, var(--shop-primary-bright) 58%, transparent));
  --glass-v69-shadow-1:
    0 1px 2px rgb(0 0 0 / .18),
    0 12px 30px rgb(0 0 0 / .23),
    inset 0 1px 0 rgb(255 255 255 / .15),
    inset 1px 0 0 rgb(255 255 255 / .055),
    inset 0 -1px 0 rgb(0 0 0 / .28);
  --glass-v69-shadow-2:
    0 2px 5px rgb(0 0 0 / .2),
    0 22px 58px rgb(0 0 0 / .31),
    inset 0 1px 0 rgb(255 255 255 / .18),
    inset 1px 0 0 rgb(255 255 255 / .065),
    inset 0 -1px 0 rgb(0 0 0 / .34);
  --glass-v69-shadow-hover:
    0 3px 8px rgb(0 0 0 / .22),
    0 30px 72px rgb(0 0 0 / .4),
    0 0 0 1px rgb(var(--shop-primary-rgb) / .18),
    inset 0 1px 0 rgb(255 255 255 / .22),
    inset 1px 0 0 rgb(255 255 255 / .08),
    inset 0 -1px 0 rgb(0 0 0 / .38);
  --glass-v69-pressed:
    inset 0 3px 12px rgb(0 0 0 / .38),
    inset 0 1px 0 rgb(255 255 255 / .1),
    0 4px 14px rgb(0 0 0 / .18);
}

/* The header reads as one continuous piece of glass instead of stacked opaque bars. */
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-header {
  position: sticky;
  isolation: isolate;
  overflow: visible;
  border-bottom: 1px solid var(--glass-v69-rim-soft) !important;
  background-color: var(--glass-v69-regular) !important;
  background-image:
    linear-gradient(115deg, rgb(255 255 255 / .22), transparent 28%),
    linear-gradient(290deg, rgb(var(--shop-primary-rgb) / .1), transparent 52%) !important;
  box-shadow:
    0 1px 0 rgb(255 255 255 / .22),
    0 14px 42px rgb(var(--shop-shadow-color) / .12) !important;
  backdrop-filter: blur(30px) saturate(1.55) contrast(1.025) !important;
  -webkit-backdrop-filter: blur(30px) saturate(1.55) contrast(1.025) !important;
  transition: background-color 240ms ease, border-color 240ms ease, box-shadow 240ms ease !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-header::before,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-header::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset-inline: 0;
  pointer-events: none;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-header::before {
  inset-block: 0;
  background:
    linear-gradient(105deg, rgb(255 255 255 / .18), transparent 22%, transparent 74%, rgb(var(--shop-primary-rgb) / .08)),
    linear-gradient(180deg, rgb(255 255 255 / .08), transparent 18%, transparent 82%, rgb(var(--shop-shadow-color) / .05));
  box-shadow: inset 0 1px 0 var(--glass-v69-rim-soft), inset 0 -1px 0 rgb(var(--shop-primary-rgb) / .09);
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-header::after {
  bottom: -1px;
  height: 1px;
  opacity: .7;
  background: linear-gradient(90deg, transparent, rgb(var(--shop-primary-rgb) / .54) 28%, rgb(255 255 255 / .34) 50%, rgb(var(--shop-primary-rgb) / .54) 72%, transparent);
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-header > * {
  position: relative;
  z-index: 1;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-top-strip {
  border-bottom: 1px solid rgb(255 255 255 / .14) !important;
  color: #fff !important;
  background:
    linear-gradient(110deg, rgb(255 255 255 / .16), transparent 26%),
    color-mix(in srgb, var(--shop-primary) 74%, transparent) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .18) !important;
  backdrop-filter: blur(18px) saturate(1.3) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.3) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-header-main,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-nav {
  border-color: var(--glass-v69-rim-soft) !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-header-main {
  border-bottom: 1px solid var(--glass-v69-rim-soft) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront.is-storefront-scrolled .dk-header {
  background-color: var(--glass-v69-thick) !important;
  border-bottom-color: var(--glass-v69-rim) !important;
  box-shadow:
    0 1px 0 rgb(255 255 255 / .18),
    0 22px 60px rgb(var(--shop-shadow-color) / .21) !important;
}

/* Header navigation and search use optical lenses with clear state feedback. */
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search {
  border: 1px solid var(--glass-v69-rim-soft) !important;
  color: var(--shop-text) !important;
  background:
    linear-gradient(145deg, rgb(255 255 255 / .14), transparent 42%),
    var(--glass-v69-clear) !important;
  box-shadow:
    inset 0 2px 9px rgb(var(--shop-shadow-color) / .09),
    inset 0 1px 0 rgb(255 255 255 / .24),
    0 8px 24px rgb(var(--shop-shadow-color) / .07) !important;
  backdrop-filter: blur(20px) saturate(1.35) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.35) !important;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 220ms ease, transform 220ms cubic-bezier(.16, 1, .3, 1) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search:focus-within {
  border-color: color-mix(in srgb, var(--shop-primary-bright) 64%, var(--glass-v69-rim)) !important;
  background-color: var(--glass-v69-regular) !important;
  box-shadow:
    0 0 0 3px rgb(var(--shop-primary-rgb) / .12),
    0 18px 42px rgb(var(--shop-shadow-color) / .14),
    inset 0 1px 0 var(--glass-v69-rim) !important;
  transform: translateY(-1px);
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search > i {
  border: 1px solid var(--glass-v69-rim-soft);
  color: var(--glass-accent-text) !important;
  background: var(--glass-v69-control), var(--glass-v69-thin) !important;
  box-shadow: var(--glass-v69-shadow-1) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-nav :where(a, button) {
  min-height: 38px;
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  color: var(--shop-text-muted) !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 220ms ease, transform 220ms cubic-bezier(.16, 1, .3, 1) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-nav .dk-nav-primary {
  border-color: color-mix(in srgb, var(--shop-primary) 28%, var(--glass-v69-rim-soft)) !important;
  color: var(--glass-accent-text) !important;
  background: var(--glass-v69-control), var(--glass-v69-tint) !important;
  box-shadow: var(--glass-v69-shadow-1) !important;
}

/* A reusable material language for glass controls. */
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  .dk-track,
  .dk-cart,
  .dk-appearance-trigger,
  .dk-mobile-filter-trigger,
  .dk-showcase-actions > a,
  .dk-showcase-nav > button,
  .mlmg-hero-carousel-arrows > button,
  .shop-product-share a,
  .shop-product-share button,
  .shop-product-rail-actions button,
  .shop-faq-filters button,
  .dk-sort-options button,
  .dk-filter-category-list button,
  .dk-catalog-categories button,
  .shop-category-pill,
  .shop-cart-close,
  .shop-cart-qty button,
  .shop-lightbox-close,
  .shop-lightbox-prev,
  .shop-lightbox-next,
  .dk-appearance-close,
  .dk-appearance-palette,
  .dk-appearance-segment button,
  .dk-appearance-styles button
) {
  border-color: var(--glass-v69-rim-soft) !important;
  color: var(--shop-text) !important;
  background-color: var(--glass-v69-thin) !important;
  background-image: var(--glass-v69-control) !important;
  background-size: 170% 170% !important;
  background-position: 0 0 !important;
  box-shadow: var(--glass-v69-shadow-1) !important;
  backdrop-filter: blur(18px) saturate(1.32) contrast(1.01) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.32) contrast(1.01) !important;
  transition: color 180ms ease, background-color 180ms ease, background-position 320ms ease, border-color 180ms ease, box-shadow 220ms ease, transform 220ms cubic-bezier(.16, 1, .3, 1), filter 180ms ease !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  .dk-track,
  .dk-cart,
  .dk-appearance-trigger
) > i,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-appearance-trigger-icon {
  border: 1px solid var(--glass-v69-rim-soft) !important;
  color: var(--glass-accent-text) !important;
  background: var(--glass-v69-control), var(--glass-v69-thin) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .22), 0 6px 14px rgb(var(--shop-shadow-color) / .08) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  .shop-add-to-cart,
  .dk-filter-apply,
  .shop-help-primary,
  .shop-help-actions .shop-help-primary,
  .ux35-actions .ux35-action-primary,
  .shop-cart-checkout,
  .shop-cart-submit
) {
  border: 1px solid color-mix(in srgb, var(--shop-primary-bright) 62%, rgb(255 255 255 / .42)) !important;
  color: #fff !important;
  background-color: color-mix(in srgb, var(--shop-primary) 76%, transparent) !important;
  background-image: var(--glass-v69-cta) !important;
  background-size: 180% 180% !important;
  background-position: 0 0 !important;
  box-shadow:
    0 14px 32px rgb(var(--shop-primary-rgb) / .22),
    inset 0 1px 0 rgb(255 255 255 / .42),
    inset 1px 0 0 rgb(255 255 255 / .16),
    inset 0 -1px 0 rgb(0 0 0 / .14) !important;
  backdrop-filter: blur(16px) saturate(1.35) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.35) !important;
  transition: background-position 320ms ease, border-color 180ms ease, box-shadow 220ms ease, transform 180ms cubic-bezier(.16, 1, .3, 1), filter 180ms ease !important;
}

/* Selected controls are inset tinted glass, not flat color pills. */
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  .dk-catalog-categories button.is-active,
  .dk-filter-category-list button.is-active,
  .dk-sort-options button.is-active,
  .shop-category-pill.is-active,
  .shop-faq-filters button.is-active,
  .dk-bottom-nav-item.is-dk-nav-active,
  .dk-bottom-nav-item[aria-current],
  .dk-bottom-nav-item[aria-expanded="true"],
  .dk-appearance-palette.is-active,
  .dk-appearance-segment button.is-active,
  .dk-appearance-styles button.is-active,
  [aria-pressed="true"].shop-product-rail-actions
) {
  border-color: color-mix(in srgb, var(--shop-primary-bright) 72%, var(--glass-v69-rim)) !important;
  color: var(--glass-accent-text) !important;
  background-color: var(--glass-v69-active) !important;
  background-image: var(--glass-v69-active-layer) !important;
  background-size: 160% 160% !important;
  box-shadow:
    0 0 0 3px rgb(var(--shop-primary-rgb) / .09),
    0 12px 30px rgb(var(--shop-primary-rgb) / .16),
    inset 0 1px 0 var(--glass-v69-rim),
    inset 0 -2px 8px rgb(var(--shop-primary-rgb) / .1) !important;
  transform: translateY(-1px);
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-categories button.is-active b,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button.is-active > :where(i, span) {
  border-color: color-mix(in srgb, var(--shop-primary-bright) 54%, var(--glass-v69-rim-soft)) !important;
  color: var(--glass-accent-text) !important;
  background: var(--glass-v69-control), var(--glass-v69-thin) !important;
  box-shadow: inset 0 1px 0 var(--glass-v69-rim-soft), 0 6px 16px rgb(var(--shop-primary-rgb) / .12) !important;
}

/* Product cards use three optical planes: outer lens, media well and data tray. */
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card {
  --glass-pointer-x: 50%;
  --glass-pointer-y: 18%;
  isolation: isolate;
  border: 1px solid var(--glass-v69-rim-soft) !important;
  border-radius: 14px !important;
  color: var(--shop-text) !important;
  background-color: var(--glass-v69-regular) !important;
  background-image:
    radial-gradient(circle at var(--glass-pointer-x) var(--glass-pointer-y), rgb(255 255 255 / .22), transparent 29%),
    var(--glass-v69-reflection) !important;
  background-size: auto, 180% 180%, 180% 180% !important;
  background-position: center, 0 0, 0 0 !important;
  box-shadow: var(--glass-v69-shadow-2) !important;
  backdrop-filter: blur(22px) saturate(1.42) contrast(1.02) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.42) contrast(1.02) !important;
  transform: translateZ(0);
  transition: border-color 190ms ease, background-color 190ms ease, box-shadow 260ms ease, transform 300ms cubic-bezier(.16, 1, .3, 1) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgb(255 255 255 / .28), transparent 19%, transparent 78%, rgb(var(--shop-primary-rgb) / .08)),
    linear-gradient(180deg, rgb(255 255 255 / .08), transparent 23%, transparent 75%, rgb(var(--shop-shadow-color) / .055));
  box-shadow: inset 0 1px 0 var(--glass-v69-rim), inset 1px 0 0 rgb(255 255 255 / .09), inset 0 -1px 0 rgb(var(--shop-primary-rgb) / .1);
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 !important;
  width: auto !important;
  opacity: 0;
  pointer-events: none;
  transform: none !important;
  translate: none !important;
  background: radial-gradient(circle at var(--glass-pointer-x) var(--glass-pointer-y), rgb(255 255 255 / .34), rgb(var(--shop-primary-rgb) / .1) 18%, transparent 42%) !important;
  transition: opacity 220ms ease !important;
  animation: none !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-media {
  border: 1px solid var(--glass-v69-rim-soft) !important;
  border-radius: 10px !important;
  background:
    linear-gradient(145deg, rgb(255 255 255 / .34), transparent 42%),
    color-mix(in srgb, var(--shop-surface) 78%, transparent) !important;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / .52),
    0 10px 24px rgb(var(--shop-shadow-color) / .08) !important;
  transform: translateZ(8px);
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-body {
  position: relative;
  z-index: 3;
  color: var(--shop-text) !important;
  background: linear-gradient(180deg, transparent, rgb(var(--shop-primary-rgb) / .025)) !important;
  transform: translateZ(4px);
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-brandline {
  min-height: 30px;
  padding: 4px 6px;
  border-bottom: 1px solid var(--glass-v69-rim-soft);
  background: linear-gradient(90deg, rgb(255 255 255 / .08), transparent 68%);
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card :where(.shop-product-brand-name, .shop-product-identity-category) {
  border-color: transparent !important;
  color: var(--shop-text-muted) !important;
  background: transparent !important;
  box-shadow: none !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-brand-name > strong,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-body h3 {
  color: var(--shop-text) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-meta {
  min-height: 54px;
  padding: 8px;
  border: 1px solid var(--glass-v69-rim-soft);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgb(255 255 255 / .12), transparent 45%),
    var(--glass-v69-clear) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .18), inset 0 -1px 0 rgb(var(--shop-primary-rgb) / .06) !important;
  backdrop-filter: blur(12px) saturate(1.22) !important;
  -webkit-backdrop-filter: blur(12px) saturate(1.22) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-meta > span {
  border: 0 !important;
  color: var(--shop-text-muted) !important;
  background: transparent !important;
  box-shadow: none !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card :where(.shop-product-badges span, .shop-sale-countdown, .shop-product-video) {
  border: 1px solid var(--glass-v69-rim-soft) !important;
  color: var(--shop-text-muted) !important;
  background: var(--glass-v69-control), var(--glass-v69-clear) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .18) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-price-stack > strong,
html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-price {
  color: var(--glass-accent-text) !important;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 1px 0 rgb(255 255 255 / .08);
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-featured-media {
  border-color: rgb(255 255 255 / .42) !important;
  color: #fff !important;
  background:
    linear-gradient(145deg, rgb(255 255 255 / .34), transparent 36%),
    color-mix(in srgb, var(--shop-primary) 78%, transparent) !important;
  box-shadow: 0 10px 24px rgb(var(--shop-primary-rgb) / .25), inset 0 1px 0 rgb(255 255 255 / .46) !important;
  backdrop-filter: blur(14px) saturate(1.35) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.35) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-add-to-cart {
  min-height: 44px;
  border-radius: 11px !important;
}

/* Hover, press and focus states react like a material, not a color swap. */
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-nav :where(a, button):hover,
  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront :where(
    .dk-track,
    .dk-cart,
    .dk-appearance-trigger,
    .dk-mobile-filter-trigger,
    .dk-showcase-actions > a,
    .dk-showcase-nav > button,
    .mlmg-hero-carousel-arrows > button,
    .shop-product-share a,
    .shop-product-share button,
    .shop-product-rail-actions button,
    .shop-faq-filters button,
    .dk-sort-options button,
    .dk-filter-category-list button,
    .dk-catalog-categories button,
    .shop-category-pill,
    .shop-cart-close,
    .shop-cart-qty button,
    .shop-lightbox-close,
    .shop-lightbox-prev,
    .shop-lightbox-next,
    .dk-appearance-close,
    .dk-appearance-palette,
    .dk-appearance-segment button,
    .dk-appearance-styles button
  ):hover {
    border-color: color-mix(in srgb, var(--shop-primary-bright) 52%, var(--glass-v69-rim)) !important;
    color: var(--glass-accent-text) !important;
    background-color: var(--glass-v69-regular) !important;
    background-position: 100% 100% !important;
    box-shadow: var(--glass-v69-shadow-2) !important;
    filter: saturate(1.08) brightness(1.025);
    transform: translateY(-2px) scale(1.012);
  }

  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront :where(
    .shop-add-to-cart,
    .dk-filter-apply,
    .shop-help-primary,
    .ux35-actions .ux35-action-primary,
    .shop-cart-checkout,
    .shop-cart-submit
  ):hover:not(:disabled) {
    border-color: rgb(255 255 255 / .7) !important;
    background-position: 100% 100% !important;
    box-shadow:
      0 18px 42px rgb(var(--shop-primary-rgb) / .32),
      0 0 0 4px rgb(var(--shop-primary-rgb) / .09),
      inset 0 1px 0 rgb(255 255 255 / .58),
      inset 0 -1px 0 rgb(0 0 0 / .12) !important;
    filter: saturate(1.1) brightness(1.04);
    transform: translateY(-2px) scale(1.012);
  }

  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card:hover,
  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card.is-tilting {
    border-color: color-mix(in srgb, var(--shop-primary-bright) 58%, var(--glass-v69-rim)) !important;
    box-shadow: var(--glass-v69-shadow-hover) !important;
  }

  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card:hover::after,
  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card.is-tilting::after {
    opacity: .58;
  }

  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront.ux34-motion-enabled .shop-product-card.is-tilting {
    transform: perspective(1200px) rotateX(var(--ux34-tilt-rx)) rotateY(var(--ux34-tilt-ry)) translateY(-5px) !important;
  }

  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card:hover .shop-product-media img {
    transform: scale(1.026) !important;
    filter: saturate(1.035) contrast(1.015);
  }
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront :where(
  button,
  .dk-nav a,
  .dk-showcase-actions > a,
  .shop-product-share a,
  .ux35-actions a,
  .shop-help-actions a
):active:not(:disabled) {
  box-shadow: var(--glass-v69-pressed) !important;
  filter: saturate(.98) brightness(.985);
  transform: translateY(0) scale(.975) !important;
  transition-duration: 90ms !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront :where(button, a):focus-visible {
  outline: 3px solid color-mix(in srgb, var(--shop-primary-bright) 62%, transparent) !important;
  outline-offset: 3px;
  box-shadow: 0 0 0 5px rgb(var(--shop-primary-rgb) / .1), var(--glass-v69-shadow-1) !important;
}

html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront :where(button, .shop-add-to-cart):disabled {
  border-color: color-mix(in srgb, var(--shop-text-muted) 18%, transparent) !important;
  color: color-mix(in srgb, var(--shop-text-muted) 72%, transparent) !important;
  background: color-mix(in srgb, var(--glass-v69-thin) 72%, transparent) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .08) !important;
  filter: grayscale(.24) saturate(.7);
  opacity: .72;
}

@media (max-width: 768px) {
  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-header {
    backdrop-filter: blur(22px) saturate(1.42) contrast(1.02) !important;
    -webkit-backdrop-filter: blur(22px) saturate(1.42) contrast(1.02) !important;
  }

  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-nav :where(a, button) {
    min-height: 42px;
    border-radius: 11px !important;
  }

  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card {
    border-radius: 12px !important;
    backdrop-filter: blur(14px) saturate(1.3) !important;
    -webkit-backdrop-filter: blur(14px) saturate(1.3) !important;
    box-shadow: var(--glass-v69-shadow-1) !important;
  }

  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-body {
    padding: 9px !important;
  }

  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-brandline {
    min-height: 26px;
    padding: 3px 4px;
  }

  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-meta {
    min-height: 48px;
    padding: 6px;
  }

  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront :where(button, a):active:not(:disabled) {
    transform: scale(.98) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront :where(
    .dk-header,
    .dk-search,
    .dk-nav a,
    .dk-nav button,
    button,
    .shop-product-card,
    .shop-product-card::after,
    .shop-product-media img
  ) {
    transition: none !important;
    animation: none !important;
  }

  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card,
  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card.is-tilting,
  html[data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront :where(button, a):hover {
    transform: none !important;
  }
}

/* Keep the v69 optical card above the older palette/profile compatibility rules. */
html[data-shop-palette][data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card.card-profile-modern-green,
html[data-shop-palette][data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-products .shop-product-card,
html[data-shop-palette][data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .shop-product-card {
  border-color: var(--glass-v69-rim-soft) !important;
  color: var(--shop-text) !important;
  background-color: var(--glass-v69-regular) !important;
  background-image:
    radial-gradient(circle at var(--glass-pointer-x) var(--glass-pointer-y), rgb(255 255 255 / .22), transparent 29%),
    var(--glass-v69-reflection) !important;
  background-size: auto, 180% 180%, 180% 180% !important;
  background-position: center, 0 0, 0 0 !important;
  box-shadow: var(--glass-v69-shadow-2) !important;
  backdrop-filter: blur(22px) saturate(1.42) contrast(1.02) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.42) contrast(1.02) !important;
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  html[data-shop-palette][data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card.card-profile-modern-green:hover,
  html[data-shop-palette][data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card.card-profile-modern-green.is-tilting,
  html[data-shop-palette][data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-products .shop-product-card:hover,
  html[data-shop-palette][data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-products .shop-product-card.is-tilting,
  html[data-shop-palette][data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .shop-product-card:hover,
  html[data-shop-palette][data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .shop-product-card.is-tilting {
    border-color: color-mix(in srgb, var(--shop-primary-bright) 58%, var(--glass-v69-rim)) !important;
    box-shadow: var(--glass-v69-shadow-hover) !important;
  }
}

@media (max-width: 768px) {
  html[data-shop-palette][data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card.card-profile-modern-green,
  html[data-shop-palette][data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-products .shop-product-card,
  html[data-shop-palette][data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .shop-product-card {
    box-shadow: var(--glass-v69-shadow-1) !important;
    backdrop-filter: blur(14px) saturate(1.3) !important;
    -webkit-backdrop-filter: blur(14px) saturate(1.3) !important;
  }
}

/* Pastel and sun keep filled actions accessible while using brighter detail tones. */
html:is([data-shop-palette="coral"], [data-shop-palette="sun"]) body.mlmg-public-shop.mlmg-dk-storefront :where(
  .dk-nav-primary,
  .dk-nav a:hover,
  .dk-track:hover,
  .dk-mobile-filter-trigger,
  .dk-catalog-filter > header > i,
  .dk-price-filter-title > i,
  .dk-catalog-categories button:hover,
  .dk-catalog-categories button.is-active,
  .shop-product-price-stack i,
  .shop-product-meta i,
  .shop-product-detail-kicker,
  .shop-product-detail-section-head span,
  .mlmg-blog-intro > div > span,
  .mlmg-blog-related > header > span,
  .mlmg-blog-card-meta span,
  .mlmg-blog-article-meta span,
  .shop-help-kicker,
  .shop-faq-topic-icon,
  .shop-faq-item summary::after,
  .shop-commerce-footer__social a > i,
  [data-dk-scroll-top]
) {
  color: var(--shop-role-active) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"]) body.mlmg-public-shop.mlmg-dk-storefront :where(
  .shop-product-price-stack > strong,
  .shop-product-meta > strong,
  .shop-product-detail-price strong,
  .dk-price-filter-values output
) {
  color: var(--shop-role-price) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"]) body.mlmg-public-shop.mlmg-dk-storefront :where(
  .dk-catalog-categories button.is-active,
  .dk-filter-category-list button.is-active,
  .dk-sort-options button.is-active,
  .shop-category-pill.is-active,
  .shop-product-detail-thumb.is-active,
  .shop-faq-filters button.is-active,
  .dk-bottom-nav-item.is-dk-nav-active,
  .dk-bottom-nav-item[aria-current],
  .dk-bottom-nav-item[aria-expanded="true"],
  .mlmg-shop-blog .shop-product-detail-header nav .is-active
) {
  border-color: var(--shop-role-active) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"]) body.mlmg-public-shop.mlmg-dk-storefront :where(
  .shop-product-brand-name,
  .shop-product-identity-category,
  .shop-product-badges > :not(.shop-product-sale-badge):not(.shop-product-featured-media):not(.shop-product-featured)
) {
  border-color: var(--shop-line-strong) !important;
  color: var(--shop-role-badge) !important;
  background: var(--shop-role-badge-soft) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"]) body.mlmg-public-shop.mlmg-dk-storefront :where(
  .dk-bottom-nav-item.is-dk-nav-active,
  .dk-bottom-nav-item[aria-current],
  .dk-bottom-nav-item[aria-expanded="true"],
  .shop-product-detail-header nav .is-active
) {
  color: var(--shop-role-link) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"]) body.mlmg-public-shop.mlmg-dk-storefront :where(
  .shop-add-to-cart,
  .shop-product-detail-add,
  .dk-filter-apply,
  .shop-checkout-form button[type="submit"],
  .shop-bale-connect-button,
  .shop-track-form button[type="submit"],
  .shop-product-comment-form button,
  .shop-related-offer-cta
):disabled {
  border-color: var(--shop-line) !important;
  color: var(--shop-role-disabled-text) !important;
  background: var(--shop-role-disabled-bg) !important;
  box-shadow: none !important;
  cursor: not-allowed;
}

@media (hover: hover) and (pointer: fine) {
  html:is([data-shop-palette="coral"], [data-shop-palette="sun"]) body.mlmg-public-shop.mlmg-dk-storefront :where(
    .dk-cart,
    .dk-filter-apply,
    .shop-add-to-cart,
    .shop-checkout-form button[type="submit"],
    .shop-bale-connect-button,
    .shop-track-form button[type="submit"],
    .shop-help-primary,
    .ux35-action-primary,
    .shop-product-detail-add,
    .shop-product-comment-form button,
    .shop-related-offer-cta
  ):hover:not(:disabled) {
    border-color: var(--shop-primary-strong) !important;
    background: var(--shop-primary-strong) !important;
    box-shadow: 0 14px 30px rgb(var(--shop-primary-rgb) / .24) !important;
  }
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront .shop-commerce-footer--modern-green {
  --shop-footer-surface: var(--shop-bg-alt);
  --shop-footer-surface-strong: var(--shop-surface-2);
  --shop-footer-text: var(--shop-text);
  --shop-footer-muted: var(--shop-muted);
  --shop-footer-line: var(--shop-line);
  --shop-footer-accent: var(--shop-primary-bright);
  --shop-footer-accent-soft: var(--shop-primary-soft);
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"]) body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-price-stack > strong,
html:is([data-shop-palette="coral"], [data-shop-palette="sun"]) body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-meta > strong,
html:is([data-shop-palette="coral"], [data-shop-palette="sun"]) body.mlmg-public-shop.mlmg-dk-storefront .shop-product-detail-price strong {
  color: var(--shop-role-price) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"]) body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-categories button.is-active,
html:is([data-shop-palette="coral"], [data-shop-palette="sun"]) body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-categories button.is-active > span {
  border-color: var(--shop-role-active) !important;
  color: var(--shop-role-active) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"]) body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-categories button.is-active > b {
  border-color: color-mix(in srgb, var(--shop-role-active) 38%, var(--shop-line)) !important;
  color: var(--shop-role-active) !important;
  background: var(--shop-role-badge-soft) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved="light"][data-shop-ui="standard"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search {
  border-color: var(--shop-line) !important;
  color: var(--shop-text) !important;
  background: var(--shop-surface) !important;
  box-shadow: var(--shop-shadow-sm) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved="light"][data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search {
  border-color: var(--shop-line) !important;
  color: var(--shop-text) !important;
  background: var(--shop-surface) !important;
  box-shadow: none !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved="light"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search > i {
  border-color: color-mix(in srgb, var(--shop-role-active) 30%, var(--shop-line)) !important;
  color: var(--shop-role-active) !important;
  background: var(--shop-primary-soft) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved="light"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search input {
  color: var(--shop-text) !important;
  background: transparent !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved="light"] body.mlmg-public-shop.mlmg-dk-storefront .dk-search-suggest {
  border-color: var(--shop-line) !important;
  color: var(--shop-text) !important;
  box-shadow: 0 24px 64px rgb(var(--shop-shadow-color) / .14) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"]) body.mlmg-public-shop.mlmg-dk-storefront .shop-brand-filter-chip {
  border-color: color-mix(in srgb, var(--shop-role-active) 30%, var(--shop-line)) !important;
  color: var(--shop-role-link) !important;
  background: var(--shop-primary-faint) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"]) body.mlmg-public-shop.mlmg-dk-storefront .shop-brand-filter-chip:is(:hover, .is-active) {
  border-color: var(--shop-role-active) !important;
  color: var(--shop-role-link) !important;
  background: var(--shop-primary-soft) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"]) body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-apply > b,
html:is([data-shop-palette="coral"], [data-shop-palette="sun"]) body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .shop-service-chip > i,
html:is([data-shop-palette="coral"], [data-shop-palette="sun"]) body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button.is-active > span {
  color: var(--shop-on-accent) !important;
}

html[data-shop-palette="coral"][data-shop-mode-resolved="light"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card {
  --dk-campaign-accent: #F09ABD;
  --dk-campaign-ink: #8F2E59;
  --dk-campaign-soft: #FFF0F6;
  --dk-campaign-solid: #9F315E;
  --dk-campaign-on-solid: #FFFFFF;
  border-color: color-mix(in srgb, var(--dk-campaign-accent) 44%, var(--shop-line)) !important;
  color: var(--shop-text) !important;
  background-color: var(--shop-surface-2) !important;
  background-image: none !important;
  box-shadow: var(--shop-shadow-sm) !important;
}

html[data-shop-palette="coral"][data-shop-mode-resolved="light"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card.is-tone-2 {
  --dk-campaign-accent: #F3B8CE;
  --dk-campaign-ink: #88324F;
  --dk-campaign-soft: #FFF5F9;
}

html[data-shop-palette="coral"][data-shop-mode-resolved="light"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card.is-tone-3 {
  --dk-campaign-accent: #E47AA5;
  --dk-campaign-ink: #8F2E59;
  --dk-campaign-soft: #FCE4EE;
}

html[data-shop-palette="sun"][data-shop-mode-resolved="light"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card {
  --dk-campaign-accent: #FFD34E;
  --dk-campaign-ink: #7F4300;
  --dk-campaign-soft: #FFF5C7;
  --dk-campaign-solid: #A94B00;
  --dk-campaign-on-solid: #FFFFFF;
  border-color: color-mix(in srgb, var(--dk-campaign-accent) 50%, var(--shop-line)) !important;
  color: var(--shop-text) !important;
  background-color: var(--shop-surface-2) !important;
  background-image: none !important;
  box-shadow: var(--shop-shadow-sm) !important;
}

html[data-shop-palette="sun"][data-shop-mode-resolved="light"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card.is-tone-2 {
  --dk-campaign-accent: #FFBB45;
  --dk-campaign-ink: #834100;
  --dk-campaign-soft: #FFF0C9;
}

html[data-shop-palette="sun"][data-shop-mode-resolved="light"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card.is-tone-3 {
  --dk-campaign-accent: #FF9D2D;
  --dk-campaign-ink: #7B3A00;
  --dk-campaign-soft: #FFF7DC;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved="light"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-media {
  color: var(--shop-text) !important;
  background: var(--dk-campaign-soft) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved="light"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-content {
  border-top-color: color-mix(in srgb, var(--dk-campaign-accent) 30%, var(--shop-line)) !important;
  color: var(--shop-text) !important;
  background: color-mix(in srgb, var(--shop-surface) 98%, var(--dk-campaign-soft)) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved="light"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-copy,
html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved="light"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-copy > strong {
  color: var(--shop-text) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved="light"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-badge,
html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved="light"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-content > i {
  border-color: color-mix(in srgb, var(--dk-campaign-accent) 46%, var(--shop-line)) !important;
  color: var(--dk-campaign-ink) !important;
  background: var(--dk-campaign-soft) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved="light"] body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card::after {
  background: var(--dk-campaign-accent) !important;
}

/* v74.0.0: beauty-pastel and sunshine feature surfaces. */
html[data-shop-palette="coral"][data-shop-mode-resolved="light"] body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing {
  border-color: #edbfd1 !important;
  color: #6f2949 !important;
  background-color: #f9dce8 !important;
  background-image: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .72),
    0 14px 34px rgba(159, 49, 94, .1) !important;
}

html[data-shop-palette="coral"][data-shop-mode-resolved="light"] body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .dk-section-head,
html[data-shop-palette="coral"][data-shop-mode-resolved="light"] body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .dk-section-head :where(h2, span) {
  color: #6f2949 !important;
}

html[data-shop-palette="coral"][data-shop-mode-resolved="light"] body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .dk-section-head > div > span {
  border: 1px solid rgba(159, 49, 94, .16);
  border-radius: 999px;
  padding: 4px 9px;
  background: rgba(255, 255, 255, .58);
}

html[data-shop-palette="coral"][data-shop-mode-resolved="light"] body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing :where(
  .dk-showcase-actions > a,
  .dk-showcase-nav > button
) {
  border-color: #e4a8bf !important;
  color: #8f2e59 !important;
  background-color: rgba(255, 255, 255, .88) !important;
  box-shadow: 0 7px 18px rgba(159, 49, 94, .1) !important;
}

@media (hover: hover) and (pointer: fine) {
  html[data-shop-palette="coral"][data-shop-mode-resolved="light"] body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing :where(
    .dk-showcase-actions > a,
    .dk-showcase-nav > button
  ):hover {
    border-color: #d94f89 !important;
    color: #7d244b !important;
    background-color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(159, 49, 94, .15) !important;
  }
}

html[data-shop-palette="coral"][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing {
  border-color: #7b455f !important;
  color: #fff5f9 !important;
  background-color: #38232d !important;
  background-image: none !important;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .28) !important;
}

html[data-shop-palette="sun"][data-shop-mode-resolved="light"] body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing {
  border-color: #efbb3c !important;
  color: #4a3105 !important;
  background-color: #ffdf83 !important;
  background-image: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .7),
    0 14px 34px rgba(153, 92, 0, .12) !important;
}

html[data-shop-palette="sun"][data-shop-mode-resolved="light"] body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .dk-section-head,
html[data-shop-palette="sun"][data-shop-mode-resolved="light"] body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .dk-section-head :where(h2, span) {
  color: #4a3105 !important;
}

html[data-shop-palette="sun"][data-shop-mode-resolved="light"] body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .dk-section-head > div > span {
  border-color: rgba(111, 65, 0, .18) !important;
  background: rgba(255, 255, 255, .55) !important;
}

html[data-shop-palette="sun"][data-shop-mode-resolved="light"] body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing :where(
  .dk-showcase-actions > a,
  .dk-showcase-nav > button
) {
  border-color: #e4a923 !important;
  color: #814500 !important;
  background-color: rgba(255, 255, 255, .9) !important;
  box-shadow: 0 7px 18px rgba(129, 69, 0, .1) !important;
}

html[data-shop-palette="sun"][data-shop-mode-resolved="dark"] body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing {
  border-color: #765a24 !important;
  color: #fff8df !important;
  background-color: #34290f !important;
  background-image: none !important;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .28) !important;
}

/* Search is one continuous field; the icon must not look like a separate button. */
html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .dk-search > i,
html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .dk-search:focus-within > i {
  width: 24px !important;
  height: 34px !important;
  flex: 0 0 24px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--shop-role-active) !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Light palettes use dark ink on bright brand fills, including glass mode. */
html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront :is(
  .dk-top-strip,
  .dk-cart,
  .dk-filter-apply,
  .shop-add-to-cart:not(:disabled),
  .shop-product-detail-add,
  .shop-track-form button[type="submit"]
) {
  color: var(--shop-on-primary) !important;
}

/* v74.0.1: keep the complete FAQ help hub aligned with pastel and sun. */
html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub {
  border-color: var(--shop-line) !important;
  color: var(--shop-text) !important;
  background: var(--shop-surface) !important;
  box-shadow: var(--shop-shadow-md) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-buying-guide {
  border-color: var(--shop-line-strong) !important;
  color: var(--shop-text) !important;
  background: var(--shop-surface-3) !important;
  box-shadow: inset -1px 0 0 var(--shop-line) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-buying-guide::after {
  border-color: color-mix(in srgb, var(--shop-role-active) 28%, transparent) !important;
  box-shadow:
    0 0 0 12px color-mix(in srgb, var(--shop-role-active) 6%, transparent),
    0 0 0 24px color-mix(in srgb, var(--shop-role-active) 3%, transparent) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-intro h2,
html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-step-copy strong {
  color: var(--shop-text) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-intro p,
html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-step-copy small {
  color: var(--shop-muted) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-buying-guide .shop-help-kicker {
  border-color: color-mix(in srgb, var(--shop-role-active) 34%, var(--shop-line)) !important;
  color: var(--shop-role-link) !important;
  background: color-mix(in srgb, var(--shop-surface) 78%, transparent) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .16) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-buying-guide .shop-help-kicker > i {
  color: var(--shop-role-active) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-buying-steps > li:not(:last-child)::after {
  background: var(--shop-line-strong) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-step-visual {
  border-color: color-mix(in srgb, var(--shop-role-active) 40%, var(--shop-line)) !important;
  color: var(--shop-role-active) !important;
  background: var(--shop-surface) !important;
  box-shadow: 0 8px 18px rgb(var(--shop-shadow-color) / .1) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-step-visual > i {
  color: var(--shop-role-active) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-step-visual > b {
  border-color: var(--shop-surface-3) !important;
  color: #fff !important;
  background: var(--shop-role-link) !important;
  box-shadow: 0 4px 10px rgb(var(--shop-shadow-color) / .16) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-actions .shop-help-primary {
  border-color: var(--shop-primary) !important;
  color: var(--shop-on-primary) !important;
  background: var(--shop-primary) !important;
  box-shadow: 0 10px 24px rgb(var(--shop-primary-rgb) / .18) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-actions .shop-help-primary > i {
  color: var(--shop-on-primary) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-actions button {
  border-color: var(--shop-line-strong) !important;
  color: var(--shop-text) !important;
  background: var(--shop-surface) !important;
  box-shadow: none !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-answers {
  color: var(--shop-text) !important;
  background: var(--shop-surface) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-answers-head span {
  color: var(--shop-role-active) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-answers-head h3,
html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub .shop-faq-question {
  color: var(--shop-text) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-answers-head > p,
html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-status {
  color: var(--shop-muted) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button {
  border-color: var(--shop-line) !important;
  color: var(--shop-muted) !important;
  background: var(--shop-surface-2) !important;
  box-shadow: none !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button > i {
  color: var(--shop-role-active) !important;
  background: transparent !important;
  box-shadow: none !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button > span {
  border: 1px solid var(--shop-line) !important;
  color: var(--shop-muted) !important;
  background: var(--shop-surface-3) !important;
  box-shadow: none !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button.is-active {
  border-color: var(--shop-role-active) !important;
  color: var(--shop-text) !important;
  background: var(--shop-primary-soft) !important;
  box-shadow: 0 9px 22px rgb(var(--shop-primary-rgb) / .13) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button.is-active > i {
  border: 1px solid color-mix(in srgb, var(--shop-role-active) 34%, var(--shop-line)) !important;
  color: var(--shop-role-active) !important;
  background: var(--shop-surface) !important;
  box-shadow: 0 4px 10px rgb(var(--shop-shadow-color) / .08) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved="light"][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button.is-active > span {
  border-color: var(--shop-role-link) !important;
  color: #fff !important;
  background: var(--shop-role-link) !important;
  box-shadow: 0 4px 10px rgb(var(--shop-shadow-color) / .12) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved="dark"][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button.is-active > span {
  border-color: var(--shop-primary-bright) !important;
  color: var(--shop-on-primary) !important;
  background: var(--shop-primary-bright) !important;
  box-shadow: 0 4px 12px rgb(var(--shop-primary-rgb) / .18) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button:focus-visible {
  outline-color: var(--shop-focus) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub .shop-faq-item {
  border-color: var(--shop-line) !important;
  color: var(--shop-text) !important;
  background: var(--shop-surface) !important;
  box-shadow: none !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub .shop-faq-item[open] {
  border-color: color-mix(in srgb, var(--shop-role-active) 46%, var(--shop-line)) !important;
  background: var(--shop-surface-2) !important;
  box-shadow: 0 11px 26px rgb(var(--shop-shadow-color) / .08) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub .shop-faq-topic-icon {
  border: 1px solid color-mix(in srgb, var(--shop-role-active) 28%, var(--shop-line)) !important;
  color: var(--shop-role-active) !important;
  background: var(--shop-primary-faint) !important;
  box-shadow: none !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub .shop-faq-topic-icon > i {
  color: inherit !important;
  background: transparent !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub .shop-faq-item summary::after {
  content: "+" !important;
  border: 1px solid color-mix(in srgb, var(--shop-role-active) 30%, var(--shop-line)) !important;
  color: var(--shop-role-active) !important;
  background: var(--shop-primary-faint) !important;
  background-image: none !important;
  box-shadow: none !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub .shop-faq-item[open] summary::after {
  content: "\2212" !important;
  color: var(--shop-on-primary) !important;
  background: var(--shop-primary) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub .shop-faq-item p {
  border-top-color: var(--shop-line) !important;
  color: var(--shop-muted) !important;
  background: transparent !important;
}

@media (hover: hover) and (pointer: fine) {
  html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button:not(.is-active):hover {
    border-color: color-mix(in srgb, var(--shop-role-active) 48%, var(--shop-line)) !important;
    color: var(--shop-role-link) !important;
    background: var(--shop-primary-faint) !important;
  }

  html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-actions button:hover {
    border-color: var(--shop-role-active) !important;
    color: var(--shop-role-link) !important;
    background: var(--shop-primary-faint) !important;
  }
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub {
  background-color: color-mix(in srgb, var(--shop-surface) 76%, transparent) !important;
  background-image: var(--glass-sheen-soft) !important;
  backdrop-filter: blur(22px) saturate(1.34) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.34) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-buying-guide,
html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-help-answers {
  background-color: color-mix(in srgb, var(--shop-surface-3) 76%, transparent) !important;
  background-image: var(--glass-sheen-soft) !important;
  backdrop-filter: blur(18px) saturate(1.24) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.24) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button.is-active {
  border-color: var(--shop-role-active) !important;
  color: var(--shop-text) !important;
  background-color: color-mix(in srgb, var(--shop-primary-soft) 78%, transparent) !important;
  background-image: var(--glass-v69-active-layer) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button.is-active > i {
  border-color: color-mix(in srgb, var(--shop-role-active) 46%, var(--shop-line)) !important;
  color: var(--shop-role-active) !important;
  background: color-mix(in srgb, var(--shop-surface) 76%, transparent) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved="light"][data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button.is-active > span {
  color: #fff !important;
  background: var(--shop-role-link) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved="dark"][data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button.is-active > span {
  color: var(--shop-on-primary) !important;
  background: var(--shop-primary-bright) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront :is(
  .shop-help-hub,
  .shop-buying-guide,
  .shop-step-visual,
  .shop-help-actions .shop-help-primary,
  .shop-faq-filters button.is-active,
  .shop-help-hub .shop-faq-item[open]
) {
  box-shadow: none !important;
}

/* Service assurances are informative chips, not dark filled actions. */
html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .dk-service-wrap {
  border-top-color: var(--shop-line) !important;
  color: var(--shop-text) !important;
  background: var(--shop-surface-2) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .dk-service-wrap > .shop-service-chip {
  border-color: transparent transparent transparent var(--shop-line) !important;
  color: var(--shop-text) !important;
  background: transparent !important;
  box-shadow: none !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .dk-service-wrap > .shop-service-chip:last-child {
  border-left-color: transparent !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .dk-service-wrap > .shop-service-chip > i {
  border: 1px solid color-mix(in srgb, var(--shop-role-active) 36%, var(--shop-line)) !important;
  color: var(--shop-role-active) !important;
  background: var(--shop-primary-faint) !important;
  box-shadow: 0 7px 16px rgb(var(--shop-shadow-color) / .1) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .dk-service-wrap {
  background-color: color-mix(in srgb, var(--shop-surface-2) 72%, transparent) !important;
  background-image: var(--glass-sheen-soft) !important;
  backdrop-filter: blur(14px) saturate(1.2) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.2) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .dk-service-wrap > .shop-service-chip > i {
  border-color: color-mix(in srgb, var(--shop-role-active) 44%, var(--shop-line)) !important;
  color: var(--shop-role-active) !important;
  background-color: color-mix(in srgb, var(--shop-primary-faint) 76%, transparent) !important;
  background-image: var(--glass-v69-thin) !important;
  box-shadow: inset 0 1px 0 var(--glass-v69-rim-soft), 0 7px 16px rgb(var(--shop-shadow-color) / .1) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved][data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .dk-service-wrap > .shop-service-chip > i {
  border-radius: 4px !important;
  box-shadow: none !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved="dark"][data-shop-ui] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .dk-service-wrap > .shop-service-chip > i {
  border-color: var(--shop-primary-bright) !important;
  color: var(--shop-on-primary) !important;
  background-color: var(--shop-primary-bright) !important;
  background-image: none !important;
  box-shadow: 0 7px 18px rgb(var(--shop-primary-rgb) / .18) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved="dark"][data-shop-ui="glass"] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .dk-service-wrap > .shop-service-chip > i {
  background-image: linear-gradient(145deg, rgb(255 255 255 / .36), transparent 52%) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .42), 0 7px 18px rgb(var(--shop-primary-rgb) / .2) !important;
}

html:is([data-shop-palette="coral"], [data-shop-palette="sun"])[data-shop-mode-resolved="dark"][data-shop-ui="minimal"] body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .dk-service-wrap > .shop-service-chip > i {
  box-shadow: none !important;
}
