/* v46 local required storefront font: MLMgramFont */
@font-face {
  font-family: "MLMgramFont";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../vendor/mlmgramfont/fonts/woff2/IRANSansX-Thin.woff2") format("woff2"), url("../vendor/mlmgramfont/fonts/woff/IRANSansX-Thin.woff") format("woff");
}
@font-face {
  font-family: "MLMgramFont";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../vendor/mlmgramfont/fonts/woff2/IRANSansX-UltraLight.woff2") format("woff2"), url("../vendor/mlmgramfont/fonts/woff/IRANSansX-UltraLight.woff") format("woff");
}
@font-face {
  font-family: "MLMgramFont";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../vendor/mlmgramfont/fonts/woff2/IRANSansX-Light.woff2") format("woff2"), url("../vendor/mlmgramfont/fonts/woff/IRANSansX-Light.woff") format("woff");
}
@font-face {
  font-family: "MLMgramFont";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../vendor/mlmgramfont/fonts/woff2/IRANSansX-Regular.woff2") format("woff2"), url("../vendor/mlmgramfont/fonts/woff/IRANSansX-Regular.woff") format("woff");
}
@font-face {
  font-family: "MLMgramFont";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../vendor/mlmgramfont/fonts/woff2/IRANSansX-Medium.woff2") format("woff2"), url("../vendor/mlmgramfont/fonts/woff/IRANSansX-Medium.woff") format("woff");
}
@font-face {
  font-family: "MLMgramFont";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../vendor/mlmgramfont/fonts/woff2/IRANSansX-DemiBold.woff2") format("woff2"), url("../vendor/mlmgramfont/fonts/woff/IRANSansX-DemiBold.woff") format("woff");
}
@font-face {
  font-family: "MLMgramFont";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../vendor/mlmgramfont/fonts/woff2/IRANSansX-Bold.woff2") format("woff2"), url("../vendor/mlmgramfont/fonts/woff/IRANSansX-Bold.woff") format("woff");
}
@font-face {
  font-family: "MLMgramFont";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../vendor/mlmgramfont/fonts/woff2/IRANSansX-Black.woff2") format("woff2"), url("../vendor/mlmgramfont/fonts/woff/IRANSansX-Black.woff") format("woff");
}
:root {
  --green: #008f45;
  --green-deep: #064c32;
  --green-soft: #eaf8ef;
  --yellow: #ffd651;
  --yellow-soft: #fff6cf;
  --blue: #4169f2;
  --blue-deep: #2447c6;
  --text: #182c3c;
  --muted: #6a7786;
  --line: #e8eef0;
  --bg: #f7faf8;
  --card: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.mlmg-public-shop {
  margin: 0;
  direction: rtl;
  text-align: right;
  font-family: MLMgramFont, IRANSansX, Tahoma, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
}
body.shop-cart-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font-family: inherit; }
.shop-page-shell { min-height: 100vh; overflow: hidden; }

.shop-hero {
  min-height: 540px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 214, 81, .28), transparent 27%),
    linear-gradient(135deg, var(--green), var(--green-deep));
  background-size: cover;
  background-position: center;
  color: #fff;
}
.shop-hero-overlay { min-height: 540px; padding: 24px clamp(18px, 4vw, 76px); background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.14)); }
.shop-topbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.shop-brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; }
.shop-logo { width: 74px; height: 74px; border-radius: 24px; background: #fff; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; box-shadow: 0 18px 40px rgba(0,0,0,.16); color: var(--green); font-size: 2rem; font-weight: 900; }
.shop-logo img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.shop-brand strong { display: block; font-size: 1.15rem; font-weight: 900; }
.shop-brand small { display: block; color: rgba(255,255,255,.75); margin-top: 2px; }
.shop-cart-button { position: relative; border: 0; border-radius: 999px; padding: 12px 16px; color: var(--green-deep); background: #fff; font-weight: 900; cursor: pointer; box-shadow: 0 14px 32px rgba(0,0,0,.16); }
.shop-cart-button b { display: inline-flex; align-items: center; justify-content: center; min-width: 26px; height: 26px; margin-right: 8px; border-radius: 50%; color: #fff; background: var(--blue); }
.shop-hero-content { max-width: 680px; margin-top: 104px; }
.shop-eyebrow { display: inline-flex; padding: 7px 14px; border-radius: 999px; background: rgba(255,255,255,.14); color: #fff8d8; font-weight: 900; }
.shop-hero h1 { margin: 18px 0 14px; font-size: clamp(2.2rem, 5vw, 5rem); line-height: 1.25; font-weight: 900; color: #fff; }
.shop-hero p { max-width: 560px; color: rgba(255,255,255,.86); line-height: 2; font-size: 1.04rem; }
.shop-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.shop-primary-btn, .shop-secondary-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 22px; border-radius: 999px; font-weight: 900; }
.shop-primary-btn { background: var(--yellow); color: #5e4100; box-shadow: 0 15px 34px rgba(255,214,81,.28); }
.shop-secondary-btn { background: rgba(255,255,255,.13); color: #fff; border: 1px solid rgba(255,255,255,.24); }

.shop-info-strip { width: min(1120px, calc(100% - 36px)); margin: -54px auto 46px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; position: relative; z-index: 4; }
.shop-info-strip > div { padding: 20px; border-radius: 24px; background: #fff; box-shadow: 0 18px 40px rgba(0,0,0,.08); }
.shop-info-strip i { color: var(--green); }
.shop-info-strip span { display: block; margin: 8px 0 4px; color: var(--muted); font-size: .86rem; }
.shop-info-strip strong { font-weight: 900; color: var(--text); }

.shop-content-grid, .shop-products-section, .shop-gallery { width: min(1120px, calc(100% - 36px)); margin: 0 auto 38px; }
.shop-content-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(280px, .8fr); gap: 22px; }
.shop-card { border-radius: 30px; background: #fff; box-shadow: 0 18px 44px rgba(20,46,62,.07); padding: 28px; }
.shop-section-title { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.shop-section-title span { width: 34px; height: 3px; border-radius: 3px; background: var(--blue); }
.shop-section-title h2 { margin: 0; font-size: 1.55rem; color: var(--text); font-weight: 900; }
.shop-about-text { color: #4c5f6f; line-height: 2.15; }
.shop-side h3 { margin: 0 0 14px; font-weight: 900; }
.shop-service-list { display: flex; flex-wrap: wrap; gap: 10px; }
.shop-service-chip { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border-radius: 999px; background: var(--green-soft); color: var(--green-deep); font-weight: 900; font-size: .88rem; }
.shop-video-card { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 18px; min-height: 58px; border-radius: 18px; background: linear-gradient(135deg, var(--blue), var(--blue-deep)); color: #fff; font-weight: 900; }
.shop-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.shop-gallery figure { margin: 0; height: 180px; border-radius: 24px; overflow: hidden; background: #eef5ef; }
.shop-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.shop-gallery figure:hover img { transform: scale(1.06); }

.shop-section-head { display: flex; justify-content: space-between; gap: 16px; align-items: end; margin-bottom: 18px; }
.shop-section-head p { color: var(--muted); line-height: 1.9; margin: 0; }
.shop-products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.shop-product-card { overflow: hidden; border-radius: 30px; background: #fff; box-shadow: 0 18px 44px rgba(20,46,62,.07); transition: transform .24s ease, box-shadow .24s ease; }
.shop-product-card:hover { transform: translateY(-5px); box-shadow: 0 24px 56px rgba(20,46,62,.12); }
.shop-product-media { height: 230px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #f2fbf5, #fff); overflow: hidden; }
.shop-product-media img { width: 100%; height: 100%; object-fit: cover; }
.shop-product-media span { color: var(--green); font-size: 2.2rem; }
.shop-product-body { padding: 20px; }
.shop-product-brand { display: inline-flex; margin-bottom: 9px; padding: 5px 10px; border-radius: 999px; background: var(--yellow-soft); color: #7d5600; font-weight: 900; font-size: .78rem; }
.shop-product-body h3 { margin: 0 0 10px; font-size: 1.1rem; line-height: 1.8; font-weight: 900; }
.shop-product-body p { min-height: 74px; margin: 0 0 14px; color: #617081; line-height: 2; }
.shop-product-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 15px; }
.shop-product-meta strong, .shop-product-meta span { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border-radius: 999px; background: var(--green-soft); color: var(--green-deep); font-size: .84rem; font-weight: 900; }
.shop-product-meta span { background: #f4f7fb; color: #536172; }
.shop-product-actions { display: flex; gap: 8px; align-items: center; }
.shop-product-video { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 8px 12px; border-radius: 15px; background: #f4f7fb; color: var(--blue-deep); font-weight: 900; }
.shop-add-to-cart { flex: 1; min-height: 44px; border: 0; border-radius: 15px; background: linear-gradient(135deg, var(--green), var(--green-deep)); color: #fff; font-weight: 900; cursor: pointer; transition: transform .2s ease; }
.shop-add-to-cart.just-added { animation: addPulse .65s ease; }
.shop-add-to-cart:disabled { cursor: not-allowed; background: #b8c2c8; }
@keyframes addPulse { 0% { transform: scale(1); } 45% { transform: scale(1.06); } 100% { transform: scale(1); } }

.shop-cart-backdrop { position: fixed; inset: 0; background: rgba(10,24,34,.38); opacity: 0; visibility: hidden; transition: .24s ease; z-index: 9998; }
.shop-cart-backdrop.is-open { opacity: 1; visibility: visible; }
.shop-cart-drawer { position: fixed; inset: 0 0 0 auto; width: min(430px, 100%); transform: translateX(110%); transition: transform .28s cubic-bezier(.2,.8,.2,1); z-index: 9999; pointer-events: none; }
.shop-cart-drawer.is-open { transform: translateX(0); pointer-events: auto; }
.shop-cart-panel { height: 100%; background: #fff; box-shadow: -18px 0 50px rgba(0,0,0,.16); padding: 24px; overflow: auto; }
.shop-cart-close { width: 42px; height: 42px; border: 0; border-radius: 14px; background: #f4f7fb; cursor: pointer; }
.shop-cart-panel h2 { margin: 18px 0; font-weight: 900; }
.shop-cart-empty { padding: 18px; border-radius: 18px; background: #f7faf8; color: var(--muted); text-align: center; }
.shop-cart-item { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.shop-cart-thumb { width: 64px; height: 64px; border-radius: 16px; overflow: hidden; background: #f1f7f3; flex: 0 0 64px; }
.shop-cart-thumb img { width: 100%; height: 100%; object-fit: cover; }
.shop-cart-info { flex: 1; }
.shop-cart-info strong { display: block; font-size: .92rem; line-height: 1.7; }
.shop-cart-info small { color: var(--muted); }
.shop-cart-qty { display: flex; gap: 6px; align-items: center; margin-top: 8px; }
.shop-cart-qty button { border: 0; border-radius: 10px; min-width: 30px; min-height: 30px; background: #eef6f1; color: var(--green-deep); font-weight: 900; cursor: pointer; }
.shop-cart-qty .remove { padding: 0 10px; color: #a12a2a; background: #fff1f1; }
.shop-checkout-form { margin-top: 18px; }
.shop-checkout-form input, .shop-checkout-form textarea { width: 100%; min-height: 46px; margin-bottom: 10px; border: 1px solid var(--line); border-radius: 15px; padding: 10px 12px; outline: 0; }
.shop-checkout-form textarea { min-height: 88px; resize: vertical; }
.shop-checkout-form button { width: 100%; min-height: 48px; border: 0; border-radius: 16px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue-deep)); font-weight: 900; cursor: pointer; }
.shop-checkout-message { color: var(--green-deep); line-height: 1.9; font-weight: 900; }
.shop-empty-products { grid-column: 1 / -1; padding: 46px; border-radius: 28px; text-align: center; background: #fff; color: var(--muted); }

.theme-minimal_white { --green: #1f2937; --green-deep: #111827; --green-soft: #f3f4f6; --yellow: #e5e7eb; --yellow-soft: #f8fafc; --blue: #111827; --blue-deep: #374151; --bg: #fbfbfb; }
.theme-market_blue { --green: #2266d3; --green-deep: #123d8f; --green-soft: #eef5ff; --yellow: #ffd651; --yellow-soft: #fff7d7; --blue: #008f45; --blue-deep: #064c32; }

@media (max-width: 920px) {
  .shop-info-strip, .shop-content-grid { grid-template-columns: 1fr; }
  .shop-products-grid { grid-template-columns: repeat(2, 1fr); }
  .shop-gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .shop-hero, .shop-hero-overlay { min-height: 620px; }
  .shop-hero-overlay { padding: 18px; }
  .shop-topbar { align-items: flex-start; }
  .shop-logo { width: 58px; height: 58px; border-radius: 18px; }
  .shop-cart-button span { display: none; }
  .shop-hero-content { margin-top: 76px; }
  .shop-info-strip { margin-top: -36px; }
  .shop-products-grid { grid-template-columns: 1fr; }
  .shop-section-head { display: block; }
  .shop-gallery-grid { grid-template-columns: 1fr; }
  .shop-card { padding: 22px; border-radius: 24px; }
}

/* v15 storefront polish: mobile-app inspired storefronts, product sliders, search and bottom nav. */
.shop-icon-button {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 18px;
  color: #fff;
  background: rgba(255,255,255,.14);
  cursor: pointer;
  font-size: 1.2rem;
}
.shop-search-box {
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(680px, 100%);
  min-height: 66px;
  margin-top: 22px;
  padding: 0 22px;
  border-radius: 999px;
  color: #6a7786;
  background: rgba(255,255,255,.95);
  box-shadow: 0 18px 50px rgba(0,0,0,.16);
}
.shop-search-box i { color: var(--green-deep); font-size: 1.35rem; }
.shop-search-box input {
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font-size: 1.05rem;
}
.shop-category-ribbon {
  width: min(1120px, calc(100% - 36px));
  margin: -46px auto 28px;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 10px 2px 18px;
  position: relative;
  z-index: 5;
  scrollbar-width: thin;
}
.shop-category-pill {
  flex: 0 0 auto;
  min-width: 98px;
  border: 0;
  color: var(--green-deep);
  background: rgba(255,255,255,.94);
  border-radius: 999px;
  padding: 12px 14px;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(20,46,62,.08);
  font-weight: 900;
  transition: .2s ease;
}
.shop-category-pill i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 7px;
  border-radius: 50%;
  border: 1px solid rgba(6,76,50,.12);
  background: var(--green-soft);
  font-size: 1.35rem;
}
.shop-category-pill.is-active,
.shop-category-pill:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--green-deep));
  transform: translateY(-2px);
}
.shop-category-pill.is-active i,
.shop-category-pill:hover i { color: var(--green-deep); background: #fff; }
.shop-products-grid.has-filtered-empty::after {
  content: 'محصولی با این فیلتر پیدا نشد.';
  grid-column: 1 / -1;
  display: block;
  padding: 34px;
  text-align: center;
  border-radius: 28px;
  background: #fff;
  color: var(--muted);
  font-weight: 900;
}
.shop-product-media { position: relative; }
.shop-product-slider { position: relative; width: 100%; height: 100%; overflow: hidden; }
.shop-product-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  background: transparent;
  transition: opacity .24s ease, transform .24s ease;
  cursor: zoom-in;
}
.shop-product-slide.is-active { opacity: 1; pointer-events: auto; }
.shop-product-slide img { width: 100%; height: 100%; object-fit: cover; }
.shop-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  color: var(--green-deep);
  background: rgba(255,255,255,.9);
  box-shadow: 0 10px 22px rgba(0,0,0,.12);
  cursor: pointer;
}
.shop-slider-nav.prev { right: 10px; }
.shop-slider-nav.next { left: 10px; }
.shop-product-dots {
  position: absolute;
  z-index: 3;
  bottom: 12px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.shop-product-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.72);
  box-shadow: 0 2px 8px rgba(0,0,0,.14);
  cursor: pointer;
}
.shop-product-dot.is-active { width: 22px; border-radius: 999px; background: var(--green); }
.shop-product-badges { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 9px; }
.shop-product-category {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-deep);
  font-weight: 900;
  font-size: .78rem;
}
.shop-bottom-nav {
  position: fixed;
  right: 50%;
  bottom: 14px;
  transform: translateX(50%);
  z-index: 9997;
  width: min(520px, calc(100% - 28px));
  display: none;
  align-items: center;
  justify-content: space-around;
  padding: 10px 12px;
  border-radius: 26px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 50px rgba(0,0,0,.15);
  backdrop-filter: blur(10px);
}
.shop-bottom-nav a,
.shop-bottom-nav button {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-weight: 900;
  cursor: pointer;
  text-align: center;
}
.shop-bottom-nav i { display: block; margin-bottom: 4px; font-size: 1.25rem; color: var(--green); }
.shop-bottom-nav b { display: inline-flex; min-width: 22px; height: 22px; align-items: center; justify-content: center; margin-right: 4px; border-radius: 50%; background: var(--green); color: #fff; }
.shop-product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(8,18,28,.86);
  padding: 24px;
}
.shop-product-lightbox.is-open { display: flex; }
.shop-product-lightbox img { max-width: min(960px, 100%); max-height: 84vh; border-radius: 28px; object-fit: contain; box-shadow: 0 30px 90px rgba(0,0,0,.35); background: #fff; }
.shop-lightbox-close,
.shop-lightbox-prev,
.shop-lightbox-next {
  position: absolute;
  border: 0;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  color: var(--green-deep);
  background: #fff;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
}
.shop-lightbox-close { top: 24px; left: 24px; }
.shop-lightbox-prev { right: 24px; top: 50%; }
.shop-lightbox-next { left: 24px; top: 50%; }

.theme-beauty_green {
  --green: #2f6b47;
  --green-deep: #1d4f35;
  --green-soft: #f0f5ea;
  --yellow: #efe2c7;
  --yellow-soft: #fbf6ea;
  --blue: #2f6b47;
  --blue-deep: #1d4f35;
  --text: #26382d;
  --muted: #768174;
  --line: #e8e1d2;
  --bg: #fbf8ef;
}
.theme-beauty_green .shop-hero {
  min-height: 500px;
  background:
    radial-gradient(circle at 86% 15%, rgba(255,255,255,.12), transparent 28%),
    radial-gradient(circle at 8% 22%, rgba(239,226,199,.28), transparent 28%),
    linear-gradient(135deg, #265c3d, #173e2d);
  border-bottom-left-radius: 34px;
  border-bottom-right-radius: 34px;
}
.theme-beauty_green .shop-hero-overlay { min-height: 500px; background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.1)); }
.theme-beauty_green .shop-product-card { border: 1px solid rgba(47,107,71,.07); }
.theme-beauty_green .shop-add-to-cart { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.theme-beauty_pink {
  --green: #d86b78;
  --green-deep: #994854;
  --green-soft: #fdecee;
  --yellow: #f7dfcf;
  --yellow-soft: #fff5ef;
  --blue: #d86b78;
  --blue-deep: #994854;
  --text: #3a3032;
  --muted: #8f7b80;
  --line: #f1dfe1;
  --bg: #fff7f4;
}
.theme-beauty_pink .shop-hero {
  min-height: 500px;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,.8), transparent 22%),
    linear-gradient(135deg, #fff4f1, #f6d9db);
  border-bottom-left-radius: 34px;
  border-bottom-right-radius: 34px;
}
.theme-beauty_pink .shop-hero-overlay { min-height: 500px; background: transparent; }
.theme-beauty_pink .shop-brand,
.theme-beauty_pink .shop-hero h1,
.theme-beauty_pink .shop-hero p,
.theme-beauty_pink .shop-secondary-btn { color: var(--text); }
.theme-beauty_pink .shop-eyebrow { color: var(--green-deep); background: rgba(255,255,255,.68); }
.theme-beauty_pink .shop-icon-button { background: rgba(255,255,255,.8); color: var(--green-deep); }
.theme-beauty_pink .shop-secondary-btn { background: rgba(255,255,255,.66); border-color: rgba(153,72,84,.14); }
.theme-beauty_pink .shop-product-media { background: linear-gradient(135deg, #fff, #fff0f1); }
.theme-beauty_pink .shop-category-pill i { background: #ffecee; }

@media (max-width: 640px) {
  body.mlmg-public-shop { padding-bottom: 92px; }
  .shop-bottom-nav { display: flex; }
  .shop-hero,
  .shop-hero-overlay,
  .theme-beauty_green .shop-hero,
  .theme-beauty_green .shop-hero-overlay,
  .theme-beauty_pink .shop-hero,
  .theme-beauty_pink .shop-hero-overlay { min-height: 440px; }
  .shop-hero h1 { font-size: 2.4rem; text-align: center; }
  .shop-hero p { text-align: center; }
  .shop-hero-content { margin: 42px auto 0; }
  .shop-brand { flex-direction: column; text-align: center; margin: 0 auto; }
  .shop-topbar > .shop-cart-button { display: none; }
  .shop-icon-button { width: 42px; height: 42px; }
  .shop-search-box { min-height: 58px; margin-top: 18px; }
  .shop-category-ribbon { margin-top: -22px; gap: 10px; padding-bottom: 12px; }
  .shop-category-pill { min-width: 84px; padding: 9px 10px; }
  .shop-category-pill i { width: 48px; height: 48px; }
  .shop-info-strip { margin-bottom: 24px; }
  .shop-product-media { height: 220px; }
  .shop-product-card { border-radius: 24px; }
  .shop-product-body p { min-height: auto; }
  .shop-products-section, .shop-gallery, .shop-content-grid { width: min(100% - 26px, 1120px); }
  .shop-lightbox-prev { right: 12px; }
  .shop-lightbox-next { left: 12px; }
  .shop-lightbox-close { top: 12px; left: 12px; }
}

/* v19 storefront polish: premium footer, app-like rhythm, desktop refinements */
.shop-store-footer {
  width: min(1120px, calc(100% - 36px));
  margin: 18px auto 42px;
  color: var(--text);
}
.shop-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .9fr) minmax(220px, .65fr);
  gap: 18px;
  align-items: stretch;
  padding: 22px;
  border: 1px solid rgba(20,46,62,.08);
  border-radius: 34px;
  background:
    radial-gradient(circle at 8% 20%, rgba(0,143,69,.12), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,255,255,.82));
  box-shadow: 0 22px 58px rgba(20,46,62,.08);
  backdrop-filter: blur(10px);
}
.shop-footer-brand {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.shop-footer-logo {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 32px rgba(20,46,62,.1);
  color: var(--green);
  font-size: 1.7rem;
  font-weight: 900;
}
.shop-footer-logo img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.shop-footer-brand h2 { margin: 2px 0 8px; font-size: 1.35rem; font-weight: 900; }
.shop-footer-brand p { margin: 0; color: var(--muted); line-height: 2; }
.shop-footer-support {
  display: grid;
  gap: 10px;
}
.shop-footer-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 10px 12px;
  align-items: center;
  padding: 12px;
  border-radius: 22px;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(20,46,62,.06);
}
.shop-footer-card i {
  grid-row: 1 / span 2;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--green-deep));
}
.shop-footer-card span { color: var(--muted); font-size: .84rem; font-weight: 800; }
.shop-footer-card strong { color: var(--text); font-weight: 900; line-height: 1.8; }
.shop-footer-social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 16px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--green), var(--green-deep));
  color: #fff;
}
.shop-footer-social strong { font-size: 1.05rem; }
.shop-footer-social > div { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; }
.shop-footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.15);
  color: #fff;
  transition: transform .2s ease, background .2s ease;
}
.shop-footer-social a:hover { transform: translateY(-2px); background: rgba(255,255,255,.25); }
.shop-footer-no-social { color: rgba(255,255,255,.76); line-height: 1.8; }
.shop-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: 12px;
  padding: 0 10px;
  color: var(--muted);
  font-size: .88rem;
}
.shop-footer-bottom b { color: var(--green-deep); }

@media (min-width: 921px) {
  .shop-products-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
  .shop-product-card {
    border-radius: 26px;
  }
  .shop-product-media {
    height: 205px;
  }
  .shop-product-body {
    padding: 16px;
  }
  .shop-product-body p {
    min-height: 60px;
    font-size: .88rem;
  }
}

@media (max-width: 860px) {
  .shop-footer-inner {
    grid-template-columns: 1fr;
  }
  .shop-footer-bottom {
    display: grid;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .shop-store-footer {
    width: min(100% - 26px, 1120px);
    margin-bottom: 112px;
  }
  .shop-footer-inner {
    padding: 16px;
    border-radius: 28px;
  }
  .shop-footer-brand {
    display: grid;
    text-align: center;
    justify-items: center;
  }
}

/* v22 storefront builder polish: showcase, satisfaction carousel and selectable product card layouts. */
.shop-featured-section {
  margin-top: -10px;
}
.shop-featured-grid {
  overflow-x: auto;
  display: flex !important;
  gap: 18px;
  padding: 4px 2px 18px;
  scroll-snap-type: x mandatory;
}
.shop-featured-grid .shop-product-card {
  flex: 0 0 min(330px, 86vw);
  scroll-snap-align: start;
}
.shop-product-featured {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 9px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff1c7;
  color: #8a5b00;
  font-weight: 900;
  font-size: .78rem;
}
.shop-satisfaction-section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto 38px;
}
.shop-satisfaction-scroller {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 6px 2px 18px;
}
.shop-satisfaction-card {
  flex: 0 0 min(280px, 78vw);
  min-height: 310px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(20,46,62,.08);
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
}
.shop-satisfaction-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}
.shop-satisfaction-card span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  color: var(--green-deep);
  font-weight: 900;
}
.shop-satisfaction-video {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  background: linear-gradient(135deg, var(--green), var(--green-deep));
}
.shop-satisfaction-video a {
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  padding: 24px;
}
.shop-satisfaction-video i {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.2);
  font-size: 1.6rem;
}
.shop-satisfaction-video strong {
  font-size: 1.05rem;
}
.shop-layout-list .shop-products-grid:not(.shop-featured-grid) {
  grid-template-columns: 1fr !important;
}
.shop-layout-list .shop-products-grid:not(.shop-featured-grid) .shop-product-card {
  display: grid;
  grid-template-columns: minmax(230px, 310px) minmax(0, 1fr);
  min-height: 260px;
}
.shop-layout-list .shop-products-grid:not(.shop-featured-grid) .shop-product-media {
  height: 100%;
  min-height: 260px;
}
.shop-layout-list .shop-products-grid:not(.shop-featured-grid) .shop-product-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.shop-layout-compact .shop-products-grid:not(.shop-featured-grid) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.shop-layout-compact .shop-products-grid:not(.shop-featured-grid) .shop-product-media {
  height: 155px;
}
.shop-layout-compact .shop-products-grid:not(.shop-featured-grid) .shop-product-body {
  padding: 14px;
}
.shop-layout-compact .shop-products-grid:not(.shop-featured-grid) .shop-product-body p {
  display: none;
}
.shop-layout-compact .shop-products-grid:not(.shop-featured-grid) .shop-product-meta {
  margin-bottom: 10px;
}
.shop-layout-compact .shop-products-grid:not(.shop-featured-grid) .shop-product-video {
  display: none;
}
@media (max-width: 920px) {
  .shop-layout-list .shop-products-grid:not(.shop-featured-grid) .shop-product-card {
    grid-template-columns: 1fr;
  }
  .shop-layout-compact .shop-products-grid:not(.shop-featured-grid),
  .shop-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 640px) {
  .shop-featured-section .shop-section-head,
  .shop-satisfaction-section .shop-section-head {
    padding: 0 4px;
  }
  .shop-featured-grid .shop-product-card {
    flex-basis: 82vw;
  }
  .shop-layout-compact .shop-products-grid:not(.shop-featured-grid),
  .shop-products-grid {
    grid-template-columns: 1fr !important;
  }
  .shop-satisfaction-card {
    flex-basis: 82vw;
  }
}

/* v23: cleaner Shopify-like storefront, menu modals, gallery zoom, story testimonials. */
body.shop-modal-open { overflow: hidden; }
.shop-main-menu {
  width: min(1120px, calc(100% - 32px));
  margin: -24px auto 32px;
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  border-radius: 26px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 42px rgba(18,49,66,.10);
  backdrop-filter: blur(14px);
}
.shop-main-menu a,
.shop-main-menu button {
  border: 0;
  min-height: 46px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #f4fbf6;
  color: var(--green-deep);
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.shop-main-menu .shop-cart-button {
  background: var(--green);
  color: #fff;
  box-shadow: 0 12px 26px rgba(0,143,69,.18);
}
.shop-trust-panel {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto 38px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.shop-trust-card {
  border: 0;
  text-align: right;
  padding: 22px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(20,46,62,.07);
  color: var(--text);
}
.shop-trust-card > i {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--green-soft);
  color: var(--green);
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.shop-trust-card span,
.shop-trust-card strong { display: block; font-weight: 900; }
.shop-trust-card strong { color: var(--muted); margin-top: 6px; font-size: .92rem; }
.shop-trust-action { cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.shop-trust-action:hover { transform: translateY(-3px); box-shadow: 0 24px 56px rgba(20,46,62,.12); }
.shop-content-modal,
.shop-story-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, visibility .22s ease;
}
.shop-content-modal.is-open,
.shop-story-modal.is-open { opacity: 1; visibility: visible; }
.shop-modal-backdrop,
.shop-story-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10,24,34,.62);
  backdrop-filter: blur(10px);
}
.shop-modal-panel {
  position: relative;
  width: min(780px, calc(100% - 28px));
  max-height: calc(100vh - 46px);
  margin: 23px auto;
  overflow: auto;
  border-radius: 34px;
  background: #fff;
  padding: clamp(22px, 4vw, 38px);
  box-shadow: 0 32px 90px rgba(0,0,0,.28);
}
.shop-modal-close,
.shop-story-close {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: var(--green-deep);
  cursor: pointer;
  z-index: 4;
}
.shop-modal-services { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.shop-modal-videos { margin-top: 18px; display: grid; gap: 10px; }
.shop-story-panel {
  position: relative;
  width: min(430px, calc(100% - 24px));
  height: min(760px, calc(100vh - 30px));
  margin: 15px auto;
  overflow: hidden;
  border-radius: 38px;
  background: #111;
  box-shadow: 0 32px 90px rgba(0,0,0,.35);
}
.shop-story-progress {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 16px;
  left: 72px;
  display: flex;
  gap: 5px;
}
.shop-story-progress span {
  flex: 1;
  height: 4px;
  border-radius: 4px;
  background: rgba(255,255,255,.35);
}
.shop-story-progress span.is-active { background: #fff; }
.shop-story-slides,
.shop-story-slide { width: 100%; height: 100%; }
.shop-story-slide { display: none; position: relative; }
.shop-story-slide.is-active { display: block; }
.shop-story-slide img,
.shop-story-slide video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #111;
}
.shop-story-slide span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(0,0,0,.45);
  color: #fff;
  font-weight: 900;
}
.shop-story-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 64px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  color: #fff;
  cursor: pointer;
  z-index: 4;
}
.shop-story-nav.prev { right: 12px; }
.shop-story-nav.next { left: 12px; }
.shop-gallery-grid { grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
.shop-gallery-item {
  position: relative;
  border: 0;
  padding: 0;
  margin: 0;
  height: 210px;
  border-radius: 26px;
  overflow: hidden;
  background: #eef5ef;
  cursor: zoom-in;
  box-shadow: 0 14px 34px rgba(20,46,62,.07);
}
.shop-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.shop-gallery-item span {
  position: absolute;
  inset: auto 14px 14px auto;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  color: var(--green-deep);
  box-shadow: 0 12px 28px rgba(0,0,0,.14);
}
.shop-gallery-item:hover img { transform: scale(1.06); }
.shop-bottom-nav button {
  border: 0;
  background: transparent;
  color: inherit;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-weight: 900;
}
.theme-modern_green .shop-hero {
  background: radial-gradient(circle at 12% 18%, rgba(255,214,81,.32), transparent 30%), linear-gradient(135deg,#0b8844,#04351f);
}
.theme-minimal_white {
  --bg: #fbfaf6;
  --green: #2f6b47;
  --green-deep: #193a2a;
  --yellow: #d8b45d;
}
.theme-minimal_white .shop-hero {
  color: var(--text);
  background: linear-gradient(135deg,#fff,#f4efe2);
}
.theme-minimal_white .shop-hero-overlay { background: transparent; }
.theme-minimal_white .shop-hero h1,
.theme-minimal_white .shop-hero p,
.theme-minimal_white .shop-brand,
.theme-minimal_white .shop-secondary-btn { color: var(--text); }
.theme-minimal_white .shop-eyebrow { color: var(--green-deep); background: #fff; }
.theme-market_blue {
  --green: #2f6fe8;
  --green-deep: #123a7a;
  --green-soft: #eaf2ff;
  --yellow: #ffcc4d;
}
.theme-market_blue .shop-hero { background: linear-gradient(135deg,#2f6fe8,#0a2d67); }
.theme-beauty_pink .shop-main-menu a,
.theme-beauty_pink .shop-main-menu button { background: #fff1f3; color: #8a4251; }
.theme-beauty_pink .shop-main-menu .shop-cart-button { background: #d96578; color: #fff; }
.shop-layout-list .shop-products-grid { grid-template-columns: 1fr; }
.shop-layout-list .shop-product-card { display: grid; grid-template-columns: minmax(220px, 310px) 1fr; }
.shop-layout-list .shop-product-media { height: 100%; min-height: 240px; }
.shop-layout-compact .shop-products-grid { grid-template-columns: repeat(4, 1fr); gap: 14px; }
.shop-layout-compact .shop-product-media { height: 170px; }
.shop-layout-compact .shop-product-body { padding: 14px; }
.shop-layout-compact .shop-product-body p { display: none; }
.shop-layout-compact .shop-product-actions { flex-direction: column; align-items: stretch; }
@media (max-width: 767.98px) {
  .shop-main-menu { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; margin-top: -18px; }
  .shop-main-menu a,
  .shop-main-menu button { flex: 0 0 auto; min-width: max-content; }
  .shop-trust-panel { grid-template-columns: 1fr; }
  .shop-layout-list .shop-product-card { grid-template-columns: 1fr; }
  .shop-layout-compact .shop-products-grid,
  .shop-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .shop-product-body p { display: none; }
  .shop-product-media { height: 165px; }
  .shop-gallery-item { height: 170px; }
  .shop-story-panel { width: calc(100% - 18px); height: calc(100vh - 18px); margin: 9px auto; border-radius: 28px; }
}
@media (max-width: 480px) {
  .shop-products-grid,
  .shop-layout-compact .shop-products-grid { grid-template-columns: 1fr; }
}

/* v24: two premium Shopify-like storefront moods and product video story modal. */
.theme-shopify_luxe {
  --green: #111827;
  --green-deep: #020617;
  --green-soft: #f3f4f6;
  --yellow: #f5c76b;
  --yellow-soft: #fff7df;
  --blue: #c084fc;
  --blue-deep: #7c3aed;
  --bg: #f7f4ef;
  --card: rgba(255,255,255,.82);
}
.theme-shopify_luxe .shop-page-shell {
  background:
    radial-gradient(circle at 12% 8%, rgba(245,199,107,.28), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(192,132,252,.18), transparent 30%),
    #f7f4ef;
}
.theme-shopify_luxe .shop-hero {
  min-height: 620px;
  background: linear-gradient(135deg, rgba(2,6,23,.96), rgba(17,24,39,.88)), var(--hero-image, none);
  border-bottom-left-radius: 54px;
  border-bottom-right-radius: 54px;
}
.theme-shopify_luxe .shop-hero-overlay {
  min-height: 620px;
  backdrop-filter: blur(2px);
}
.theme-shopify_luxe .shop-search-box,
.theme-shopify_luxe .shop-product-card,
.theme-shopify_luxe .shop-info-strip > div,
.theme-shopify_luxe .shop-trust-card,
.theme-shopify_luxe .shop-card,
.theme-shopify_luxe .shop-main-menu,
.theme-shopify_luxe .shop-footer {
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,.62);
  box-shadow: 0 28px 70px rgba(15,23,42,.11);
}
.theme-shopify_luxe .shop-product-media {
  background: linear-gradient(145deg,#ffffff,#f4eee5);
}
.theme-shopify_luxe .shop-primary-btn,
.theme-shopify_luxe .shop-add-to-cart {
  background: linear-gradient(135deg,#111827,#7c3aed);
  color: #fff;
}

.theme-neo_mobile {
  --green: #0f9f6e;
  --green-deep: #065f46;
  --green-soft: #e9fff6;
  --yellow: #ffdf6e;
  --yellow-soft: #fff8d9;
  --blue: #2563eb;
  --blue-deep: #1d4ed8;
  --bg: #eef8f2;
}
.theme-neo_mobile .shop-page-shell {
  background: linear-gradient(180deg,#eaf8ef,#ffffff 55%);
}
.theme-neo_mobile .shop-hero {
  min-height: 560px;
  background:
    radial-gradient(circle at 25% 14%, rgba(255,255,255,.25), transparent 20%),
    linear-gradient(145deg,#0f9f6e,#064c32);
  border-radius: 0 0 42px 42px;
}
.theme-neo_mobile .shop-hero-content {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}
.theme-neo_mobile .shop-search-box {
  margin-inline: auto;
  min-height: 72px;
}
.theme-neo_mobile .shop-category-ribbon,
.theme-neo_mobile .shop-main-menu {
  justify-content: center;
}
.theme-neo_mobile .shop-product-card {
  border-radius: 34px;
  box-shadow: 0 20px 48px rgba(6,95,70,.12);
}
.theme-neo_mobile .shop-product-media {
  height: 250px;
  background: linear-gradient(145deg,#f5fff8,#fff);
}
.theme-neo_mobile .shop-add-to-cart {
  min-height: 52px;
  border-radius: 999px;
}

.theme-preview-grid-v24-note { color: #607184; font-weight: 800; }
.preview-shopify .mlmg-theme-phone-preview { color: #111827; background: linear-gradient(180deg,#111827 0 34%,#f7f4ef 34%); }
.preview-shopify .mock-hero { background: linear-gradient(135deg,#fff,#f5c76b); }
.preview-shopify .mock-products span { background: rgba(124,58,237,.32); }
.preview-neo .mlmg-theme-phone-preview { color: #065f46; background: linear-gradient(180deg,#0f9f6e 0 32%,#e9fff6 32%); }
.preview-neo .mock-search { border-radius: 999px; height: 20px; }
.preview-neo .mock-products span { border-radius: 999px; background: #0f9f6e; }

.shop-product-video-modal {
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10020;
  transition: .22s ease;
}
.shop-product-video-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.shop-product-video-panel iframe,
.shop-product-video-panel video {
  width: min(92vw, 520px);
  height: min(70vh, 720px);
  border: 0;
  border-radius: 28px;
  background: #000;
  object-fit: contain;
  box-shadow: 0 30px 90px rgba(0,0,0,.45);
}
.shop-product-video-panel .shop-story-slide {
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.shop-video-open-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  color: #fff;
  font-weight: 900;
}
.shop-product-video {
  border: 0;
  cursor: pointer;
}
@media (max-width: 640px) {
  .theme-shopify_luxe .shop-hero,
  .theme-shopify_luxe .shop-hero-overlay,
  .theme-neo_mobile .shop-hero,
  .theme-neo_mobile .shop-hero-overlay {
    min-height: 640px;
  }
  .shop-product-video-panel iframe,
  .shop-product-video-panel video {
    width: 92vw;
    height: 68vh;
  }
}

/* v25: fully separated storefront DOM templates. Each selected style now owns a unique layout shell. */
.storefront-template { --tpl-radius: 28px; }
.storefront-template .shop-products-section { width: min(1180px, calc(100% - 36px)); }

/* Beauty app: mobile commerce app / Persian RTL app look. */
.storefront-beauty-app { background: #fbfff9; }
.beauty-app-shell { background: radial-gradient(circle at top right, rgba(11,136,68,.08), transparent 34%), #fbfff9; }
.beauty-app-hero { min-height: 560px; border-radius: 0 0 44px 44px; overflow: hidden; background-size: cover; background-position: center; }
.beauty-hero-shade { min-height: inherit; padding: 24px; background: linear-gradient(135deg, rgba(6,76,50,.94), rgba(11,136,68,.80)); }
.beauty-app-topbar { width: min(1120px, 100%); margin: 0 auto; }
.beauty-app-intro { width: min(720px, 100%); margin: 74px auto 0; text-align: center; color: #fff; }
.beauty-app-intro h1 { font-size: clamp(2.4rem, 7vw, 5.2rem); font-weight: 950; margin: 12px 0; }
.beauty-app-intro p { color: rgba(255,255,255,.84); line-height: 2; font-size: 1.08rem; }
.beauty-search { margin-inline: auto; }
.beauty-main-menu { margin-top: -28px; }
.beauty-promo-card { width: min(1120px, calc(100% - 36px)); margin: 26px auto; display:flex; align-items:center; justify-content:space-between; gap:18px; padding: 26px 30px; border-radius: 34px; background: linear-gradient(135deg,#f4fff6,#fff8e2); box-shadow: 0 18px 48px rgba(6,76,50,.08); }
.beauty-promo-card span { color: var(--green-deep); font-weight: 900; }
.beauty-promo-card h2 { margin: 6px 0; font-weight: 950; color: var(--text); }
.beauty-promo-card p { margin:0; color: var(--muted); }
.beauty-promo-card a { flex: 0 0 auto; border-radius: 999px; padding: 12px 20px; color: #fff; background: var(--green); font-weight: 900; }
.beauty-featured-section .shop-featured-grid { grid-template-columns: repeat(4, 1fr); }
.beauty-service-strip { width: min(1120px, calc(100% - 36px)); margin: 0 auto 38px; }
.beauty-gallery .shop-gallery-grid { grid-template-columns: 1.3fr .9fr .9fr; }
.beauty-gallery .shop-gallery-item:first-child { grid-row: span 2; min-height: 374px; }

/* Minimal editorial: white boutique with split hero and editorial spacing. */
.storefront-minimal-editorial { background: #fbfbf8; color: #111827; }
.minimal-page-shell { width: min(1240px, calc(100% - 34px)); margin: 0 auto; padding: 18px 0 54px; }
.minimal-header { min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; border-bottom: 1px solid #eceae4; }
.minimal-logo .shop-logo { width: 54px; height: 54px; }
.minimal-nav { display: flex; justify-content: center; gap: 18px; align-items: center; }
.minimal-nav a,.minimal-nav button { border: 0; background: transparent; color: #111827; font-weight: 900; cursor:pointer; }
.minimal-cart { background: #111827 !important; color: #fff !important; }
.minimal-hero { display: grid; grid-template-columns: 1fr 1.05fr; gap: 36px; align-items: stretch; min-height: 560px; padding: 52px 0; }
.minimal-hero-copy { align-self: center; padding: 46px; border-radius: 38px; background: #fff; box-shadow: 0 20px 70px rgba(17,24,39,.06); }
.minimal-hero-copy > span,.minimal-section-title span,.luxe-section-kicker { color: #a9814b; font-weight: 950; letter-spacing: .04em; }
.minimal-hero-copy h1 { font-size: clamp(2.5rem, 6vw, 5.6rem); font-weight: 950; line-height: 1.1; margin: 14px 0; }
.minimal-hero-copy p { color: #667085; line-height: 2.1; }
.minimal-hero-art { border-radius: 44px; background-size: cover; background-position: center; min-height: 520px; display:flex; align-items:end; justify-content:center; overflow:hidden; box-shadow: 0 24px 80px rgba(0,0,0,.12); }
.minimal-hero-art span { margin: 32px; width: 118px; height: 118px; border-radius: 34px; background: rgba(255,255,255,.88); display:flex; align-items:center; justify-content:center; box-shadow: 0 20px 60px rgba(0,0,0,.14); }
.minimal-hero-art img { max-width: 86%; max-height: 86%; object-fit: contain; }
.minimal-meta-row { display:grid; grid-template-columns: .7fr .9fr 1.4fr; gap:14px; margin-bottom: 42px; }
.minimal-meta-row > div { border-radius: 28px; padding: 20px; background: #fff; box-shadow: 0 16px 44px rgba(17,24,39,.05); }
.minimal-meta-row small { display:block; color:#667085; margin-bottom: 8px; }
.minimal-meta-row strong { font-size:1.2rem; font-weight:950; }
.minimal-section-title { text-align:center; margin: 24px 0; }
.minimal-section-title h2 { font-weight:950; margin: 8px 0; }
.minimal-featured-grid { grid-template-columns: repeat(3, 1fr); }
.minimal-gallery .shop-gallery-grid { grid-template-columns: repeat(6,1fr); }
.minimal-gallery .shop-gallery-item:nth-child(1),.minimal-gallery .shop-gallery-item:nth-child(4) { grid-column: span 2; }
.minimal-products .shop-products-grid { gap: 28px; }

/* Market dashboard: sidebar + catalog. */
.storefront-market-dashboard { background: #f3f7ff; }
.market-shell { display:grid; grid-template-columns: 280px minmax(0,1fr); min-height: 100vh; }
.market-sidebar { position: sticky; top:0; height:100vh; padding: 24px; background: linear-gradient(180deg,#123d8f,#2266d3); color:#fff; display:flex; flex-direction:column; gap: 12px; z-index: 6; }
.market-sidebar a,.market-sidebar button { display:flex; align-items:center; gap:10px; border:0; border-radius: 18px; padding: 12px 14px; background: rgba(255,255,255,.10); color:#fff; font-weight:900; cursor:pointer; text-align:right; }
.market-sidebar .shop-logo { width:58px; height:58px; }
.market-brand { margin-bottom: 18px; background: rgba(255,255,255,.16) !important; }
.market-cart { margin-top:auto; background:#fff !important; color:#123d8f !important; }
.market-content { padding: 24px 32px 54px; }
.market-hero { min-height: 360px; border-radius: 36px; padding: 34px; display:grid; grid-template-columns: 1fr minmax(360px,.8fr); gap:28px; align-items:end; background-size:cover; background-position:center; color:#fff; overflow:hidden; box-shadow: 0 28px 80px rgba(34,102,211,.16); }
.market-hero h1 { font-size: clamp(2rem, 5vw, 4.4rem); font-weight:950; }
.market-hero p { max-width: 620px; color: rgba(255,255,255,.88); line-height:2; }
.market-search { align-self:end; }
.market-stats { display:grid; grid-template-columns: 160px 220px 1fr; gap:14px; margin: -36px 28px 34px; position:relative; z-index:4; }
.market-stats > div { padding:18px; border-radius:24px; background:#fff; box-shadow: 0 18px 54px rgba(18,61,143,.09); }
.market-stats strong { font-weight:950; font-size:1.3rem; color:#123d8f; }
.market-stats span { color:#667085; }
.market-featured .shop-featured-grid { grid-template-columns: repeat(4, 1fr); }
.market-gallery .shop-gallery-grid { grid-template-columns: repeat(5,1fr); }
.market-products.shop-layout-list .shop-products-grid { grid-template-columns: 1fr; }

/* Shopify luxe: dramatic commerce layout. */
.storefront-luxe-commerce { background:#0b1020; color:#e5e7eb; }
.luxe-shell { width:min(1320px, calc(100% - 32px)); margin:0 auto; padding:22px 0 70px; }
.luxe-nav { display:grid; grid-template-columns: auto 1fr auto; gap:24px; align-items:center; min-height:78px; }
.luxe-nav a,.luxe-nav button { color:#e5e7eb; background:transparent; border:0; font-weight:900; cursor:pointer; }
.luxe-nav > div { display:flex; justify-content:center; gap:20px; }
.luxe-cart { background: rgba(255,255,255,.10) !important; color:#fff !important; }
.luxe-hero { display:grid; grid-template-columns: .9fr 1.1fr; gap:28px; min-height:620px; align-items:stretch; }
.luxe-hero-copy { display:flex; flex-direction:column; justify-content:center; padding:48px; border-radius:44px; background: radial-gradient(circle at top left, rgba(255,255,255,.13), transparent 42%), linear-gradient(135deg,#111827,#0f172a); border:1px solid rgba(255,255,255,.10); }
.luxe-hero-copy h1 { font-size: clamp(2.5rem, 6vw, 6rem); font-weight:950; line-height:1.08; margin: 12px 0; }
.luxe-hero-copy p { color:#a9b4c6; line-height:2.1; }
.luxe-actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:22px; }
.luxe-hero-visual { border-radius:48px; background-size:cover; background-position:center; min-height:580px; position:relative; overflow:hidden; box-shadow: 0 40px 120px rgba(0,0,0,.28); }
.luxe-hero-visual:before { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(15,23,42,.08), rgba(15,23,42,.74)); }
.luxe-glass-card { position:absolute; inset:auto 32px 32px auto; width:230px; border-radius:30px; padding:20px; background:rgba(255,255,255,.15); backdrop-filter: blur(18px); border:1px solid rgba(255,255,255,.18); display:grid; gap:10px; }
.luxe-glass-card img { max-height:76px; max-width:100%; object-fit:contain; }
.luxe-search-line { display:grid; grid-template-columns: minmax(320px,.7fr) 1fr; gap:18px; align-items:center; margin: 28px 0; }
.luxe-search-line .shop-category-ribbon { width:100%; margin:0; }
.luxe-showcase { margin: 56px 0; }
.luxe-masonry-products { grid-template-columns: 1.2fr .8fr .8fr; align-items:stretch; }
.luxe-masonry-products .shop-product-card:first-child { grid-row: span 2; }
.luxe-story-band { display:grid; grid-template-columns: 1fr auto auto; gap:16px; align-items:center; padding:30px; border-radius:36px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.10); margin: 40px 0; }
.luxe-story-band h2 { color:#fff; font-weight:950; }
.luxe-story-band button { border:1px solid rgba(255,255,255,.16); background:rgba(255,255,255,.08); color:#fff; border-radius:999px; padding:12px 18px; font-weight:900; }
.luxe-gallery .shop-gallery-grid { grid-template-columns: 1.5fr 1fr 1fr; }
.luxe-catalog h2 { color:#fff; font-weight:950; }
.storefront-luxe-commerce .shop-store-footer { background:#070b16; }

/* Neo mobile: phone-first shell with app sections. */
.storefront-neo-app { background:#edf7f0; }
.neo-phone-shell { width:min(760px, 100%); margin:0 auto; padding-bottom:80px; background:#fffdfa; min-height:100vh; box-shadow: 0 0 70px rgba(0,0,0,.08); }
.neo-status-hero { min-height: 360px; padding: 18px; border-radius: 0 0 34px 34px; background-size:cover; background-position:center; color:#fff; }
.neo-header { display:grid; grid-template-columns: 52px 1fr 52px; gap:12px; align-items:center; }
.neo-logo { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px; color:#fff; font-weight:950; }
.neo-logo img { max-height:50px; max-width:88px; object-fit:contain; }
.neo-search { margin: 120px auto 0; width: min(640px, 100%); }
.neo-story-actions { display:grid; grid-template-columns: repeat(4,1fr); gap:12px; width:calc(100% - 28px); margin: -30px auto 22px; position:relative; z-index:4; }
.neo-story-actions a,.neo-story-actions button { min-height:86px; border:0; border-radius:24px; background:#fff; box-shadow:0 18px 40px rgba(0,0,0,.08); display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px; color:#064c32; font-weight:900; }
.neo-story-actions i { font-size:1.35rem; }
.neo-feature-card { width:calc(100% - 28px); margin: 0 auto 22px; padding:20px; border-radius:30px; background: linear-gradient(135deg,#f2fff5,#fff6db); }
.neo-feature-card h2 { font-weight:950; color:#064c32; }
.neo-horizontal-products { display:flex !important; overflow-x:auto; gap:14px; padding-bottom:10px; }
.neo-horizontal-products .shop-product-card { flex: 0 0 260px; }
.neo-gallery,.neo-products { width:calc(100% - 28px) !important; }
.neo-benefits { width:calc(100% - 28px); margin: 0 auto 22px; padding:18px; border-radius:26px; background:#f5faf6; }
.neo-benefits > span { display:block; margin-top:10px; color:#64748b; font-weight:900; }
.neo-products .shop-products-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap:12px; }
.neo-products .shop-product-card { border-radius:24px; }
.neo-products .shop-product-media { height:180px; }
.neo-bottom-nav { max-width:760px; left:50%; transform:translateX(-50%); right:auto; }

@media (max-width: 1100px) {
  .market-shell { grid-template-columns: 1fr; }
  .market-sidebar { position:relative; height:auto; flex-direction:row; overflow-x:auto; }
  .market-sidebar a,.market-sidebar button { flex:0 0 auto; }
  .market-content { padding:18px; }
  .market-hero,.luxe-hero,.luxe-search-line,.minimal-hero { grid-template-columns:1fr; }
  .market-stats,.minimal-meta-row,.luxe-story-band { grid-template-columns:1fr; margin:18px 0; }
}
@media (max-width: 760px) {
  .beauty-app-hero { min-height: 500px; border-radius:0 0 30px 30px; }
  .beauty-app-intro { margin-top:54px; }
  .beauty-featured-section .shop-featured-grid,.minimal-featured-grid,.market-featured .shop-featured-grid,.luxe-masonry-products { grid-template-columns:1fr; }
  .beauty-promo-card { display:block; }
  .beauty-promo-card a { display:inline-flex; margin-top:14px; }
  .minimal-header { grid-template-columns:1fr auto; }
  .minimal-nav { grid-column:1/-1; overflow-x:auto; justify-content:flex-start; }
  .minimal-hero-copy { padding:28px; }
  .minimal-hero-art { min-height:320px; }
  .market-sidebar { border-radius:0 0 26px 26px; }
  .market-hero { min-height:420px; padding:22px; }
  .luxe-shell { width:calc(100% - 22px); }
  .luxe-hero-copy { padding:28px; }
  .luxe-hero-visual { min-height:360px; }
  .luxe-story-band { padding:20px; }
  .neo-story-actions { grid-template-columns: repeat(4, 92px); overflow-x:auto; }
  .neo-products .shop-products-grid { grid-template-columns:1fr; }
}

/* Soft rose beauty: entirely separate pink boutique DOM. */
.storefront-soft-beauty { background: linear-gradient(180deg,#fff6f4,#fffdf9); --green:#d96a79; --green-deep:#9b3f4b; --green-soft:#fff0f2; --yellow:#eab8a6; --yellow-soft:#fff7ef; --blue:#c75b72; --blue-deep:#8e3650; }
.soft-beauty-shell { width:min(1180px, calc(100% - 32px)); margin:0 auto; padding:20px 0 72px; }
.soft-header { display:grid; grid-template-columns:52px 1fr 52px; align-items:center; min-height:84px; }
.soft-logo { justify-self:center; text-align:center; color:#8e3650; display:grid; gap:4px; }
.soft-logo img { max-height:54px; max-width:120px; object-fit:contain; margin:auto; }
.soft-logo strong { font-size:2rem; font-weight:950; }
.soft-logo small { color:#9b6c75; }
.soft-hero { display:grid; grid-template-columns: .85fr 1.15fr; gap:24px; align-items:stretch; margin:24px 0 32px; }
.soft-hero-text { padding:42px; border-radius:42px; background:rgba(255,255,255,.75); box-shadow:0 24px 80px rgba(217,106,121,.10); display:flex; flex-direction:column; justify-content:center; }
.soft-hero-text > span { color:#d96a79; font-weight:950; }
.soft-hero-text h1 { font-size:clamp(2.4rem,6vw,5rem); font-weight:950; color:#7b2d3d; margin:12px 0; }
.soft-hero-text p { color:#765b62; line-height:2; }
.soft-hero-image { min-height:460px; border-radius:46px; background-size:cover; background-position:center; box-shadow:0 24px 80px rgba(217,106,121,.18); }
.soft-about-card { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin: 0 0 34px; }
.soft-about-card button { border:0; border-radius:32px; min-height:120px; background:#fff; box-shadow:0 18px 50px rgba(217,106,121,.09); display:grid; grid-template-columns:80px 1fr; align-items:center; text-align:right; padding:18px; cursor:pointer; }
.soft-about-card i { width:64px; height:64px; display:flex; align-items:center; justify-content:center; border-radius:50%; background:#fff0f2; color:#d96a79; font-size:1.6rem; }
.soft-about-card span { font-weight:950; color:#7b2d3d; }
.soft-about-card strong { display:block; color:#8b6a70; font-weight:700; margin-top:5px; }
.soft-title { text-align:center; margin: 34px 0 20px; }
.soft-title span { display:inline-block; width:42px; height:3px; border-radius:4px; background:#d96a79; }
.soft-title h2 { margin:8px 0 0; color:#7b2d3d; font-weight:950; }
.soft-featured .shop-products-grid { grid-template-columns: repeat(3, 1fr); }
.soft-gallery .shop-gallery-grid { grid-template-columns: 1fr 1fr 1fr; }
.soft-products .shop-products-grid { gap:24px; }

/* Corporate green MLMGram: different DOM and formal landing style. */
.storefront-mlmg-corporate { background:#f6fbf7; }
.mlmg-corp-shell { width:min(1220px, calc(100% - 34px)); margin:0 auto; padding:20px 0 70px; }
.mlmg-corp-header { min-height:80px; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:18px; }
.mlmg-corp-header nav { display:flex; align-items:center; justify-content:center; gap:18px; }
.mlmg-corp-header nav a,.mlmg-corp-header nav button { border:0; background:transparent; color:#10233f; font-weight:900; cursor:pointer; }
.mlmg-corp-hero { display:grid; grid-template-columns:1fr 1fr; gap:24px; align-items:stretch; min-height:560px; }
.mlmg-corp-copy { padding:46px; border-radius:38px; background:linear-gradient(135deg,#0b8844,#006c38); color:#fff; display:flex; flex-direction:column; justify-content:center; box-shadow:0 28px 80px rgba(0,143,69,.18); }
.mlmg-corp-copy > span { color:#ffd651; font-weight:950; }
.mlmg-corp-copy h1 { font-weight:950; font-size:clamp(2.4rem,6vw,5rem); margin:12px 0; }
.mlmg-corp-copy p { color:rgba(255,255,255,.86); line-height:2; }
.mlmg-corp-actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:20px; }
.mlmg-corp-visual { border-radius:38px; background-size:cover; background-position:center; position:relative; overflow:hidden; box-shadow:0 28px 80px rgba(16,35,63,.12); }
.mlmg-corp-visual:after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent,rgba(0,0,0,.46)); }
.mlmg-corp-card { position:absolute; z-index:2; left:28px; bottom:28px; width:230px; padding:22px; border-radius:30px; background:rgba(255,255,255,.88); box-shadow:0 18px 50px rgba(0,0,0,.14); color:#10233f; display:grid; gap:8px; }
.mlmg-corp-card img { max-width:100%; max-height:70px; object-fit:contain; }
.mlmg-corp-services { margin:-34px auto 38px; width:min(880px, 92%); padding:20px; border-radius:28px; background:#fff; box-shadow:0 20px 60px rgba(0,143,69,.12); position:relative; z-index:3; }
.mlmg-corp-featured .shop-products-grid { grid-template-columns: repeat(4, 1fr); }
.mlmg-corp-gallery .shop-gallery-grid { grid-template-columns: 1.5fr 1fr 1fr; }

@media (max-width: 900px) {
  .soft-hero,.mlmg-corp-hero { grid-template-columns:1fr; }
  .soft-hero-image,.mlmg-corp-visual { min-height:320px; }
  .soft-about-card { grid-template-columns:1fr; }
  .soft-featured .shop-products-grid,.mlmg-corp-featured .shop-products-grid { grid-template-columns:1fr; }
  .mlmg-corp-header { grid-template-columns:1fr auto; }
  .mlmg-corp-header nav { grid-column:1/-1; overflow-x:auto; justify-content:flex-start; }
}

/* v26 - Radical storefront themes: marketplace, mega-market and richer mobile UX */
.mlmg-public-shop { scroll-behavior: smooth; }
.mlmg-public-shop .shop-product-card { position: relative; isolation: isolate; }
.mlmg-public-shop .shop-product-card:before { content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; opacity: 0; background: linear-gradient(135deg, rgba(255,255,255,.25), rgba(255,255,255,0)); transition: opacity .25s ease; z-index: 1; }
.mlmg-public-shop .shop-product-card:hover:before { opacity: 1; }
.mlmg-public-shop .shop-add-to-cart i { margin-inline-end: 6px; }
.mlmg-public-shop .shop-product-featured { display: inline-flex; align-items: center; gap: 5px; padding: 5px 10px; border-radius: 999px; font-size: .78rem; font-weight: 900; background: #fff3cd; color: #926600; }
.mlmg-public-shop .shop-product-category { display: inline-flex; align-items: center; gap: 5px; padding: 5px 10px; border-radius: 999px; font-size: .78rem; font-weight: 900; background: #f0f7ff; color: #1f5ca8; }

/* Digi-style marketplace */
.storefront-digimart { --digi-red:#ef394e; --digi-red-dark:#cf263d; --digi-bg:#f3f4f6; --digi-text:#23254e; --digi-muted:#81858b; --digi-line:#e6e8ed; background: var(--digi-bg); color: var(--digi-text); }
.storefront-digimart .digi-shell { width: min(1480px, 100%); margin: 0 auto; padding: 0 16px 90px; }
.storefront-digimart .digi-topbar { position: sticky; top: 0; z-index: 80; display: grid; grid-template-columns: 260px minmax(280px,1fr) 150px; gap: 16px; align-items: center; padding: 14px 18px; margin: 0 -16px 0; background: rgba(255,255,255,.96); backdrop-filter: blur(18px); box-shadow: 0 8px 30px rgba(35,37,78,.08); }
.storefront-digimart .digi-logo { display: flex; align-items: center; gap: 10px; color: var(--digi-text); }
.storefront-digimart .digi-logo .shop-logo { width: 58px; height: 58px; border-radius: 18px; box-shadow: 0 10px 24px rgba(0,0,0,.08); }
.storefront-digimart .digi-logo small { display: block; color: var(--digi-muted); margin-top: 4px; }
.storefront-digimart .digi-search { margin: 0; min-height: 54px; box-shadow: none; border-radius: 18px; background: #f1f2f4; border: 1px solid transparent; }
.storefront-digimart .digi-search:focus-within { border-color: rgba(239,57,78,.35); background: #fff; }
.storefront-digimart .digi-search i { color: var(--digi-red); }
.storefront-digimart .digi-cart { background: #fff; color: var(--digi-red); border: 1px solid #f0d3d8; box-shadow: none; }
.storefront-digimart .digi-cart b, .storefront-digimart .digi-bottom b { background: var(--digi-red); color:#fff; }
.storefront-digimart .digi-mega-nav { display: flex; align-items: center; gap: 10px; padding: 12px 8px; overflow-x: auto; color: #3f4064; }
.storefront-digimart .digi-mega-nav a, .storefront-digimart .digi-mega-nav button { white-space: nowrap; border: 0; background: transparent; color: #3f4064; font-weight: 900; padding: 10px 12px; border-radius: 12px; cursor: pointer; }
.storefront-digimart .digi-mega-nav a:hover, .storefront-digimart .digi-mega-nav button:hover { background: #fff; color: var(--digi-red); }
.storefront-digimart .digi-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 18px; margin-top: 10px; }
.storefront-digimart .digi-hero-card { min-height: 360px; border-radius: 28px; padding: 42px; background-size: cover; background-position: center; color: #fff; box-shadow: 0 24px 70px rgba(239,57,78,.16); position: relative; overflow: hidden; }
.storefront-digimart .digi-hero-card:after { content:''; position:absolute; width: 330px; height:330px; border-radius:50%; left:-90px; bottom:-120px; background: rgba(255,255,255,.13); }
.storefront-digimart .digi-hero-card h1 { font-size: clamp(2rem, 6vw, 4.8rem); line-height: 1.25; margin: 14px 0; font-weight: 950; text-shadow: 0 12px 30px rgba(0,0,0,.18); }
.storefront-digimart .digi-hero-card p { max-width: 580px; font-size: 1.1rem; line-height: 2; }
.storefront-digimart .digi-badge { display: inline-flex; padding: 9px 14px; border-radius: 999px; color: var(--digi-red); background: #fff; font-weight: 950; }
.storefront-digimart .digi-hero-actions { display:flex; gap:10px; margin-top:20px; flex-wrap:wrap; }
.storefront-digimart .digi-hero-actions a, .storefront-digimart .digi-hero-actions button { border:0; padding: 13px 18px; border-radius: 15px; font-weight: 950; cursor:pointer; }
.storefront-digimart .digi-hero-actions a { background:#fff; color: var(--digi-red); }
.storefront-digimart .digi-hero-actions button { background: rgba(255,255,255,.16); color:#fff; border:1px solid rgba(255,255,255,.35); }
.storefront-digimart .digi-side-offers { display:grid; gap:18px; }
.storefront-digimart .digi-side-offers > div { border-radius: 28px; background:#fff; padding: 24px; box-shadow: 0 18px 45px rgba(35,37,78,.06); min-height: 166px; }
.storefront-digimart .digi-side-offers i { width: 52px; height:52px; display:flex; align-items:center; justify-content:center; border-radius:18px; color:var(--digi-red); background:#fff0f2; font-size: 1.4rem; margin-bottom:12px; }
.storefront-digimart .digi-side-offers strong { display:block; font-size:1.1rem; margin-bottom:8px; }
.storefront-digimart .digi-side-offers .shop-service-chip { margin: 4px; background:#f4f5f7; color:#3f4064; }
.storefront-digimart .digi-categories-wrap .shop-category-ribbon { margin: 18px 0 12px; width:100%; }
.storefront-digimart .shop-category-pill { min-width: 112px; border-radius: 18px; color:#3f4064; box-shadow: none; border: 1px solid var(--digi-line); }
.storefront-digimart .shop-category-pill i { background:#f6f7f9; color:var(--digi-red); }
.storefront-digimart .shop-category-pill.is-active, .storefront-digimart .shop-category-pill:hover { background: var(--digi-red); color:#fff; }
.storefront-digimart .digi-amazing { margin-top: 20px; padding: 24px; border-radius: 30px; background: linear-gradient(135deg, var(--digi-red), var(--digi-red-dark)); }
.storefront-digimart .digi-section-title { display:flex; align-items:end; justify-content:space-between; gap:12px; margin: 6px 0 20px; }
.storefront-digimart .digi-section-title span { color: var(--digi-red); background:#fff; border-radius:999px; padding:6px 12px; font-weight:950; }
.storefront-digimart .digi-amazing .digi-section-title h2, .storefront-digimart .digi-amazing .digi-section-title a { color:#fff; }
.storefront-digimart .digi-section-title h2 { margin:0; font-size:1.6rem; font-weight:950; }
.storefront-digimart .digi-amazing-rail { display:flex !important; gap:14px; overflow-x:auto; padding-bottom:8px; scroll-snap-type:x mandatory; }
.storefront-digimart .digi-amazing-rail .shop-product-card { flex:0 0 260px; scroll-snap-align:start; border-radius:22px; }
.storefront-digimart .shop-products-grid:not(.digi-amazing-rail) { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.storefront-digimart .shop-product-card { border-radius: 22px; box-shadow: 0 12px 32px rgba(35,37,78,.06); border: 1px solid #edf0f3; }
.storefront-digimart .shop-product-media { height: 210px; background: #fff; }
.storefront-digimart .shop-product-body { padding: 16px; }
.storefront-digimart .shop-product-body p { font-size:.88rem; min-height:60px; }
.storefront-digimart .shop-product-meta strong { color: var(--digi-red); background: #fff2f4; }
.storefront-digimart .shop-add-to-cart { background: var(--digi-red); }
.storefront-digimart .digi-gallery, .storefront-digimart .digi-catalog { margin-top: 26px; padding: 24px; border-radius: 30px; background: #fff; box-shadow: 0 18px 45px rgba(35,37,78,.05); }

/* Mega yellow / global marketplace */
.storefront-megamarket { --mega-dark:#131921; --mega-nav:#232f3e; --mega-yellow:#ffcf33; --mega-orange:#f5a623; --mega-bg:#e8edf3; --mega-text:#111827; background: var(--mega-bg); color: var(--mega-text); }
.storefront-megamarket .mega-shell { width: min(1500px, 100%); margin:0 auto; padding-bottom: 90px; }
.storefront-megamarket .mega-header { position: sticky; top:0; z-index:90; min-height:72px; display:grid; grid-template-columns:260px minmax(280px,1fr) 160px; gap:14px; align-items:center; padding:12px 22px; background:var(--mega-dark); color:#fff; }
.storefront-megamarket .mega-brand { color:#fff; display:flex; gap:10px; align-items:center; }
.storefront-megamarket .mega-brand .shop-logo { width:56px; height:56px; border-radius:16px; background:#fff; }
.storefront-megamarket .mega-brand small { display:block; color:#cbd5e1; }
.storefront-megamarket .mega-search { display:grid; grid-template-columns:130px 1fr 58px; min-height:50px; border-radius:10px; overflow:hidden; box-shadow:0 8px 22px rgba(0,0,0,.22); }
.storefront-megamarket .mega-search select, .storefront-megamarket .mega-search input, .storefront-megamarket .mega-search button { border:0; outline:0; }
.storefront-megamarket .mega-search select { padding:0 12px; background:#f3f4f6; color:#374151; font-weight:800; }
.storefront-megamarket .mega-search input { padding:0 16px; font-size:1rem; }
.storefront-megamarket .mega-search button { background:var(--mega-yellow); color:#111; font-size:1.2rem; cursor:pointer; }
.storefront-megamarket .mega-cart { background:transparent; color:#fff; box-shadow:none; border:1px solid rgba(255,255,255,.25); }
.storefront-megamarket .mega-cart b, .storefront-megamarket .mega-bottom b { background: var(--mega-yellow); color:#111; }
.storefront-megamarket .mega-nav { display:flex; gap:12px; align-items:center; overflow-x:auto; padding:10px 22px; background:var(--mega-nav); color:#fff; }
.storefront-megamarket .mega-nav a, .storefront-megamarket .mega-nav button { color:#fff; border:0; background:transparent; font-weight:900; padding:8px 10px; white-space:nowrap; border-radius:8px; }
.storefront-megamarket .mega-nav a:hover, .storefront-megamarket .mega-nav button:hover { background:rgba(255,255,255,.12); }
.storefront-megamarket .mega-hero { display:grid; grid-template-columns:minmax(0,1fr) 310px; gap:20px; padding:22px; }
.storefront-megamarket .mega-hero-banner { min-height:360px; border-radius:26px; background-position:center; background-size:cover; color:#fff; padding:42px; position:relative; overflow:hidden; box-shadow:0 24px 50px rgba(19,25,33,.12); }
.storefront-megamarket .mega-hero-banner:after { content:''; position:absolute; inset:auto -20% -45% auto; width:520px; height:520px; border-radius:50%; background:radial-gradient(circle, rgba(255,207,51,.42), transparent 65%); }
.storefront-megamarket .mega-hero-banner span { display:inline-flex; background:var(--mega-yellow); color:#111; border-radius:999px; padding:8px 14px; font-weight:950; }
.storefront-megamarket .mega-hero-banner h1 { margin:16px 0; max-width:680px; font-size:clamp(2rem,5.4vw,4.6rem); line-height:1.2; font-weight:950; }
.storefront-megamarket .mega-hero-banner p { max-width:560px; line-height:2; }
.storefront-megamarket .mega-hero-banner a { display:inline-flex; margin-top:18px; padding:13px 18px; border-radius:12px; background:var(--mega-yellow); color:#111; font-weight:950; }
.storefront-megamarket .mega-deal-card { border-radius:26px; padding:28px; background:#fff; box-shadow:0 20px 45px rgba(19,25,33,.08); display:flex; flex-direction:column; justify-content:center; gap:12px; }
.storefront-megamarket .mega-deal-card i { width:64px; height:64px; border-radius:20px; display:flex; align-items:center; justify-content:center; background:#fff7d1; color:#b76b00; font-size:1.8rem; }
.storefront-megamarket .mega-deal-card strong { font-size:1.35rem; }
.storefront-megamarket .mega-deal-card button { background:var(--mega-dark); color:#fff; }
.storefront-megamarket .mega-category-dock .shop-category-ribbon { width:auto; margin:0 22px 18px; background:#fff; border-radius:22px; padding:12px; }
.storefront-megamarket .shop-category-pill { min-width:112px; box-shadow:none; border:1px solid #e5e7eb; }
.storefront-megamarket .shop-category-pill.is-active, .storefront-megamarket .shop-category-pill:hover { color:#111; background:var(--mega-yellow); }
.storefront-megamarket .mega-deals, .storefront-megamarket .mega-products, .storefront-megamarket .mega-gallery { margin:22px; padding:24px; border-radius:26px; background:#fff; box-shadow:0 18px 40px rgba(19,25,33,.06); }
.storefront-megamarket .mega-section-title { display:flex; justify-content:space-between; align-items:end; gap:12px; margin-bottom:18px; border-bottom:1px solid #eef1f5; padding-bottom:14px; }
.storefront-megamarket .mega-section-title h2 { margin:0; font-weight:950; }
.storefront-megamarket .mega-section-title span { color:#6b7280; }
.storefront-megamarket .mega-deals-grid { display:flex !important; gap:14px; overflow-x:auto; padding-bottom:8px; }
.storefront-megamarket .mega-deals-grid .shop-product-card { flex:0 0 250px; }
.storefront-megamarket .shop-products-grid:not(.mega-deals-grid) { grid-template-columns:repeat(5,minmax(0,1fr)); gap:14px; }
.storefront-megamarket .shop-product-card { border-radius:16px; box-shadow:none; border:1px solid #e5e7eb; }
.storefront-megamarket .shop-product-media { height:190px; }
.storefront-megamarket .shop-product-body { padding:14px; }
.storefront-megamarket .shop-product-body p { min-height:54px; font-size:.86rem; }
.storefront-megamarket .shop-product-meta strong { background:#fff7d1; color:#7c4a00; }
.storefront-megamarket .shop-add-to-cart { background:var(--mega-yellow); color:#111; }
.storefront-megamarket .mega-trust { margin:22px; padding:18px 22px; border-radius:22px; background:#fff; display:flex; align-items:center; justify-content:space-between; gap:18px; box-shadow:0 18px 40px rgba(19,25,33,.06); }
.storefront-megamarket .mega-trust > div:first-child { display:flex; gap:10px; align-items:center; font-weight:950; }
.storefront-megamarket .mega-trust button { border:0; border-radius:14px; background:var(--mega-dark); color:#fff; padding:12px 16px; font-weight:950; }

/* Make existing templates feel structurally distinct */
.storefront-soft-beauty { background: radial-gradient(circle at 80% 0%, #ffe7ec 0 28%, transparent 29%), linear-gradient(180deg,#fff8f7,#fff); }
.storefront-soft-beauty .soft-hero { border-radius: 0 0 54px 54px; box-shadow: 0 24px 70px rgba(201,102,116,.14); }
.storefront-soft-beauty .shop-product-card { border-radius: 34px; box-shadow: 0 18px 45px rgba(201,102,116,.10); }
.storefront-soft-beauty .shop-products-grid { gap:24px; }
.storefront-minimal-editorial .minimal-shell { background:#fff; }
.storefront-minimal-editorial .shop-product-card { box-shadow:none; border:1px solid #eee; border-radius:0; }
.storefront-minimal-editorial .shop-product-media { background:#f8f8f6; }
.storefront-minimal-editorial .shop-add-to-cart { border-radius:0; background:#111; }
.storefront-mlmg-corporate .corporate-hero { min-height: 420px; border-radius: 0 0 40px 40px; }
.storefront-mlmg-corporate .shop-product-card { border-bottom: 4px solid #ffd651; }
.storefront-market-dashboard .market-shell { background:#f5f8fc; }
.storefront-market-dashboard .market-sidebar { border-radius:0 0 28px 0; box-shadow:0 20px 70px rgba(37,99,235,.10); }
.storefront-luxe-commerce { background:#0f172a; }
.storefront-luxe-commerce .luxe-shell { background: radial-gradient(circle at 20% 0%, rgba(245,166,35,.25), transparent 28%), #0f172a; color:#fff; }
.storefront-luxe-commerce .shop-product-card { background: rgba(255,255,255,.92); backdrop-filter: blur(18px); border:1px solid rgba(255,255,255,.35); }
.storefront-luxe-commerce .luxe-story-band { background: rgba(255,255,255,.10); color:#fff; border:1px solid rgba(255,255,255,.16); }
.storefront-neo-app { background:#071b16; }
.storefront-neo-app .neo-shell { background: radial-gradient(circle at 50% -20%, rgba(0,255,180,.24), transparent 36%), #071b16; }
.storefront-neo-app .shop-product-card { background: rgba(255,255,255,.96); border:1px solid rgba(0,255,180,.22); box-shadow: 0 18px 55px rgba(0,255,180,.08); }
.storefront-neo-app .shop-add-to-cart { background: linear-gradient(135deg,#00d084,#00a3ff); }

@media (max-width: 1100px) {
  .storefront-digimart .digi-topbar, .storefront-megamarket .mega-header { grid-template-columns: 1fr; }
  .storefront-digimart .digi-hero-grid, .storefront-megamarket .mega-hero { grid-template-columns: 1fr; }
  .storefront-digimart .shop-products-grid:not(.digi-amazing-rail), .storefront-megamarket .shop-products-grid:not(.mega-deals-grid) { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .storefront-digimart .digi-shell, .storefront-megamarket .mega-shell { padding-bottom: 96px; }
  .storefront-digimart .digi-topbar, .storefront-megamarket .mega-header { position: relative; padding: 14px; margin:0; border-radius:0 0 26px 26px; }
  .storefront-megamarket .mega-search { grid-template-columns: 1fr 54px; }
  .storefront-megamarket .mega-search select { display:none; }
  .storefront-digimart .digi-cart, .storefront-megamarket .mega-cart { justify-content:center; width:100%; }
  .storefront-digimart .digi-hero-card, .storefront-megamarket .mega-hero-banner { min-height: 430px; padding: 28px; border-radius: 0 0 34px 34px; }
  .storefront-digimart .digi-hero-card h1, .storefront-megamarket .mega-hero-banner h1 { font-size: 2.35rem; }
  .storefront-digimart .digi-side-offers, .storefront-megamarket .mega-deal-card { display:none; }
  .storefront-digimart .digi-amazing, .storefront-digimart .digi-gallery, .storefront-digimart .digi-catalog, .storefront-megamarket .mega-deals, .storefront-megamarket .mega-products, .storefront-megamarket .mega-gallery, .storefront-megamarket .mega-trust { margin: 14px 10px; padding: 16px; border-radius: 24px; }
  .storefront-digimart .shop-products-grid:not(.digi-amazing-rail), .storefront-megamarket .shop-products-grid:not(.mega-deals-grid) { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .storefront-digimart .shop-product-media, .storefront-megamarket .shop-product-media { height: 156px; }
  .storefront-digimart .shop-product-body, .storefront-megamarket .shop-product-body { padding: 12px; }
  .storefront-digimart .shop-product-body p, .storefront-megamarket .shop-product-body p { display:none; }
  .storefront-digimart .shop-product-meta, .storefront-megamarket .shop-product-meta { display:block; }
  .storefront-digimart .shop-product-meta span, .storefront-megamarket .shop-product-meta span { display:none; }
  .storefront-digimart .shop-product-actions, .storefront-megamarket .shop-product-actions { flex-direction: column; }
  .storefront-digimart .shop-add-to-cart, .storefront-megamarket .shop-add-to-cart { width:100%; min-height: 40px; }
  .storefront-megamarket .mega-trust { display:block; }
}

/* Order tracking and checkout extensions */
.shop-checkout-form input,
.shop-checkout-form textarea,
.shop-track-form input {
  width: 100%;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 16px;
  padding: 12px 14px;
  margin-bottom: 10px;
  background: #fff;
  font: inherit;
}
.shop-track-fab {
  position: fixed;
  right: 18px;
  bottom: 92px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  padding: 12px 16px;
  background: linear-gradient(135deg, #0b8844, #06b66b);
  color: #fff;
  box-shadow: 0 18px 40px rgba(11, 136, 68, .28);
  cursor: pointer;
}
.shop-track-modal {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: none;
}
.shop-track-modal.is-open { display: block; }
.shop-track-panel { max-width: 520px; }
.shop-track-result .shop-track-card {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  padding: 14px;
  border-radius: 18px;
  background: #f6fff9;
  border: 1px solid rgba(11,136,68,.16);
}
.shop-track-result .is-error {
  padding: 12px;
  border-radius: 16px;
  color: #9f1239;
  background: #fff1f2;
}
@media (max-width: 768px) {
  .shop-track-fab { bottom: 78px; right: 12px; padding: 10px 12px; }
  .shop-track-fab span { display: none; }
}

/* v28 buyer notification helper */
.shop-checkout-help{display:block;margin:4px 0 10px;color:rgba(15,23,42,.60);font-size:12px;line-height:1.8}.shop-checkout-form input[dir=ltr]{text-align:left;direction:ltr}

.shop-bale-connect-button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;margin:.75rem 0 .35rem;padding:.72rem 1rem;border-radius:16px;background:#159447;color:#fff!important;text-decoration:none;font-weight:900;box-shadow:0 12px 28px rgba(21,148,71,.22)}
.shop-bale-connect-button:before{content:'\f1d8';font-family:'FontAwesome';font-weight:900}
.shop-bale-connect-note{display:block;margin-top:.35rem;color:#64748b;line-height:1.9}
.mlmg-bale-connect-help .mlmg-btn{margin-top:.75rem;display:inline-flex!important;align-items:center;gap:.4rem}


.shop-checkout-bale-note{display:flex;gap:10px;align-items:flex-start;background:linear-gradient(135deg,rgba(11,136,68,.10),rgba(246,168,0,.12));border:1px solid rgba(11,136,68,.18);border-radius:16px;padding:11px 12px;margin:8px 0 10px;color:#274034;font-size:13px;line-height:1.8}
.shop-checkout-bale-note i{color:#0b8844;margin-top:5px}


/* v30.4: هماهنگ‌سازی فونت تمام قالب‌های فروشگاه با فونت اصلی سایت */
body.mlmg-public-shop,
body.mlmg-public-shop .shop-page-shell,
body.mlmg-public-shop .shop-page-shell button,
body.mlmg-public-shop .shop-page-shell input,
body.mlmg-public-shop .shop-page-shell textarea,
body.mlmg-public-shop .shop-page-shell select,
body.mlmg-public-shop .shop-page-shell option,
body.mlmg-public-shop .shop-content-modal,
body.mlmg-public-shop .shop-story-modal,
body.mlmg-public-shop .shop-product-lightbox,
body.mlmg-public-shop .shop-cart-drawer {
  font-family: MLMgramFont, IRANSansX, Tahoma, Arial, sans-serif !important;
}
body.mlmg-public-shop .fa,
body.mlmg-public-shop .fas,
body.mlmg-public-shop .far,
body.mlmg-public-shop .fab,
body.mlmg-public-shop [class^="fa-"],
body.mlmg-public-shop [class*=" fa-"] {
  font-family: "FontAwesome" !important;
}
body.mlmg-public-shop .fab { font-family: "FontAwesome" !important; }

/* =========================================================
 * v31 UX Pro Storefront System - mobile-first independent stores
 * ========================================================= */
body.mlmg-public-shop,
body.mlmg-public-shop :where(a, button, input, textarea, select, h1, h2, h3, h4, h5, h6, p, span, strong, small, div, label, li, th, td) {
  font-family: MLMgramFont, IRANSansX, Vazirmatn, Tahoma, Arial, sans-serif !important;
}
body.mlmg-public-shop :where(.fa, .fas, .far, .fal) { font-family: "FontAwesome" !important; font-weight: 900; }
body.mlmg-public-shop :where(.fab) { font-family: "FontAwesome" !important; font-weight: 400; }
body.mlmg-public-shop {
  --v31-bg: #f7f8fb;
  --v31-surface: rgba(255,255,255,.88);
  --v31-card: #fff;
  --v31-text: #111827;
  --v31-muted: #64748b;
  --v31-line: rgba(15,23,42,.09);
  --v31-primary: #008f45;
  --v31-primary-2: #064c32;
  --v31-accent: #ffd651;
  --v31-danger: #ef394e;
  --v31-blue: #2563eb;
  --v31-radius: 28px;
  --v31-shadow: 0 24px 70px rgba(15,23,42,.11);
  --v31-soft-shadow: 0 16px 45px rgba(15,23,42,.08);
  background: var(--v31-bg);
  color: var(--v31-text);
  overflow-x: hidden;
  padding-bottom: 82px;
}
.v31-storefront button,
.v31-storefront a { -webkit-tap-highlight-color: transparent; }
.v31-storefront button:focus-visible,
.v31-storefront a:focus-visible,
.v31-storefront input:focus-visible,
.shop-cart-drawer button:focus-visible,
.shop-track-modal button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--v31-primary), white 35%);
  outline-offset: 3px;
}
.v31-shell { min-height: 100vh; position: relative; isolation: isolate; }
.v31-section { width: min(1210px, calc(100% - 32px)); margin: 0 auto 34px; }
.v31-section-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.v31-section-head span { display: inline-flex; color: var(--v31-primary); font-weight: 900; font-size: .88rem; margin-bottom: 4px; }
.v31-section-head h2 { margin: 0; font-size: clamp(1.4rem, 2.2vw, 2.05rem); line-height: 1.55; font-weight: 950; color: var(--v31-text); }
.v31-section-head a { color: var(--v31-primary); font-weight: 900; }
.v31-card { width: min(1210px, calc(100% - 32px)); margin: 0 auto 34px; padding: 18px; border: 1px solid var(--v31-line); border-radius: var(--v31-radius); background: var(--v31-card); box-shadow: var(--v31-soft-shadow); }
.v31-card-title { display: flex; align-items: center; gap: 10px; font-weight: 950; margin-bottom: 14px; }
.v31-logo { width: 58px; height: 58px; border-radius: 20px; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; background: #fff; color: var(--v31-primary); box-shadow: 0 14px 30px rgba(15,23,42,.12); flex: 0 0 58px; }
.v31-logo img { width: 100%; height: 100%; object-fit: contain; padding: 7px; }
.v31-brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; min-width: 0; }
.v31-brand strong { display: block; font-size: 1rem; font-weight: 950; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 230px; }
.v31-brand small { display: block; color: var(--v31-muted); margin-top: 2px; font-size: .76rem; }
.v31-sticky-header { position: sticky; top: 10px; z-index: 80; display: flex; align-items: center; justify-content: space-between; gap: 14px; width: min(1230px, calc(100% - 24px)); margin: 0 auto; padding: 10px 12px; border: 1px solid rgba(255,255,255,.55); border-radius: 28px; background: rgba(255,255,255,.86); box-shadow: 0 14px 45px rgba(15,23,42,.08); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
body.is-storefront-scrolled .v31-sticky-header { box-shadow: 0 18px 55px rgba(15,23,42,.14); background: rgba(255,255,255,.94); }
.v31-sticky-header nav,
.v31-header-actions,
.luxe-links,
.market-kpis { display: flex; align-items: center; gap: 10px; }
.v31-sticky-header a,
.v31-sticky-header button,
.mega-nav a,
.mega-nav button,
.market-sidebar a,
.market-sidebar button,
.beauty-main-menu a,
.beauty-main-menu button,
.neo-action-dock a,
.neo-action-dock button { border: 0; background: transparent; cursor: pointer; color: inherit; font-weight: 900; }
.v31-search { display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 0 16px; border-radius: 19px; background: #fff; border: 1px solid var(--v31-line); box-shadow: 0 10px 26px rgba(15,23,42,.06); }
.v31-search input { width: 100%; border: 0; outline: 0; background: transparent; min-height: 50px; color: var(--v31-text); font-weight: 700; }
.v31-search i { color: var(--v31-primary); }
.v31-eyebrow { display: inline-flex; align-items: center; gap: 7px; padding: 8px 13px; border-radius: 999px; background: color-mix(in srgb, var(--v31-primary), white 88%); color: var(--v31-primary-2); font-weight: 950; font-size: .84rem; }
.v31-primary,
.v31-secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 22px; border-radius: 999px; border: 0; cursor: pointer; font-weight: 950; }
.v31-primary { color: #fff; background: linear-gradient(135deg, var(--v31-primary), var(--v31-primary-2)); box-shadow: 0 18px 42px color-mix(in srgb, var(--v31-primary), transparent 72%); }
.v31-secondary { color: var(--v31-primary-2); background: #fff; border: 1px solid var(--v31-line); }
.v31-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.shop-cart-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; border-radius: 999px; padding: 9px 14px; background: var(--v31-text); color: #fff; box-shadow: 0 14px 34px rgba(15,23,42,.17); }
.shop-cart-button b { min-width: 25px; height: 25px; display: inline-flex; align-items: center; justify-content: center; margin: 0; border-radius: 999px; background: var(--v31-accent); color: #111827; font-size: .82rem; }
.shop-category-ribbon { width: 100%; display: flex; align-items: center; gap: 10px; padding: 7px 0; overflow-x: auto; scrollbar-width: none; }
.shop-category-ribbon::-webkit-scrollbar { display: none; }
.shop-category-pill { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 9px 15px; border-radius: 999px; border: 1px solid var(--v31-line); background: #fff; color: var(--v31-text); box-shadow: 0 10px 22px rgba(15,23,42,.05); cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.shop-category-pill:hover { transform: translateY(-2px); }
.shop-category-pill.is-active { color: #fff; background: var(--v31-primary); border-color: transparent; }
.shop-service-chip { background: color-mix(in srgb, var(--v31-primary), white 90%); color: var(--v31-primary-2); border: 1px solid color-mix(in srgb, var(--v31-primary), white 78%); }
.shop-products-grid { gap: 18px; }
.shop-product-card { position: relative; border: 1px solid var(--v31-line); border-radius: 26px; overflow: hidden; background: #fff; box-shadow: 0 14px 42px rgba(15,23,42,.07); transform: translateY(0); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.shop-product-card:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--v31-primary), white 68%); box-shadow: 0 24px 60px rgba(15,23,42,.13); }
.shop-product-card:before { content: ''; position: absolute; inset: 0 0 auto 0; height: 4px; background: linear-gradient(90deg, var(--v31-primary), var(--v31-accent)); opacity: .9; z-index: 2; }
.shop-product-media { height: 238px; background: linear-gradient(135deg, #f8fafc, color-mix(in srgb, var(--v31-primary), white 94%)); }
.shop-product-media img { transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.shop-product-card:hover .shop-product-media img { transform: scale(1.045); }
.shop-product-body { padding: 17px; }
.shop-product-badges { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 10px; }
.shop-product-brand,
.shop-product-featured,
.shop-product-category { display: inline-flex; align-items: center; gap: 5px; padding: 5px 9px; border-radius: 999px; font-size: .74rem; font-weight: 900; background: color-mix(in srgb, var(--v31-accent), white 60%); color: #5b4300; }
.shop-product-featured { background: color-mix(in srgb, var(--v31-primary), white 88%); color: var(--v31-primary-2); }
.shop-product-category { background: #f1f5f9; color: #475569; }
.shop-product-body h3 { font-size: 1.04rem; line-height: 1.75; min-height: 56px; color: var(--v31-text); }
.shop-product-body p { font-size: .9rem; min-height: 58px; color: var(--v31-muted); }
.shop-product-meta { justify-content: space-between; }
.shop-product-meta strong { background: #fff7ed; color: #9a3412; border: 1px solid #fed7aa; }
.shop-product-meta span { background: #f8fafc; color: #475569; border: 1px solid #e2e8f0; }
.shop-product-actions { gap: 10px; }
.shop-product-video { border: 0; cursor: pointer; background: #eef2ff; color: #3730a3; }
.shop-add-to-cart { background: linear-gradient(135deg, var(--v31-primary), var(--v31-primary-2)); box-shadow: 0 12px 26px color-mix(in srgb, var(--v31-primary), transparent 78%); }
.shop-products-grid.has-filtered-empty:after { content: 'محصولی با این جستجو پیدا نشد.'; grid-column: 1 / -1; padding: 22px; border: 1px dashed var(--v31-line); border-radius: 22px; text-align: center; color: var(--v31-muted); background: rgba(255,255,255,.75); }
.shop-gallery-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.shop-gallery-item { min-height: 178px; border: 0; border-radius: 24px; overflow: hidden; position: relative; cursor: zoom-in; padding: 0; background: #f1f5f9; box-shadow: 0 14px 36px rgba(15,23,42,.08); }
.shop-gallery-item img { width: 100%; height: 100%; min-height: 178px; object-fit: cover; transition: transform .45s ease; }
.shop-gallery-item:hover img { transform: scale(1.06); }
.shop-gallery-item span { position: absolute; inset: auto 12px 12px auto; width: 40px; height: 40px; border-radius: 999px; background: rgba(255,255,255,.9); display: inline-flex; align-items: center; justify-content: center; color: var(--v31-primary); }
.shop-store-footer { margin-top: 50px; border-radius: 34px 34px 0 0; background: #0f172a; color: #fff; }
.shop-footer-bottom b { color: var(--v31-accent); }
.shop-track-fab { right: 22px; bottom: 96px; border-radius: 999px; box-shadow: 0 18px 46px rgba(15,23,42,.18); }
.v31-bottom-nav { left: 50%; transform: translateX(-50%); right: auto; bottom: 10px; width: min(680px, calc(100% - 22px)); border: 1px solid rgba(255,255,255,.68); border-radius: 24px; background: rgba(255,255,255,.92); box-shadow: 0 16px 50px rgba(15,23,42,.18); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.v31-bottom-nav a,
.v31-bottom-nav button { border-radius: 16px; color: #475569; }
.v31-bottom-nav .shop-cart-button { background: var(--v31-primary); color: #fff; }
.shop-cart-panel { border-radius: 30px 0 0 30px; }
.shop-cart-summary { position: sticky; bottom: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 16px 0; padding: 14px 16px; border-radius: 20px; background: #0f172a; color: #fff; box-shadow: 0 12px 30px rgba(15,23,42,.16); }
.shop-cart-summary span { color: rgba(255,255,255,.68); font-size: .82rem; }
.shop-cart-summary strong { font-size: 1.05rem; font-weight: 950; }
.shop-checkout-form button[type="submit"] { background: linear-gradient(135deg, var(--v31-primary), var(--v31-primary-2)); }
.shop-checkout-form input,
.shop-checkout-form textarea,
.shop-track-form input { font-size: .94rem; }
.shop-track-card { border-radius: 22px; background: #f8fafc; border: 1px solid #e2e8f0; padding: 16px; }
/* DigiMarket */
.v31-digi { --v31-bg:#f6f6f8; --v31-primary:#ef394e; --v31-primary-2:#b91c1c; --v31-accent:#00bfd6; }
.digi-header { top: 8px; }
.digi-header .digi-search { flex: 1; max-width: 610px; }
.digi-category-strip { width: min(1230px, calc(100% - 24px)); margin: 12px auto 0; }
.digi-hero { width: min(1230px, calc(100% - 24px)); min-height: 390px; margin: 18px auto 20px; border-radius: 34px; overflow: hidden; background-size: cover; background-position: center; display: grid; grid-template-columns: minmax(0,1fr) 330px; align-items: center; gap: 20px; padding: clamp(22px,4vw,46px); box-shadow: var(--v31-shadow); }
.digi-hero-copy { max-width: 660px; color: #fff; text-shadow: 0 2px 18px rgba(0,0,0,.22); }
.digi-hero-copy h1 { font-size: clamp(2rem,4.8vw,4.6rem); margin: 14px 0; line-height: 1.2; font-weight: 950; color:#fff; }
.digi-hero-copy p { line-height: 2; color: rgba(255,255,255,.9); max-width: 620px; }
.digi-deal-card { background: rgba(255,255,255,.92); backdrop-filter: blur(18px); border-radius: 28px; padding: 24px; display: grid; gap: 12px; color: #111827; }
.digi-deal-card span { color: var(--v31-primary); font-weight: 900; }
.digi-deal-card strong { font-size: 1.45rem; line-height: 1.6; }
.digi-deal-card button { border: 0; border-radius: 18px; background: var(--v31-primary); color: #fff; min-height: 48px; font-weight: 950; }
.digi-trust-row { width: min(1230px, calc(100% - 24px)); margin: 0 auto 28px; display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.digi-trust-row div { border-radius: 22px; background: #fff; padding: 16px; display:flex; align-items:center; gap:10px; box-shadow: var(--v31-soft-shadow); }
.digi-trust-row i { color: var(--v31-primary); }
.digi-services { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.digi-services button { border:0; border-radius: 999px; padding: 12px 18px; background:#fff1f2; color:#b91c1c; font-weight:950; }
/* MegaMarket */
.v31-mega { --v31-bg:#e9edf3; --v31-primary:#f3a712; --v31-primary-2:#111827; --v31-accent:#ffd814; }
.mega-header { width: 100%; max-width: none; top: 0; margin:0; border-radius:0; background:#131921; color:#fff; border:0; }
.mega-header .v31-brand small { color:#cbd5e1; }
.mega-header .v31-logo { box-shadow:none; }
.mega-search { flex:1; max-width:720px; padding:0 0 0 0; overflow:hidden; }
.mega-search input { padding:0 14px; }
.mega-search button { width:58px; align-self:stretch; border:0; background:#ffd814; color:#111827; }
.mega-nav { display:flex; gap:16px; align-items:center; padding:10px clamp(14px,4vw,46px); background:#232f3e; color:#fff; overflow-x:auto; }
.mega-hero { width:min(1230px, calc(100% - 24px)); margin:20px auto 20px; min-height:370px; border-radius:30px; display:grid; grid-template-columns:minmax(0,1fr) 310px; gap:18px; align-items:center; padding:30px; background-size:cover; background-position:center; }
.mega-hero-card { max-width:640px; padding:28px; border-radius:26px; background:rgba(255,255,255,.92); box-shadow: var(--v31-shadow); }
.mega-hero-card span { font-weight:950; color:#b45309; }
.mega-hero-card h1 { font-size:clamp(2rem,4vw,4rem); margin:12px 0; line-height:1.2; }
.mega-hero-card p { color:#475569; line-height:2; }
.mega-side-deals { display:grid; gap:12px; }
.mega-side-deals button { min-height:92px; border:0; border-radius:22px; background:#fff; padding:16px; text-align:right; box-shadow:var(--v31-soft-shadow); }
.mega-side-deals i { color:#f59e0b; font-size:1.3rem; }
.mega-side-deals strong, .mega-side-deals span { display:block; }
.mega-categories, .mega-trust-grid { width:min(1230px, calc(100% - 24px)); margin:0 auto 24px; }
.mega-trust-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.mega-trust-grid div { background:#fff; border-radius:20px; padding:18px; display:grid; gap:5px; box-shadow:var(--v31-soft-shadow); }
/* Luxe */
.v31-luxe { --v31-bg:#0b1020; --v31-text:#f8fafc; --v31-muted:#cbd5e1; --v31-primary:#22c55e; --v31-primary-2:#0f172a; --v31-accent:#d6b46d; }
.v31-luxe .shop-product-card, .v31-luxe .v31-search, .v31-luxe .shop-category-pill { color:#111827; }
.luxe-shell { color:#fff; background: radial-gradient(circle at 80% 0, rgba(34,197,94,.25), transparent 30%), #0b1020; padding-top: 14px; }
.luxe-nav { background:rgba(15,23,42,.72); color:#fff; border-color:rgba(255,255,255,.12); }
.luxe-nav .v31-brand small { color:#cbd5e1; }
.luxe-links a, .luxe-links button { color:#e2e8f0; }
.luxe-editorial-hero { width:min(1230px, calc(100% - 24px)); margin:24px auto 34px; display:grid; grid-template-columns: .92fr 1.08fr; gap:28px; align-items:center; }
.luxe-copy h1 { font-size:clamp(2.4rem,5vw,5.6rem); line-height:1.05; margin:18px 0; color:#fff; }
.luxe-copy p { color:#cbd5e1; line-height:2; max-width:560px; }
.luxe-visual { min-height:520px; border-radius:44px; background-size:cover; background-position:center; box-shadow:0 34px 100px rgba(0,0,0,.32); position:relative; overflow:hidden; }
.luxe-floating-card { position:absolute; right:24px; bottom:24px; min-width:220px; border-radius:28px; padding:18px; background:rgba(255,255,255,.82); color:#0f172a; backdrop-filter:blur(20px); }
.luxe-floating-card span,.luxe-floating-card small { display:block; color:#475569; }
.luxe-service-runway { width:min(1230px, calc(100% - 24px)); margin:0 auto 24px; display:flex; justify-content:space-between; gap:16px; align-items:center; padding:16px; border-radius:28px; border:1px solid rgba(255,255,255,.13); background:rgba(255,255,255,.08); }
.luxe-service-runway button { border:1px solid rgba(255,255,255,.18); background:rgba(255,255,255,.1); color:#fff; border-radius:999px; padding:12px 18px; }
.luxe-category-row { width:min(1230px, calc(100% - 24px)); margin:0 auto 24px; }
.v31-luxe .v31-section-head h2 { color:#fff; }
/* Neo mobile */
.v31-neo { --v31-bg:#eef2ff; --v31-primary:#6366f1; --v31-primary-2:#312e81; --v31-accent:#06b6d4; }
.neo-phone-shell { width:min(720px, 100%); margin:0 auto; background:#f8fafc; min-height:100vh; box-shadow:0 0 0 1px rgba(15,23,42,.06), 0 40px 100px rgba(15,23,42,.14); }
.neo-app-hero { min-height:420px; border-radius:0 0 36px 36px; padding:16px; background-size:cover; background-position:center; color:#fff; }
.neo-app-header { display:flex; justify-content:space-between; align-items:center; gap:12px; }
.neo-app-header .v31-brand small { color:rgba(255,255,255,.78); }
.neo-hero-content { padding:54px 4px 12px; }
.neo-hero-content h1 { color:#fff; font-size:clamp(2rem,10vw,4.4rem); line-height:1.12; margin:16px 0; }
.neo-hero-content p { color:rgba(255,255,255,.9); line-height:2; }
.neo-action-dock { width:calc(100% - 24px); margin:-38px auto 22px; display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }
.neo-action-dock a,.neo-action-dock button { min-height:86px; border:0; border-radius:22px; background:#fff; color:#312e81; box-shadow:var(--v31-soft-shadow); display:grid; place-items:center; gap:6px; }
.neo-action-dock i { font-size:1.25rem; color:var(--v31-primary); }
.neo-categories,.neo-benefits { width:calc(100% - 24px); margin:0 auto 22px; }
.neo-feature-card { width:calc(100% - 24px); border-radius:30px; background:linear-gradient(135deg,#312e81,#6366f1); color:#fff; padding:22px; }
.neo-feature-card h2 { color:#fff; }
.neo-horizontal-products { display:flex !important; overflow-x:auto; scroll-snap-type:x mandatory; padding-bottom:8px; }
.neo-horizontal-products .shop-product-card { flex:0 0 min(310px, 84vw); scroll-snap-align:start; }
/* Minimal */
.v31-minimal { --v31-bg:#ffffff; --v31-primary:#111827; --v31-primary-2:#000; --v31-accent:#d4af37; }
.minimal-header { background:#fff; border-color:#e5e7eb; }
.minimal-header nav { display:flex; gap:16px; }
.minimal-hero { width:min(1230px, calc(100% - 24px)); margin:22px auto 30px; display:grid; grid-template-columns:.88fr 1.12fr; gap:30px; align-items:center; }
.minimal-hero-text h1 { font-size:clamp(2.4rem,5vw,5.4rem); line-height:1.06; letter-spacing:-.02em; margin:18px 0; }
.minimal-hero-text p { color:#475569; line-height:2; max-width:530px; }
.minimal-hero-image { min-height:520px; border-radius:40px; background-size:cover; background-position:center; box-shadow:var(--v31-shadow); }
.minimal-stats { width:min(1050px, calc(100% - 40px)); margin:-72px auto 34px; position:relative; display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.minimal-stats div { background:rgba(255,255,255,.92); border:1px solid rgba(15,23,42,.08); border-radius:24px; padding:18px; box-shadow:var(--v31-soft-shadow); }
.minimal-stats strong,.minimal-stats span { display:block; }
.minimal-stats strong { font-size:1.4rem; }
.minimal-categories,.minimal-services { width:min(1230px, calc(100% - 24px)); margin:0 auto 26px; }
.minimal-services { padding:18px; border-top:1px solid #e5e7eb; border-bottom:1px solid #e5e7eb; display:flex; justify-content:space-between; align-items:center; gap:16px; }
.minimal-services button { border:0; border-radius:999px; padding:12px 18px; background:#111827; color:#fff; }
/* Market Dashboard */
.v31-market { --v31-bg:#edf4ff; --v31-primary:#2563eb; --v31-primary-2:#1e3a8a; --v31-accent:#38bdf8; }
.market-shell { display:grid; grid-template-columns:280px minmax(0,1fr); min-height:100vh; }
.market-sidebar { position:sticky; top:0; height:100vh; padding:18px; background:#0f172a; color:#fff; display:flex; flex-direction:column; gap:10px; }
.market-brand { display:grid; gap:12px; margin-bottom:20px; }
.market-sidebar a,.market-sidebar button { min-height:48px; padding:12px; border-radius:16px; color:#cbd5e1; text-align:right; display:flex; align-items:center; gap:10px; }
.market-sidebar a:hover,.market-sidebar button:hover { background:rgba(255,255,255,.08); color:#fff; }
.market-sidebar .shop-cart-button { justify-content:flex-start; margin-top:auto; background:#2563eb; }
.market-main { min-width:0; padding:16px 0 40px; }
.market-top { width:min(1000px, calc(100% - 28px)); }
.market-top .v31-search { flex:1; }
.market-kpis span { padding:10px 12px; border-radius:999px; background:#eff6ff; color:#1d4ed8; font-weight:900; }
.market-hero { width:min(1000px, calc(100% - 28px)); margin:20px auto 24px; min-height:340px; border-radius:34px; background-size:cover; background-position:center; display:flex; align-items:center; padding:36px; color:#fff; box-shadow:var(--v31-shadow); }
.market-hero h1 { font-size:clamp(2rem,4vw,4.5rem); color:#fff; margin:14px 0; }
.market-hero p { max-width:600px; color:rgba(255,255,255,.9); line-height:2; }
.market-categories,.market-service-panel,.market-featured,.market-gallery,.market-products { width:min(1000px, calc(100% - 28px)); }
.market-service-panel { margin:0 auto 24px; padding:18px; border-radius:24px; background:#fff; box-shadow:var(--v31-soft-shadow); }
/* Corporate and beauty */
.v31-corp { --v31-primary:#008f45; --v31-primary-2:#064c32; --v31-accent:#ffd651; }
.mlmg-corp-nav { background:rgba(255,255,255,.91); }
.mlmg-corp-nav nav { display:flex; gap:14px; }
.mlmg-corp-hero { width:min(1230px, calc(100% - 24px)); margin:22px auto 28px; display:grid; grid-template-columns:minmax(0,1fr) minmax(320px, .86fr); gap:26px; align-items:center; padding:28px; border-radius:38px; background:linear-gradient(135deg,#eafff3,#fff7d6); }
.mlmg-corp-copy h1 { font-size:clamp(2rem,4.6vw,4.8rem); line-height:1.18; margin:16px 0; }
.mlmg-corp-copy p { color:#475569; line-height:2; max-width:600px; }
.mlmg-corp-visual { min-height:430px; border-radius:34px; background-size:cover; background-position:center; position:relative; overflow:hidden; }
.mlmg-corp-card { position:absolute; right:18px; bottom:18px; background:rgba(255,255,255,.9); border-radius:26px; padding:16px; display:grid; gap:8px; min-width:200px; }
.mlmg-corp-card img { width:64px; height:64px; object-fit:contain; }
.mlmg-corp-services,.mlmg-corp-categories { width:min(1230px, calc(100% - 24px)); margin:0 auto 24px; }
.v31-beauty-green { --v31-bg:#f0fdf4; --v31-primary:#0d9488; --v31-primary-2:#065f46; --v31-accent:#a7f3d0; }
.beauty-app-hero { min-height:520px; border-radius:0 0 42px 42px; background-size:cover; background-position:center; color:#fff; padding:18px; }
.beauty-app-topbar { color:#111827; }
.beauty-app-intro { width:min(760px, calc(100% - 20px)); margin:90px auto 0; text-align:center; }
.beauty-app-intro h1 { color:#fff; font-size:clamp(2.1rem,5vw,5rem); margin:16px 0; text-shadow:0 3px 18px rgba(0,0,0,.22); }
.beauty-app-intro p { color:rgba(255,255,255,.92); line-height:2; }
.beauty-main-menu { width:min(900px, calc(100% - 24px)); margin:-44px auto 26px; display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }
.beauty-main-menu a,.beauty-main-menu button { min-height:82px; border-radius:24px; background:#fff; box-shadow:var(--v31-soft-shadow); display:grid; place-items:center; color:#065f46; }
.beauty-categories,.beauty-service-strip { width:min(1230px, calc(100% - 24px)); margin:0 auto 24px; }
.beauty-promo-card { width:min(1230px, calc(100% - 24px)); margin:0 auto 24px; border-radius:30px; padding:22px; display:flex; justify-content:space-between; align-items:center; background:linear-gradient(135deg,#ccfbf1,#ecfdf5); }
.beauty-promo-card h2 { margin:4px 0; }
.beauty-promo-card a { padding:12px 18px; border-radius:999px; background:#065f46; color:#fff; font-weight:950; }
.v31-beauty-pink { --v31-bg:#fff7fa; --v31-primary:#db2777; --v31-primary-2:#831843; --v31-accent:#f9a8d4; }
.soft-header { background:rgba(255,255,255,.92); }
.soft-header nav { display:flex; gap:12px; }
.soft-hero { width:min(1230px, calc(100% - 24px)); margin:24px auto 26px; display:grid; grid-template-columns:.9fr 1.1fr; gap:26px; align-items:center; }
.soft-hero-text h1 { font-size:clamp(2.1rem,4.6vw,5rem); line-height:1.15; margin:16px 0; color:#831843; }
.soft-hero-text p { color:#6b4558; line-height:2; }
.soft-hero-image { min-height:500px; border-radius:46px 46px 46px 120px; background-size:cover; background-position:center; box-shadow:var(--v31-shadow); }
.soft-about-card { width:min(1100px, calc(100% - 24px)); margin:-62px auto 28px; position:relative; display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.soft-about-card button { min-height:100px; border:0; border-radius:28px; background:rgba(255,255,255,.92); box-shadow:var(--v31-soft-shadow); color:#831843; display:grid; gap:4px; place-items:center; }
.soft-categories,.soft-services { width:min(1230px, calc(100% - 24px)); margin:0 auto 24px; }
.soft-services { padding:18px; border-radius:30px; background:#fff; box-shadow:var(--v31-soft-shadow); }
@media (max-width: 1100px) {
  .shop-products-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .digi-hero,.mega-hero,.luxe-editorial-hero,.minimal-hero,.mlmg-corp-hero,.soft-hero { grid-template-columns: 1fr; }
  .digi-deal-card,.mega-side-deals { max-width: none; }
  .market-shell { grid-template-columns: 1fr; }
  .market-sidebar { position:relative; height:auto; flex-direction:row; align-items:center; overflow-x:auto; }
  .market-sidebar .shop-cart-button { margin-top:0; }
}
@media (max-width: 760px) {
  body.mlmg-public-shop { padding-bottom: 86px; }
  .v31-sticky-header { top: 6px; width: calc(100% - 16px); border-radius: 22px; padding: 8px; }
  .v31-brand small, .v31-sticky-header nav, .luxe-links, .v31-header-actions span, .mega-header > button span, .market-kpis { display:none; }
  .v31-brand strong { max-width: 150px; font-size:.92rem; }
  .v31-logo { width:48px; height:48px; border-radius:16px; flex-basis:48px; }
  .v31-search { min-height:48px; padding:0 12px; }
  .digi-header, .mega-header, .minimal-header, .mlmg-corp-nav, .soft-header { flex-wrap: wrap; }
  .digi-header .v31-search, .mega-search, .minimal-header .v31-search { order: 10; flex-basis: 100%; max-width: none; }
  .digi-hero,.mega-hero,.market-hero { width:calc(100% - 16px); border-radius:28px; padding:22px; min-height:360px; }
  .digi-hero-copy h1,.mega-hero-card h1,.luxe-copy h1,.minimal-hero-text h1,.mlmg-corp-copy h1,.soft-hero-text h1,.neo-hero-content h1 { font-size: clamp(2rem, 11vw, 3.4rem); }
  .digi-trust-row,.mega-trust-grid,.minimal-stats,.beauty-main-menu,.soft-about-card { grid-template-columns: repeat(2,1fr); width:calc(100% - 16px); }
  .digi-services,.luxe-service-runway,.minimal-services,.beauty-promo-card { flex-direction:column; align-items:stretch; }
  .luxe-editorial-hero,.minimal-hero,.soft-hero,.mlmg-corp-hero { width:calc(100% - 16px); margin-top:18px; gap:18px; }
  .luxe-visual,.minimal-hero-image,.soft-hero-image,.mlmg-corp-visual { min-height:330px; border-radius:30px; }
  .neo-action-dock { grid-template-columns: repeat(4, minmax(68px,1fr)); gap:8px; }
  .neo-action-dock a,.neo-action-dock button { min-height:76px; font-size:.78rem; }
  .market-sidebar { padding:10px; }
  .market-sidebar .market-brand strong { display:none; }
  .market-sidebar a,.market-sidebar button { white-space:nowrap; }
  .market-main { padding-top:8px; }
  .shop-products-grid { grid-template-columns: 1fr; gap:14px; }
  .shop-featured-grid { display:flex !important; overflow-x:auto; scroll-snap-type:x mandatory; padding:4px 0 10px; }
  .shop-featured-grid .shop-product-card { flex:0 0 min(310px, 86vw); scroll-snap-align:start; }
  .shop-product-media { height: 225px; }
  .shop-gallery-grid { grid-template-columns: repeat(2,1fr); gap:10px; }
  .shop-gallery-item, .shop-gallery-item img { min-height: 140px; }
  .v31-section { width:calc(100% - 16px); margin-bottom:28px; }
  .v31-section-head { align-items:flex-start; flex-direction:column; }
  .shop-track-fab { display:none; }
  .v31-bottom-nav { width: calc(100% - 12px); bottom: 6px; border-radius:20px; padding:6px; }
  .v31-bottom-nav a,.v31-bottom-nav button { font-size:.72rem; padding:6px 4px; }
  .shop-cart-drawer { width: 100%; }
  .shop-cart-panel { border-radius:0; padding-bottom:110px; }
}
.shop-cart-header { margin: 12px 0 16px; }
.shop-cart-header span { display:inline-flex; padding:6px 10px; border-radius:999px; background:#eef2ff; color:#3730a3; font-weight:900; font-size:.78rem; }
.shop-cart-header h2 { margin:10px 0 4px; font-weight:950; }
.shop-cart-header p { margin:0; color:#64748b; line-height:1.8; }
.shop-checkout-title { display:flex; align-items:center; gap:8px; margin:16px 0 10px; font-weight:950; }
.shop-checkout-title i { color:var(--v31-primary); }
@media (prefers-reduced-motion: no-preference) {
  .shop-product-card, .shop-gallery-item, .v31-section { opacity: .001; transform: translateY(16px); }
  .shop-product-card.is-in-view, .shop-gallery-item.is-in-view, .v31-section.is-in-view { opacity: 1; transform: translateY(0); transition: opacity .55s ease, transform .55s ease, box-shadow .25s ease, border-color .25s ease; }
  .shop-product-card.is-in-view:hover { transform: translateY(-5px); }
}

/* v32 pro storefront redesign: stronger identity per template, mobile-first and Persian font enforcement. */
body.mlmg-public-shop,
body.mlmg-public-shop *:not(.fa):not(.fas):not(.far):not(.fab) {
  font-family: MLMgramFont, Vazirmatn, IRANSans, Tahoma, Arial, sans-serif !important;
}
body.mlmg-public-shop .fa,
body.mlmg-public-shop .fas,
body.mlmg-public-shop .far { font-family: "FontAwesome" !important; }
body.mlmg-public-shop .fab { font-family: "FontAwesome" !important; }
body.ux32-storefront { background: #f4f6f8; color: #111827; }
.ux32-storefront a, .ux32-storefront button { transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.ux32-storefront button { cursor: pointer; }
.ux32-brand { display:inline-flex; align-items:center; gap:12px; color:inherit; }
.ux32-brand > span:first-child { width:54px; height:54px; border-radius:18px; display:flex; align-items:center; justify-content:center; overflow:hidden; background:#fff; box-shadow:0 12px 28px rgba(15,23,42,.08); flex:0 0 54px; }
.ux32-brand img { width:100%; height:100%; object-fit:contain; padding:7px; }
.ux32-brand strong { font-size:1.02rem; font-weight:950; letter-spacing:-.02em; }
.ux32-section { width:min(1240px, calc(100% - 32px)); margin:0 auto 42px; }
.ux32-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:16px; margin-bottom:18px; }
.ux32-heading span { display:block; color:var(--green); font-weight:950; font-size:.86rem; margin-bottom:6px; }
.ux32-heading h2 { margin:0; color:#111827; font-size:clamp(1.55rem, 3vw, 2.45rem); line-height:1.45; font-weight:950; letter-spacing:-.04em; }
.ux32-heading a { color:var(--green); font-weight:900; }
.ux32-storefront .shop-products-grid { display:grid; gap:20px; }
.ux32-storefront .shop-product-card { border:1px solid rgba(15,23,42,.06); box-shadow:0 14px 34px rgba(15,23,42,.07); transform:none; }
.ux32-storefront .shop-product-card:hover { transform:translateY(-4px); }
.ux32-storefront .shop-product-body h3 { letter-spacing:-.02em; }
.ux32-storefront .shop-product-media { background:#f8fafc; }
.ux32-storefront .shop-category-ribbon { width:100%; margin:0; padding:0; overflow:visible; display:flex; gap:10px; flex-wrap:wrap; }
.ux32-storefront .shop-category-pill { min-width:auto; padding:10px 14px; box-shadow:none; border:1px solid rgba(15,23,42,.08); }
.ux32-storefront .shop-category-pill i { width:auto; height:auto; margin:0 0 0 8px; display:inline-flex; border:0; background:transparent; font-size:1rem; }
.ux32-storefront .shop-service-chip { box-shadow:none; }
.ux32-storefront .shop-cart-button { display:inline-flex; align-items:center; gap:8px; border:0; border-radius:999px; min-height:44px; padding:10px 14px; background:#fff; color:#111827; box-shadow:0 12px 28px rgba(15,23,42,.08); font-weight:950; }
.ux32-storefront .shop-cart-button b { margin:0; }
.ux32-storefront input[type="search"] { min-width:0; }
.ux32-storefront .shop-store-footer { width:min(1180px, calc(100% - 32px)); margin:70px auto 105px; border-radius:28px; overflow:hidden; box-shadow:0 20px 54px rgba(15,23,42,.10); }

/* Digi-style marketplace */
body.ux32-digi { --green:#ef394e; --green-deep:#bf1f35; --green-soft:#fff1f3; --yellow:#f9a825; --blue:#008f45; --bg:#f3f4f6; background:linear-gradient(180deg,#f7f8fa,#eef1f4); }
.ux32-digi-shell { width:min(1280px, calc(100% - 28px)); margin:18px auto 0; }
.ux32-digi-header { position:sticky; top:10px; z-index:20; min-height:72px; display:grid; grid-template-columns:minmax(160px, 240px) 1fr auto; gap:14px; align-items:center; padding:10px 14px; border-radius:24px; background:rgba(255,255,255,.92); backdrop-filter:blur(14px); box-shadow:0 18px 45px rgba(15,23,42,.10); }
.ux32-digi-search { min-height:50px; display:flex; align-items:center; gap:10px; padding:0 16px; border-radius:16px; background:#f1f2f4; }
.ux32-digi-search input { flex:1; border:0; outline:0; background:transparent; }
.ux32-digi-actions { display:flex; gap:10px; align-items:center; }
.ux32-digi-actions > button:first-child { border:0; border-radius:15px; padding:13px 16px; background:#fff; color:#111827; font-weight:950; }
.ux32-digi-tabs { margin:12px 0 16px; padding:10px 12px; border-radius:22px; background:rgba(255,255,255,.74); box-shadow:0 10px 26px rgba(15,23,42,.06); }
.ux32-digi-hero { min-height:310px; border-radius:30px; background-size:cover; background-position:center; display:grid; grid-template-columns:minmax(260px, .9fr) 1.2fr; gap:28px; align-items:center; padding:34px; overflow:hidden; position:relative; box-shadow:0 20px 54px rgba(239,57,78,.18); }
.ux32-digi-hero:before { content:""; position:absolute; inset:0; background:linear-gradient(90deg, rgba(239,57,78,.92), rgba(239,57,78,.55) 48%, rgba(255,255,255,.06)); }
.ux32-digi-deal, .ux32-digi-copy { position:relative; z-index:2; }
.ux32-digi-deal { width:min(330px, 100%); padding:24px; border-radius:24px; background:rgba(255,255,255,.92); box-shadow:0 18px 46px rgba(15,23,42,.18); }
.ux32-digi-deal b, .ux32-digi-copy span { color:#008f45; font-weight:950; }
.ux32-digi-deal strong { display:block; margin:8px 0; font-size:1.3rem; color:#111827; font-weight:950; }
.ux32-digi-deal button, .ux32-digi-copy a, .ux32-digi-copy button { border:0; border-radius:16px; padding:12px 20px; font-weight:950; }
.ux32-digi-deal button, .ux32-digi-copy a { background:#008f45; color:#fff; }
.ux32-digi-copy h1 { color:#fff; font-size:clamp(2.4rem, 5vw, 4.8rem); margin:6px 0 12px; font-weight:950; }
.ux32-digi-copy p { color:rgba(255,255,255,.92); line-height:2; max-width:560px; }
.ux32-digi-copy div { display:flex; gap:12px; flex-wrap:wrap; }
.ux32-digi-copy button { background:#fff; color:#111827; }
.ux32-digi-benefits, .ux32-digi-shortcuts { width:min(1240px, calc(100% - 0px)); margin:18px auto 34px; display:flex; gap:12px; flex-wrap:wrap; }
.ux32-digi-benefits .shop-service-chip, .ux32-digi-shortcuts button { background:#fff; border:1px solid rgba(15,23,42,.06); color:#111827; border-radius:16px; padding:14px 18px; box-shadow:0 12px 28px rgba(15,23,42,.06); }
.ux32-digi .shop-featured-grid { grid-template-columns:repeat(4, minmax(0,1fr)); overflow-x:auto; padding-bottom:8px; }
.ux32-digi .shop-products-section:not(.ux32-digi-offers) .shop-products-grid { grid-template-columns:repeat(5, minmax(0,1fr)); }
.ux32-digi .shop-product-card { border-radius:16px; box-shadow:none; border:1px solid #edf0f2; }
.ux32-digi .shop-product-media { height:180px; }
.ux32-digi .shop-product-body { padding:14px; }
.ux32-digi .shop-product-body p { display:none; }
.ux32-digi .shop-add-to-cart { background:#ef394e; border-radius:10px; }
.ux32-digi .shop-product-meta strong { background:#fff1f3; color:#ef394e; }

/* Mega/Amazon-like */
body.ux32-mega { --green:#f7c948; --green-deep:#111827; --green-soft:#fff7d6; --blue:#ff9900; background:#e7edf3; }
.ux32-mega-shell { background:#e7edf3; }
.ux32-mega-top { position:sticky; top:0; z-index:20; min-height:76px; display:grid; grid-template-columns:240px 1fr auto auto; gap:12px; align-items:center; padding:12px clamp(16px,4vw,54px); background:#111827; color:#fff; box-shadow:0 18px 40px rgba(15,23,42,.20); }
.ux32-mega .ux32-brand > span:first-child { background:#fff; }
.ux32-mega-search { display:flex; min-height:50px; border-radius:14px; overflow:hidden; background:#fff; }
.ux32-mega-search input { flex:1; border:0; outline:0; padding:0 16px; }
.ux32-mega-search button { width:58px; border:0; background:#f7c948; color:#111827; font-size:1.1rem; }
.ux32-mega-top > button:not(.shop-cart-button) { border:0; border-radius:12px; background:rgba(255,255,255,.08); color:#fff; padding:13px 15px; font-weight:950; }
.ux32-mega-menu { display:flex; gap:18px; align-items:center; padding:11px clamp(16px,4vw,54px); color:#fff; background:#243244; }
.ux32-mega-menu a, .ux32-mega-menu button { color:#fff; background:transparent; border:0; font-weight:900; }
.ux32-mega-layout { width:min(1320px, calc(100% - 28px)); margin:24px auto 0; display:grid; grid-template-columns:280px 1fr; gap:22px; align-items:start; }
.ux32-mega-aside { position:sticky; top:92px; padding:18px; border-radius:18px; background:#fff; box-shadow:0 14px 36px rgba(15,23,42,.08); }
.ux32-mega-aside h3 { margin:0 0 12px; font-weight:950; }
.ux32-mega-aside .shop-category-ribbon { display:block; }
.ux32-mega-aside .shop-category-pill { width:100%; margin-bottom:8px; justify-content:flex-start; text-align:right; }
.ux32-mega-safe { margin-top:16px; display:grid; gap:8px; }
.ux32-mega-hero { min-height:310px; padding:42px; border-radius:22px; color:#fff; background-size:cover; background-position:center; position:relative; overflow:hidden; }
.ux32-mega-hero:before { content:""; position:absolute; inset:0; background:linear-gradient(90deg, rgba(17,24,39,.88), rgba(17,24,39,.35), rgba(247,201,72,.18)); }
.ux32-mega-hero > div { position:relative; max-width:640px; }
.ux32-mega-hero span { color:#f7c948; font-weight:950; }
.ux32-mega-hero h1 { color:#fff; font-size:clamp(2.3rem, 5vw, 4.5rem); font-weight:950; margin:6px 0 14px; }
.ux32-mega-hero p { line-height:2; color:rgba(255,255,255,.88); }
.ux32-mega-hero a { display:inline-flex; margin-top:14px; padding:13px 22px; border-radius:12px; background:#f7c948; color:#111827; font-weight:950; }
.ux32-mega .shop-featured-grid { grid-template-columns:repeat(3, minmax(0,1fr)); }
.ux32-mega .ux32-mega-products .shop-products-grid { grid-template-columns:repeat(4, minmax(0,1fr)); }
.ux32-mega .shop-product-card { border-radius:12px; border:1px solid #dfe6ee; }
.ux32-mega .shop-product-media { height:210px; }
.ux32-mega .shop-add-to-cart { background:#ff9900; color:#111827; border-radius:9px; }
.ux32-mega .shop-product-meta strong { color:#b45309; background:#fff7d6; }

/* Blue B2B catalog */
body.ux32-blueprint { --green:#2563eb; --green-deep:#0f2d66; --green-soft:#edf5ff; --blue:#008f45; background:#eef4fb; }
.ux32-blue-shell { min-height:100vh; display:grid; grid-template-columns:280px 1fr; }
.ux32-blue-rail { position:sticky; top:0; height:100vh; padding:24px 18px; background:#0f172a; color:#e5eefc; display:flex; flex-direction:column; gap:10px; }
.ux32-blue-logo { margin-bottom:26px; display:flex; align-items:center; gap:10px; color:#fff; font-weight:950; }
.ux32-blue-logo span { width:58px; height:58px; border-radius:16px; background:#fff; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.ux32-blue-logo img { width:100%; height:100%; object-fit:contain; padding:6px; }
.ux32-blue-rail a, .ux32-blue-rail button { border:0; background:transparent; color:#e5eefc; text-align:right; padding:13px; border-radius:14px; font-weight:900; }
.ux32-blue-rail a:hover, .ux32-blue-rail button:hover { background:rgba(255,255,255,.08); transform:none; }
.ux32-blue-main { padding:20px 30px 0; }
.ux32-blue-header { position:sticky; top:14px; z-index:15; display:grid; grid-template-columns:1fr auto auto; gap:12px; align-items:center; padding:12px; border-radius:20px; background:rgba(255,255,255,.92); backdrop-filter:blur(14px); box-shadow:0 14px 34px rgba(15,23,42,.08); }
.ux32-blue-search { display:flex; align-items:center; gap:10px; min-height:50px; padding:0 16px; border-radius:16px; background:#f3f7fb; }
.ux32-blue-search input { border:0; outline:0; flex:1; background:transparent; }
.ux32-blue-header > div:nth-child(2) { display:flex; align-items:center; gap:6px; color:#2563eb; font-weight:950; }
.ux32-blue-hero { margin-top:22px; min-height:280px; border-radius:24px; padding:46px; background-size:cover; background-position:center; color:#fff; position:relative; overflow:hidden; }
.ux32-blue-hero:before { content:""; position:absolute; inset:0; background:linear-gradient(90deg, rgba(37,99,235,.82), rgba(14,165,233,.36), rgba(255,255,255,.08)); }
.ux32-blue-hero > * { position:relative; }
.ux32-blue-hero span { color:#dcfce7; font-weight:950; }
.ux32-blue-hero h1 { color:#fff; font-size:clamp(2.3rem,5vw,4.8rem); font-weight:950; }
.ux32-blue-hero p { max-width:640px; line-height:2; color:rgba(255,255,255,.9); }
.ux32-blue-hero a { display:inline-flex; padding:12px 20px; border-radius:14px; background:#008f45; color:#fff; font-weight:950; }
.ux32-blue-services, .ux32-blue-cats { margin:18px 0; padding:16px; border-radius:18px; background:#fff; box-shadow:0 10px 26px rgba(15,23,42,.05); }
.ux32-blueprint .ux32-section { width:100%; }
.ux32-blueprint .shop-featured-grid { grid-template-columns:repeat(3, minmax(0,1fr)); }
.ux32-blueprint .shop-products-grid { grid-template-columns:repeat(3, minmax(0,1fr)); }
.ux32-blueprint .shop-product-card { border-radius:18px; box-shadow:0 10px 22px rgba(15,23,42,.06); }
.ux32-blueprint .shop-product-card .shop-product-body p { min-height:106px; }
.ux32-blueprint .shop-add-to-cart { background:#0f766e; border-radius:10px; }

/* Minimal editorial */
body.ux32-minimal { --green:#111827; --green-deep:#030712; --green-soft:#f3f4f6; --yellow:#d1d5db; background:#fafafa; }
.ux32-min-shell { width:min(1180px, calc(100% - 32px)); margin:18px auto 0; }
.ux32-min-header { position:sticky; top:12px; z-index:20; display:flex; align-items:center; justify-content:space-between; gap:18px; min-height:72px; padding:10px 18px; border:1px solid rgba(17,24,39,.07); border-radius:999px; background:rgba(255,255,255,.9); backdrop-filter:blur(16px); box-shadow:0 14px 38px rgba(17,24,39,.06); }
.ux32-min-header nav { display:flex; gap:20px; align-items:center; font-weight:950; }
.ux32-min-header nav button { border:0; background:transparent; font-weight:950; }
.ux32-min-hero { margin:34px 0 56px; display:grid; grid-template-columns:1fr 1fr; gap:24px; align-items:stretch; }
.ux32-min-photo { min-height:430px; border-radius:44px; background-size:cover; background-position:center; }
.ux32-min-copy { padding:54px; border-radius:44px; background:#fff; box-shadow:0 24px 70px rgba(17,24,39,.08); display:flex; flex-direction:column; justify-content:center; }
.ux32-min-copy span { color:#9ca3af; font-weight:950; }
.ux32-min-copy h1 { margin:8px 0 14px; font-size:clamp(2.4rem,5vw,5.2rem); font-weight:950; line-height:1.25; }
.ux32-min-copy p { line-height:2.15; color:#4b5563; }
.ux32-min-search { margin:20px 0; min-height:54px; display:flex; align-items:center; gap:10px; padding:0 18px; border-radius:999px; background:#f5f5f5; }
.ux32-min-search input { border:0; outline:0; flex:1; background:transparent; }
.ux32-min-cats, .ux32-min-story { margin:0 auto 34px; display:flex; gap:12px; flex-wrap:wrap; }
.ux32-min-story button { border:1px solid #e5e7eb; background:#fff; border-radius:999px; padding:13px 18px; font-weight:950; }
.ux32-minimal .shop-featured-grid { grid-template-columns:repeat(2, minmax(0,1fr)); }
.ux32-minimal .ux32-min-products .shop-products-grid { grid-template-columns:repeat(4, minmax(0,1fr)); }
.ux32-minimal .shop-product-card { border-radius:0; border:0; box-shadow:none; background:transparent; border-bottom:1px solid #e5e7eb; }
.ux32-minimal .shop-product-media { height:270px; border-radius:28px; background:#fff; }
.ux32-minimal .shop-product-body { padding:18px 0; }
.ux32-minimal .shop-product-body p { color:#6b7280; }
.ux32-minimal .shop-add-to-cart { background:#111827; border-radius:999px; }

/* Luxury Shopify-like */
body.ux32-luxe { --green:#0f172a; --green-deep:#020617; --green-soft:#f6f0e8; --yellow:#c8a96a; background:#f5f0e8; }
.ux32-luxe-shell { width:min(1240px, calc(100% - 32px)); margin:18px auto 0; }
.ux32-luxe-nav { position:sticky; top:12px; z-index:20; min-height:76px; padding:12px 18px; display:flex; align-items:center; justify-content:space-between; gap:18px; border-radius:26px; background:rgba(15,23,42,.92); color:#fff; backdrop-filter:blur(16px); box-shadow:0 22px 54px rgba(15,23,42,.22); }
.ux32-luxe-nav nav { display:flex; gap:22px; align-items:center; }
.ux32-luxe-nav button, .ux32-luxe-nav a { color:#fff; border:0; background:transparent; font-weight:950; }
.ux32-luxe-hero { min-height:560px; display:grid; grid-template-columns:.88fr 1.12fr; gap:24px; margin:28px 0 40px; }
.ux32-luxe-copy { padding:60px; border-radius:38px; color:#fff; background:linear-gradient(135deg,#0f172a,#1f2937); display:flex; flex-direction:column; justify-content:center; }
.ux32-luxe-copy span { color:#c8a96a; font-weight:950; }
.ux32-luxe-copy h1 { font-size:clamp(2.6rem,5vw,5.4rem); font-weight:950; line-height:1.22; margin:10px 0 16px; }
.ux32-luxe-copy p { line-height:2; color:rgba(255,255,255,.78); }
.ux32-luxe-search { margin:24px 0; min-height:56px; display:flex; align-items:center; gap:10px; padding:0 18px; border-radius:999px; background:#fff; color:#111827; }
.ux32-luxe-search input { border:0; outline:0; flex:1; background:transparent; }
.ux32-luxe-copy a, .ux32-luxe-copy button { display:inline-flex; border:1px solid rgba(255,255,255,.2); border-radius:999px; padding:13px 22px; background:#c8a96a; color:#111827; font-weight:950; }
.ux32-luxe-copy button { background:transparent; color:#fff; margin-right:8px; }
.ux32-luxe-visual { position:relative; border-radius:38px; background-size:cover; background-position:center; box-shadow:0 28px 70px rgba(15,23,42,.18); }
.ux32-luxe-visual aside { position:absolute; right:28px; bottom:28px; min-width:220px; padding:22px; border-radius:24px; background:rgba(255,255,255,.88); backdrop-filter:blur(12px); }
.ux32-luxe-visual b { font-size:2.3rem; font-weight:950; }
.ux32-luxe-services { display:flex; gap:12px; flex-wrap:wrap; margin-bottom:36px; }
.ux32-luxe .shop-featured-grid { grid-template-columns:1.2fr .8fr .8fr; }
.ux32-luxe .ux32-luxe-catalog .shop-products-grid { grid-template-columns:repeat(4, minmax(0,1fr)); }
.ux32-luxe .shop-product-card { border-radius:28px; background:#fffdf9; border:1px solid rgba(200,169,106,.18); }
.ux32-luxe .shop-product-media { height:300px; }
.ux32-luxe .shop-add-to-cart { background:#0f172a; border-radius:999px; }
.ux32-luxe .shop-product-meta strong { color:#8a631e; background:#fff7df; }

/* Neo mobile app */
body.ux32-neo { --green:#6366f1; --green-deep:#3730a3; --green-soft:#eef2ff; --blue:#06b6d4; background:linear-gradient(180deg,#eef2ff,#f8fafc); }
.ux32-neo-phone { width:min(520px, 100%); margin:0 auto; min-height:100vh; background:#fff; box-shadow:0 0 0 1px rgba(99,102,241,.08), 0 24px 80px rgba(99,102,241,.22); }
.ux32-neo-status { position:sticky; top:0; z-index:20; display:flex; justify-content:space-between; align-items:center; padding:14px; background:rgba(255,255,255,.92); backdrop-filter:blur(14px); border-bottom:1px solid #eef2ff; }
.ux32-neo-hero { margin:14px; min-height:380px; padding:28px; border-radius:34px; background-size:cover; background-position:center; color:#fff; position:relative; overflow:hidden; display:flex; flex-direction:column; justify-content:flex-end; }
.ux32-neo-hero:before { content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(99,102,241,.16), rgba(49,46,129,.84)); }
.ux32-neo-hero > * { position:relative; }
.ux32-neo-hero span { color:#c7d2fe; font-weight:950; }
.ux32-neo-hero h1 { color:#fff; margin:8px 0 10px; font-size:2.5rem; font-weight:950; }
.ux32-neo-hero p { line-height:1.9; color:rgba(255,255,255,.88); }
.ux32-neo-search { min-height:52px; display:flex; align-items:center; gap:10px; padding:0 16px; border-radius:18px; background:rgba(255,255,255,.92); color:#111827; }
.ux32-neo-search input { border:0; outline:0; flex:1; background:transparent; }
.ux32-neo-actions { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; padding:0 14px 16px; }
.ux32-neo-actions a, .ux32-neo-actions button { border:0; background:#f8fafc; color:#312e81; border-radius:20px; min-height:76px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:7px; font-weight:950; }
.ux32-neo-cats, .ux32-neo-services { padding:0 14px 16px; }
.ux32-neo .ux32-section { width:100%; padding:0 14px; }
.ux32-neo .shop-products-grid { display:flex; overflow-x:auto; gap:14px; scroll-snap-type:x mandatory; padding-bottom:10px; }
.ux32-neo .shop-product-card { flex:0 0 82%; scroll-snap-align:start; border-radius:26px; }
.ux32-neo .shop-product-media { height:250px; }
.ux32-neo .shop-add-to-cart { border-radius:18px; background:linear-gradient(135deg,#6366f1,#06b6d4); min-height:50px; }

/* MLMGram official */
body.ux32-mlmg { --green:#008f45; --green-deep:#064c32; --green-soft:#e9f8ef; --yellow:#ffd651; background:#f1f7f3; }
.ux32-mlmg-shell { width:min(1220px, calc(100% - 32px)); margin:18px auto 0; }
.ux32-mlmg-header { position:sticky; top:12px; z-index:20; display:grid; grid-template-columns:230px 1fr auto auto; gap:12px; align-items:center; padding:12px; border-radius:22px; background:rgba(255,255,255,.92); backdrop-filter:blur(14px); box-shadow:0 16px 40px rgba(0,143,69,.12); }
.ux32-mlmg-search { display:flex; align-items:center; gap:10px; min-height:52px; padding:0 16px; border-radius:18px; background:#f0f7f3; }
.ux32-mlmg-search input { border:0; outline:0; flex:1; background:transparent; }
.ux32-mlmg-header > button:not(.shop-cart-button) { border:0; border-radius:16px; padding:13px 18px; background:#e9f8ef; color:#064c32; font-weight:950; }
.ux32-mlmg-hero { margin:28px 0; min-height:460px; display:grid; grid-template-columns:1fr .72fr; gap:22px; }
.ux32-mlmg-media { border-radius:34px; background-size:cover; background-position:center; box-shadow:0 22px 50px rgba(0,143,69,.12); }
.ux32-mlmg-panel { border-radius:34px; padding:48px; background:linear-gradient(135deg,#008f45,#064c32); color:#fff; display:flex; flex-direction:column; justify-content:center; }
.ux32-mlmg-panel span { color:#ffd651; font-weight:950; }
.ux32-mlmg-panel h1 { color:#fff; font-size:clamp(2.5rem,5vw,5rem); font-weight:950; }
.ux32-mlmg-panel p { line-height:2; color:rgba(255,255,255,.86); }
.ux32-mlmg-panel a, .ux32-mlmg-panel button { display:inline-flex; margin-top:16px; margin-left:8px; border:0; border-radius:999px; padding:13px 22px; background:#ffd651; color:#064c32; font-weight:950; }
.ux32-mlmg-panel button { background:rgba(255,255,255,.14); color:#fff; border:1px solid rgba(255,255,255,.22); }
.ux32-mlmg-services, .ux32-mlmg-cats { padding:16px; border-radius:22px; background:#fff; margin-bottom:24px; box-shadow:0 12px 30px rgba(0,143,69,.08); }
.ux32-mlmg .shop-featured-grid { grid-template-columns:repeat(3, minmax(0,1fr)); }
.ux32-mlmg .shop-products-grid { grid-template-columns:repeat(4, minmax(0,1fr)); }
.ux32-mlmg .shop-product-card { border-radius:24px; }
.ux32-mlmg .shop-product-media { height:240px; }

/* Wellness green */
body.ux32-wellness { --green:#0f8f64; --green-deep:#07543c; --green-soft:#e9fbf4; --yellow:#cfe8b4; background:#f4fbf7; }
.ux32-well-shell { width:min(1180px, calc(100% - 32px)); margin:18px auto 0; }
.ux32-well-header { display:flex; justify-content:space-between; align-items:center; gap:18px; position:sticky; top:12px; z-index:20; padding:12px 16px; border-radius:999px; background:rgba(255,255,255,.88); backdrop-filter:blur(16px); box-shadow:0 18px 44px rgba(7,84,60,.10); }
.ux32-well-header nav { display:flex; gap:18px; align-items:center; font-weight:950; }
.ux32-well-header nav button { border:0; background:transparent; font-weight:950; }
.ux32-well-hero { margin:36px 0 26px; display:grid; grid-template-columns:.9fr 1.1fr; gap:24px; align-items:stretch; }
.ux32-well-copy { padding:48px; border-radius:42px; background:#e9fbf4; display:flex; flex-direction:column; justify-content:center; }
.ux32-well-copy span { color:#0f8f64; font-weight:950; }
.ux32-well-copy h1 { font-size:clamp(2.4rem,5vw,5rem); font-weight:950; line-height:1.24; }
.ux32-well-copy p { line-height:2; color:#476050; }
.ux32-well-search { min-height:54px; display:flex; align-items:center; gap:10px; padding:0 16px; border-radius:22px; background:#fff; box-shadow:0 12px 28px rgba(7,84,60,.08); }
.ux32-well-search input { border:0; outline:0; flex:1; background:transparent; }
.ux32-well-visual { border-radius:42px; background-size:cover; background-position:center; position:relative; min-height:440px; }
.ux32-well-visual div { position:absolute; right:24px; bottom:24px; padding:20px; border-radius:24px; background:rgba(255,255,255,.86); backdrop-filter:blur(12px); }
.ux32-well-visual b { display:block; font-size:2rem; font-weight:950; color:#0f8f64; }
.ux32-well-services, .ux32-well-cats, .ux32-well-story { margin-bottom:24px; display:flex; gap:12px; flex-wrap:wrap; }
.ux32-well-story button { border:0; border-radius:999px; padding:13px 18px; background:#fff; color:#07543c; font-weight:950; box-shadow:0 12px 30px rgba(7,84,60,.08); }
.ux32-wellness .shop-featured-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
.ux32-wellness .shop-products-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
.ux32-wellness .shop-product-card { border-radius:30px; }
.ux32-wellness .shop-product-media { height:260px; border-radius:26px 26px 0 0; }

/* Rose boutique */
body.ux32-rose { --green:#e85d8f; --green-deep:#9d174d; --green-soft:#fff1f6; --yellow:#ffd7a8; background:linear-gradient(180deg,#fff6fa,#f9fafb); }
.ux32-rose-shell { width:min(1160px, calc(100% - 32px)); margin:18px auto 0; }
.ux32-rose-header { position:sticky; top:12px; z-index:20; display:flex; justify-content:space-between; align-items:center; padding:12px 16px; border-radius:26px; background:rgba(255,255,255,.9); backdrop-filter:blur(16px); box-shadow:0 18px 44px rgba(232,93,143,.12); }
.ux32-rose-header > div { display:flex; gap:10px; align-items:center; }
.ux32-rose-header > div > button:not(.shop-cart-button) { border:0; border-radius:999px; padding:12px 18px; background:#fff1f6; color:#9d174d; font-weight:950; }
.ux32-rose-hero { margin:30px 0; display:grid; grid-template-columns:1.05fr .95fr; gap:24px; align-items:center; }
.ux32-rose-art { min-height:500px; border-radius:54px 54px 18px 54px; background-size:cover; background-position:center; box-shadow:0 24px 64px rgba(232,93,143,.16); }
.ux32-rose-card { padding:52px; border-radius:54px 18px 54px 54px; background:linear-gradient(135deg,#fff,#fff1f6); box-shadow:0 24px 64px rgba(232,93,143,.13); }
.ux32-rose-card span { color:#e85d8f; font-weight:950; }
.ux32-rose-card h1 { font-size:clamp(2.5rem,5vw,5.1rem); font-weight:950; line-height:1.24; }
.ux32-rose-card p { line-height:2; color:#6b4155; }
.ux32-rose-search { min-height:54px; display:flex; align-items:center; gap:10px; padding:0 16px; border-radius:999px; background:#fff; box-shadow:0 12px 30px rgba(232,93,143,.10); }
.ux32-rose-search input { border:0; outline:0; flex:1; background:transparent; }
.ux32-rose-card a, .ux32-rose-card button { display:inline-flex; margin-top:20px; border:0; border-radius:999px; padding:13px 20px; background:#e85d8f; color:#fff; font-weight:950; }
.ux32-rose-card button { background:#fff; color:#9d174d; margin-right:8px; }
.ux32-rose-moments, .ux32-rose-cats { display:flex; flex-wrap:wrap; gap:12px; margin-bottom:28px; }
.ux32-rose-moments button { border:0; border-radius:24px; padding:15px 20px; background:#fff; color:#9d174d; font-weight:950; box-shadow:0 12px 32px rgba(232,93,143,.10); }
.ux32-rose .shop-featured-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
.ux32-rose .shop-products-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
.ux32-rose .shop-product-card { border-radius:34px; border:1px solid rgba(232,93,143,.14); }
.ux32-rose .shop-product-media { height:270px; }
.ux32-rose .shop-add-to-cart { background:#e85d8f; border-radius:999px; }

/* Gallery variants */
.ux32-storefront .shop-gallery-grid { display:grid; gap:16px; }
.ux32-digi .shop-gallery-grid, .ux32-mega .shop-gallery-grid { grid-template-columns:repeat(4,1fr); }
.ux32-luxe .shop-gallery-grid, .ux32-minimal .shop-gallery-grid, .ux32-rose .shop-gallery-grid { grid-template-columns:2fr 1fr 1fr; }
.ux32-storefront .shop-gallery-item { border:0; padding:0; border-radius:24px; overflow:hidden; min-height:190px; position:relative; background:#fff; box-shadow:0 16px 38px rgba(15,23,42,.08); }
.ux32-storefront .shop-gallery-item img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .38s ease; }
.ux32-storefront .shop-gallery-item:hover img { transform:scale(1.07); }
.ux32-storefront .shop-gallery-item span { position:absolute; left:14px; bottom:14px; width:42px; height:42px; border-radius:50%; background:#fff; display:grid; place-items:center; color:var(--green); }

/* Mobile */
@media (max-width: 1100px) {
  .ux32-digi .shop-products-section:not(.ux32-digi-offers) .shop-products-grid,
  .ux32-mega .ux32-mega-products .shop-products-grid,
  .ux32-blueprint .shop-products-grid,
  .ux32-minimal .ux32-min-products .shop-products-grid,
  .ux32-luxe .ux32-luxe-catalog .shop-products-grid,
  .ux32-mlmg .shop-products-grid,
  .ux32-wellness .shop-products-grid,
  .ux32-rose .shop-products-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .ux32-blue-shell, .ux32-mega-layout { grid-template-columns:1fr; }
  .ux32-blue-rail { position:relative; height:auto; flex-direction:row; overflow:auto; }
  .ux32-mega-aside { position:relative; top:auto; }
  .ux32-min-hero, .ux32-luxe-hero, .ux32-mlmg-hero, .ux32-well-hero, .ux32-rose-hero { grid-template-columns:1fr; }
}
@media (max-width: 760px) {
  .ux32-section, .ux32-digi-shell, .ux32-min-shell, .ux32-luxe-shell, .ux32-mlmg-shell, .ux32-well-shell, .ux32-rose-shell { width:calc(100% - 22px); }
  .ux32-heading { align-items:flex-start; }
  .ux32-heading h2 { font-size:1.65rem; }
  .ux32-digi-header, .ux32-mega-top, .ux32-mlmg-header { grid-template-columns:1fr auto; }
  .ux32-digi-search, .ux32-mega-search, .ux32-mlmg-search { grid-column:1 / -1; order:3; }
  .ux32-digi-actions > button:first-child, .ux32-mega-top > button:not(.shop-cart-button), .ux32-mlmg-header > button:not(.shop-cart-button) { display:none; }
  .ux32-digi-hero { grid-template-columns:1fr; padding:22px; min-height:430px; }
  .ux32-digi-copy h1, .ux32-mega-hero h1, .ux32-blue-hero h1, .ux32-min-copy h1, .ux32-luxe-copy h1, .ux32-mlmg-panel h1, .ux32-well-copy h1, .ux32-rose-card h1 { font-size:2.45rem; }
  .ux32-mega-menu { overflow-x:auto; white-space:nowrap; }
  .ux32-blue-main { padding:12px; }
  .ux32-blue-rail { display:none; }
  .ux32-blue-header { grid-template-columns:1fr auto; }
  .ux32-blue-header > div:nth-child(2) { display:none; }
  .ux32-min-header, .ux32-luxe-nav, .ux32-well-header { border-radius:22px; }
  .ux32-min-header nav, .ux32-luxe-nav nav, .ux32-well-header nav { display:none; }
  .ux32-min-photo, .ux32-well-visual, .ux32-rose-art { min-height:320px; }
  .ux32-min-copy, .ux32-luxe-copy, .ux32-mlmg-panel, .ux32-well-copy, .ux32-rose-card { padding:28px; border-radius:28px; }
  .ux32-luxe-hero { min-height:auto; }
  .ux32-luxe-visual { min-height:360px; }
  .ux32-neo-phone { width:100%; box-shadow:none; }
  .ux32-neo-actions { grid-template-columns:repeat(4, minmax(76px,1fr)); overflow-x:auto; }
  .ux32-digi .shop-featured-grid,
  .ux32-digi .shop-products-section:not(.ux32-digi-offers) .shop-products-grid,
  .ux32-mega .shop-featured-grid,
  .ux32-mega .ux32-mega-products .shop-products-grid,
  .ux32-blueprint .shop-featured-grid,
  .ux32-blueprint .shop-products-grid,
  .ux32-minimal .shop-featured-grid,
  .ux32-minimal .ux32-min-products .shop-products-grid,
  .ux32-luxe .shop-featured-grid,
  .ux32-luxe .ux32-luxe-catalog .shop-products-grid,
  .ux32-mlmg .shop-featured-grid,
  .ux32-mlmg .shop-products-grid,
  .ux32-wellness .shop-featured-grid,
  .ux32-wellness .shop-products-grid,
  .ux32-rose .shop-featured-grid,
  .ux32-rose .shop-products-grid { grid-template-columns:1fr; }
  .ux32-digi .shop-featured-grid, .ux32-neo .shop-products-grid, .ux32-rose .shop-featured-grid, .ux32-wellness .shop-featured-grid { display:flex; overflow-x:auto; scroll-snap-type:x mandatory; }
  .ux32-digi .shop-featured-grid .shop-product-card, .ux32-rose .shop-featured-grid .shop-product-card, .ux32-wellness .shop-featured-grid .shop-product-card { flex:0 0 78%; scroll-snap-align:start; }
  .ux32-storefront .shop-product-media { height:220px; }
  .ux32-storefront .shop-product-body p { min-height:auto; }
  .ux32-storefront .shop-gallery-grid { grid-template-columns:1fr 1fr !important; }
  .ux32-storefront .shop-store-footer { margin-bottom:96px; width:calc(100% - 22px); }
}
@media (max-width: 430px) {
  .ux32-storefront .shop-gallery-grid { grid-template-columns:1fr !important; }
  .ux32-digi-copy div, .ux32-luxe-copy div, .ux32-rose-card div { display:grid; gap:10px; }
  .ux32-storefront .shop-product-actions { display:grid; grid-template-columns:1fr; }
}

/* v33: FontAwesome compatibility and distinct footer identities per storefront template. */
body.mlmg-public-shop :where(.fa, .fas, .far, .fal, .fab),
body.mlmg-public-shop :where(.fa, .fas, .far, .fal, .fab)::before,
body.mlmg-public-shop :where(.fa, .fas, .far, .fal, .fab)::after {
  font-family: "FontAwesome" !important;
  font-style: normal !important;
}
body.mlmg-public-shop *:not(.fa):not(.fas):not(.far):not(.fal):not(.fab) {
  font-family: MLMgramFont, Vazirmatn, IRANSans, Tahoma, Arial, sans-serif !important;
}
.ux33-footer {
  direction: rtl;
  width: min(1220px, calc(100% - 32px));
  margin: 72px auto 110px;
  overflow: hidden;
  border-radius: 34px;
  color: #0f172a;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .10);
  border: 1px solid rgba(15, 23, 42, .06);
}
.ux33-footer *:not(.fa):not(.fas):not(.far):not(.fal):not(.fab) {
  font-family: MLMgramFont, Vazirmatn, IRANSans, Tahoma, Arial, sans-serif !important;
}
.ux33-footer a,
.ux33-footer button {
  text-decoration: none;
  border: 0;
  cursor: pointer;
}
.ux33-footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}
.ux33-footer-logo {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .10);
}
.ux33-footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}
.ux33-footer-brand strong {
  display: block;
  margin-bottom: 8px;
  color: inherit;
  font-size: clamp(1.2rem, 2.4vw, 1.8rem);
  font-weight: 950;
  letter-spacing: -.03em;
}
.ux33-footer-brand p {
  max-width: 560px;
  margin: 0;
  color: inherit;
  opacity: .75;
  line-height: 2.05;
}
.ux33-footer-contacts {
  display: grid;
  gap: 12px;
}
.ux33-footer-contact-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 10px 12px;
  min-height: 78px;
  padding: 14px;
  border-radius: 22px;
  color: inherit;
  background: rgba(255, 255, 255, .68);
  border: 1px solid rgba(15, 23, 42, .07);
  text-align: right;
}
.ux33-footer-contact-card i {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--green, #008f45);
  background: rgba(0, 143, 69, .10);
}
.ux33-footer-contact-card span {
  color: inherit;
  opacity: .62;
  font-size: .82rem;
  font-weight: 850;
}
.ux33-footer-contact-card strong {
  color: inherit;
  font-weight: 950;
  line-height: 1.55;
}
.ux33-footer-social {
  display: grid;
  gap: 12px;
  align-content: start;
}
.ux33-footer-social > span {
  color: inherit;
  opacity: .68;
  font-weight: 950;
}
.ux33-footer-social > div,
.ux33-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ux33-footer-social a,
.ux33-footer-links a,
.ux33-footer-links button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 15px;
  border-radius: 999px;
  color: inherit;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(15, 23, 42, .07);
  font-weight: 900;
}
.ux33-footer-social a:hover,
.ux33-footer-links a:hover,
.ux33-footer-links button:hover,
.ux33-footer-contact-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, .10);
}
.ux33-footer-no-social {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  color: inherit;
  opacity: .72;
}
.ux33-footer-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 26px;
  color: rgba(255, 255, 255, .76);
  background: rgba(15, 23, 42, .94);
  font-size: .88rem;
}
.ux33-footer-meta b {
  color: #facc15;
  font-weight: 950;
}

/* Digimart footer: marketplace trust bar + service cards. */
.ux33-footer-digi-red {
  background: #fff;
  border-radius: 28px;
  border-color: #ffe1e6;
}
.ux33-digi-return {
  background: #ef394e;
  text-align: center;
}
.ux33-digi-return a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  color: #fff;
  font-weight: 950;
}
.ux33-digi-footer-main {
  display: grid;
  grid-template-columns: 1.1fr 1.45fr 1.45fr .9fr;
  gap: 20px;
  padding: 28px;
  background: linear-gradient(180deg, #fff, #fff7f8);
}
.ux33-digi-guarantee {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 22px;
  border-radius: 24px;
  color: #7f1d1d;
  background: #fff1f3;
  border: 1px dashed #ffb6c1;
}
.ux33-digi-guarantee b { font-size: 1.18rem; font-weight: 950; }
.ux33-footer-digi-red .ux33-footer-contact-card i { color: #ef394e; background: #fff1f3; }
.ux33-footer-digi-red .ux33-footer-meta { background: #111827; }

/* Mega footer: large dark retail footer. */
.ux33-footer-mega-yellow {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  border-radius: 0;
  border: 0;
  color: #f8fafc;
  background: #111827;
}
.ux33-mega-top {
  background: #243244;
  text-align: center;
}
.ux33-mega-top a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 950;
}
.ux33-mega-grid {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr .8fr 1fr .8fr;
  gap: 28px;
  padding: 34px 0;
}
.ux33-mega-grid h3 {
  color: #f7c948;
  font-weight: 950;
  margin: 0 0 16px;
}
.ux33-footer-mega-yellow .ux33-footer-logo,
.ux33-footer-mega-yellow .ux33-footer-contact-card,
.ux33-footer-mega-yellow .ux33-footer-social a,
.ux33-footer-mega-yellow .ux33-footer-links a,
.ux33-footer-mega-yellow .ux33-footer-links button {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .10);
  color: #f8fafc;
}
.ux33-footer-mega-yellow .ux33-footer-contact-card i { color: #111827; background: #f7c948; }
.ux33-footer-mega-yellow .ux33-footer-meta { width: min(1280px, calc(100% - 32px)); margin: 0 auto; background: transparent; border-top: 1px solid rgba(255,255,255,.12); }

/* B2B blue footer: command center identity. */
.ux33-footer-market-blue {
  display: grid;
  grid-template-columns: 280px 1fr;
  background: #eaf2ff;
  border-color: #cfe0ff;
}
.ux33-blue-footer-rail {
  padding: 30px;
  color: #fff;
  background: linear-gradient(160deg, #0f2d66, #2563eb);
  display: grid;
  align-content: center;
  gap: 16px;
}
.ux33-blue-footer-rail span { opacity: .72; font-weight: 900; }
.ux33-blue-footer-rail b { font-size: 1.7rem; font-weight: 950; }
.ux33-blue-footer-rail button { border-radius: 999px; padding: 13px 18px; color: #0f2d66; background: #fff; font-weight: 950; }
.ux33-blue-footer-body {
  padding: 28px;
  display: grid;
  gap: 18px;
}
.ux33-blue-footer-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.ux33-blue-footer-metrics div {
  padding: 16px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(37, 99, 235, .08);
}
.ux33-blue-footer-metrics b { display: block; color: #2563eb; font-weight: 950; }
.ux33-blue-footer-metrics span { color: #64748b; font-weight: 800; }
.ux33-footer-market-blue .ux33-footer-contacts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ux33-footer-market-blue .ux33-footer-meta { grid-column: 1 / -1; background: #0f172a; }

/* Minimal footer: editorial and quiet. */
.ux33-footer-minimal-white {
  background: #fbfbfb;
  border-radius: 0;
  box-shadow: none;
  border-inline: 0;
  border-bottom: 0;
}
.ux33-min-footer-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, #111827, transparent);
  opacity: .24;
}
.ux33-min-footer-content {
  display: grid;
  grid-template-columns: 1.1fr 1.25fr .65fr;
  gap: 30px;
  padding: 34px 6px;
}
.ux33-footer-minimal-white .ux33-footer-logo,
.ux33-footer-minimal-white .ux33-footer-contact-card,
.ux33-footer-minimal-white .ux33-footer-social a,
.ux33-footer-minimal-white .ux33-footer-links a,
.ux33-footer-minimal-white .ux33-footer-links button {
  border-color: #e5e7eb;
  box-shadow: none;
  background: #fff;
}
.ux33-min-footer-actions { display: grid; gap: 16px; }
.ux33-footer-minimal-white .ux33-footer-contacts { grid-template-columns: 1fr 1fr; }
.ux33-footer-minimal-white .ux33-footer-meta { color: #6b7280; background: transparent; border-top: 1px solid #e5e7eb; }
.ux33-footer-minimal-white .ux33-footer-meta b { color: #111827; }

/* Luxury footer: branded closing section. */
.ux33-footer-shopify-luxe {
  display: grid;
  grid-template-columns: 1.35fr .9fr;
  color: #f8fafc;
  background: radial-gradient(circle at 85% 15%, rgba(200,169,106,.26), transparent 32%), linear-gradient(135deg, #0b1020, #111827);
  border-color: rgba(200,169,106,.22);
}
.ux33-luxe-footer-hero {
  padding: 46px;
}
.ux33-luxe-footer-hero span { color: #c8a96a; font-weight: 950; }
.ux33-luxe-footer-hero h2 {
  margin: 8px 0 14px;
  color: #fff;
  font-size: clamp(2rem, 5vw, 4.2rem);
  font-weight: 950;
  letter-spacing: -.04em;
}
.ux33-luxe-footer-hero p { max-width: 650px; color: rgba(255,255,255,.72); line-height: 2.1; }
.ux33-luxe-footer-hero div { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.ux33-luxe-footer-hero a,
.ux33-luxe-footer-hero button {
  border-radius: 999px;
  padding: 13px 20px;
  color: #111827;
  background: #c8a96a;
  font-weight: 950;
}
.ux33-luxe-footer-hero button { color: #fff; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.16); }
.ux33-luxe-footer-side {
  padding: 34px;
  display: grid;
  align-content: center;
  gap: 18px;
  background: rgba(255,255,255,.045);
}
.ux33-footer-shopify-luxe .ux33-footer-contact-card,
.ux33-footer-shopify-luxe .ux33-footer-social a {
  color: #fff;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.14);
}
.ux33-footer-shopify-luxe .ux33-footer-contact-card i { color: #111827; background: #c8a96a; }
.ux33-footer-shopify-luxe .ux33-footer-meta { grid-column: 1 / -1; background: rgba(0,0,0,.34); }

/* Neo footer: app-like bottom card. */
.ux33-footer-neo-mobile {
  width: min(520px, 100%);
  border-radius: 30px 30px 0 0;
  background: #eef2ff;
  box-shadow: 0 -18px 58px rgba(99,102,241,.15);
}
.ux33-neo-footer-card { padding: 18px; display: grid; gap: 16px; }
.ux33-neo-footer-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.ux33-neo-footer-head .ux33-footer-brand { flex: 1; }
.ux33-neo-footer-head > button {
  width: 52px; height: 52px; border-radius: 18px; color: #fff; background: #6366f1;
}
.ux33-neo-footer-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.ux33-neo-footer-actions a,
.ux33-neo-footer-actions button {
  min-height: 74px;
  border-radius: 20px;
  color: #3730a3;
  background: #fff;
  display: grid;
  place-items: center;
  gap: 6px;
  font-weight: 950;
}
.ux33-footer-neo-mobile .ux33-footer-contacts { grid-template-columns: 1fr; }
.ux33-footer-neo-mobile .ux33-footer-meta { display: grid; text-align: center; background: #3730a3; }

/* Rose footer: boutique style. */
.ux33-footer-beauty-pink {
  color: #5b2330;
  background: linear-gradient(135deg, #fff7f8, #fdecef);
  border-color: #ffd6df;
}
.ux33-rose-ribbon {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #9f1239;
  background: rgba(255,255,255,.66);
  font-weight: 950;
}
.ux33-rose-footer-grid {
  padding: 30px;
  display: grid;
  grid-template-columns: 1.3fr 1.1fr .75fr;
  gap: 22px;
}
.ux33-footer-beauty-pink .ux33-footer-contact-card i { color: #be123c; background: #ffe4ea; }
.ux33-footer-beauty-pink .ux33-footer-contact-card,
.ux33-footer-beauty-pink .ux33-footer-social a { background: rgba(255,255,255,.74); border-color: #ffd6df; }
.ux33-footer-beauty-pink .ux33-footer-meta { background: #5b2330; }

/* Official green footer. */
.ux33-footer-modern-green {
  background: #effbf4;
  border-color: #c7f0d6;
}
.ux33-green-footer-card {
  margin: 22px;
  padding: 28px;
  display: grid;
  grid-template-columns: 1.35fr .9fr;
  gap: 22px;
  align-items: center;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(135deg, #006b35, #008f45);
}
.ux33-green-footer-card .ux33-footer-brand p { color: rgba(255,255,255,.78); }
.ux33-green-contact-row {
  display: grid;
  grid-template-columns: 1.5fr .7fr;
  gap: 18px;
  padding: 0 22px 24px;
}
.ux33-green-contact-row .ux33-footer-contacts { grid-template-columns: repeat(3, minmax(0,1fr)); }
.ux33-footer-modern-green .ux33-footer-contact-card i { color: #008f45; background: #dcfce7; }
.ux33-footer-modern-green .ux33-footer-meta { background: #061e1a; }

/* Wellness footer: soft organic. */
.ux33-footer-beauty-green {
  position: relative;
  background: linear-gradient(135deg, #f0fbf3, #fffaf0);
  border-color: #d7f4df;
}
.ux33-well-footer-leaf {
  position: absolute;
  left: -80px;
  top: -80px;
  width: 230px;
  height: 230px;
  border-radius: 44% 56% 65% 35%;
  background: radial-gradient(circle, rgba(0,143,69,.22), transparent 68%);
  pointer-events: none;
}
.ux33-well-footer-main {
  position: relative;
  padding: 34px;
  display: grid;
  grid-template-columns: 1.25fr 1.1fr .75fr;
  gap: 24px;
}
.ux33-footer-beauty-green .ux33-footer-contact-card,
.ux33-footer-beauty-green .ux33-footer-social a { background: rgba(255,255,255,.76); }
.ux33-footer-beauty-green .ux33-footer-contact-card i { color: #008f45; background: #e0f8e8; }
.ux33-footer-beauty-green .ux33-footer-meta { background: #064e3b; }

@media (max-width: 1100px) {
  .ux33-digi-footer-main,
  .ux33-mega-grid,
  .ux33-min-footer-content,
  .ux33-rose-footer-grid,
  .ux33-well-footer-main,
  .ux33-green-footer-card,
  .ux33-green-contact-row,
  .ux33-footer-shopify-luxe,
  .ux33-footer-market-blue {
    grid-template-columns: 1fr;
  }
  .ux33-footer-market-blue .ux33-footer-contacts,
  .ux33-green-contact-row .ux33-footer-contacts,
  .ux33-footer-modern-green .ux33-footer-contacts,
  .ux33-footer-minimal-white .ux33-footer-contacts {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px) {
  .ux33-footer {
    width: calc(100% - 20px);
    margin-top: 54px;
    margin-bottom: 98px;
    border-radius: 26px;
  }
  .ux33-footer-mega-yellow {
    width: 100%;
    border-radius: 0;
  }
  .ux33-mega-grid,
  .ux33-digi-footer-main,
  .ux33-luxe-footer-hero,
  .ux33-luxe-footer-side,
  .ux33-blue-footer-body,
  .ux33-rose-footer-grid,
  .ux33-well-footer-main,
  .ux33-green-footer-card {
    padding: 22px;
  }
  .ux33-footer-brand {
    align-items: flex-start;
  }
  .ux33-footer-logo {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    border-radius: 18px;
  }
  .ux33-footer-meta {
    display: grid;
    text-align: center;
    padding: 15px 18px;
  }
  .ux33-blue-footer-metrics,
  .ux33-neo-footer-actions {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
 * v34: Motion identity layer + FontAwesome brand exception
 * Self-contained, no CDN dependency; designed for standalone RTL storefronts.
 * ========================================================= */
body.mlmg-public-shop .fa,
body.mlmg-public-shop .fas,
body.mlmg-public-shop .far,
body.mlmg-public-shop .fal,
body.mlmg-public-shop .fa::before,
body.mlmg-public-shop .fas::before,
body.mlmg-public-shop .far::before,
body.mlmg-public-shop .fal::before,
body.mlmg-public-shop .fa::after,
body.mlmg-public-shop .fas::after,
body.mlmg-public-shop .far::after,
body.mlmg-public-shop .fal::after {
  font-family: "FontAwesome" !important;
}
body.mlmg-public-shop .fab,
body.mlmg-public-shop .fab::before,
body.mlmg-public-shop .fab::after {
  font-family: "Font Awesome 5 Brands" !important;
  font-weight: 400 !important;
}

body.mlmg-public-shop {
  --ux34-ease: cubic-bezier(.2,.8,.2,1);
  --ux34-spring: cubic-bezier(.16,1,.3,1);
  --ux34-glow: rgba(0,143,69,.22);
  --ux34-motion-y: 26px;
  --ux34-parallax-y: 0px;
  --ux34-tilt-rx: 0deg;
  --ux34-tilt-ry: 0deg;
}
body.theme-digi_red { --ux34-glow: rgba(239,57,78,.28); }
body.theme-mega_yellow { --ux34-glow: rgba(247,201,72,.30); }
body.theme-market_blue { --ux34-glow: rgba(37,99,235,.28); }
body.theme-minimal_white { --ux34-glow: rgba(15,23,42,.12); }
body.theme-shopify_luxe { --ux34-glow: rgba(200,169,106,.28); }
body.theme-neo_mobile { --ux34-glow: rgba(99,102,241,.30); }
body.theme-beauty_pink { --ux34-glow: rgba(244,114,182,.28); }
body.theme-beauty_green,
body.theme-modern_green { --ux34-glow: rgba(0,143,69,.24); }

@media (prefers-reduced-motion: no-preference) {
  body.ux34-motion-enabled::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 2147480000;
    pointer-events: none;
    background:
      radial-gradient(circle at 20% 20%, rgba(255,255,255,.95), transparent 30%),
      linear-gradient(135deg, var(--ux34-glow), rgba(255,255,255,.86) 42%, rgba(255,255,255,0));
    transform-origin: 100% 0;
    animation: ux34-page-reveal 880ms var(--ux34-spring) both;
  }
  @keyframes ux34-page-reveal {
    0% { opacity: 1; clip-path: circle(150% at 100% 0); }
    68% { opacity: .75; }
    100% { opacity: 0; clip-path: circle(0% at 100% 0); visibility: hidden; }
  }

  body.ux34-motion-enabled .ux-motion-item {
    opacity: 0;
    transform: translate3d(0, var(--ux34-motion-y), 0) scale(.985);
    filter: saturate(.92);
    transition:
      opacity 760ms var(--ux34-ease),
      transform 860ms var(--ux34-spring),
      filter 760ms ease,
      box-shadow 260ms ease,
      border-color 260ms ease,
      background 260ms ease;
    transition-delay: var(--ux34-delay, 0ms);
    will-change: transform, opacity;
  }
  body.ux34-motion-enabled .ux-motion-item.is-ux-in {
    opacity: 1;
    transform: translate3d(0,0,0) scale(1);
    filter: saturate(1);
  }
  body.ux34-motion-enabled .shop-featured-grid .shop-product-card,
  body.ux34-motion-enabled .neo-horizontal-products .shop-product-card,
  body.ux34-motion-enabled .digi-amazing-rail .shop-product-card,
  body.ux34-motion-enabled .mega-deals-grid .shop-product-card {
    --ux34-motion-y: 14px;
  }

  body.ux34-motion-enabled :is(.ux32-digi-hero,.ux32-mega-hero,.ux32-blue-hero,.ux32-luxe-hero,.ux32-neo-hero,.ux32-rose-hero,.ux32-mlmg-hero,.ux32-min-hero,.ux32-well-hero,.digi-hero,.mega-hero,.market-hero,.luxe-editorial-hero,.minimal-hero,.mlmg-corp-hero,.soft-hero) {
    position: relative;
    isolation: isolate;
    overflow: hidden;
  }
  body.ux34-motion-enabled :is(.ux32-digi-hero,.ux32-mega-hero,.ux32-blue-hero,.ux32-luxe-hero,.ux32-neo-hero,.ux32-rose-hero,.ux32-mlmg-hero,.ux32-min-hero,.ux32-well-hero,.digi-hero,.mega-hero,.market-hero,.luxe-editorial-hero,.minimal-hero,.mlmg-corp-hero,.soft-hero)::after {
    content: "";
    position: absolute;
    inset: -20%;
    z-index: 1;
    pointer-events: none;
    opacity: .42;
    transform: translate3d(0, var(--ux34-parallax-y), 0);
    background:
      radial-gradient(circle at 78% 22%, rgba(255,255,255,.42) 0 4px, transparent 5px),
      radial-gradient(circle at 18% 76%, var(--ux34-glow) 0 90px, transparent 190px),
      linear-gradient(115deg, transparent 0 36%, rgba(255,255,255,.32) 48%, transparent 62%);
    mix-blend-mode: screen;
    transition: transform 90ms linear;
  }
  body.ux34-motion-enabled.theme-minimal_white :is(.ux32-min-hero,.minimal-hero)::after,
  body.ux34-motion-enabled.theme-market_blue :is(.ux32-blue-hero,.market-hero)::after {
    mix-blend-mode: normal;
    opacity: .22;
  }
  body.ux34-motion-enabled.theme-mega_yellow :is(.ux32-mega-hero,.mega-hero)::after {
    background:
      repeating-linear-gradient(90deg, rgba(255,255,255,.08) 0 1px, transparent 1px 36px),
      radial-gradient(circle at 20% 22%, rgba(247,201,72,.34) 0 70px, transparent 170px);
    opacity: .38;
  }
  body.ux34-motion-enabled.theme-digi_red :is(.ux32-digi-hero,.digi-hero)::after {
    background:
      radial-gradient(circle at 12% 20%, rgba(255,255,255,.52) 0 5px, transparent 6px),
      radial-gradient(circle at 72% 80%, rgba(239,57,78,.24) 0 120px, transparent 210px),
      linear-gradient(120deg, transparent 0 38%, rgba(255,255,255,.34) 48%, transparent 60%);
  }

  body.ux34-motion-enabled .shop-product-card {
    transform-style: preserve-3d;
    backface-visibility: hidden;
  }
  @media (hover: hover) and (pointer: fine) {
    body.ux34-motion-enabled .shop-product-card.is-tilting {
      transform: perspective(1100px) rotateX(var(--ux34-tilt-rx)) rotateY(var(--ux34-tilt-ry)) translateY(-7px) !important;
      box-shadow: 0 28px 78px rgba(15,23,42,.16), 0 0 0 1px var(--ux34-glow) !important;
    }
    body.ux34-motion-enabled .shop-product-card.is-tilting .shop-product-media,
    body.ux34-motion-enabled .shop-product-card.is-tilting .shop-product-body {
      transform: translateZ(14px);
    }
    body.ux34-motion-enabled .shop-product-card .shop-product-media,
    body.ux34-motion-enabled .shop-product-card .shop-product-body {
      transition: transform 260ms var(--ux34-ease);
    }
  }

  body.ux34-motion-enabled .shop-product-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    z-index: 3;
    border-radius: inherit;
    background: linear-gradient(115deg, transparent 0 34%, rgba(255,255,255,.48) 46%, transparent 58%);
    transform: translateX(72%);
    transition: opacity 260ms ease, transform 620ms var(--ux34-ease);
  }
  body.ux34-motion-enabled .shop-product-card:hover::after {
    opacity: .85;
    transform: translateX(-72%);
  }

  body.ux34-motion-enabled :is(.shop-add-to-cart,.shop-cart-button,.shop-category-pill,.shop-service-chip,.shop-track-fab,.ux33-footer-contact-card) {
    position: relative;
    overflow: hidden;
  }
  body.ux34-motion-enabled :is(.shop-add-to-cart,.shop-cart-button,.shop-category-pill,.shop-track-fab,.ux33-footer-contact-card):hover {
    box-shadow: 0 18px 46px var(--ux34-glow);
  }
  .ux34-spark {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    right: var(--spark-x, 50%);
    top: var(--spark-y, 50%);
    z-index: 20;
    pointer-events: none;
    background: currentColor;
    box-shadow: 0 0 18px currentColor;
    animation: ux34-spark 620ms var(--ux34-ease) forwards;
  }
  @keyframes ux34-spark {
    0% { opacity: .95; transform: translate(0,0) scale(.5); }
    100% { opacity: 0; transform: translate(var(--spark-dx), var(--spark-dy)) scale(0); }
  }

  body.ux34-motion-enabled .shop-cart-button.is-cart-pulse,
  body.ux34-motion-enabled [data-cart-count].is-cart-pulse {
    animation: ux34-cart-pulse 520ms var(--ux34-spring) both;
  }
  @keyframes ux34-cart-pulse {
    0% { transform: scale(1); }
    38% { transform: scale(1.16) rotate(-3deg); }
    100% { transform: scale(1); }
  }

  body.ux34-motion-enabled.theme-neo_mobile .shop-product-card.is-ux-in,
  body.ux34-motion-enabled.theme-neo_mobile .ux33-footer.is-ux-in {
    animation: ux34-neo-pop 760ms var(--ux34-spring) both;
  }
  @keyframes ux34-neo-pop {
    0% { transform: translateY(24px) scale(.94); }
    72% { transform: translateY(-2px) scale(1.012); }
    100% { transform: translateY(0) scale(1); }
  }

  body.ux34-motion-enabled.theme-shopify_luxe .shop-product-card.is-ux-in::before,
  body.ux34-motion-enabled.theme-minimal_white .shop-product-card.is-ux-in::before {
    animation: ux34-luxe-line 1100ms var(--ux34-ease) both;
  }
  @keyframes ux34-luxe-line {
    0% { transform: scaleX(0); transform-origin: 100% 50%; }
    100% { transform: scaleX(1); transform-origin: 100% 50%; }
  }

  body.ux34-motion-enabled.theme-market_blue .ux32-blue-rail,
  body.ux34-motion-enabled.theme-mega_yellow .ux32-mega-aside {
    will-change: transform;
  }

  body.ux34-motion-enabled.theme-beauty_pink .ux32-rose-hero::before,
  body.ux34-motion-enabled.theme-beauty_green .ux32-well-hero::before {
    animation: ux34-soft-breathe 5.5s ease-in-out infinite alternate;
  }
  @keyframes ux34-soft-breathe {
    from { filter: saturate(.96) brightness(.99); }
    to { filter: saturate(1.08) brightness(1.03); }
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mlmg-public-shop *,
  body.mlmg-public-shop *::before,
  body.mlmg-public-shop *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* v67.9.2: solid showcase identity with fade-free, draggable navigation. */
body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing {
  color: #fff !important;
  border-color: var(--dk-primary-dark) !important;
  background: var(--dk-primary) !important;
  box-shadow: 0 12px 32px rgba(5, 99, 69, .16) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .dk-section-head {
  color: #fff !important;
}

body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .dk-section-head h2 {
  color: #fff !important;
}

body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .dk-section-head span {
  width: max-content;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 6px;
  padding: 2px 8px;
  color: #fff !important;
  background: rgba(255, 255, 255, .13) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .dk-section-head a {
  border: 1px solid rgba(255, 255, 255, .48);
  color: var(--dk-primary) !important;
  background: #fff !important;
}

body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .dk-showcase-actions,
body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .dk-showcase-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .dk-showcase-nav[hidden] {
  display: none !important;
}

body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .dk-showcase-nav button {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 8px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--dk-primary);
  background: #fff;
  box-shadow: 0 4px 12px rgba(20, 52, 43, .06);
  cursor: pointer;
  font-size: 1.25rem;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .dk-showcase-nav button:hover {
  border-color: #fff;
  color: var(--dk-primary-dark);
  background: #fff;
  transform: translateY(-1px);
  box-shadow: 0 7px 18px rgba(4, 78, 55, .2);
}

body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .dk-showcase-nav button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .66);
  outline-offset: 2px;
}

body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .shop-products-grid {
  gap: 10px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 8px 2px 12px !important;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline proximity;
  scrollbar-color: rgba(255, 255, 255, .56) transparent;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .shop-products-grid::-webkit-scrollbar {
  height: 6px;
}

body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .shop-products-grid::-webkit-scrollbar-track {
  background: transparent;
}

body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .shop-products-grid::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, .56);
}

@media (hover: hover) and (pointer: fine) {
  body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .shop-products-grid {
    cursor: grab;
    -webkit-user-select: none;
    user-select: none;
  }

  body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .shop-products-grid.is-dragging,
  body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .shop-products-grid.is-dragging * {
    cursor: grabbing !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .shop-products-grid.is-dragging {
    scroll-behavior: auto !important;
    scroll-snap-type: none !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .shop-products-grid img {
    -webkit-user-drag: none;
  }
}

body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .shop-product-card {
  border: 1px solid #dfe8e4 !important;
  background: #fff !important;
  box-shadow: 0 7px 20px rgba(22, 49, 41, .07) !important;
}

@media (max-width: 768px) {
  body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing {
    padding: 16px 8px 18px !important;
    border-top: 1px solid var(--dk-primary-dark) !important;
    border-bottom: 1px solid var(--dk-primary-dark) !important;
    background: var(--dk-primary) !important;
    box-shadow: none !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .dk-section-head {
    padding-inline: 2px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .dk-showcase-actions {
    gap: 4px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .dk-showcase-nav {
    gap: 4px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .dk-showcase-nav button {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    font-size: 1.15rem;
  }

  body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .shop-products-grid {
    gap: 8px !important;
    padding-inline: 2px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .dk-showcase-nav button {
    transition: none !important;
    transform: none !important;
  }
}

/* v67.6: lightweight commerce preview with purposeful CSS depth. */
body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .dk-commerce-preview {
  min-height: 390px;
  grid-template-rows: auto minmax(150px, 1fr) auto auto;
  gap: 12px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-commerce-visual {
  min-height: 158px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 4px 6px;
  direction: ltr;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-product-pack {
  --dk-pack-depth: 36px;
  position: relative;
  width: 96px;
  height: 132px;
  flex: 0 0 96px;
  transform: perspective(760px) rotateX(var(--dk-hero-pack-rx, 5deg)) rotateY(var(--dk-hero-pack-ry, -16deg));
  transform-style: preserve-3d;
  transition: transform 180ms ease-out;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-product-pack-front,
body.mlmg-public-shop.mlmg-dk-storefront .dk-product-pack-side,
body.mlmg-public-shop.mlmg-dk-storefront .dk-product-pack-top {
  position: absolute;
  display: block;
  border: 1px solid rgba(13, 104, 78, .16);
  backface-visibility: hidden;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-product-pack-front {
  inset: 0;
  border-radius: 7px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 7px;
  padding: 12px 8px;
  color: #173c30;
  background: #f9fcfa;
  box-shadow: 0 20px 34px rgba(21, 89, 68, .14);
  text-align: center;
  transform: translateZ(calc(var(--dk-pack-depth) / 2));
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-product-pack-front::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 9px;
  border-radius: 7px 7px 0 0;
  background: #0d7658;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-product-pack-front i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #0d7658;
  background: #e2f2eb;
  font-size: 1rem;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-product-pack-front b {
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  color: #173c30;
  font-size: .78rem;
  font-weight: 950;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-product-pack-front small {
  color: #6b7f76;
  font-size: .55rem;
  font-weight: 800;
  line-height: 1.5;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-product-pack-side {
  top: 0;
  right: calc(var(--dk-pack-depth) / -2);
  width: var(--dk-pack-depth);
  height: 100%;
  border-radius: 0 5px 5px 0;
  background: #cce8dc;
  transform: rotateY(90deg);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-product-pack-top {
  top: calc(var(--dk-pack-depth) / -2);
  left: 0;
  width: 100%;
  height: var(--dk-pack-depth);
  border-radius: 5px 5px 0 0;
  background: #e8b83f;
  transform: rotateX(90deg);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-commerce-metric {
  min-width: 122px;
  display: grid;
  align-content: center;
  justify-items: end;
  gap: 2px;
  direction: rtl;
  text-align: right;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-commerce-metric span {
  color: #62786e;
  font-size: .68rem;
  font-weight: 850;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-commerce-metric b {
  color: #0d7658;
  font-size: 3.1rem;
  font-weight: 950;
  line-height: 1.15;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-commerce-metric small {
  color: #536b61;
  font-size: .66rem;
  font-weight: 800;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-commerce-flow {
  min-height: 62px;
  border-block: 1px solid rgba(13, 104, 78, .11);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 4px;
  padding: 9px 2px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-commerce-flow span {
  display: grid;
  justify-items: center;
  gap: 3px;
  color: #49675b;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-commerce-flow span i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #0d7658;
  background: #e7f4ee;
  font-size: .9rem;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-commerce-flow span b {
  font-size: .61rem;
  font-weight: 900;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-commerce-flow > i {
  color: #9cb9ad;
  font-size: .76rem;
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-commerce-preview:hover .dk-product-pack-front {
    box-shadow: 0 24px 42px rgba(21, 89, 68, .18);
  }
}

@media (max-width: 1120px) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .dk-commerce-preview {
    min-height: 360px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-commerce-visual {
    gap: 10px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-commerce-metric {
    min-width: 104px;
  }
}

@media (max-width: 768px) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .dk-premium-hero {
    min-height: 520px !important;
    justify-content: flex-start;
    padding: 22px 18px 24px !important;
    background-position: center 42% !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .dk-commerce-preview {
    width: 100%;
    min-height: 218px;
    order: -1;
    grid-template-rows: auto minmax(96px, 1fr) auto;
    margin-bottom: 22px;
    padding: 13px;
    display: grid !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-commerce-preview .dk-hero-command-top {
    min-height: 30px;
    padding-bottom: 8px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-commerce-visual {
    min-height: 96px;
    padding-block: 4px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-product-pack {
    --dk-pack-depth: 30px;
    width: 74px;
    height: 96px;
    flex-basis: 74px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-product-pack-front {
    gap: 3px;
    padding: 10px 6px 6px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-product-pack-front i {
    width: 26px;
    height: 26px;
    font-size: .78rem;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-product-pack-front b {
    font-size: .64rem;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-product-pack-front small {
    display: none;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-commerce-metric {
    min-width: 118px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-commerce-metric b {
    font-size: 2.5rem;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-commerce-flow {
    min-height: 48px;
    padding-block: 6px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-commerce-flow span i {
    width: 24px;
    height: 24px;
    font-size: .76rem;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-commerce-preview .dk-hero-command-row {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-product-pack {
    transform: perspective(760px) rotateX(5deg) rotateY(-16deg) !important;
  }
}

/*
 * v35: Storefront experience layer, filter feedback and resilient checkout UI.
 */
body.mlmg-public-shop {
  --ux35-text: #111827;
  --ux35-muted: #667085;
  --ux35-line: rgba(17, 24, 39, .11);
  --ux35-surface: #ffffff;
  --ux35-soft: #f6f8fb;
  --ux35-green: #008f45;
  --ux35-red: #ef394e;
  --ux35-yellow: #ffd651;
  --ux35-blue: #2563eb;
  font-family: "MLMgramFont", sans-serif !important;
  text-rendering: optimizeLegibility;
}

body.mlmg-public-shop :where(button, input, textarea, select) {
  font-family: "MLMgramFont", sans-serif !important;
}

/*
 * v41: Desktop polish and motion layer for all non-Kala ux40 storefronts.
 * Kala Story intentionally keeps its ux36 visual system untouched.
 */
body.ux40-storefront {
  --ux41-tight-gap: 12px;
  --ux41-card-pad: 13px;
  overflow-x: hidden;
}

.ux41-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: .42;
}

.ux40-shell,
.ux40-mobile-shell,
.ux40-storefront .shop-store-footer,
.ux40-storefront .shop-bottom-nav,
.ux40-storefront .shop-cart-drawer,
.ux40-storefront .shop-content-modal,
.ux40-storefront .shop-story-modal,
.ux40-storefront .shop-product-lightbox {
  position: relative;
  z-index: 1;
}

.ux40-storefront :where(.ux40-track, .ux40-cart, .ux40-nav a, .ux40-nav button, .ux40-mini-actions a, .ux40-mini-actions button, .shop-add-to-cart, .ux40-media-card, .ux40-mobile-actions a, .ux40-mobile-actions button) {
  touch-action: manipulation;
}

.ux40-storefront :where(.ux40-track, .ux40-cart, .ux40-nav a, .ux40-nav button, .ux40-mini-actions a, .ux40-mini-actions button, .shop-add-to-cart):focus-visible,
.ux40-storefront :where(.shop-category-pill, .ux40-media-card, .ux40-mobile-actions a, .ux40-mobile-actions button):focus-visible {
  outline: 3px solid color-mix(in srgb, var(--ux40-primary), #fff 34%);
  outline-offset: 3px;
}

.ux40-storefront .ux40-section-head h2,
.ux40-storefront .ux40-panel h2 {
  text-wrap: balance;
}

.ux40-storefront .ux40-section-head span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.ux40-storefront .ux40-section-head span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--ux40-accent);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--ux40-accent), transparent 78%);
}

.ux40-storefront .ux40-topbar :where(.fas, .far),
.ux40-storefront .ux40-media-card > i,
.ux40-storefront .ux40-mobile-actions :where(.fas, .far) {
  line-height: 1;
}

.ux40-storefront .shop-product-card {
  contain: layout paint;
}

.ux40-storefront .shop-product-body {
  display: grid;
  align-content: start;
}

.ux40-storefront .shop-product-body h3 {
  min-height: 3.2em;
  margin-bottom: 7px;
  font-size: .98rem;
  line-height: 1.62;
}

.ux40-storefront .shop-product-body p {
  min-height: 3.7em;
  color: color-mix(in srgb, var(--ux40-text), var(--ux40-muted) 58%);
  line-height: 1.85;
}

.ux40-storefront .shop-product-badges {
  gap: 5px;
}

.ux40-storefront .shop-product-badges span,
.ux40-storefront .shop-product-meta span,
.ux40-storefront .shop-product-video {
  border-radius: 999px;
}

.ux40-storefront .shop-product-actions {
  gap: 8px;
}

.ux40-storefront .shop-add-to-cart {
  min-height: 42px;
  border-radius: 14px;
  justify-content: center;
  box-shadow: 0 14px 28px color-mix(in srgb, var(--ux40-primary), transparent 78%);
}

.ux40-storefront .shop-add-to-cart i {
  width: 24px;
  height: 24px;
  border-radius: 9px;
  display: inline-grid;
  place-items: center;
  background: rgba(255,255,255,.18);
}

.ux40-storefront .shop-product-price-stack strong {
  font-size: .98rem;
}

.ux40-storefront .ux35-product-tools {
  gap: 8px;
}

.ux40-storefront .ux35-product-tools span {
  min-height: 40px;
}

.ux40-storefront .ux35-product-tools button {
  min-height: 40px;
  border-radius: 14px;
}

.ux40-storefront .ux36-category-banners a::after,
.ux40-storefront .ux36-promo-tile::after,
.ux40-storefront .ux36-side-campaign::after {
  content: "";
  position: absolute;
  inset: auto auto 12px 12px;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.78), rgba(255,255,255,.08)),
    radial-gradient(circle at 35% 32%, var(--ux40-accent), transparent 42%);
  opacity: .72;
  pointer-events: none;
}

.ux40-storefront .ux36-promo-tile,
.ux40-storefront .ux36-category-banners a,
.ux40-storefront .ux36-side-campaign {
  position: relative;
  isolation: isolate;
}

.ux40-storefront .ux36-promo-tile > *,
.ux40-storefront .ux36-category-banners a > *,
.ux40-storefront .ux36-side-campaign > * {
  position: relative;
  z-index: 1;
}

@media (min-width: 1181px) {
  .ux40-shell {
    width: min(1480px, calc(100% - 54px));
    padding: 12px 0 26px;
  }

  .ux40-topbar {
    min-height: 62px;
    margin-bottom: 12px;
    padding: 8px;
    grid-template-columns: minmax(174px, auto) minmax(280px, 1fr) auto auto auto;
    gap: 8px;
  }

  .ux40-brand > span:first-child {
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }

  .ux40-search {
    min-height: 44px;
  }

  .ux40-nav a,
  .ux40-nav button,
  .ux40-track,
  .ux40-cart,
  .ux40-mini-actions a,
  .ux40-mini-actions button,
  .ux40-section-head > a,
  .ux40-section-head > button {
    min-height: 40px;
    padding: 8px 12px;
  }

  .ux40-hero,
  .ux40-rose-hero,
  .ux40-brutal-board,
  .ux40-command-hero,
  .ux40-liquid-hero,
  .ux40-spatial-stage {
    margin-bottom: 12px;
    gap: var(--ux41-tight-gap);
  }

  .ux40-shell .ux36-hero {
    min-height: 292px;
    padding: 26px 34px;
    grid-template-columns: minmax(0, 1fr) minmax(210px, .32fr);
    align-items: end;
  }

  .ux40-shell .ux36-hero h1 {
    font-size: clamp(1.85rem, 3.1vw, 3.35rem);
    line-height: 1.28;
  }

  .ux40-shell .ux36-hero p {
    max-width: 620px;
    line-height: 1.85;
  }

  .ux40-shell .ux36-hero-deal {
    min-height: 138px;
  }

  .ux40-story-dock,
  .ux40-promos {
    margin-bottom: 12px;
  }

  .ux40-story-dock .shop-category-ribbon,
  .ux40-cats .shop-category-ribbon {
    padding: 7px;
    gap: 8px;
  }

  .ux40-story-dock .shop-category-pill,
  .ux40-cats .shop-category-pill {
    min-width: 82px;
    min-height: 72px;
    padding: 7px 8px;
  }

  .ux40-story-dock .shop-category-pill :where(i, .ux36-story-image),
  .ux40-cats .shop-category-pill :where(i, .ux36-story-image) {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .ux40-shell .ux36-promo-grid,
  .ux40-bento-promos .ux36-promo-grid,
  .ux40-spatial-side .ux36-promo-grid {
    gap: 10px;
  }

  .ux40-shell .ux36-promo-tile {
    min-height: 112px;
    padding: 13px;
  }

  .ux40-shell .ux36-promo-tile i {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    font-size: 1rem;
  }

  .ux40-section {
    margin-bottom: 14px;
    padding: 14px;
  }

  .ux40-section-head {
    margin-bottom: 11px;
    align-items: center;
  }

  .ux40-section-head h2,
  .ux40-panel h2 {
    font-size: clamp(1.08rem, 1.35vw, 1.55rem);
  }

  .ux40-panel {
    padding: 18px;
  }

  .ux40-service-wrap,
  .ux40-service-wrap .shop-service-list {
    gap: 8px;
  }

  .ux40-service-wrap .shop-service-chip {
    min-height: 38px;
    padding: 8px 12px;
  }

  .ux40-shell .ux35-experience {
    margin-bottom: 14px;
    padding: 15px;
  }

  .ux40-shell .ux35-experience h2 {
    font-size: clamp(1.15rem, 1.6vw, 1.75rem);
  }

  .ux40-shell .ux35-experience p {
    line-height: 1.85;
  }

  .ux40-shell .ux35-metric {
    padding: 12px;
  }

  .ux40-product-layout {
    gap: 12px;
    grid-template-columns: minmax(180px, .21fr) minmax(0, 1fr);
  }

  .ux40-product-layout .ux36-side-campaign {
    min-height: 286px;
    top: 86px;
  }

  .ux40-shell .shop-products-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
  }

  .ux40-shell .shop-featured-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .ux40-shell .shop-product-card {
    border-radius: calc(var(--ux40-radius) - 4px);
  }

  .ux40-shell .shop-product-media {
    aspect-ratio: 1 / .84;
  }

  .ux40-shell .shop-product-body {
    padding: var(--ux41-card-pad);
  }

  .ux40-shell .ux36-category-banners {
    margin-bottom: 14px;
    gap: 10px;
  }

  .ux40-shell .ux36-category-banners a {
    min-height: 106px;
  }

  .ux40-brand-grid,
  .ux40-media-grid {
    gap: 10px;
  }

  .ux40-brand-grid .ux36-brand-card,
  .ux40-brand-grid .ux36-brand-empty,
  .ux40-media-card {
    min-height: 120px;
  }

  body.ux40-spatial .ux40-spatial-shell {
    width: min(1480px, calc(100% - 50px));
    grid-template-columns: 218px minmax(0, 1fr);
    gap: 12px;
  }

  body.ux40-spatial .ux40-spatial-rail {
    min-height: auto;
    padding: 12px;
    border-radius: 22px;
  }

  body.ux40-spatial .ux40-spatial-rail a,
  body.ux40-spatial .ux40-spatial-rail button {
    min-height: 42px;
    border-radius: 14px;
  }

  body.ux40-spatial .ux40-spatial-stage {
    grid-template-columns: minmax(0, 1.44fr) minmax(250px, .56fr);
  }

  body.ux40-spatial .ux40-spatial-side .ux36-promo-grid {
    height: 100%;
  }

  body.ux40-spatial .ux40-spatial-side .ux36-promo-tile {
    min-height: 68px;
  }

  body.ux40-bento .ux40-bento-grid {
    grid-template-columns: minmax(0, 1.22fr) minmax(300px, .78fr);
    gap: 12px;
  }

  body.ux40-bento .ux40-bento-hero {
    grid-column: 1;
    grid-row: span 2;
  }

  body.ux40-bento .ux40-bento-promos,
  body.ux40-bento .ux40-bento-stories {
    grid-column: 2;
  }

  body.ux40-bento .ux40-bento-services,
  body.ux40-bento .ux40-bento-experience,
  body.ux40-bento .ux40-bento-featured,
  body.ux40-bento .ux40-bento-banners,
  body.ux40-bento .ux40-bento-products,
  body.ux40-bento .ux40-bento-gallery,
  body.ux40-bento .ux40-brand-wall,
  body.ux40-bento .ux40-media-grid,
  body.ux40-bento .shop-faq-section {
    grid-column: 1 / -1;
  }

  body.ux40-bento .ux40-bento-promos .ux36-promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.ux40-mobile-os .ux40-mobile-shell {
    width: min(1280px, calc(100% - 46px));
    padding-top: 14px;
    display: grid;
    grid-template-columns: minmax(330px, 390px) minmax(0, 1fr);
    gap: 12px 16px;
    align-items: start;
  }

  body.ux40-mobile-os .ux40-mobile-status,
  body.ux40-mobile-os .ux40-mobile-hero,
  body.ux40-mobile-os .ux40-mobile-actions,
  body.ux40-mobile-os .ux40-mobile-stories,
  body.ux40-mobile-os .ux40-mobile-promos {
    grid-column: 1;
  }

  body.ux40-mobile-os .ux40-mobile-services,
  body.ux40-mobile-os .ux40-mobile-featured,
  body.ux40-mobile-os .ux40-mobile-products,
  body.ux40-mobile-os .ux40-mobile-gallery,
  body.ux40-mobile-os .ux40-brand-wall,
  body.ux40-mobile-os .ux40-media-grid,
  body.ux40-mobile-os .shop-faq-section,
  body.ux40-mobile-os .ux35-experience,
  body.ux40-mobile-os .ux36-category-banners {
    grid-column: 2;
  }

  body.ux40-mobile-os .ux40-mobile-status {
    position: sticky;
    top: 12px;
  }

  body.ux40-mobile-os .ux40-mobile-hero .ux36-hero {
    min-height: 328px;
    grid-template-columns: 1fr;
  }

  body.ux40-mobile-os .ux40-mobile-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.ux40-mobile-os .ux40-mobile-actions a,
  body.ux40-mobile-os .ux40-mobile-actions button {
    min-height: 78px;
  }

  body.ux40-mobile-os .ux40-mobile-status {
    grid-column: 1;
    grid-row: 1;
  }

  body.ux40-mobile-os .ux40-mobile-hero {
    grid-column: 1;
    grid-row: 2;
  }

  body.ux40-mobile-os .ux40-mobile-actions {
    grid-column: 1;
    grid-row: 3;
  }

  body.ux40-mobile-os .ux40-mobile-stories {
    grid-column: 1;
    grid-row: 4;
  }

  body.ux40-mobile-os .ux40-mobile-promos {
    grid-column: 1;
    grid-row: 5;
  }

  body.ux40-mobile-os .ux40-mobile-featured {
    grid-column: 2;
    grid-row: 1 / span 3;
  }

  body.ux40-mobile-os .ux40-mobile-services {
    grid-column: 2;
    grid-row: 4;
  }

  body.ux40-mobile-os .ux35-experience {
    grid-column: 2;
    grid-row: 5;
  }

  body.ux40-mobile-os .ux40-mobile-products {
    grid-column: 2;
    grid-row: 6;
  }

  body.ux40-mobile-os .ux40-mobile-shell .shop-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  body.ux40-mobile-os .ux40-mobile-shell .shop-featured-grid,
  body.ux40-mobile-os .ux40-mobile-shell .ux36-category-banners,
  body.ux40-mobile-os .ux40-mobile-shell .ux40-media-grid,
  body.ux40-mobile-os .ux40-mobile-shell .ux40-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.ux40-liquid .ux40-liquid-hero,
  body.ux40-craft .ux40-craft-hero {
    grid-template-columns: minmax(280px, .48fr) minmax(0, .52fr);
    gap: 12px;
  }

  body.ux40-liquid .ux40-liquid-copy,
  body.ux40-craft .ux40-craft-copy {
    padding: 28px;
  }

  body.ux40-liquid .ux40-liquid-copy h1,
  body.ux40-craft .ux40-craft-copy h1 {
    font-size: clamp(2rem, 3.8vw, 4.1rem);
  }

  body.ux40-craft .ux40-craft-photo {
    min-height: 318px;
  }

  body.ux40-nature .ux40-shell > main,
  body.ux40-roseglass .ux40-shell > main,
  body.ux40-brutal .ux40-shell > main,
  body.ux40-command .ux40-shell > main,
  body.ux40-spatial .ux40-spatial-main,
  body.ux40-craft main.ux40-shell,
  body.ux40-liquid main.ux40-shell {
    display: flex;
    flex-direction: column;
  }

  body.ux40-storefront .ux40-craft-campaign {
    order: 1;
  }

  body.ux40-craft .ux40-craft-campaign {
    order: 5;
  }

  body.ux40-storefront .ux40-story-dock {
    order: 2;
  }

  body.ux40-storefront .ux40-promos {
    order: 3;
  }

  body.ux40-storefront #showcase {
    order: 4;
  }

  body.ux40-storefront .ux36-category-banners,
  body.ux40-storefront .ux40-bento-banners {
    order: 5;
  }

  body.ux40-storefront :where(.ux40-services, .ux40-soft-services, .ux40-brutal-services, .ux40-spatial-services, .ux40-bento-services, .ux40-craft-services, .ux40-command-services, .ux40-mobile-services, .ux40-liquid-services) {
    order: 6;
  }

  body.ux40-storefront .ux35-experience,
  body.ux40-storefront .ux40-bento-experience {
    order: 7;
  }

  body.ux40-storefront #products {
    order: 8;
  }

  body.ux40-storefront .shop-gallery {
    order: 9;
  }

  body.ux40-storefront .ux40-brand-wall {
    order: 10;
  }

  body.ux40-storefront .ux40-media-grid {
    order: 11;
  }

  body.ux40-storefront .shop-faq-section {
    order: 12;
  }

  body.ux40-storefront .shop-product-card,
  body.ux40-storefront .shop-product-card.ux-motion-item,
  body.ux40-storefront .shop-product-card:not(.is-in-view) {
    opacity: 1 !important;
    filter: saturate(1) !important;
  }

  body.ux40-storefront .shop-product-card.ux-motion-item:not(.is-tilting) {
    transform: translate3d(0, 0, 0) scale(1) !important;
  }
}

/* Theme-specific desktop character. */
body.ux40-nature .ux40-shell {
  background:
    radial-gradient(ellipse at 100% 0, rgba(255,183,3,.10), transparent 34rem),
    linear-gradient(135deg, rgba(8,127,91,.045), transparent 48%);
  border-radius: 28px;
}

body.ux40-nature .ux40-section,
body.ux40-command .ux40-section {
  background:
    linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.70)),
    radial-gradient(circle at 0 0, color-mix(in srgb, var(--ux40-primary), transparent 88%), transparent 18rem);
}

body.ux40-roseglass .ux40-section,
body.ux40-roseglass .ux40-story-dock .shop-category-ribbon {
  background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,.44));
  border-color: rgba(255,255,255,.54);
}

body.ux40-roseglass .ux40-rose-hero {
  position: relative;
  overflow: hidden;
}

body.ux40-roseglass .ux40-rose-hero::after {
  content: "";
  position: absolute;
  inset: auto 8% -38px auto;
  width: 260px;
  height: 118px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(232,63,143,.24), rgba(34,199,217,.18));
  filter: blur(18px);
  pointer-events: none;
}

body.ux40-brutal {
  background:
    linear-gradient(90deg, rgba(17,24,39,.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(17,24,39,.08) 1px, transparent 1px),
    #fff8e8;
  background-size: 28px 28px;
}

body.ux40-brutal .ux40-brutal-tabs .shop-category-ribbon {
  border: 2px solid #111827;
  border-radius: 12px;
  padding: 8px;
  background: #fff;
  box-shadow: 6px 6px 0 #111827;
}

body.ux40-brutal .ux40-shell .shop-product-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: 9px 9px 0 #111827;
}

body.ux40-spatial .ux40-topbar,
body.ux40-spatial .ux40-section,
body.ux40-spatial .ux40-media-card {
  background:
    linear-gradient(135deg, rgba(56,189,248,.10), rgba(255,255,255,.035)),
    rgba(15,35,68,.74);
}

body.ux40-spatial .ux40-shell .shop-product-card {
  box-shadow: 0 18px 44px rgba(0,0,0,.26);
}

body.ux40-bento .ux40-section,
body.ux40-bento .ux40-bento-stories,
body.ux40-bento .ux40-bento-promos,
body.ux40-bento .ux40-bento-services,
body.ux40-bento .ux40-bento-experience {
  box-shadow: 0 12px 0 rgba(15,23,42,.08);
}

body.ux40-craft {
  background:
    linear-gradient(90deg, rgba(28,42,39,.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(28,42,39,.04) 1px, transparent 1px),
    radial-gradient(circle at 12% 4%, rgba(239,111,69,.13), transparent 22rem),
    var(--ux40-bg);
  background-size: 34px 34px, 34px 34px, auto, auto;
}

body.ux40-craft .ux40-section,
body.ux40-craft .ux40-topbar,
body.ux40-craft .shop-product-card {
  background-image:
    linear-gradient(135deg, rgba(255,255,255,.88), rgba(255,255,255,.76)),
    repeating-linear-gradient(-22deg, rgba(28,42,39,.025) 0 1px, transparent 1px 8px);
}

body.ux40-command .ux40-command-hero,
body.ux40-command .ux40-topbar {
  box-shadow: 0 18px 54px rgba(0,143,95,.12);
}

body.ux40-mobile-os .ux40-section,
body.ux40-mobile-os .ux40-media-card,
body.ux40-mobile-os .ux40-mobile-status,
body.ux40-mobile-os .ux40-mobile-actions a,
body.ux40-mobile-os .ux40-mobile-actions button {
  background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.055));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 22px 50px rgba(0,0,0,.26);
}

body.ux40-liquid .ux40-section,
body.ux40-liquid .ux40-topbar,
body.ux40-liquid .ux40-media-card,
body.ux40-liquid .ux40-liquid-copy {
  background:
    linear-gradient(135deg, rgba(255,255,255,.15), rgba(255,255,255,.055)),
    radial-gradient(circle at 0 0, rgba(100,244,216,.09), transparent 18rem);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 28px 78px rgba(0,0,0,.32);
}

@media (prefers-reduced-motion: no-preference) {
  .ux40-storefront .ux40-topbar,
  .ux40-storefront .ux36-hero,
  .ux40-storefront .ux40-section {
    animation: ux41SoftArrive 520ms cubic-bezier(.2,.75,.24,1) both;
  }

  .ux40-storefront .ux40-story-dock .shop-category-pill {
    transform-origin: 50% 80%;
  }

  .ux40-storefront .ux40-story-dock .shop-category-pill:hover {
    transform: translateY(-3px) scale(1.035) rotate(-1deg);
  }

  .ux40-storefront .ux36-promo-tile:hover::after,
  .ux40-storefront .ux36-category-banners a:hover::after,
  .ux40-storefront .ux36-side-campaign:hover::after {
    animation: ux41OrbPop 620ms cubic-bezier(.2,.75,.24,1) both;
  }

  body.ux40-roseglass .ux40-liquid-orbit span {
    animation: ux41LiquidFloat 7s ease-in-out infinite alternate;
  }

  body.ux40-roseglass .ux40-liquid-orbit span:nth-child(2) {
    animation-duration: 8.5s;
  }

  body.ux40-roseglass .ux40-liquid-orbit span:nth-child(3) {
    animation-duration: 9.5s;
  }
}

@keyframes ux41SoftArrive {
  from { opacity: .001; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes ux41OrbPop {
  0% { transform: scale(.82) rotate(0); opacity: .5; }
  65% { transform: scale(1.16) rotate(-10deg); opacity: .86; }
  100% { transform: scale(1) rotate(0); opacity: .72; }
}

@keyframes ux41LiquidFloat {
  from { transform: translate3d(0,0,0) scale(.96); }
  to { transform: translate3d(-18px,16px,0) scale(1.08); }
}

@media (prefers-reduced-motion: reduce) {
  .ux41-canvas {
    display: none;
  }
}

@media (max-width: 1180px) {
  body.ux40-mobile-os .ux40-mobile-shell {
    display: block;
  }
}

@media (max-width: 760px) {
  .ux41-canvas {
    opacity: .24;
  }

  .ux40-storefront .shop-product-body h3,
  .ux40-storefront .shop-product-body p {
    min-height: auto;
  }
}

body.mlmg-public-shop :where(.fa, .fas, .far, .fal),
body.mlmg-public-shop :where(.fa, .fas, .far, .fal)::before,
body.mlmg-public-shop :where(.fa, .fas, .far, .fal)::after {
  font-family: "FontAwesome" !important;
}

body.mlmg-public-shop .fab,
body.mlmg-public-shop .fab::before,
body.mlmg-public-shop .fab::after {
  font-family: "Font Awesome 5 Brands" !important;
}

/*
 * v44 true EOF identity lock.
 * This block intentionally sits at the end of the file because older
 * storefront layers are still present below previous repair passes.
 */
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) {
  --ux44-page-w: min(1440px, calc(100% - 48px));
  --ux44-gap: 14px;
  --ux44-radius: 20px;
  --ux44-card-radius: 18px;
  --ux44-product-ratio: 1 / .88;
  --ux44-image-pad: 12px;
  --ux44-surface: var(--ux40-surface, rgba(255, 255, 255, .94));
  --ux44-surface-2: color-mix(in srgb, var(--ux44-surface), #fff 28%);
  --ux44-card-bg: rgba(255, 255, 255, .97);
  --ux44-text: var(--ux40-text, #111827);
  --ux44-muted: var(--ux40-muted, #64748b);
  --ux44-line: var(--ux40-line, rgba(15, 23, 42, .12));
  --ux44-primary: var(--ux40-primary, #0f766e);
  --ux44-accent: var(--ux40-accent, #f59e0b);
  --ux44-shadow: 0 18px 44px rgba(15, 23, 42, .10);
  --ux44-text-soft: color-mix(in srgb, var(--ux44-text), var(--ux44-muted) 56%);
  min-height: 100dvh;
  padding-bottom: 0 !important;
  overflow-x: hidden;
  color: var(--ux44-text);
  background: var(--ux40-bg, #f7faf9);
  isolation: isolate;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala)::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 8%, color-mix(in srgb, var(--ux44-accent), transparent 78%), transparent 19rem),
    radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--ux44-primary), transparent 84%), transparent 22rem),
    linear-gradient(180deg, transparent, rgba(255, 255, 255, .18));
  opacity: .92;
}

body.mlmg-public-shop.ux40-nature {
  --ux40-bg: #f3f8ef;
  --ux40-surface: rgba(255, 255, 249, .94);
  --ux40-text: #183226;
  --ux40-muted: #56695f;
  --ux40-line: rgba(24, 50, 38, .14);
  --ux40-primary: #0f7a55;
  --ux40-accent: #d9912b;
  --ux44-product-ratio: 1 / 1;
  background:
    linear-gradient(90deg, rgba(15, 122, 85, .045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(15, 122, 85, .035) 1px, transparent 1px),
    #f3f8ef;
  background-size: 36px 36px, 36px 36px, auto;
}

body.mlmg-public-shop.ux40-roseglass {
  --ux40-bg: #fff4f8;
  --ux40-surface: rgba(255, 255, 255, .64);
  --ux40-text: #351827;
  --ux40-muted: #75566a;
  --ux40-line: rgba(190, 24, 93, .16);
  --ux40-primary: #c01864;
  --ux40-accent: #0ea5a4;
  --ux44-card-bg: rgba(255, 255, 255, .90);
  --ux44-product-ratio: 1 / 1.06;
  background:
    radial-gradient(circle at 12% 0, rgba(255, 119, 176, .30), transparent 24rem),
    radial-gradient(circle at 88% 16%, rgba(20, 184, 166, .18), transparent 22rem),
    #fff4f8;
}

body.mlmg-public-shop.ux40-brutal {
  --ux40-bg: #fff5cf;
  --ux40-surface: #fffef7;
  --ux40-text: #111827;
  --ux40-muted: #364152;
  --ux40-line: #111827;
  --ux40-primary: #e6003d;
  --ux40-accent: #f4c430;
  --ux40-radius: 12px;
  --ux44-radius: 12px;
  --ux44-card-radius: 10px;
  --ux44-product-ratio: 1 / .82;
  --ux44-shadow: 7px 7px 0 #111827;
  background:
    linear-gradient(90deg, rgba(17, 24, 39, .10) 1px, transparent 1px),
    linear-gradient(0deg, rgba(17, 24, 39, .10) 1px, transparent 1px),
    #fff5cf;
  background-size: 28px 28px, 28px 28px, auto;
}

body.mlmg-public-shop.ux40-bento {
  --ux40-bg: #f2f5f8;
  --ux40-surface: #fff;
  --ux40-text: #111827;
  --ux40-muted: #4b5563;
  --ux40-line: rgba(17, 24, 39, .13);
  --ux40-primary: #111827;
  --ux40-accent: #f2b705;
  --ux44-product-ratio: 1 / .86;
  background:
    radial-gradient(circle at 2% 4%, rgba(242, 183, 5, .18), transparent 18rem),
    radial-gradient(circle at 96% 8%, rgba(17, 24, 39, .08), transparent 24rem),
    #f2f5f8;
}

body.mlmg-public-shop.ux40-spatial {
  --ux40-bg: #071323;
  --ux40-surface: rgba(13, 31, 55, .84);
  --ux40-text: #f8fafc;
  --ux40-muted: #b6c5d8;
  --ux40-line: rgba(125, 211, 252, .26);
  --ux40-primary: #38bdf8;
  --ux40-accent: #a3e635;
  --ux44-card-bg: rgba(10, 27, 49, .95);
  --ux44-product-ratio: 1 / .82;
  background:
    radial-gradient(circle at 50% -8%, rgba(56, 189, 248, .22), transparent 28rem),
    linear-gradient(120deg, rgba(163, 230, 53, .08), transparent 42%),
    #071323;
}

body.mlmg-public-shop.ux40-craft {
  --ux40-bg: #f4efe4;
  --ux40-surface: rgba(255, 252, 243, .95);
  --ux40-text: #20231d;
  --ux40-muted: #6c6252;
  --ux40-line: rgba(32, 35, 29, .16);
  --ux40-primary: #285844;
  --ux40-accent: #c55f36;
  --ux44-product-ratio: 1 / 1.16;
  background:
    linear-gradient(90deg, rgba(32, 35, 29, .055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(32, 35, 29, .04) 1px, transparent 1px),
    radial-gradient(circle at 12% 4%, rgba(197, 95, 54, .14), transparent 22rem),
    #f4efe4;
  background-size: 34px 34px, 34px 34px, auto, auto;
}

body.mlmg-public-shop.ux40-command {
  --ux40-bg: #edf7f2;
  --ux40-surface: rgba(255, 255, 255, .95);
  --ux40-text: #0f2c22;
  --ux40-muted: #50645d;
  --ux40-line: rgba(15, 44, 34, .13);
  --ux40-primary: #087f5b;
  --ux40-accent: #0ea5e9;
  --ux44-product-ratio: 1 / .92;
  background:
    linear-gradient(180deg, rgba(14, 165, 233, .10), transparent 36rem),
    #edf7f2;
}

body.mlmg-public-shop.ux40-mobile-os {
  --ux40-bg: #0b1020;
  --ux40-surface: rgba(21, 28, 48, .88);
  --ux40-text: #f8fafc;
  --ux40-muted: #b7c2d8;
  --ux40-line: rgba(148, 163, 184, .22);
  --ux40-primary: #22d3ee;
  --ux40-accent: #a78bfa;
  --ux44-card-bg: rgba(255, 255, 255, .94);
  --ux44-product-ratio: 1 / 1.06;
  background:
    radial-gradient(circle at 24% 4%, rgba(34, 211, 238, .24), transparent 22rem),
    radial-gradient(circle at 80% 18%, rgba(167, 139, 250, .18), transparent 22rem),
    #0b1020;
}

body.mlmg-public-shop.ux40-liquid {
  --ux40-bg: #080d17;
  --ux40-surface: rgba(255, 255, 255, .11);
  --ux40-text: #f8fafc;
  --ux40-muted: #cbd5e1;
  --ux40-line: rgba(255, 255, 255, .20);
  --ux40-primary: #d6b46a;
  --ux40-accent: #64f4d8;
  --ux44-card-bg: rgba(255, 255, 255, .87);
  --ux44-product-ratio: 1 / 1.03;
  background:
    radial-gradient(circle at 15% 6%, rgba(214, 180, 106, .24), transparent 24rem),
    radial-gradient(circle at 92% 14%, rgba(100, 244, 216, .18), transparent 24rem),
    #080d17;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux40-shell, .ux40-mobile-shell, .shop-store-footer, .shop-bottom-nav, .shop-cart-drawer, .shop-track-fab, .shop-content-modal, .shop-story-modal, .shop-product-lightbox) {
  position: relative;
  z-index: 2;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux40-shell, .ux40-mobile-shell) {
  width: var(--ux44-page-w) !important;
  margin: 0 auto !important;
  padding: clamp(10px, 1.1vw, 18px) 0 18px !important;
  min-height: auto !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-store-footer {
  width: var(--ux44-page-w) !important;
  margin: 4px auto 20px !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux40-section, .ux35-experience, .shop-faq-section, .ux40-story-dock, .ux40-promos, .ux40-bento-grid > section) {
  width: 100% !important;
  margin-inline: 0 !important;
  margin-bottom: var(--ux44-gap) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux40-section, .ux40-panel, .ux40-topbar, .ux40-story-dock .shop-category-ribbon, .ux40-media-card, .ux35-experience, .shop-faq-item, .ux40-bento-grid > section) {
  border: 1px solid var(--ux44-line) !important;
  border-radius: var(--ux44-radius) !important;
  color: var(--ux44-text) !important;
  background: var(--ux44-surface) !important;
  box-shadow: var(--ux44-shadow) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux40-section-head, .ux40-panel, .ux35-experience, .shop-faq-section) {
  color: var(--ux44-text);
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux40-section-head h2, .ux40-panel h2, .ux40-brand strong, .ux35-metric b, .shop-faq-item summary, .ux40-media-card strong) {
  color: var(--ux44-text) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux40-section-head span, .ux40-panel span, .ux35-metric span, .ux40-media-card span, .shop-faq-item p) {
  color: var(--ux44-text-soft) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-topbar {
  display: grid;
  grid-template-columns: minmax(170px, auto) minmax(260px, 1fr) auto auto auto;
  align-items: center;
  gap: 8px;
  min-height: 62px;
  margin-bottom: var(--ux44-gap) !important;
  padding: 8px !important;
  backdrop-filter: blur(18px) saturate(1.18);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-search {
  min-height: 44px;
  border: 1px solid var(--ux44-line) !important;
  border-radius: 15px;
  color: var(--ux44-muted);
  background: color-mix(in srgb, var(--ux44-surface), #fff 34%) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux40-nav a, .ux40-nav button, .ux40-track, .ux40-cart, .ux40-mini-actions a, .ux40-mini-actions button, .ux40-section-head > a, .ux40-section-head > button, .ux35-actions a, .ux35-actions button, .ux35-product-tools button) {
  min-height: 42px;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--ux44-text);
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux40-track i, .ux40-cart i, .ux40-nav i, .ux40-media-card > i, .ux40-mobile-actions i, .shop-service-chip i, .shop-product-video i, .shop-product-meta i, .shop-product-badges i, .shop-add-to-cart i, .ux35-actions i, .ux35-product-tools i, .shop-faq-item summary i, .ux40-spatial-rail i) {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 28px;
  line-height: 1;
  color: color-mix(in srgb, var(--ux44-primary), #111827 18%);
  background: color-mix(in srgb, var(--ux44-primary), #fff 88%);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ux44-primary), transparent 82%);
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.shop-add-to-cart i, .ux40-cart i) {
  color: #fff;
  background: rgba(255, 255, 255, .18);
  box-shadow: none;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux40-hero, .ux40-rose-hero, .ux40-brutal-board, .ux40-command-hero, .ux40-liquid-hero, .ux40-spatial-stage, .ux40-craft-hero) {
  display: grid;
  gap: var(--ux44-gap);
  margin-bottom: var(--ux44-gap) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-hero {
  min-height: clamp(304px, 31vw, 430px) !important;
  border: 1px solid color-mix(in srgb, var(--ux44-primary), transparent 68%) !important;
  border-radius: var(--ux44-radius) !important;
  overflow: hidden;
  isolation: isolate;
  background-size: cover !important;
  background-position: center !important;
  box-shadow: var(--ux44-shadow) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-hero::after {
  background: linear-gradient(90deg, rgba(6, 8, 17, .28), rgba(6, 8, 17, .08) 54%, rgba(6, 8, 17, .24)) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-hero-copy,
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-hero-deal {
  position: relative;
  z-index: 2;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-hero-copy h1,
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-hero-copy p {
  color: #fff !important;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .34);
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-hero-deal {
  color: var(--ux44-text);
  background: rgba(255, 255, 255, .84) !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .12);
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-story-dock .shop-category-ribbon {
  display: flex;
  gap: 8px;
  padding: 8px !important;
  overflow-x: auto;
  scrollbar-width: none;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-story-dock .shop-category-ribbon::-webkit-scrollbar {
  display: none;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-story-dock .shop-category-pill {
  min-width: 88px;
  min-height: 82px;
  border: 1px solid var(--ux44-line);
  border-radius: 18px;
  color: var(--ux44-text);
  background: color-mix(in srgb, var(--ux44-surface), #fff 34%);
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-story-dock .shop-category-pill :where(i, .ux36-story-image) {
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 15px;
  color: color-mix(in srgb, var(--ux44-primary), #111827 18%);
  background: color-mix(in srgb, var(--ux44-primary), #fff 88%);
  box-shadow: none;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux36-promo-grid, .ux36-category-banners) {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--ux44-gap) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux36-promo-tile, .ux36-category-banners a, .ux36-side-campaign) {
  min-height: 132px;
  border: 1px solid var(--ux44-line) !important;
  border-radius: calc(var(--ux44-radius) - 4px) !important;
  color: var(--ux44-text);
  background-color: color-mix(in srgb, var(--ux44-surface), #fff 38%) !important;
  background-size: cover !important;
  background-position: center !important;
  box-shadow: 0 14px 32px rgba(15, 23, 42, .08) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-side-campaign {
  min-height: 320px;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-promo-tile.has-image::before,
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-category-banners a.has-image::before,
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-side-campaign.has-image::before {
  background: linear-gradient(180deg, rgba(4, 7, 17, .02), rgba(4, 7, 17, .18) 62%, rgba(4, 7, 17, .38)) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux36-promo-tile.has-image, .ux36-category-banners a.has-image, .ux36-side-campaign.has-image) :where(strong, span) {
  color: #fff !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .38);
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux35-experience {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: var(--ux44-gap);
  padding: clamp(16px, 1.7vw, 24px) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux35-mega-grid, .ux35-blue-dashboard, .ux35-min-lines, .ux35-luxe-proof, .ux35-neo-stack, .ux35-rose-proof, .ux35-green-metrics, .ux35-well-proof) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux35-metric {
  min-height: 92px;
  border: 1px solid var(--ux44-line);
  border-radius: calc(var(--ux44-radius) - 4px);
  padding: 13px;
  color: var(--ux44-text);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--ux44-surface), #fff 36%), color-mix(in srgb, var(--ux44-surface), var(--ux44-primary) 6%));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .34);
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-products-grid,
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-featured-grid {
  display: grid !important;
  align-items: stretch;
  gap: var(--ux44-gap) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-product-card {
  display: flex !important;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid var(--ux44-line) !important;
  border-radius: var(--ux44-card-radius) !important;
  overflow: hidden;
  color: #111827;
  background: var(--ux44-card-bg) !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .09) !important;
  contain: layout paint;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-product-media {
  width: 100%;
  height: auto !important;
  aspect-ratio: var(--ux44-product-ratio);
  padding: var(--ux44-image-pad);
  display: grid !important;
  place-items: center;
  border-bottom: 1px solid color-mix(in srgb, var(--ux44-primary), transparent 78%) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .72)),
    radial-gradient(circle at 20% 18%, color-mix(in srgb, var(--ux44-accent), transparent 82%), transparent 48%) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-product-slider,
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-product-slide {
  width: 100%;
  height: 100%;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-product-slide {
  border: 0 !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center;
  background: transparent !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-product-media img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain !important;
  transform-origin: center;
  filter: drop-shadow(0 14px 20px rgba(15, 23, 42, .12));
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-product-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-product-body h3 {
  min-height: 3.2em !important;
  margin: 0;
  color: #111827 !important;
  font-size: .98rem;
  line-height: 1.62;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-product-body p {
  min-height: 3.4em !important;
  margin: 0;
  color: #64748b !important;
  font-size: .88rem;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.shop-product-badges span, .shop-product-meta span, .shop-product-video, .shop-sale-countdown) {
  border: 1px solid rgba(15, 23, 42, .08);
  color: #334155;
  background: #f8fafc;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-product-price-stack strong {
  color: #0f172a !important;
  font-weight: 950;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-product-actions {
  margin-top: auto;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-add-to-cart {
  min-height: 46px;
  border-radius: 14px;
  color: #fff !important;
  background: linear-gradient(135deg, var(--ux44-primary), color-mix(in srgb, var(--ux44-primary), #000 16%)) !important;
  box-shadow: 0 14px 28px color-mix(in srgb, var(--ux44-primary), transparent 78%) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-add-to-cart:disabled {
  color: #475569 !important;
  background: #e2e8f0 !important;
  box-shadow: none !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--ux44-gap) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-gallery-item {
  min-height: 210px;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--ux44-line) !important;
  border-radius: calc(var(--ux44-radius) - 2px) !important;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .10) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-brand-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: var(--ux44-gap) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-media-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: var(--ux44-gap) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-media-card {
  min-height: 132px;
  padding: 18px !important;
  text-align: right;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-faq-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--ux44-gap);
}

body.mlmg-public-shop.ux40-brutal :where(.ux40-section, .ux40-panel, .ux40-topbar, .shop-product-card, .ux35-experience, .shop-faq-item, .ux40-story-dock .shop-category-ribbon) {
  border-width: 2px !important;
  box-shadow: var(--ux44-shadow) !important;
}

body.mlmg-public-shop.ux40-brutal .shop-product-media {
  background:
    linear-gradient(135deg, #fff, #fff6d8),
    repeating-linear-gradient(45deg, rgba(17, 24, 39, .08) 0 2px, transparent 2px 12px) !important;
}

body.mlmg-public-shop.ux40-bento .ux40-bento-grid {
  display: grid !important;
  gap: var(--ux44-gap) !important;
}

body.mlmg-public-shop.ux40-bento .ux40-bento-grid > section {
  padding: 14px !important;
  box-shadow: 0 12px 0 rgba(17, 24, 39, .08) !important;
}

body.mlmg-public-shop.ux40-spatial .ux40-spatial-main {
  perspective: 1300px;
}

body.mlmg-public-shop.ux40-spatial .ux40-spatial-rail {
  border: 1px solid rgba(125, 211, 252, .26) !important;
  color: #f8fafc !important;
  background: rgba(7, 19, 35, .88) !important;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .34) !important;
}

body.mlmg-public-shop.ux40-spatial .ux40-spatial-rail :where(a, button, strong) {
  color: #f8fafc !important;
}

body.mlmg-public-shop.ux40-spatial .shop-product-card {
  color: #f8fafc;
  background: rgba(10, 27, 49, .95) !important;
}

body.mlmg-public-shop.ux40-spatial .shop-product-media {
  background:
    radial-gradient(circle at 30% 16%, rgba(56, 189, 248, .18), transparent 48%),
    linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .02)) !important;
}

body.mlmg-public-shop.ux40-spatial .shop-product-body h3,
body.mlmg-public-shop.ux40-spatial .shop-product-price-stack strong {
  color: #f8fafc !important;
}

body.mlmg-public-shop.ux40-spatial .shop-product-body p {
  color: #b6c5d8 !important;
}

body.mlmg-public-shop.ux40-spatial :where(.shop-product-badges span, .shop-product-meta span, .shop-product-video, .shop-sale-countdown) {
  border-color: rgba(125, 211, 252, .20);
  color: #dbeafe;
  background: rgba(255, 255, 255, .08);
}

body.mlmg-public-shop.ux40-roseglass :where(.ux40-topbar, .ux40-section, .ux40-media-card, .ux40-story-dock .shop-category-ribbon),
body.mlmg-public-shop.ux40-liquid :where(.ux40-topbar, .ux40-section, .ux40-media-card, .ux40-liquid-copy) {
  border-color: rgba(255, 255, 255, .36) !important;
  backdrop-filter: blur(24px) saturate(1.45);
  -webkit-backdrop-filter: blur(24px) saturate(1.45);
}

body.mlmg-public-shop.ux40-liquid :where(.ux40-section-head h2, .ux40-panel h2, .ux40-brand strong, .ux40-media-card strong, .ux35-metric b, .shop-faq-item summary),
body.mlmg-public-shop.ux40-mobile-os :where(.ux40-section-head h2, .ux40-panel h2, .ux40-brand strong, .ux40-media-card strong, .ux35-metric b, .shop-faq-item summary) {
  color: #f8fafc !important;
}

body.mlmg-public-shop.ux40-craft .ux40-craft-photo {
  border: 1px solid var(--ux44-line) !important;
  border-radius: var(--ux44-radius) !important;
  box-shadow: 0 22px 0 rgba(32, 35, 29, .08) !important;
  background-size: cover !important;
  background-position: center !important;
}

@media (min-width: 1280px) {
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-shell .shop-products-grid,
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-shell .shop-featured-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1181px) and (max-width: 1279px) {
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-shell .shop-products-grid,
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-shell .shop-featured-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1181px) {
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-bottom-nav {
    display: none !important;
  }

  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-track-fab {
    bottom: 22px !important;
  }

  body.mlmg-public-shop.ux40-bento .ux40-bento-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    align-items: stretch;
  }

  body.mlmg-public-shop.ux40-bento .ux40-bento-hero { grid-column: 1 / span 7; grid-row: span 2; }
  body.mlmg-public-shop.ux40-bento .ux40-bento-stories { grid-column: 8 / span 5; }
  body.mlmg-public-shop.ux40-bento .ux40-bento-promos { grid-column: 8 / span 5; }
  body.mlmg-public-shop.ux40-bento .ux40-bento-services { grid-column: 1 / span 4; }
  body.mlmg-public-shop.ux40-bento .ux40-bento-experience { grid-column: 5 / span 8; }
  body.mlmg-public-shop.ux40-bento :where(.ux40-bento-featured, .ux40-bento-banners, .ux40-bento-products, .ux40-bento-gallery, .ux40-brand-wall, .ux40-media-grid, .shop-faq-section) { grid-column: 1 / -1; }

  body.mlmg-public-shop.ux40-spatial .ux40-spatial-shell {
    width: var(--ux44-page-w) !important;
    display: grid !important;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: var(--ux44-gap);
  }

  body.mlmg-public-shop.ux40-spatial .ux40-spatial-rail {
    position: sticky;
    top: 14px;
    min-height: calc(100dvh - 28px);
  }

  body.mlmg-public-shop.ux40-spatial .ux40-spatial-stage,
  body.mlmg-public-shop.ux40-liquid .ux40-liquid-hero,
  body.mlmg-public-shop.ux40-craft .ux40-craft-hero {
    grid-template-columns: minmax(0, 1.36fr) minmax(260px, .64fr);
  }

  body.mlmg-public-shop.ux40-mobile-os .ux40-mobile-shell {
    width: var(--ux44-page-w) !important;
    display: grid !important;
    grid-template-columns: minmax(340px, 410px) minmax(0, 1fr);
    gap: var(--ux44-gap);
  }

  body.mlmg-public-shop.ux40-mobile-os :where(.ux40-mobile-status, .ux40-mobile-hero, .ux40-mobile-actions, .ux40-mobile-stories, .ux40-mobile-promos) {
    grid-column: 1;
  }

  body.mlmg-public-shop.ux40-mobile-os :where(.ux40-mobile-services, .ux40-mobile-featured, .ux40-mobile-products, .ux40-mobile-gallery, .ux40-brand-wall, .ux40-media-grid, .shop-faq-section, .ux35-experience, .ux36-category-banners) {
    grid-column: 2;
  }
}

@media (max-width: 1180px) {
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) {
    --ux44-page-w: min(100% - 28px, 1120px);
  }

  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-topbar {
    grid-template-columns: 1fr auto auto;
  }

  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-search,
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-nav {
    grid-column: 1 / -1;
  }

  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-products-grid,
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-featured-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) {
    --ux44-page-w: min(100% - 18px, 760px);
    --ux44-gap: 12px;
    --ux44-radius: 18px;
    --ux44-product-ratio: 1 / .92;
    padding-bottom: 88px !important;
  }

  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux40-shell, .ux40-mobile-shell) {
    padding-top: 8px !important;
    padding-bottom: 10px !important;
  }

  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-topbar {
    top: 8px;
    grid-template-columns: 1fr auto;
    border-radius: 18px !important;
  }

  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-brand strong {
    max-width: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux40-hero, .ux40-rose-hero, .ux40-brutal-board, .ux40-command-hero, .ux40-liquid-hero, .ux40-spatial-stage, .ux40-craft-hero, .ux35-experience) {
    grid-template-columns: 1fr !important;
  }

  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-hero {
    min-height: 360px !important;
  }

  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.shop-products-grid, .shop-featured-grid, .shop-gallery-grid, .ux40-media-grid, .shop-faq-grid, .ux36-promo-grid, .ux36-category-banners) {
    grid-template-columns: 1fr !important;
  }

  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-product-body p {
    min-height: auto !important;
  }

  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-gallery-item {
    min-height: 180px;
  }
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.shop-product-card, .ux40-media-card, .shop-gallery-item, .ux36-promo-tile, .ux36-category-banners a, .shop-category-pill, .ux35-metric) {
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, filter 220ms ease;
  }

  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.shop-product-card, .ux40-media-card, .shop-gallery-item, .ux36-promo-tile, .ux36-category-banners a, .ux35-metric):hover {
    transform: translateY(-5px);
    border-color: color-mix(in srgb, var(--ux44-primary), transparent 48%) !important;
    box-shadow: 0 24px 58px color-mix(in srgb, var(--ux44-primary), transparent 84%) !important;
  }

  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-product-card:hover .shop-product-media img {
    transform: scale(1.035) rotate(-.65deg);
  }

  body.mlmg-public-shop.ux40-spatial .shop-product-card:hover {
    transform: translateY(-8px) rotateX(2deg) rotateY(-2deg);
  }

  body.mlmg-public-shop.ux40-brutal .shop-product-card:hover {
    transform: translate(-4px, -4px) rotate(0deg) !important;
    box-shadow: 11px 11px 0 #111827 !important;
  }

  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-story-dock .shop-category-pill:hover {
    transform: translateY(-3px) scale(1.025);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux41-canvas {
    display: none !important;
  }

  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) *,
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) *::before,
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}

body.mlmg-public-shop :where(.fa, .fas, .far, .fal):not(.fab),
body.mlmg-public-shop :where(.fa, .fas, .far, .fal):not(.fab)::before,
body.mlmg-public-shop :where(.fa, .fas, .far, .fal):not(.fab)::after {
  font-family: "FontAwesome" !important;
}

body.mlmg-public-shop .fab,
body.mlmg-public-shop .fab::before,
body.mlmg-public-shop .fab::after {
  font-family: "Font Awesome 5 Brands" !important;
}

/*
 * v43 final cascade lock.
 * Keep this block at EOF so older storefront layers cannot override the polish.
 */
body.ux40-storefront:not(.ux36-kala) {
  --ux42-page-w: min(1440px, calc(100% - 48px));
  --ux42-gap: 14px;
  --ux42-radius: 20px;
  --ux42-card-radius: 18px;
  --ux42-card-ratio: 4 / 3;
  --ux42-media-pad: 12px;
  --ux42-card-bg: rgba(255, 255, 255, .96);
  --ux42-frame-line: color-mix(in srgb, var(--ux40-primary), transparent 78%);
  --ux42-icon-bg: color-mix(in srgb, var(--ux40-primary), #fff 88%);
  --ux42-icon-fg: color-mix(in srgb, var(--ux40-primary), #111827 14%);
  --ux42-shadow: 0 18px 44px rgba(15, 23, 42, .10);
  --ux42-text-soft: color-mix(in srgb, var(--ux40-text), #64748b 58%);
  min-height: auto;
}

body.ux40-nature { --ux40-bg:#f3f7ee; --ux40-surface:rgba(255,255,249,.94); --ux40-text:#183226; --ux40-muted:#52665b; --ux40-line:rgba(24,50,38,.13); --ux40-primary:#0f7a55; --ux40-accent:#d9912b; --ux42-card-ratio:1 / 1; }
body.ux40-roseglass { --ux40-bg:#fff4f8; --ux40-surface:rgba(255,255,255,.62); --ux40-text:#361827; --ux40-muted:#76586a; --ux40-line:rgba(190,24,93,.16); --ux40-primary:#c01864; --ux40-accent:#0ea5a4; --ux42-card-ratio:1 / 1.08; }
body.ux40-brutal { --ux40-bg:#fff5cf; --ux40-surface:#fffef7; --ux40-text:#111827; --ux40-muted:#364152; --ux40-line:#111827; --ux40-primary:#e6003d; --ux40-accent:#f4c430; --ux40-radius:12px; --ux42-radius:12px; --ux42-card-radius:10px; --ux42-card-ratio:1 / .82; --ux42-shadow:7px 7px 0 #111827; }
body.ux40-bento { --ux40-bg:#f2f5f8; --ux40-surface:#fff; --ux40-text:#111827; --ux40-muted:#4b5563; --ux40-line:rgba(17,24,39,.13); --ux40-primary:#111827; --ux40-accent:#f2b705; --ux42-card-ratio:1 / .86; }
body.ux40-spatial { --ux40-bg:#071323; --ux40-surface:rgba(13,31,55,.82); --ux40-text:#f8fafc; --ux40-muted:#b6c5d8; --ux40-line:rgba(125,211,252,.24); --ux40-primary:#38bdf8; --ux40-accent:#a3e635; --ux42-card-bg:rgba(10,27,49,.92); --ux42-card-ratio:1 / .82; }
body.ux40-craft { --ux40-bg:#f4efe4; --ux40-surface:rgba(255,252,243,.95); --ux40-text:#20231d; --ux40-muted:#6c6252; --ux40-line:rgba(32,35,29,.16); --ux40-primary:#285844; --ux40-accent:#c55f36; --ux42-card-ratio:1 / 1.18; }
body.ux40-command { --ux40-bg:#edf7f2; --ux40-surface:rgba(255,255,255,.94); --ux40-text:#0f2c22; --ux40-muted:#50645d; --ux40-line:rgba(15,44,34,.13); --ux40-primary:#087f5b; --ux40-accent:#0ea5e9; --ux42-card-ratio:1 / .92; }
body.ux40-mobile-os { --ux40-bg:#0b1020; --ux40-surface:rgba(21,28,48,.86); --ux40-text:#f8fafc; --ux40-muted:#b7c2d8; --ux40-line:rgba(148,163,184,.20); --ux40-primary:#22d3ee; --ux40-accent:#a78bfa; --ux42-card-bg:rgba(255,255,255,.94); --ux42-card-ratio:1 / 1.08; }
body.ux40-liquid { --ux40-bg:#080d17; --ux40-surface:rgba(255,255,255,.10); --ux40-text:#f8fafc; --ux40-muted:#cbd5e1; --ux40-line:rgba(255,255,255,.18); --ux40-primary:#d6b46a; --ux40-accent:#64f4d8; --ux42-card-bg:rgba(255,255,255,.86); --ux42-card-ratio:1 / 1.05; }

body.ux40-storefront:not(.ux36-kala) .ux40-shell,
body.ux40-storefront:not(.ux36-kala) .ux40-mobile-shell {
  width: var(--ux42-page-w) !important;
  padding: 14px 0 22px !important;
}

body.ux40-storefront:not(.ux36-kala) :where(.ux40-section, .ux35-experience, .shop-faq-section, .ux40-story-dock, .ux40-promos) {
  width: 100% !important;
  margin-inline: 0 !important;
  margin-bottom: var(--ux42-gap) !important;
}

body.ux40-storefront:not(.ux36-kala) .shop-store-footer {
  width: var(--ux42-page-w);
  margin: 0 auto;
}

body.ux40-storefront:not(.ux36-kala) :where(.ux40-section, .ux40-panel, .ux40-topbar, .ux40-story-dock .shop-category-ribbon, .ux40-media-card, .ux35-experience, .shop-faq-item) {
  border-color: var(--ux40-line) !important;
  color: var(--ux40-text);
  background: var(--ux40-surface) !important;
  box-shadow: var(--ux42-shadow);
}

body.ux40-storefront:not(.ux36-kala) :where(.ux40-section-head h2, .ux40-panel h2, .shop-product-body h3, .ux40-brand strong, .ux35-metric b, .shop-faq-item summary) {
  color: var(--ux40-text) !important;
}

body.ux40-storefront:not(.ux36-kala) :where(.ux40-section-head span, .ux40-panel span, .ux35-metric span, .shop-faq-item p) {
  color: var(--ux42-text-soft) !important;
}

body.ux40-storefront:not(.ux36-kala) .ux40-search {
  border-color: var(--ux40-line);
  color: var(--ux40-muted);
  background: color-mix(in srgb, var(--ux40-surface), #fff 35%);
}

body.ux40-storefront:not(.ux36-kala) :where(.ux40-track i, .ux40-cart i, .ux40-nav i, .ux40-media-card > i, .ux40-mobile-actions i, .shop-service-chip i, .shop-product-video i, .shop-product-meta i, .shop-product-badges i, .shop-add-to-cart i) {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 28px;
  color: var(--ux42-icon-fg);
  background: var(--ux42-icon-bg);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ux40-primary), transparent 82%);
}

body.ux40-storefront:not(.ux36-kala) :where(.shop-add-to-cart i, .ux40-cart i) {
  color: #fff;
  background: rgba(255,255,255,.18);
  box-shadow: none;
}

body.ux40-storefront:not(.ux36-kala) .ux40-story-dock .shop-category-pill {
  min-width: 88px;
  min-height: 82px;
  border: 1px solid var(--ux40-line);
  border-radius: 18px;
  color: var(--ux40-text);
  background: color-mix(in srgb, var(--ux40-surface), #fff 34%);
}

body.ux40-storefront:not(.ux36-kala) .ux40-story-dock .shop-category-pill :where(i, .ux36-story-image) {
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 15px;
  color: var(--ux42-icon-fg);
  background: var(--ux42-icon-bg);
  box-shadow: none;
}

body.ux40-storefront:not(.ux36-kala) .ux36-hero {
  min-height: clamp(300px, 31vw, 430px) !important;
  border-radius: var(--ux42-radius) !important;
  border-color: color-mix(in srgb, var(--ux40-primary), transparent 72%) !important;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

body.ux40-storefront:not(.ux36-kala) .ux36-hero-deal {
  color: var(--ux40-text);
  background: rgba(255,255,255,.82) !important;
  box-shadow: 0 18px 42px rgba(15,23,42,.12);
}

body.ux40-storefront:not(.ux36-kala) .ux36-promo-tile,
body.ux40-storefront:not(.ux36-kala) .ux36-category-banners a,
body.ux40-storefront:not(.ux36-kala) .ux36-side-campaign {
  min-height: 132px;
  border: 1px solid var(--ux40-line);
  border-radius: calc(var(--ux42-radius) - 4px);
  color: var(--ux40-text);
  background-color: color-mix(in srgb, var(--ux40-surface), #fff 38%);
  box-shadow: 0 14px 32px rgba(15,23,42,.08);
}

body.ux40-storefront:not(.ux36-kala) .ux36-promo-tile.has-image::before,
body.ux40-storefront:not(.ux36-kala) .ux36-category-banners a.has-image::before {
  background: linear-gradient(180deg, rgba(4,7,17,.02), rgba(4,7,17,.24) 62%, rgba(4,7,17,.42));
}

body.ux40-storefront:not(.ux36-kala) .ux36-promo-tile.has-image :where(strong, span),
body.ux40-storefront:not(.ux36-kala) .ux36-category-banners a.has-image :where(strong, span) {
  color: #fff !important;
  text-shadow: 0 2px 14px rgba(0,0,0,.38);
}

body.ux40-storefront:not(.ux36-kala) .shop-products-grid {
  align-items: stretch;
  gap: var(--ux42-gap) !important;
}

body.ux40-storefront:not(.ux36-kala) .shop-product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid var(--ux40-line) !important;
  border-radius: var(--ux42-card-radius) !important;
  overflow: hidden;
  color: #111827;
  background: var(--ux42-card-bg) !important;
  box-shadow: 0 14px 34px rgba(15,23,42,.09);
}

body.ux40-storefront:not(.ux36-kala) .shop-product-media {
  height: auto !important;
  aspect-ratio: var(--ux42-card-ratio);
  padding: var(--ux42-media-pad);
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--ux42-frame-line);
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,255,255,.70)),
    radial-gradient(circle at 20% 18%, color-mix(in srgb, var(--ux40-accent), transparent 82%), transparent 48%) !important;
}

body.ux40-storefront:not(.ux36-kala) .shop-product-slider,
body.ux40-storefront:not(.ux36-kala) .shop-product-slide {
  width: 100%;
  height: 100%;
}

body.ux40-storefront:not(.ux36-kala) .shop-product-slide {
  border: 0;
  padding: 0;
  display: grid;
  place-items: center;
  background: transparent;
}

body.ux40-storefront:not(.ux36-kala) .shop-product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  filter: drop-shadow(0 14px 20px rgba(15,23,42,.12));
}

body.ux40-storefront:not(.ux36-kala) .shop-product-body {
  flex: 1 1 auto;
  padding: 14px;
  gap: 8px;
}

body.ux40-storefront:not(.ux36-kala) .shop-product-body h3 {
  min-height: auto !important;
  margin: 0;
  color: #111827 !important;
  font-size: .98rem;
  line-height: 1.65;
}

body.ux40-storefront:not(.ux36-kala) .shop-product-body p {
  min-height: 3.2em;
  margin: 0;
  color: #64748b !important;
  font-size: .88rem;
}

body.ux40-storefront:not(.ux36-kala) .shop-product-badges span,
body.ux40-storefront:not(.ux36-kala) .shop-product-meta span,
body.ux40-storefront:not(.ux36-kala) .shop-product-video {
  border: 1px solid rgba(15,23,42,.08);
  color: #334155;
  background: #f8fafc;
}

body.ux40-storefront:not(.ux36-kala) .shop-product-price-stack strong {
  color: #0f172a !important;
  font-weight: 950;
}

body.ux40-storefront:not(.ux36-kala) .shop-product-actions {
  margin-top: auto;
}

body.ux40-storefront:not(.ux36-kala) .shop-add-to-cart {
  min-height: 46px;
  border-radius: 14px;
}

body.ux40-storefront:not(.ux36-kala) .shop-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--ux42-gap);
}

body.ux40-storefront:not(.ux36-kala) .shop-gallery-item {
  min-height: 210px;
  aspect-ratio: 4 / 3;
  border-radius: calc(var(--ux42-radius) - 2px);
  border: 1px solid var(--ux40-line);
  box-shadow: 0 16px 36px rgba(15,23,42,.10);
}

body.ux40-storefront:not(.ux36-kala) .shop-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.ux40-storefront:not(.ux36-kala) .ux40-brand-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: var(--ux42-gap);
}

body.ux40-storefront:not(.ux36-kala) .ux40-media-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: var(--ux42-gap);
}

body.ux40-storefront:not(.ux36-kala) .ux40-media-card {
  min-height: 132px;
  padding: 18px;
  text-align: right;
}

body.ux40-storefront:not(.ux36-kala) .shop-faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.ux40-brutal :where(.ux40-section, .ux40-panel, .ux40-topbar, .shop-product-card, .ux35-experience, .shop-faq-item, .ux40-story-dock .shop-category-ribbon) {
  border-width: 2px !important;
  box-shadow: var(--ux42-shadow) !important;
}

body.ux40-brutal .shop-product-media {
  background:
    linear-gradient(135deg, #fff, #fff6d8),
    repeating-linear-gradient(45deg, rgba(17,24,39,.08) 0 2px, transparent 2px 12px) !important;
}

body.ux40-bento .ux40-bento-grid > section {
  border: 1px solid var(--ux40-line);
  border-radius: var(--ux42-radius);
  background: var(--ux40-surface);
  box-shadow: 0 12px 0 rgba(17,24,39,.08);
}

body.ux40-spatial .ux40-spatial-main { perspective: 1300px; }
body.ux40-spatial .ux40-spatial-rail {
  border: 1px solid rgba(125,211,252,.24);
  color: #f8fafc;
  background: rgba(7,19,35,.88);
  box-shadow: 0 26px 70px rgba(0,0,0,.34);
}

body.ux40-roseglass :where(.ux40-topbar, .ux40-section, .ux40-media-card, .ux40-story-dock .shop-category-ribbon),
body.ux40-liquid :where(.ux40-topbar, .ux40-section, .ux40-media-card, .ux40-liquid-copy) {
  border-color: rgba(255,255,255,.36) !important;
  backdrop-filter: blur(24px) saturate(1.45);
  -webkit-backdrop-filter: blur(24px) saturate(1.45);
}

body.ux40-craft .ux40-craft-photo {
  border: 1px solid var(--ux40-line);
  border-radius: var(--ux42-radius);
  box-shadow: 0 22px 0 rgba(32,35,29,.08);
  background-size: cover;
  background-position: center;
}

@media (min-width: 1181px) {
  body.ux40-storefront:not(.ux36-kala) .ux40-shell .shop-products-grid,
  body.ux40-storefront:not(.ux36-kala) .ux40-shell .shop-featured-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  body.ux40-bento .ux40-bento-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    gap: var(--ux42-gap);
  }

  body.ux40-bento .ux40-bento-hero { grid-column: 1 / span 7; grid-row: span 2; }
  body.ux40-bento .ux40-bento-stories { grid-column: 8 / span 5; }
  body.ux40-bento .ux40-bento-promos { grid-column: 8 / span 5; }
  body.ux40-bento .ux40-bento-services { grid-column: 1 / span 4; }
  body.ux40-bento .ux40-bento-experience { grid-column: 5 / span 8; }
  body.ux40-bento .ux40-bento-featured,
  body.ux40-bento .ux40-bento-banners,
  body.ux40-bento .ux40-bento-products,
  body.ux40-bento .ux40-bento-gallery,
  body.ux40-bento .ux40-brand-wall,
  body.ux40-bento .ux40-media-grid,
  body.ux40-bento .shop-faq-section { grid-column: 1 / -1; }

  body.ux40-spatial .ux40-spatial-shell {
    width: var(--ux42-page-w) !important;
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: var(--ux42-gap);
  }

  body.ux40-spatial .ux40-spatial-rail {
    position: sticky;
    top: 14px;
    min-height: calc(100dvh - 28px);
  }

  body.ux40-mobile-os .ux40-mobile-shell {
    width: var(--ux42-page-w) !important;
    grid-template-columns: minmax(340px, 410px) minmax(0, 1fr);
  }
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body.ux40-storefront:not(.ux36-kala) :where(.shop-product-card, .ux40-media-card, .shop-gallery-item, .ux36-promo-tile, .ux36-category-banners a) {
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  }

  body.ux40-storefront:not(.ux36-kala) :where(.shop-product-card, .ux40-media-card, .shop-gallery-item, .ux36-promo-tile, .ux36-category-banners a):hover {
    transform: translateY(-5px);
    border-color: color-mix(in srgb, var(--ux40-primary), transparent 48%);
    box-shadow: 0 24px 58px color-mix(in srgb, var(--ux40-primary), transparent 84%);
  }

  body.ux40-spatial .shop-product-card:hover {
    transform: translateY(-8px) rotateX(2deg) rotateY(-2deg);
  }

  body.ux40-brutal .shop-product-card:hover {
    transform: translate(-4px, -4px) rotate(0deg) !important;
    box-shadow: 11px 11px 0 #111827 !important;
  }
}

@media (max-width: 1180px) {
  body.ux40-storefront:not(.ux36-kala) { --ux42-page-w: min(100% - 28px, 1120px); }
  body.ux40-storefront:not(.ux36-kala) .ux40-topbar { grid-template-columns: 1fr auto auto; }
  body.ux40-storefront:not(.ux36-kala) .ux40-search,
  body.ux40-storefront:not(.ux36-kala) .ux40-nav { grid-column: 1 / -1; }
  body.ux40-storefront:not(.ux36-kala) .shop-products-grid,
  body.ux40-storefront:not(.ux36-kala) .shop-featured-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body.ux40-storefront:not(.ux36-kala) .ux40-brand-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}

@media (max-width: 760px) {
  body.ux40-storefront:not(.ux36-kala) {
    --ux42-page-w: min(100% - 18px, 760px);
    --ux42-gap: 12px;
    --ux42-radius: 18px;
    --ux42-card-ratio: 1 / .92;
    padding-bottom: 88px;
  }
  body.ux40-storefront:not(.ux36-kala) .ux40-shell,
  body.ux40-storefront:not(.ux36-kala) .ux40-mobile-shell { padding-top: 8px !important; padding-bottom: 10px !important; }
  body.ux40-storefront:not(.ux36-kala) :where(.ux40-hero, .ux40-rose-hero, .ux40-brutal-board, .ux40-command-hero, .ux40-liquid-hero, .ux40-spatial-stage, .ux40-craft-hero) { grid-template-columns: 1fr; }
  body.ux40-storefront:not(.ux36-kala) .ux36-hero { min-height: 360px !important; }
  body.ux40-storefront:not(.ux36-kala) .shop-products-grid,
  body.ux40-storefront:not(.ux36-kala) .shop-featured-grid,
  body.ux40-storefront:not(.ux36-kala) .shop-gallery-grid,
  body.ux40-storefront:not(.ux36-kala) .ux40-media-grid,
  body.ux40-storefront:not(.ux36-kala) .shop-faq-grid { grid-template-columns: 1fr !important; }
  body.ux40-storefront:not(.ux36-kala) .ux40-brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  body.ux40-storefront:not(.ux36-kala) .shop-product-body p { min-height: auto; }
  body.ux40-storefront:not(.ux36-kala) .shop-gallery-item { min-height: 180px; }
}

/*
 * v43: Visual identity repair for all non-Kala storefronts.
 * This final layer fixes image frames, contrast, desktop density and icon rhythm.
 */
body.ux40-storefront:not(.ux36-kala) {
  --ux42-page-w: min(1440px, calc(100% - 48px));
  --ux42-gap: 14px;
  --ux42-radius: 20px;
  --ux42-card-radius: 18px;
  --ux42-card-ratio: 4 / 3;
  --ux42-media-pad: 12px;
  --ux42-card-bg: rgba(255, 255, 255, .96);
  --ux42-frame-bg:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,255,255,.70)),
    radial-gradient(circle at 20% 18%, color-mix(in srgb, var(--ux40-accent), transparent 82%), transparent 48%);
  --ux42-frame-line: color-mix(in srgb, var(--ux40-primary), transparent 78%);
  --ux42-icon-bg: color-mix(in srgb, var(--ux40-primary), #fff 88%);
  --ux42-icon-fg: color-mix(in srgb, var(--ux40-primary), #111827 14%);
  --ux42-shadow: 0 18px 44px rgba(15, 23, 42, .10);
  --ux42-text-soft: color-mix(in srgb, var(--ux40-text), #64748b 58%);
  min-height: auto;
  color: var(--ux40-text);
}

body.ux40-nature {
  --ux40-bg: #f3f7ee;
  --ux40-surface: rgba(255, 255, 249, .94);
  --ux40-text: #183226;
  --ux40-muted: #52665b;
  --ux40-line: rgba(24, 50, 38, .13);
  --ux40-primary: #0f7a55;
  --ux40-accent: #d9912b;
  --ux42-card-ratio: 1 / 1;
}

body.ux40-roseglass {
  --ux40-bg: #fff4f8;
  --ux40-surface: rgba(255, 255, 255, .62);
  --ux40-text: #361827;
  --ux40-muted: #76586a;
  --ux40-line: rgba(190, 24, 93, .16);
  --ux40-primary: #c01864;
  --ux40-accent: #0ea5a4;
  --ux42-card-ratio: 1 / 1.08;
}

body.ux40-brutal {
  --ux40-bg: #fff5cf;
  --ux40-surface: #fffef7;
  --ux40-text: #111827;
  --ux40-muted: #364152;
  --ux40-line: #111827;
  --ux40-primary: #e6003d;
  --ux40-accent: #f4c430;
  --ux40-radius: 12px;
  --ux42-radius: 12px;
  --ux42-card-radius: 10px;
  --ux42-card-ratio: 1 / .82;
  --ux42-shadow: 7px 7px 0 #111827;
}

body.ux40-bento {
  --ux40-bg: #f2f5f8;
  --ux40-surface: #ffffff;
  --ux40-text: #111827;
  --ux40-muted: #4b5563;
  --ux40-line: rgba(17, 24, 39, .13);
  --ux40-primary: #111827;
  --ux40-accent: #f2b705;
  --ux42-card-ratio: 1 / .86;
}

body.ux40-spatial {
  --ux40-bg: #071323;
  --ux40-surface: rgba(13, 31, 55, .82);
  --ux40-text: #f8fafc;
  --ux40-muted: #b6c5d8;
  --ux40-line: rgba(125, 211, 252, .24);
  --ux40-primary: #38bdf8;
  --ux40-accent: #a3e635;
  --ux42-card-bg: rgba(10, 27, 49, .92);
  --ux42-card-ratio: 1 / .82;
  --ux42-frame-bg:
    linear-gradient(145deg, rgba(56,189,248,.14), rgba(255,255,255,.035)),
    radial-gradient(circle at 26% 18%, rgba(163,230,53,.13), transparent 42%);
}

body.ux40-craft {
  --ux40-bg: #f4efe4;
  --ux40-surface: rgba(255, 252, 243, .95);
  --ux40-text: #20231d;
  --ux40-muted: #6c6252;
  --ux40-line: rgba(32, 35, 29, .16);
  --ux40-primary: #285844;
  --ux40-accent: #c55f36;
  --ux42-card-ratio: 1 / 1.18;
  --ux42-frame-bg:
    repeating-linear-gradient(-16deg, rgba(32,35,29,.035) 0 1px, transparent 1px 8px),
    linear-gradient(135deg, #fffaf0, #efe5d3);
}

body.ux40-command {
  --ux40-bg: #edf7f2;
  --ux40-surface: rgba(255, 255, 255, .94);
  --ux40-text: #0f2c22;
  --ux40-muted: #50645d;
  --ux40-line: rgba(15, 44, 34, .13);
  --ux40-primary: #087f5b;
  --ux40-accent: #0ea5e9;
  --ux42-card-ratio: 1 / .92;
}

body.ux40-mobile-os {
  --ux40-bg: #0b1020;
  --ux40-surface: rgba(21, 28, 48, .86);
  --ux40-text: #f8fafc;
  --ux40-muted: #b7c2d8;
  --ux40-line: rgba(148, 163, 184, .20);
  --ux40-primary: #22d3ee;
  --ux40-accent: #a78bfa;
  --ux42-card-bg: rgba(255, 255, 255, .94);
  --ux42-card-ratio: 1 / 1.08;
}

body.ux40-liquid {
  --ux40-bg: #080d17;
  --ux40-surface: rgba(255, 255, 255, .10);
  --ux40-text: #f8fafc;
  --ux40-muted: #cbd5e1;
  --ux40-line: rgba(255, 255, 255, .18);
  --ux40-primary: #d6b46a;
  --ux40-accent: #64f4d8;
  --ux42-card-bg: rgba(255, 255, 255, .86);
  --ux42-card-ratio: 1 / 1.05;
}

body.ux40-storefront:not(.ux36-kala) .ux40-shell,
body.ux40-storefront:not(.ux36-kala) .ux40-mobile-shell {
  width: var(--ux42-page-w);
  padding: 14px 0 22px;
}

body.ux40-storefront:not(.ux36-kala) :where(.ux40-section, .ux35-experience, .shop-faq-section, .ux40-story-dock, .ux40-promos) {
  width: 100%;
  margin-inline: 0;
  margin-bottom: var(--ux42-gap);
}

body.ux40-storefront:not(.ux36-kala) .shop-store-footer {
  width: var(--ux42-page-w);
  margin: 0 auto;
}

body.ux40-storefront:not(.ux36-kala) :where(.ux40-section, .ux40-panel, .ux40-topbar, .ux40-story-dock .shop-category-ribbon, .ux40-media-card, .ux35-experience, .shop-faq-item) {
  border-color: var(--ux40-line);
  color: var(--ux40-text);
  background: var(--ux40-surface);
  box-shadow: var(--ux42-shadow);
}

body.ux40-storefront:not(.ux36-kala) :where(.ux40-section-head h2, .ux40-panel h2, .shop-product-body h3, .ux40-brand strong, .ux35-metric b, .shop-faq-item summary) {
  color: var(--ux40-text);
}

body.ux40-storefront:not(.ux36-kala) :where(.ux40-section-head span, .ux40-panel span, .shop-product-body p, .ux35-metric span, .shop-faq-item p) {
  color: var(--ux42-text-soft);
}

body.ux40-storefront:not(.ux36-kala) .ux40-topbar {
  grid-template-columns: minmax(190px, auto) minmax(280px, 1fr) auto auto auto;
  border-radius: var(--ux42-radius);
}

body.ux40-storefront:not(.ux36-kala) .ux40-search {
  border-color: var(--ux40-line);
  color: var(--ux40-muted);
  background: color-mix(in srgb, var(--ux40-surface), #fff 35%);
}

body.ux40-storefront:not(.ux36-kala) :where(.ux40-search input, .ux40-search input::placeholder) {
  color: var(--ux40-muted);
}

body.ux40-storefront:not(.ux36-kala) :where(.ux40-track, .ux40-nav a, .ux40-nav button, .ux40-mini-actions button, .ux40-mini-actions a, .ux40-section-head > a, .ux40-section-head > button) {
  border-color: var(--ux40-line);
  color: var(--ux40-text);
  background: color-mix(in srgb, var(--ux40-surface), #fff 30%);
}

body.ux40-storefront:not(.ux36-kala) :where(.ux40-section-head > a, .ux40-section-head > button, .ux40-mini-actions a:first-child, .shop-add-to-cart, .ux40-cart) {
  border-color: color-mix(in srgb, var(--ux40-primary), transparent 34%);
  color: #fff !important;
  background: linear-gradient(135deg, var(--ux40-primary), color-mix(in srgb, var(--ux40-primary), #111827 18%)) !important;
}

body.ux40-storefront:not(.ux36-kala) :where(.fas, .far):not(.fab) {
  font-family: "FontAwesome" !important;
}

body.ux40-storefront:not(.ux36-kala) :where(.ux40-track i, .ux40-cart i, .ux40-nav i, .ux40-media-card > i, .ux40-mobile-actions i, .shop-service-chip i, .shop-product-video i, .shop-product-meta i, .shop-product-badges i, .shop-add-to-cart i) {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 28px;
  color: var(--ux42-icon-fg);
  background: var(--ux42-icon-bg);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ux40-primary), transparent 82%);
}

body.ux40-storefront:not(.ux36-kala) :where(.shop-add-to-cart i, .ux40-cart i) {
  color: #fff;
  background: rgba(255, 255, 255, .18);
  box-shadow: none;
}

body.ux40-storefront:not(.ux36-kala) .ux40-story-dock .shop-category-pill {
  min-width: 88px;
  min-height: 82px;
  border: 1px solid var(--ux40-line);
  border-radius: 18px;
  color: var(--ux40-text);
  background: color-mix(in srgb, var(--ux40-surface), #fff 34%);
}

body.ux40-storefront:not(.ux36-kala) .ux40-story-dock .shop-category-pill :where(i, .ux36-story-image) {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  border: 0;
  color: var(--ux42-icon-fg);
  background: var(--ux42-icon-bg);
  box-shadow: none;
}

body.ux40-storefront:not(.ux36-kala) .ux40-story-dock .shop-category-pill.is-active {
  border-color: color-mix(in srgb, var(--ux40-primary), transparent 38%);
  box-shadow: 0 14px 32px color-mix(in srgb, var(--ux40-primary), transparent 84%);
}

body.ux40-storefront:not(.ux36-kala) .ux36-hero {
  min-height: clamp(300px, 31vw, 430px);
  border-radius: var(--ux42-radius);
  border-color: color-mix(in srgb, var(--ux40-primary), transparent 72%);
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

body.ux40-storefront:not(.ux36-kala) .ux36-hero-deal {
  color: var(--ux40-text);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .12);
}

body.ux40-storefront:not(.ux36-kala) .ux36-promo-tile,
body.ux40-storefront:not(.ux36-kala) .ux36-category-banners a,
body.ux40-storefront:not(.ux36-kala) .ux36-side-campaign {
  min-height: 132px;
  border: 1px solid var(--ux40-line);
  border-radius: calc(var(--ux42-radius) - 4px);
  color: var(--ux40-text);
  background-color: color-mix(in srgb, var(--ux40-surface), #fff 38%);
  box-shadow: 0 14px 32px rgba(15, 23, 42, .08);
}

body.ux40-storefront:not(.ux36-kala) .ux36-promo-tile.has-image::before,
body.ux40-storefront:not(.ux36-kala) .ux36-category-banners a.has-image::before,
body.ux40-storefront:not(.ux36-kala) .ux36-side-campaign.has-image::before {
  background:
    linear-gradient(180deg, rgba(4, 7, 17, .02), rgba(4, 7, 17, .24) 62%, rgba(4, 7, 17, .42));
}

body.ux40-storefront:not(.ux36-kala) .ux36-promo-tile.has-image :where(strong, span),
body.ux40-storefront:not(.ux36-kala) .ux36-category-banners a.has-image :where(strong, span),
body.ux40-storefront:not(.ux36-kala) .ux36-side-campaign.has-image :where(strong, span) {
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .38);
}

body.ux40-storefront:not(.ux36-kala) .shop-products-grid {
  align-items: stretch;
  gap: var(--ux42-gap);
}

body.ux40-storefront:not(.ux36-kala) .shop-product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid var(--ux40-line);
  border-radius: var(--ux42-card-radius);
  overflow: hidden;
  color: #111827;
  background: var(--ux42-card-bg);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .09);
}

body.ux40-storefront:not(.ux36-kala) .shop-product-media {
  height: auto !important;
  aspect-ratio: var(--ux42-card-ratio);
  padding: var(--ux42-media-pad);
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--ux42-frame-line);
  background: var(--ux42-frame-bg);
}

body.ux40-storefront:not(.ux36-kala) .shop-product-slider,
body.ux40-storefront:not(.ux36-kala) .shop-product-slide {
  width: 100%;
  height: 100%;
}

body.ux40-storefront:not(.ux36-kala) .shop-product-slide {
  border: 0;
  padding: 0;
  display: grid;
  place-items: center;
  background: transparent;
}

body.ux40-storefront:not(.ux36-kala) .shop-product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  filter: drop-shadow(0 14px 20px rgba(15, 23, 42, .12));
}

body.ux40-storefront:not(.ux36-kala) .shop-product-body {
  flex: 1 1 auto;
  padding: 14px;
  gap: 8px;
}

body.ux40-storefront:not(.ux36-kala) .shop-product-body h3 {
  min-height: auto;
  margin: 0;
  color: #111827;
  font-size: .98rem;
  line-height: 1.65;
}

body.ux40-storefront:not(.ux36-kala) .shop-product-body p {
  min-height: 3.2em;
  margin: 0;
  color: #64748b;
  font-size: .88rem;
}

body.ux40-storefront:not(.ux36-kala) .shop-product-badges span,
body.ux40-storefront:not(.ux36-kala) .shop-product-meta span,
body.ux40-storefront:not(.ux36-kala) .shop-product-video {
  border: 1px solid rgba(15, 23, 42, .08);
  color: #334155;
  background: #f8fafc;
}

body.ux40-storefront:not(.ux36-kala) .shop-product-price-stack strong {
  color: #0f172a;
  font-weight: 950;
}

body.ux40-storefront:not(.ux36-kala) .shop-product-actions {
  margin-top: auto;
}

body.ux40-storefront:not(.ux36-kala) .shop-add-to-cart {
  min-height: 46px;
  border-radius: 14px;
}

body.ux40-storefront:not(.ux36-kala) .shop-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--ux42-gap);
}

body.ux40-storefront:not(.ux36-kala) .shop-gallery-item {
  min-height: 210px;
  aspect-ratio: 4 / 3;
  border-radius: calc(var(--ux42-radius) - 2px);
  border: 1px solid var(--ux40-line);
  box-shadow: 0 16px 36px rgba(15, 23, 42, .10);
  background: var(--ux42-frame-bg);
}

body.ux40-storefront:not(.ux36-kala) .shop-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.ux40-storefront:not(.ux36-kala) .ux40-brand-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: var(--ux42-gap);
}

body.ux40-storefront:not(.ux36-kala) .ux36-brand-card,
body.ux40-storefront:not(.ux36-kala) .ux36-brand-empty {
  border: 1px solid var(--ux40-line);
  border-radius: var(--ux42-card-radius);
  color: var(--ux40-text);
  background: color-mix(in srgb, var(--ux40-surface), #fff 34%);
  box-shadow: 0 12px 30px rgba(15, 23, 42, .07);
}

body.ux40-storefront:not(.ux36-kala) .ux40-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--ux42-gap);
}

body.ux40-storefront:not(.ux36-kala) .ux40-media-card {
  min-height: 132px;
  padding: 18px;
  text-align: right;
}

body.ux40-storefront:not(.ux36-kala) .shop-faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.ux40-storefront:not(.ux36-kala) .shop-faq-item {
  border-radius: var(--ux42-card-radius);
}

body.ux40-brutal :where(.ux40-section, .ux40-panel, .ux40-topbar, .shop-product-card, .ux35-experience, .shop-faq-item, .ux40-story-dock .shop-category-ribbon) {
  border-width: 2px !important;
  box-shadow: var(--ux42-shadow) !important;
}

body.ux40-brutal .shop-product-card {
  transform: rotate(.18deg);
}

body.ux40-brutal .shop-product-card:nth-child(2n) {
  transform: rotate(-.22deg);
}

body.ux40-brutal .shop-product-media {
  background:
    linear-gradient(135deg, #fff, #fff6d8),
    repeating-linear-gradient(45deg, rgba(17,24,39,.08) 0 2px, transparent 2px 12px);
}

body.ux40-bento .ux40-bento-grid > section {
  border: 1px solid var(--ux40-line);
  border-radius: var(--ux42-radius);
  background: var(--ux40-surface);
  box-shadow: 0 12px 0 rgba(17, 24, 39, .08);
}

body.ux40-spatial .ux40-spatial-main {
  perspective: 1300px;
}

body.ux40-spatial :where(.ux40-section, .ux36-hero, .shop-product-card) {
  transform-style: preserve-3d;
}

body.ux40-spatial .shop-product-card {
  color: #f8fafc;
}

body.ux40-spatial .shop-product-body h3,
body.ux40-spatial .shop-product-price-stack strong {
  color: #0f172a;
}

body.ux40-spatial .ux40-spatial-rail {
  border: 1px solid rgba(125, 211, 252, .24);
  color: #f8fafc;
  background: rgba(7, 19, 35, .88);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .34);
}

body.ux40-roseglass :where(.ux40-topbar, .ux40-section, .ux40-media-card, .ux40-story-dock .shop-category-ribbon),
body.ux40-liquid :where(.ux40-topbar, .ux40-section, .ux40-media-card, .ux40-liquid-copy) {
  border-color: rgba(255, 255, 255, .36);
  backdrop-filter: blur(24px) saturate(1.45);
  -webkit-backdrop-filter: blur(24px) saturate(1.45);
}

body.ux40-liquid .shop-product-card,
body.ux40-mobile-os .shop-product-card {
  color: #111827;
}

body.ux40-craft .ux40-craft-photo {
  border: 1px solid var(--ux40-line);
  border-radius: var(--ux42-radius);
  box-shadow: 0 22px 0 rgba(32, 35, 29, .08);
  background-size: cover;
  background-position: center;
}

body.ux40-command .ux40-command-panel {
  border: 1px solid rgba(8, 127, 91, .18);
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.78)),
    linear-gradient(90deg, rgba(8,127,91,.06), transparent);
}

body.ux40-mobile-os .ux40-mobile-shell {
  color: var(--ux40-text);
}

body.ux40-mobile-os .ux40-mobile-status,
body.ux40-mobile-os .ux40-mobile-actions a,
body.ux40-mobile-os .ux40-mobile-actions button {
  border: 1px solid var(--ux40-line);
  color: var(--ux40-text);
}

@media (min-width: 1181px) {
  body.ux40-storefront:not(.ux36-kala) .ux40-shell .shop-products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.ux40-storefront:not(.ux36-kala) .ux40-shell .shop-featured-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.ux40-bento .ux40-bento-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--ux42-gap);
  }

  body.ux40-bento .ux40-bento-hero { grid-column: 1 / span 7; grid-row: span 2; }
  body.ux40-bento .ux40-bento-stories { grid-column: 8 / span 5; }
  body.ux40-bento .ux40-bento-promos { grid-column: 8 / span 5; }
  body.ux40-bento .ux40-bento-services { grid-column: 1 / span 4; }
  body.ux40-bento .ux40-bento-experience { grid-column: 5 / span 8; }
  body.ux40-bento .ux40-bento-featured,
  body.ux40-bento .ux40-bento-banners,
  body.ux40-bento .ux40-bento-products,
  body.ux40-bento .ux40-bento-gallery,
  body.ux40-bento .ux40-brand-wall,
  body.ux40-bento .ux40-media-grid,
  body.ux40-bento .shop-faq-section { grid-column: 1 / -1; }

  body.ux40-spatial .ux40-spatial-shell {
    width: var(--ux42-page-w);
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: var(--ux42-gap);
  }

  body.ux40-spatial .ux40-spatial-rail {
    position: sticky;
    top: 14px;
    min-height: calc(100dvh - 28px);
  }

  body.ux40-mobile-os .ux40-mobile-shell {
    width: var(--ux42-page-w);
    grid-template-columns: minmax(340px, 410px) minmax(0, 1fr);
  }

  body.ux40-mobile-os .ux40-mobile-shell .shop-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body.ux40-storefront:not(.ux36-kala) :where(.shop-product-card, .ux40-media-card, .shop-gallery-item, .ux36-promo-tile, .ux36-category-banners a) {
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, filter 220ms ease;
  }

  body.ux40-storefront:not(.ux36-kala) :where(.shop-product-card, .ux40-media-card, .shop-gallery-item, .ux36-promo-tile, .ux36-category-banners a):hover {
    transform: translateY(-5px);
    border-color: color-mix(in srgb, var(--ux40-primary), transparent 48%);
    box-shadow: 0 24px 58px color-mix(in srgb, var(--ux40-primary), transparent 84%);
  }

  body.ux40-spatial .shop-product-card:hover {
    transform: translateY(-8px) rotateX(2deg) rotateY(-2deg);
  }

  body.ux40-brutal .shop-product-card:hover {
    transform: translate(-4px, -4px) rotate(0deg) !important;
    box-shadow: 11px 11px 0 #111827 !important;
  }

  body.ux40-storefront:not(.ux36-kala) .shop-product-card:hover .shop-product-media img {
    transform: scale(1.045);
  }
}

@media (max-width: 1180px) {
  body.ux40-storefront:not(.ux36-kala) {
    --ux42-page-w: min(100% - 28px, 1120px);
  }

  body.ux40-storefront:not(.ux36-kala) .ux40-topbar {
    grid-template-columns: 1fr auto auto;
  }

  body.ux40-storefront:not(.ux36-kala) .ux40-search {
    grid-column: 1 / -1;
  }

  body.ux40-storefront:not(.ux36-kala) .ux40-nav {
    grid-column: 1 / -1;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  body.ux40-storefront:not(.ux36-kala) .shop-products-grid,
  body.ux40-storefront:not(.ux36-kala) .shop-featured-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.ux40-storefront:not(.ux36-kala) .ux40-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.ux40-storefront:not(.ux36-kala) {
    --ux42-page-w: min(100% - 18px, 760px);
    --ux42-gap: 12px;
    --ux42-radius: 18px;
    --ux42-card-ratio: 1 / .92;
    padding-bottom: 88px;
  }

  body.ux40-storefront:not(.ux36-kala) .ux40-shell,
  body.ux40-storefront:not(.ux36-kala) .ux40-mobile-shell {
    padding-top: 8px;
    padding-bottom: 10px;
  }

  body.ux40-storefront:not(.ux36-kala) .ux40-topbar,
  body.ux40-mobile-os .ux40-mobile-status {
    top: 6px;
    border-radius: 16px;
  }

  body.ux40-storefront:not(.ux36-kala) :where(.ux40-hero, .ux40-rose-hero, .ux40-brutal-board, .ux40-command-hero, .ux40-liquid-hero, .ux40-spatial-stage, .ux40-craft-hero) {
    grid-template-columns: 1fr;
  }

  body.ux40-storefront:not(.ux36-kala) .ux36-hero {
    min-height: 360px;
  }

  body.ux40-storefront:not(.ux36-kala) .shop-products-grid,
  body.ux40-storefront:not(.ux36-kala) .shop-featured-grid,
  body.ux40-storefront:not(.ux36-kala) .shop-gallery-grid,
  body.ux40-storefront:not(.ux36-kala) .ux40-media-grid,
  body.ux40-storefront:not(.ux36-kala) .shop-faq-grid {
    grid-template-columns: 1fr;
  }

  body.ux40-storefront:not(.ux36-kala) .ux40-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.ux40-storefront:not(.ux36-kala) .shop-product-body p {
    min-height: auto;
  }

  body.ux40-storefront:not(.ux36-kala) .shop-gallery-item {
    min-height: 180px;
  }
}

/*
 * v37: Managed campaigns, storefront stories, FAQ and sale badges.
 */
.ux36-custom-story-ribbon .shop-category-pill {
  text-decoration: none;
}

.ux36-story-image {
  width: 58px;
  height: 58px;
  margin: 0;
  border: 3px solid transparent;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #ff2c67, #ffcb2e, #2dd4bf) border-box;
  box-shadow: 0 10px 20px rgba(235, 0, 67, .10);
}

.ux36-story-image img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.ux36-promo-tile,
.ux36-category-banners a,
.ux36-side-campaign {
  background-size: cover;
  background-position: center;
}

.ux36-campaign-banners a {
  overflow: hidden;
  position: relative;
}

.ux36-promo-tile > b {
  min-width: 52px;
  min-height: 34px;
  border-radius: 8px;
  padding: 7px 10px;
  display: inline-grid;
  place-items: center;
  justify-self: start;
  color: #eb0043;
  background: #fff;
  font-size: .88rem;
  font-weight: 950;
}

.ux36-promo-hot b {
  width: auto;
  min-width: 62px;
  padding-inline: 10px;
}

.shop-product-sale-badge {
  color: #fff;
  background: linear-gradient(135deg, #eb0043, #ff6b8c);
}

.shop-product-price-stack {
  display: grid;
  gap: 3px;
  align-items: start;
}

.shop-product-price-stack del {
  color: #98a2b3;
  font-size: .82rem;
  font-weight: 800;
  text-decoration-thickness: 2px;
}

.shop-sale-countdown {
  min-height: 34px;
  margin: 4px 0 10px;
  border-radius: 8px;
  padding: 7px 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #b80035;
  background: #fff0f4;
  font-size: .82rem;
  font-weight: 950;
}

.shop-sale-countdown i {
  color: #eb0043;
}

.shop-faq-section {
  width: min(1260px, calc(100% - 28px));
  margin: 0 auto 34px;
}

.shop-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.shop-faq-item {
  border: 1px solid rgba(23, 32, 51, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(23, 32, 51, .05);
  overflow: hidden;
}

.shop-faq-item summary {
  min-height: 56px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: #172033;
  font-weight: 950;
  list-style: none;
}

.shop-faq-item summary::-webkit-details-marker {
  display: none;
}

.shop-faq-item summary i {
  color: #eb0043;
}

.shop-faq-item p {
  margin: 0;
  padding: 0 16px 16px;
  color: #667085;
  line-height: 2;
}

@media (prefers-reduced-motion: no-preference) {
  .shop-faq-item,
  .shop-sale-countdown,
  .ux36-story-image {
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  }

  .shop-faq-item:hover,
  .ux36-custom-story-ribbon .shop-category-pill:hover .ux36-story-image {
    transform: translateY(-2px);
  }
}

@media (max-width: 760px) {
  .shop-faq-grid {
    grid-template-columns: 1fr;
  }

  .shop-faq-section {
    width: min(100% - 18px, 1260px);
  }
}

body.mlmg-public-shop :where(a, button, input, textarea, [tabindex]):focus-visible {
  outline: 3px solid rgba(37, 99, 235, .34);
  outline-offset: 3px;
}

body.mlmg-public-shop .ux32-heading {
  align-items: center;
  flex-wrap: wrap;
}

body.mlmg-public-shop .ux32-heading h2 {
  font-size: 2rem;
  letter-spacing: 0;
}

body.mlmg-public-shop .shop-products-grid.has-filtered-empty::after {
  content: none !important;
  display: none !important;
}

.ux35-experience {
  width: min(1180px, calc(100% - 36px));
  margin: 18px auto 32px;
  direction: rtl;
  color: var(--ux35-text);
}

.ux35-experience :where(h2, p, small, span, b, strong) {
  letter-spacing: 0;
}

.ux35-experience h2 {
  margin: 6px 0 8px;
  font-size: 1.7rem;
  line-height: 1.55;
  font-weight: 950;
}

.ux35-experience p {
  margin: 0;
  color: var(--ux35-muted);
  line-height: 2;
}

.ux35-experience small,
.ux35-experience > div > span,
.ux35-luxe-statement > span,
.ux35-min-experience > div > span,
.ux35-green-panel > span,
.ux35-well-experience > div > span {
  display: inline-flex;
  color: var(--ux35-muted);
  font-size: .86rem;
  font-weight: 900;
}

.ux35-experience-body,
.ux35-mega-grid,
.ux35-blue-dashboard,
.ux35-min-lines,
.ux35-luxe-proof,
.ux35-neo-stack,
.ux35-rose-proof,
.ux35-green-metrics,
.ux35-well-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ux35-experience-body {
  grid-template-columns: minmax(240px, 1.35fr) repeat(3, minmax(120px, .7fr));
  align-items: stretch;
}

.ux35-metric {
  min-height: 86px;
  padding: 14px;
  border: 1px solid var(--ux35-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
}

.ux35-metric b,
.ux35-metric span {
  display: block;
}

.ux35-metric b {
  color: var(--ux35-text);
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 950;
}

.ux35-metric span {
  color: var(--ux35-muted);
  font-size: .82rem;
  line-height: 1.8;
  font-weight: 800;
}

.ux35-actions,
.ux35-product-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.ux35-actions {
  margin-top: 14px;
}

.ux35-experience-body > .ux35-actions,
.ux35-min-experience > .ux35-actions,
.ux35-luxe-experience > .ux35-actions,
.ux35-neo-experience > .ux35-actions,
.ux35-rose-experience > .ux35-actions,
.ux35-green-experience > .ux35-actions,
.ux35-well-experience > .ux35-actions {
  grid-column: 1 / -1;
}

.ux35-actions a,
.ux35-actions button,
.ux35-product-tools button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  color: #fff;
  background: var(--ux35-green);
  font-weight: 950;
}

.ux35-actions button,
.ux35-product-tools button {
  appearance: none;
}

.ux35-actions a:hover,
.ux35-actions button:hover,
.ux35-product-tools button:hover {
  transform: translateY(-2px);
}

.ux35-product-tools {
  margin-inline-start: auto;
}

.ux35-product-tools > span {
  min-height: 40px;
  border-radius: 8px;
  padding: 9px 12px;
  display: inline-flex;
  align-items: center;
  color: var(--ux35-muted);
  background: var(--ux35-soft);
  font-size: .9rem;
  font-weight: 900;
}

.ux35-filter-empty {
  margin-top: 16px;
  padding: 22px;
  border: 1px dashed var(--ux35-line);
  border-radius: 8px;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
  color: var(--ux35-muted);
  background: rgba(255, 255, 255, .78);
}

.ux35-filter-empty i {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ux35-green);
  background: rgba(0, 143, 69, .09);
}

.ux35-filter-empty strong {
  color: var(--ux35-text);
  font-size: 1.05rem;
  font-weight: 950;
}

.ux35-filter-empty[hidden] {
  display: none !important;
}

.shop-field {
  display: grid;
  gap: 7px;
  margin-bottom: 12px;
}

.shop-field span {
  color: var(--ux35-text);
  font-size: .9rem;
  font-weight: 950;
}

.shop-field b {
  color: #dc2626;
}

.shop-field input,
.shop-field textarea {
  margin: 0 !important;
}

.shop-field input:focus,
.shop-field textarea:focus {
  border-color: rgba(37, 99, 235, .55) !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .10);
}

.shop-field-wide {
  grid-column: 1 / -1;
}

.shop-checkout-form button[type="submit"].is-loading {
  cursor: progress;
  opacity: .82;
}

.shop-checkout-form button[type="submit"].is-loading span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.shop-checkout-form button[type="submit"].is-loading span::after {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, .55);
  border-top-color: #fff;
  border-radius: 50%;
  animation: ux35-spin 720ms linear infinite;
}

@keyframes ux35-spin {
  to { transform: rotate(360deg); }
}

.ux35-digi-experience {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 32px rgba(17, 24, 39, .07);
}

.ux35-digi-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #f1f2f4;
}

.ux35-digi-strip span {
  min-height: 48px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #475467;
  background: #fbfbfc;
  font-weight: 900;
}

.ux35-digi-experience .ux35-experience-body {
  padding: 18px;
}

.ux35-digi-experience .ux35-actions a,
.ux35-digi-experience .ux35-actions button,
.theme-digi_red .ux35-product-tools button {
  background: #ef394e;
}

.ux35-mega-experience {
  padding: 18px;
  border-radius: 8px;
  color: #f8fafc;
  background: #131921;
  box-shadow: 0 20px 46px rgba(19, 25, 33, .16);
}

.ux35-mega-command {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ux35-mega-command strong {
  color: #ffd651;
  font-weight: 950;
}

.ux35-mega-command span,
.ux35-mega-experience .ux35-metric span {
  color: rgba(255, 255, 255, .70);
}

.ux35-mega-experience .ux35-metric {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .06);
}

.ux35-mega-experience .ux35-metric b {
  color: #fff;
}

.ux35-mega-experience .ux35-actions a,
.ux35-mega-experience .ux35-actions button,
.theme-mega_yellow .ux35-product-tools button {
  color: #111827;
  background: #ffd651;
}

.ux35-blue-experience {
  padding: 18px;
  border: 1px solid rgba(37, 99, 235, .16);
  border-radius: 8px;
  background: linear-gradient(180deg, #f8fbff, #ffffff);
}

.ux35-blue-status {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: #0f2f6f;
  background: #eaf2ff;
}

.ux35-blue-status b {
  color: #1554d1;
}

.ux35-blue-experience .ux35-actions a,
.ux35-blue-experience .ux35-actions button,
.theme-market_blue .ux35-product-tools button {
  background: #2563eb;
}

.ux35-min-experience {
  padding: 22px 0;
  border-block: 1px solid #e5e7eb;
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(320px, 1.1fr);
  gap: 26px;
  align-items: center;
}

.ux35-min-experience .ux35-metric {
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
  padding-inline: 0;
}

.ux35-min-experience .ux35-actions a,
.ux35-min-experience .ux35-actions button,
.theme-minimal_white .ux35-product-tools button {
  color: #fff;
  background: #111827;
}

.ux35-luxe-experience {
  padding: 22px;
  border: 1px solid rgba(200, 169, 106, .22);
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(340px, 1.18fr);
  gap: 18px;
  color: #f8fafc;
  background: #0f172a;
}

.ux35-luxe-statement > span,
.ux35-luxe-experience p,
.ux35-luxe-experience .ux35-metric span {
  color: rgba(255, 255, 255, .70);
}

.ux35-luxe-experience h2,
.ux35-luxe-experience .ux35-metric b {
  color: #fff;
}

.ux35-luxe-experience .ux35-metric {
  border-color: rgba(200, 169, 106, .22);
  background: rgba(255, 255, 255, .05);
}

.ux35-luxe-experience .ux35-actions a,
.ux35-luxe-experience .ux35-actions button,
.theme-shopify_luxe .ux35-product-tools button {
  color: #111827;
  background: #c8a96a;
}

.ux35-neo-experience {
  padding: 14px;
  border: 1px solid rgba(99, 102, 241, .18);
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(220px, .9fr);
  gap: 12px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(99, 102, 241, .10);
}

.ux35-neo-copy {
  min-height: 100%;
  padding: 16px;
  border-radius: 8px;
  display: grid;
  align-content: center;
  gap: 7px;
  color: #fff;
  background: #4f46e5;
}

.ux35-neo-copy b {
  font-size: 1.15rem;
  font-weight: 950;
}

.ux35-neo-copy span {
  color: rgba(255, 255, 255, .78);
  line-height: 1.9;
}

.ux35-neo-experience .ux35-actions a,
.ux35-neo-experience .ux35-actions button,
.theme-neo_mobile .ux35-product-tools button {
  background: #4f46e5;
}

.ux35-rose-experience {
  padding: 18px;
  border: 1px solid rgba(232, 93, 143, .18);
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(260px, .95fr) minmax(320px, 1.05fr);
  gap: 16px;
  background: #fff7fa;
}

.ux35-rose-note {
  padding: 16px;
  border-radius: 8px;
  background: #fff;
}

.ux35-rose-note > span {
  color: #be185d;
}

.ux35-rose-experience .ux35-actions a,
.ux35-rose-experience .ux35-actions button,
.theme-beauty_pink .ux35-product-tools button {
  background: #db2777;
}

.ux35-green-experience {
  padding: 18px;
  border: 1px solid rgba(0, 143, 69, .16);
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(340px, 1.1fr);
  gap: 16px;
  background: #f5fbf7;
}

.ux35-green-panel {
  padding: 16px;
  border-radius: 8px;
  color: #fff;
  background: #064c32;
}

.ux35-green-panel p,
.ux35-green-panel span {
  color: rgba(255, 255, 255, .76);
}

.ux35-green-panel h2 {
  color: #fff;
}

.ux35-green-experience .ux35-actions a,
.ux35-green-experience .ux35-actions button,
.theme-modern_green .ux35-product-tools button {
  background: #008f45;
}

.ux35-well-experience {
  padding: 18px;
  border: 1px solid rgba(47, 107, 71, .15);
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(260px, .92fr) minmax(340px, 1.08fr);
  gap: 16px;
  background: #f7fbf6;
}

.ux35-well-experience > div:first-child {
  padding: 16px;
  border-radius: 8px;
  background: #ffffff;
}

.ux35-well-experience .ux35-actions a,
.ux35-well-experience .ux35-actions button,
.theme-beauty_green .ux35-product-tools button {
  background: #2f6b47;
}

@media (max-width: 980px) {
  body.mlmg-public-shop .ux32-heading h2 {
    font-size: 1.65rem;
  }

  .ux35-experience-body,
  .ux35-mega-grid,
  .ux35-blue-dashboard,
  .ux35-min-lines,
  .ux35-luxe-proof,
  .ux35-neo-stack,
  .ux35-rose-proof,
  .ux35-green-metrics,
  .ux35-well-proof,
  .ux35-min-experience,
  .ux35-luxe-experience,
  .ux35-neo-experience,
  .ux35-rose-experience,
  .ux35-green-experience,
  .ux35-well-experience {
    grid-template-columns: 1fr;
  }

  .ux35-experience-body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ux35-experience-body > div:first-child {
    grid-column: 1 / -1;
  }

  .ux35-digi-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ux35-experience {
    width: min(100% - 24px, 1180px);
    margin: 14px auto 24px;
  }

  body.mlmg-public-shop .ux32-heading {
    align-items: flex-start;
  }

  body.mlmg-public-shop .ux32-heading h2 {
    width: 100%;
    font-size: 1.42rem;
  }

  .ux35-experience h2 {
    font-size: 1.3rem;
  }

  .ux35-experience-body {
    grid-template-columns: 1fr;
  }

  .ux35-actions,
  .ux35-product-tools {
    width: 100%;
  }

  .ux35-actions a,
  .ux35-actions button,
  .ux35-product-tools button,
  .ux35-product-tools > span {
    width: 100%;
  }

  .ux35-mega-command,
  .ux35-blue-status {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ux35-actions a,
  .ux35-actions button,
  .ux35-product-tools button,
  .shop-checkout-form button[type="submit"].is-loading span::after {
    animation: none !important;
    transform: none !important;
    transition: none !important;
  }
}

/*
 * v36: Kala Story marketplace template inspired by dense Persian campaign storefronts.
 */
body.theme-kala_story,
body.ux36-kala {
  --green: #eb0043;
  --green-deep: #b80035;
  --green-soft: #fff0f4;
  --yellow: #ffc933;
  --yellow-soft: #fff7d7;
  --blue: #1688ff;
  --blue-deep: #075fc0;
  --ux34-glow: rgba(235, 0, 67, .28);
  --ux36-red: #eb0043;
  --ux36-red-deep: #b80035;
  --ux36-ink: #172033;
  --ux36-muted: #7a8495;
  --ux36-line: #edf0f4;
  --ux36-soft: #f5f8fb;
  background: #f6f8fb;
}

body.ux36-kala {
  font-family: "MLMgramFont", sans-serif !important;
  color: var(--ux36-ink);
}

.ux36-page {
  width: min(1260px, calc(100% - 28px));
  margin: 0 auto;
}

.ux36-header {
  position: sticky;
  top: 0;
  z-index: 40;
  margin: 0 -14px 12px;
  padding: 10px 14px 0;
  background: rgba(246, 248, 251, .92);
  backdrop-filter: blur(16px);
}

.ux36-header-top {
  min-height: 68px;
  display: grid;
  grid-template-columns: minmax(180px, 250px) 1fr auto auto;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(23, 32, 51, .07);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(23, 32, 51, .07);
}

.ux36-brand > span:first-child {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #fff0f4;
  box-shadow: none;
}

.ux36-brand strong {
  color: var(--ux36-ink);
  font-size: 1rem;
  letter-spacing: 0;
}

.ux36-search {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border-radius: 8px;
  color: var(--ux36-muted);
  background: #f3f6f9;
}

.ux36-search input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--ux36-ink);
  background: transparent;
}

.ux36-order-link,
.ux36-menu button,
.ux36-menu a {
  border: 0;
  background: transparent;
  color: var(--ux36-ink);
  font-weight: 900;
}

.ux36-order-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border-radius: 8px;
  background: #fff0f4;
  color: var(--ux36-red);
}

.ux36-cart {
  min-height: 44px;
  border-radius: 8px !important;
  color: #fff !important;
  background: var(--ux36-red) !important;
  box-shadow: 0 10px 24px rgba(235, 0, 67, .18) !important;
}

.ux36-menu {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 22px;
  overflow-x: auto;
  padding: 0 6px;
  color: #5f6878;
  scrollbar-width: none;
}

.ux36-menu::-webkit-scrollbar,
.ux36-story-rail .shop-category-ribbon::-webkit-scrollbar,
.ux36-featured-row::-webkit-scrollbar {
  display: none;
}

.ux36-story-rail {
  margin: 8px 0 14px;
  padding: 8px 0 2px;
}

.ux36-story-rail .shop-category-ribbon {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 13px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  margin: 0;
  scrollbar-width: none;
}

.ux36-story-rail .shop-category-pill {
  width: 76px;
  min-width: 76px;
  padding: 0;
  border: 0;
  border-radius: 0;
  display: grid;
  justify-items: center;
  gap: 6px;
  color: #596274;
  background: transparent;
  box-shadow: none;
}

.ux36-story-rail .shop-category-pill i {
  width: 58px;
  height: 58px;
  margin: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--ux36-red);
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #ff2c67, #ffcb2e, #2dd4bf) border-box;
  box-shadow: 0 10px 20px rgba(235, 0, 67, .10);
}

.ux36-story-rail .shop-category-pill span {
  max-width: 74px;
  overflow: hidden;
  color: #515b6d;
  font-size: .78rem;
  line-height: 1.45;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ux36-story-rail .shop-category-pill.is-active i {
  color: #fff;
  background: var(--ux36-red);
}

.ux36-hero {
  min-height: 292px;
  border-radius: 8px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 270px;
  align-items: center;
  gap: 24px;
  overflow: hidden;
  padding: 34px 42px;
  color: #fff;
  background-color: var(--ux36-red);
  background-size: cover;
  background-position: center;
  box-shadow: 0 22px 48px rgba(235, 0, 67, .20);
  isolation: isolate;
}

.ux36-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 20% 82%, rgba(255, 201, 51, .55), transparent 18%),
    linear-gradient(90deg, rgba(235, 0, 67, .96), rgba(235, 0, 67, .74) 54%, rgba(235, 0, 67, .44));
}

.ux36-hero::after {
  content: "";
  position: absolute;
  left: -32px;
  top: 50%;
  width: 72px;
  height: 112px;
  border-radius: 999px;
  background: #f6f8fb;
  transform: translateY(-50%);
}

.ux36-hero-copy {
  max-width: 640px;
}

.ux36-hero-copy span,
.ux36-section-head span,
.ux36-guide-banner span {
  color: #fff7d6;
  font-size: .9rem;
  font-weight: 950;
}

.ux36-hero h1 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: 2.9rem;
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: 0;
}

.ux36-hero p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, .84);
  line-height: 2;
}

.ux36-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.ux36-hero-actions a,
.ux36-hero-actions button,
.ux36-section-head > a,
.ux36-section-head > button,
.ux36-guide-banner button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  font-weight: 950;
}

.ux36-hero-actions a {
  color: var(--ux36-red);
  background: #fff;
}

.ux36-hero-actions button {
  color: #fff;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .24);
}

.ux36-hero-deal {
  min-height: 190px;
  padding: 24px;
  border-radius: 8px;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  color: var(--ux36-ink);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 40px rgba(23, 32, 51, .16);
}

.ux36-hero-deal b {
  color: var(--ux36-red);
  font-size: 3rem;
  line-height: 1;
  font-weight: 950;
}

.ux36-hero-deal span {
  margin-top: 8px;
  font-weight: 950;
}

.ux36-hero-deal small {
  margin-top: 8px;
  color: var(--ux36-muted);
}

.ux36-promo-grid {
  margin: 18px 0 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ux36-promo-tile {
  min-height: 142px;
  border: 0;
  border-radius: 8px;
  padding: 18px;
  display: grid;
  align-content: center;
  gap: 8px;
  cursor: pointer;
  color: var(--ux36-ink);
  text-align: right;
  background: linear-gradient(135deg, #eef4f8, #ffffff);
  box-shadow: 0 12px 28px rgba(23, 32, 51, .07);
}

.ux36-promo-tile i {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: var(--ux36-red);
  background: #fff0f4;
}

.ux36-promo-tile strong,
.ux36-promo-tile span {
  display: block;
}

.ux36-promo-tile strong {
  font-size: 1rem;
  font-weight: 950;
}

.ux36-promo-tile span {
  color: var(--ux36-muted);
  line-height: 1.8;
}

.ux36-promo-hot {
  color: #fff;
  background:
    radial-gradient(circle at 18% 78%, rgba(255, 201, 51, .42), transparent 30%),
    linear-gradient(135deg, #eb0043, #c60039);
}

.ux36-promo-hot b {
  width: 62px;
  height: 42px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: var(--ux36-red);
  background: #fff;
  font-size: 1.25rem;
  font-weight: 950;
}

.ux36-promo-hot span {
  color: rgba(255, 255, 255, .82);
}

.ux36-section {
  width: 100%;
  margin: 0 auto 34px;
}

.ux36-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.ux36-section-head span {
  color: var(--ux36-red);
}

.ux36-section-head h2 {
  margin: 4px 0 0;
  color: var(--ux36-ink);
  font-size: 1.45rem;
  line-height: 1.55;
  font-weight: 950;
  letter-spacing: 0;
}

.ux36-section-head > a,
.ux36-section-head > button {
  color: var(--ux36-red);
  background: #fff0f4;
}

.ux36-amazing {
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(23, 32, 51, .06);
}

.ux36-featured-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ux36-category-banners {
  margin: 0 0 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ux36-category-banners a {
  min-height: 112px;
  border-radius: 8px;
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  color: #2b3a51;
  background: linear-gradient(135deg, #edf5f8, #ffffff);
  box-shadow: 0 12px 28px rgba(23, 32, 51, .06);
}

.ux36-category-banners span,
.ux36-category-banners strong {
  grid-column: 1;
}

.ux36-category-banners span {
  color: var(--ux36-red);
  font-weight: 950;
}

.ux36-category-banners strong {
  line-height: 1.8;
  font-weight: 950;
}

.ux36-category-banners i {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 58px;
  height: 58px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--ux36-red);
  font-size: 1.5rem;
}

.ux36-products-layout {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 14px;
  align-items: start;
}

.ux36-side-campaign {
  min-height: 420px;
  border-radius: 8px;
  position: sticky;
  top: 132px;
  padding: 20px;
  display: grid;
  align-content: end;
  color: #fff;
  background:
    radial-gradient(circle at 30% 26%, rgba(255, 201, 51, .48), transparent 34%),
    linear-gradient(180deg, #eb0043, #c60039);
  overflow: hidden;
}

.ux36-side-campaign::before {
  content: "";
  position: absolute;
  inset: 18px 22px auto auto;
  width: 72px;
  height: 96px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .28);
  transform: rotate(-9deg);
}

.ux36-side-campaign span,
.ux36-side-campaign strong,
.ux36-side-campaign a {
  position: relative;
}

.ux36-side-campaign span {
  color: #fff7d6;
  font-weight: 950;
}

.ux36-side-campaign strong {
  margin: 7px 0 14px;
  font-size: 1.55rem;
  line-height: 1.5;
  font-weight: 950;
}

.ux36-side-campaign a {
  min-height: 42px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ux36-red);
  background: #fff;
  font-weight: 950;
}

.ux36-kala .shop-products-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ux36-kala .shop-product-card {
  border: 1px solid var(--ux36-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(23, 32, 51, .06);
}

.ux36-kala .shop-product-media {
  height: 186px;
  background: #f7f9fb;
}

.ux36-kala .shop-product-body {
  padding: 12px;
}

.ux36-kala .shop-product-body h3 {
  min-height: 54px;
  margin-bottom: 8px;
  color: #273247;
  font-size: .94rem;
  line-height: 1.8;
  letter-spacing: 0;
}

.ux36-kala .shop-product-body p {
  display: none;
}

.ux36-kala .shop-product-badges {
  gap: 5px;
}

.ux36-kala .shop-product-brand,
.ux36-kala .shop-product-featured,
.ux36-kala .shop-product-category {
  border-radius: 6px;
  padding: 4px 7px;
  font-size: .72rem;
}

.ux36-kala .shop-product-featured,
.ux36-kala .shop-product-brand {
  color: var(--ux36-red);
  background: #fff0f4;
}

.ux36-kala .shop-product-meta {
  margin-bottom: 10px;
}

.ux36-kala .shop-product-meta strong,
.ux36-kala .shop-product-meta span {
  border-radius: 6px;
  padding: 6px 8px;
  font-size: .78rem;
}

.ux36-kala .shop-product-meta strong {
  color: var(--ux36-red);
  background: #fff0f4;
}

.ux36-kala .shop-add-to-cart {
  min-height: 38px;
  border-radius: 7px;
  background: var(--ux36-red);
}

.ux36-kala .shop-product-video {
  min-height: 38px;
  border-radius: 7px;
}

.ux36-slim-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ux36-slim-grid .shop-product-media {
  height: 145px;
}

.ux36-slim-grid .shop-product-actions {
  grid-template-columns: 1fr;
}

.ux36-gallery {
  padding: 18px;
  border-radius: 8px;
  background: #fff;
}

.ux36-gallery .shop-gallery-grid {
  grid-template-columns: 1.4fr repeat(3, 1fr);
}

.ux36-gallery .shop-gallery-item {
  border-radius: 8px;
  min-height: 190px;
}

.ux36-brand-wall {
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(23, 32, 51, .06);
}

.ux36-brand-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.ux36-brand-card,
.ux36-brand-empty {
  min-height: 130px;
  border: 1px solid var(--ux36-line);
  border-radius: 8px;
  padding: 14px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 8px;
  text-align: center;
  background: #fff;
}

.ux36-brand-card img,
.ux36-brand-card b {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  object-fit: contain;
  color: #fff;
  background: var(--ux36-red);
  font-weight: 950;
}

.ux36-brand-card strong {
  color: var(--ux36-ink);
  font-size: .92rem;
  font-weight: 950;
}

.ux36-brand-card span,
.ux36-brand-empty span {
  color: var(--ux36-muted);
  font-size: .78rem;
}

.ux36-brand-empty {
  grid-column: 1 / -1;
}

.ux36-guide {
  display: grid;
  gap: 14px;
}

.ux36-guide-banner {
  min-height: 118px;
  border-radius: 8px;
  padding: 18px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  color: #1f2a3d;
  background: linear-gradient(90deg, #eaf4f7, #ffffff);
}

.ux36-guide-banner > i {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--ux36-red);
}

.ux36-guide-banner span {
  color: var(--ux36-red);
}

.ux36-guide-banner strong {
  display: block;
  margin-top: 4px;
  line-height: 1.8;
  font-weight: 950;
}

.ux36-guide-banner button {
  color: #fff;
  background: var(--ux36-red);
}

.ux36-guide-grid,
.ux36-media-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ux36-guide-grid article,
.ux36-media-cards button {
  min-height: 136px;
  border: 1px solid var(--ux36-line);
  border-radius: 8px;
  padding: 16px;
  display: grid;
  align-content: start;
  gap: 8px;
  color: var(--ux36-ink);
  text-align: right;
  background: #fff;
}

.ux36-guide-grid i,
.ux36-media-cards i {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: var(--ux36-red);
  background: #fff0f4;
}

.ux36-guide-grid strong,
.ux36-media-cards strong {
  font-weight: 950;
}

.ux36-guide-grid span,
.ux36-media-cards span {
  color: var(--ux36-muted);
  line-height: 1.8;
}

.ux36-media-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ux36-media-cards button {
  cursor: pointer;
}

.ux36-experience {
  border: 1px solid rgba(235, 0, 67, .12);
  border-radius: 8px;
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(360px, 1.1fr);
  gap: 16px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(23, 32, 51, .06);
}

.ux36-experience-copy {
  padding: 16px;
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 14% 22%, rgba(255, 201, 51, .36), transparent 30%),
    linear-gradient(135deg, #eb0043, #b80035);
}

.ux36-experience-copy span,
.ux36-experience-copy p {
  color: rgba(255, 255, 255, .78);
}

.ux36-experience-copy h2 {
  color: #fff;
}

.ux36-experience-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ux36-experience .ux35-actions {
  grid-column: 1 / -1;
}

.ux36-experience .ux35-actions a,
.ux36-experience .ux35-actions button,
.theme-kala_story .ux35-product-tools button {
  background: var(--ux36-red);
}

.ux36-footer {
  border-radius: 8px !important;
}

.ux36-footer-trust {
  min-height: 58px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  color: #fff;
  background: var(--ux36-red);
}

.ux36-footer-trust span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  font-weight: 950;
}

.ux36-footer-main {
  padding: 22px;
  display: grid;
  grid-template-columns: 1.2fr .8fr 1fr .8fr;
  gap: 18px;
  background: #fff;
}

.ux36-footer-links .ux33-footer-links {
  display: grid;
  gap: 8px;
}

@media (prefers-reduced-motion: no-preference) {
  .ux36-kala .ux36-hero-deal {
    animation: ux36-deal-float 3.8s ease-in-out infinite alternate;
  }

  .ux36-kala .ux36-story-rail .shop-category-pill i {
    transition: transform 220ms ease, box-shadow 220ms ease;
  }

  .ux36-kala .ux36-story-rail .shop-category-pill:hover i,
  .ux36-kala .ux36-story-rail .shop-category-pill:focus-visible i {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 16px 28px rgba(235, 0, 67, .16);
  }

  .ux36-kala .ux36-promo-tile,
  .ux36-kala .ux36-category-banners a,
  .ux36-kala .ux36-brand-card,
  .ux36-kala .ux36-guide-grid article,
  .ux36-kala .ux36-media-cards button {
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  }

  .ux36-kala .ux36-promo-tile:hover,
  .ux36-kala .ux36-category-banners a:hover,
  .ux36-kala .ux36-brand-card:hover,
  .ux36-kala .ux36-guide-grid article:hover,
  .ux36-kala .ux36-media-cards button:hover {
    transform: translateY(-4px);
    border-color: rgba(235, 0, 67, .22);
    box-shadow: 0 18px 42px rgba(235, 0, 67, .12);
  }

  @keyframes ux36-deal-float {
    from { transform: translateY(0); }
    to { transform: translateY(-8px); }
  }
}

@media (max-width: 1120px) {
  .ux36-header-top {
    grid-template-columns: 1fr auto auto;
  }

  .ux36-search {
    grid-column: 1 / -1;
    order: 4;
  }

  .ux36-promo-grid,
  .ux36-kala .shop-products-grid,
  .ux36-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ux36-products-layout {
    grid-template-columns: 1fr;
  }

  .ux36-side-campaign {
    min-height: 160px;
    position: relative;
    top: auto;
  }

  .ux36-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ux36-footer-main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .ux36-page {
    width: min(100% - 18px, 1260px);
  }

  .ux36-header {
    margin-inline: -9px;
    padding-inline: 9px;
  }

  .ux36-header-top {
    grid-template-columns: 1fr auto;
  }

  .ux36-order-link {
    display: none;
  }

  .ux36-cart span {
    display: none;
  }

  .ux36-menu {
    gap: 14px;
    font-size: .86rem;
  }

  .ux36-hero {
    min-height: 430px;
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .ux36-hero::after {
    display: none;
  }

  .ux36-hero h1 {
    font-size: 2rem;
  }

  .ux36-hero-deal {
    min-height: 132px;
    justify-items: start;
    text-align: right;
  }

  .ux36-promo-grid,
  .ux36-category-banners,
  .ux36-kala .shop-products-grid,
  .ux36-guide-grid,
  .ux36-media-cards,
  .ux36-experience,
  .ux36-experience-metrics {
    grid-template-columns: 1fr;
  }

  .ux36-featured-row,
  .ux36-slim-grid {
    display: flex !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }

  .ux36-featured-row .shop-product-card,
  .ux36-slim-grid .shop-product-card {
    flex: 0 0 78%;
    scroll-snap-align: start;
  }

  .ux36-gallery .shop-gallery-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .ux36-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ux36-guide-banner {
    grid-template-columns: 1fr;
  }

  .ux36-footer-trust,
  .ux36-footer-main {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .ux36-brand strong {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ux36-promo-tile,
  .ux36-category-banners a,
  .ux36-amazing,
  .ux36-gallery,
  .ux36-brand-wall {
    padding: 14px;
  }

  .ux36-featured-row .shop-product-card,
  .ux36-slim-grid .shop-product-card {
    flex-basis: 86%;
  }
}

/*
 * v39: Kala Story polish pass - richer stories, visible image promos,
 * premium metrics and closed FAQ defaults.
 */
.ux36-story-rail .shop-category-pill {
  min-height: 92px;
  position: relative;
  text-decoration: none;
  touch-action: manipulation;
}

.ux36-story-rail .shop-category-pill::after {
  content: "";
  width: 18px;
  height: 4px;
  border-radius: 999px;
  position: absolute;
  top: 66px;
  right: calc(50% - 9px);
  opacity: 0;
  background: var(--ux36-red);
  transform: scaleX(.45);
}

.ux36-story-rail .shop-category-pill :where(i, .ux36-story-image) {
  width: 62px;
  height: 62px;
  border: 3px solid transparent;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  color: var(--ux36-red);
  background:
    linear-gradient(#fff, #fff) padding-box,
    conic-gradient(from 30deg, #eb0043, #ffb000, #20c997, #1688ff, #eb0043) border-box;
  box-shadow: 0 12px 24px rgba(235, 0, 67, .14);
}

.ux36-story-rail .shop-category-pill span {
  position: relative;
  z-index: 1;
  font-weight: 900;
}

.ux36-story-rail .shop-category-pill:hover span,
.ux36-story-rail .shop-category-pill:focus-visible span,
.ux36-story-rail .shop-category-pill.is-active span {
  color: var(--ux36-red);
}

.ux36-story-rail .shop-category-pill.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.ux36-story-rail .ux36-story-image img {
  display: block;
}

.ux36-promo-tile {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.ux36-promo-tile > * {
  position: relative;
  z-index: 2;
}

.ux36-promo-tile.has-image {
  min-height: 156px;
  align-content: end;
  color: #fff;
  background-size: cover;
  background-position: center;
  text-shadow: 0 2px 14px rgba(9, 14, 26, .42);
}

.ux36-promo-tile.has-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(13, 20, 36, .02), rgba(13, 20, 36, .34) 48%, rgba(235, 0, 67, .46));
}

.ux36-promo-tile.has-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(115deg, transparent 0 39%, rgba(255, 255, 255, .28) 48%, transparent 58% 100%);
  transform: translateX(110%);
}

.ux36-promo-tile.has-image :where(i, b) {
  color: var(--ux36-red);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 24px rgba(9, 14, 26, .12);
}

.ux36-promo-tile.has-image strong {
  color: #fff;
}

.ux36-promo-tile.has-image span,
.ux36-promo-hot.has-image span {
  color: rgba(255, 255, 255, .88);
}

.ux36-category-banners a.has-image {
  position: relative;
  color: #fff;
  text-shadow: 0 2px 14px rgba(9, 14, 26, .38);
}

.ux36-category-banners a.has-image::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(11, 18, 32, .48), rgba(235, 0, 67, .20));
}

.ux36-category-banners a.has-image > * {
  position: relative;
  z-index: 1;
}

.ux36-category-banners a.has-image span,
.ux36-category-banners a.has-image strong {
  color: #fff;
}

.ux36-category-banners a.has-image i {
  color: var(--ux36-red);
  background: rgba(255, 255, 255, .92);
}

.ux36-experience-pro {
  grid-template-columns: minmax(250px, .86fr) minmax(320px, 1.14fr);
  position: relative;
  overflow: hidden;
  border-color: rgba(235, 0, 67, .18);
  background:
    repeating-linear-gradient(135deg, rgba(235, 0, 67, .035) 0 1px, transparent 1px 18px),
    linear-gradient(135deg, #fff, #fff7fa 58%, #f7fbff);
  box-shadow: 0 22px 54px rgba(23, 32, 51, .09);
}

.ux36-experience-pro > * {
  position: relative;
  z-index: 1;
}

.ux36-experience-pro .ux36-experience-copy {
  min-height: 100%;
  padding: 24px;
  display: grid;
  align-content: center;
  gap: 12px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(235, 0, 67, .98), rgba(184, 0, 53, .98) 56%, rgba(23, 32, 51, .98));
  box-shadow: 0 18px 42px rgba(184, 0, 53, .20);
}

.ux36-experience-pro .ux36-experience-copy span {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .10);
  color: #fff;
}

.ux36-experience-pro .ux36-experience-copy h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2vw, 2.1rem);
}

.ux36-experience-pro .ux36-experience-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
}

.ux36-experience-pro .ux36-experience-copy em {
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  background: rgba(255, 255, 255, .10);
  font-style: normal;
  font-weight: 950;
}

.ux36-experience-pro .ux36-experience-metrics {
  align-content: stretch;
  gap: 12px;
}

.ux36-experience-metrics .ux36-metric-card {
  min-height: 116px;
  padding: 16px;
  position: relative;
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  border-color: rgba(23, 32, 51, .08);
  background: linear-gradient(180deg, #fff, #f9fbfd);
  box-shadow: 0 12px 30px rgba(23, 32, 51, .06);
}

.ux36-experience-metrics .ux36-metric-card::before {
  content: "";
  height: 3px;
  position: absolute;
  inset: 0 0 auto;
  background: linear-gradient(90deg, var(--ux36-red), #ffc933);
}

.ux36-experience-metrics .ux36-metric-card i {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: var(--ux36-red);
  background: #fff0f4;
  font-size: 1.15rem;
}

.ux36-experience-metrics .ux36-metric-card b {
  color: var(--ux36-ink);
  font-size: 1.08rem;
}

.ux36-experience-metrics .ux36-metric-card span {
  color: #667085;
}

.ux36-experience-pro .ux35-actions {
  margin-top: 0;
  padding: 12px;
  border: 1px solid rgba(23, 32, 51, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 30px rgba(23, 32, 51, .06);
}

.ux36-experience-pro .ux35-actions a,
.ux36-experience-pro .ux35-actions button {
  flex: 1 1 150px;
  box-shadow: 0 12px 26px rgba(235, 0, 67, .14);
}

.shop-faq-item {
  position: relative;
}

.shop-faq-item summary {
  padding-left: 48px;
  position: relative;
}

.shop-faq-item summary::after {
  content: "\f078";
  width: 30px;
  height: 30px;
  border-radius: 8px;
  position: absolute;
  left: 14px;
  top: 50%;
  display: grid;
  place-items: center;
  color: var(--ux36-red, #eb0043);
  background: #fff0f4;
  font-family: "FontAwesome" !important;
  font-size: .78rem;
  transform: translateY(-50%);
}

.shop-faq-item[open] {
  border-color: rgba(235, 0, 67, .18);
  box-shadow: 0 18px 42px rgba(235, 0, 67, .10);
}

.shop-faq-item[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.shop-faq-item[open] summary i {
  color: #fff;
  background: var(--ux36-red, #eb0043);
}

.shop-faq-item summary i {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-grid;
  place-items: center;
  background: #fff0f4;
}

.shop-faq-item p {
  border-top: 1px solid rgba(23, 32, 51, .06);
  background: linear-gradient(180deg, rgba(255, 240, 244, .32), rgba(255, 255, 255, 0));
}

@media (prefers-reduced-motion: no-preference) {
  .ux36-story-rail .shop-category-pill::after,
  .ux36-story-rail .shop-category-pill span,
  .ux36-story-rail .shop-category-pill :where(i, .ux36-story-image),
  .ux36-story-rail .ux36-story-image img,
  .ux36-promo-tile,
  .ux36-promo-tile::after,
  .ux36-category-banners a,
  .ux36-experience-metrics .ux36-metric-card,
  .shop-faq-item,
  .shop-faq-item summary::after {
    transition:
      transform 240ms ease,
      opacity 240ms ease,
      box-shadow 240ms ease,
      border-color 240ms ease,
      color 180ms ease,
      background 240ms ease;
  }

  .ux36-story-rail .shop-category-pill:hover :where(i, .ux36-story-image),
  .ux36-story-rail .shop-category-pill:focus-visible :where(i, .ux36-story-image) {
    transform: translateY(-3px) scale(1.055);
    box-shadow: 0 18px 34px rgba(235, 0, 67, .20);
  }

  .ux36-story-rail .shop-category-pill:hover::after,
  .ux36-story-rail .shop-category-pill:focus-visible::after {
    opacity: 1;
    transform: scaleX(1);
  }

  .ux36-story-rail .shop-category-pill:hover .ux36-story-image img,
  .ux36-story-rail .shop-category-pill:focus-visible .ux36-story-image img {
    transform: scale(1.07);
  }

  .ux36-promo-tile.has-image:hover::after,
  .ux36-promo-tile.has-image:focus-visible::after {
    opacity: 1;
    transform: translateX(-110%);
  }

  .ux36-experience-metrics .ux36-metric-card:hover {
    transform: translateY(-3px);
    border-color: rgba(235, 0, 67, .18);
    box-shadow: 0 18px 42px rgba(235, 0, 67, .11);
  }
}

@media (max-width: 1120px) {
  .ux36-experience-pro {
    grid-template-columns: minmax(230px, .9fr) minmax(300px, 1.1fr);
  }
}

@media (max-width: 760px) {
  .ux36-story-rail .shop-category-pill {
    width: 72px;
    min-width: 72px;
  }

  .ux36-story-rail .shop-category-pill :where(i, .ux36-story-image) {
    width: 58px;
    height: 58px;
  }

  .ux36-promo-tile.has-image {
    min-height: 138px;
  }

  .ux36-experience-pro {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .ux36-experience-pro .ux36-experience-copy {
    padding: 18px;
  }

  .ux36-experience-pro .ux35-actions {
    padding: 10px;
  }
}

/*
 * v40: Enterprise storefront rebuild for all non-Kala templates.
 * Every ux40 theme consumes the full managed storefront feature set.
 */
body.ux40-storefront {
  --ux40-bg: #f6f8fb;
  --ux40-surface: rgba(255, 255, 255, .92);
  --ux40-surface-strong: #fff;
  --ux40-text: #111827;
  --ux40-muted: #64748b;
  --ux40-line: rgba(15, 23, 42, .10);
  --ux40-primary: #0f766e;
  --ux40-accent: #f59e0b;
  --ux40-ink: #0f172a;
  --ux40-radius: 18px;
  --ux40-shadow: 0 22px 60px rgba(15, 23, 42, .10);
  --ux40-hard-shadow: 0 18px 0 rgba(15, 23, 42, .10);
  --ux-campaign-a: color-mix(in srgb, var(--ux40-primary), #111827 26%);
  --ux-campaign-b: color-mix(in srgb, var(--ux40-primary), transparent 20%);
  --ux-campaign-c: rgba(15, 23, 42, .22);
  --ux-promo-a: rgba(255, 255, 255, .06);
  --ux-promo-b: rgba(15, 23, 42, .58);
  --ux-banner-a: rgba(255, 255, 255, .14);
  --ux-banner-b: rgba(15, 23, 42, .44);
  min-height: 100dvh;
  background:
    radial-gradient(circle at 12% 8%, color-mix(in srgb, var(--ux40-primary), transparent 84%), transparent 26rem),
    radial-gradient(circle at 88% 16%, color-mix(in srgb, var(--ux40-accent), transparent 84%), transparent 24rem),
    var(--ux40-bg);
  color: var(--ux40-text);
  font-family: "MLMgramFont", sans-serif !important;
}

.ux40-shell {
  width: min(1320px, calc(100% - 28px));
  margin: 0 auto;
  padding: 16px 0 34px;
}

.ux40-topbar {
  min-height: 72px;
  margin-bottom: 18px;
  padding: 10px;
  border: 1px solid var(--ux40-line);
  border-radius: var(--ux40-radius);
  position: sticky;
  top: 10px;
  z-index: 42;
  display: grid;
  grid-template-columns: minmax(190px, auto) minmax(240px, 1fr) auto auto auto;
  gap: 10px;
  align-items: center;
  color: var(--ux40-text);
  background: var(--ux40-surface);
  box-shadow: var(--ux40-shadow);
  backdrop-filter: blur(18px) saturate(1.35);
}

.ux40-brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}

.ux40-brand > span:first-child {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: color-mix(in srgb, var(--ux40-primary), #fff 88%);
}

.ux40-brand strong {
  color: inherit;
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: 0;
}

.ux40-search {
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--ux40-line);
  border-radius: calc(var(--ux40-radius) - 6px);
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ux40-muted);
  background: rgba(255, 255, 255, .68);
}

.ux40-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--ux40-text);
  background: transparent;
  font: inherit;
}

.ux40-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.ux40-nav a,
.ux40-nav button,
.ux40-track,
.ux40-cart,
.ux40-mini-actions a,
.ux40-mini-actions button,
.ux40-section-head > a,
.ux40-section-head > button {
  min-height: 44px;
  border: 1px solid var(--ux40-line);
  border-radius: calc(var(--ux40-radius) - 8px);
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  color: var(--ux40-text);
  background: rgba(255, 255, 255, .72);
  font-weight: 950;
  text-decoration: none;
}

.ux40-cart {
  color: #fff !important;
  background: var(--ux40-primary) !important;
  box-shadow: 0 14px 32px color-mix(in srgb, var(--ux40-primary), transparent 76%);
}

.ux40-cart b,
.ux40-bottom-nav b {
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: rgba(255, 255, 255, .22);
  font-size: .75rem;
}

.ux40-hero,
.ux40-rose-hero,
.ux40-brutal-board,
.ux40-command-hero,
.ux40-liquid-hero,
.ux40-spatial-stage {
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 16px;
  align-items: stretch;
}

.ux40-hero-main,
.ux40-panel,
.ux40-section,
.ux40-promos,
.ux40-story-dock,
.ux40-bento-grid > section,
.ux40-media-card {
  min-width: 0;
}

.ux40-panel,
.ux40-section,
.ux40-brand-wall,
.ux40-media-card {
  border: 1px solid var(--ux40-line);
  border-radius: var(--ux40-radius);
  background: var(--ux40-surface);
  box-shadow: var(--ux40-shadow);
}

.ux40-panel {
  padding: 22px;
  display: grid;
  align-content: center;
  gap: 12px;
}

.ux40-panel span,
.ux40-section-head span {
  color: var(--ux40-primary);
  font-weight: 950;
}

.ux40-panel h2,
.ux40-section-head h2 {
  margin: 4px 0 0;
  color: var(--ux40-text);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.5;
  font-weight: 950;
  letter-spacing: 0;
}

.ux40-panel p {
  margin: 0;
  color: var(--ux40-muted);
  line-height: 2;
}

.ux40-mini-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ux40-mini-actions a:first-child,
.ux40-section-head > a,
.ux40-section-head > button {
  color: #fff;
  background: var(--ux40-primary);
}

.ux40-shell .ux36-hero {
  width: 100%;
  min-height: 360px;
  margin: 0;
  border: 1px solid color-mix(in srgb, var(--ux40-primary), transparent 72%);
  border-radius: var(--ux40-radius);
  padding: clamp(22px, 4vw, 44px);
  box-shadow: var(--ux40-shadow);
}

.ux40-shell .ux36-hero::after {
  display: none;
}

.ux40-shell .ux36-hero h1 {
  font-size: clamp(2rem, 4.2vw, 4rem);
}

.ux40-shell .ux36-hero-deal {
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: calc(var(--ux40-radius) - 4px);
  background: rgba(255, 255, 255, .86);
  backdrop-filter: blur(12px);
}

.ux40-story-dock {
  margin: 0 0 18px;
}

.ux40-story-dock .shop-category-ribbon,
.ux40-cats .shop-category-ribbon {
  width: 100%;
  margin: 0;
  padding: 10px;
  border: 1px solid var(--ux40-line);
  border-radius: var(--ux40-radius);
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  background: var(--ux40-surface);
  box-shadow: var(--ux40-shadow);
  scrollbar-width: none;
}

.ux40-story-dock .shop-category-ribbon::-webkit-scrollbar,
.ux40-cats .shop-category-ribbon::-webkit-scrollbar {
  display: none;
}

.ux40-story-dock .shop-category-pill,
.ux40-cats .shop-category-pill {
  min-width: 92px;
  min-height: 86px;
  border: 1px solid var(--ux40-line);
  border-radius: calc(var(--ux40-radius) - 8px);
  display: grid;
  justify-items: center;
  gap: 6px;
  color: var(--ux40-text);
  background: rgba(255, 255, 255, .72);
  box-shadow: none;
}

.ux40-story-dock .shop-category-pill :where(i, .ux36-story-image),
.ux40-cats .shop-category-pill :where(i, .ux36-story-image) {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: var(--ux40-primary);
  background: color-mix(in srgb, var(--ux40-primary), #fff 88%);
}

.ux40-promos {
  margin: 0 0 18px;
}

.ux40-shell .ux36-promo-grid,
.ux40-bento-promos .ux36-promo-grid,
.ux40-spatial-side .ux36-promo-grid {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ux40-shell .ux36-promo-tile,
.ux40-shell .ux36-category-banners a,
.ux40-shell .ux36-side-campaign {
  border: 1px solid var(--ux40-line);
  border-radius: var(--ux40-radius);
  box-shadow: var(--ux40-shadow);
}

.ux40-shell .ux36-promo-tile {
  min-height: 156px;
  padding: 18px;
}

.ux40-shell .ux36-promo-tile:not(.has-image) {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--ux40-primary), #fff 88%), #fff);
}

.ux40-shell .ux36-promo-hot {
  background:
    radial-gradient(circle at 14% 78%, color-mix(in srgb, var(--ux40-accent), transparent 55%), transparent 30%),
    linear-gradient(135deg, var(--ux40-primary), color-mix(in srgb, var(--ux40-primary), #111827 30%));
}

.ux40-section {
  margin: 0 0 22px;
  padding: 18px;
}

.ux40-section-head {
  margin-bottom: 16px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
}

.ux40-service-wrap,
.ux40-service-wrap .shop-service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ux40-service-wrap .shop-service-chip {
  min-height: 44px;
  border: 1px solid var(--ux40-line);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--ux40-primary);
  background: rgba(255, 255, 255, .78);
  box-shadow: none;
}

.ux40-shell .ux35-experience {
  width: 100%;
  margin: 0 0 22px;
  border: 1px solid var(--ux40-line);
  border-radius: var(--ux40-radius);
  color: var(--ux40-text);
  background: var(--ux40-surface);
  box-shadow: var(--ux40-shadow);
}

.ux40-shell .ux35-metric {
  border-color: var(--ux40-line);
  border-radius: calc(var(--ux40-radius) - 8px);
}

.ux40-shell .ux35-actions a,
.ux40-shell .ux35-actions button,
.ux40-shell .ux35-product-tools button {
  background: var(--ux40-primary);
}

.ux40-product-layout {
  display: grid;
  grid-template-columns: minmax(210px, .26fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.ux40-product-layout .ux36-side-campaign {
  min-height: 460px;
  position: sticky;
  top: 104px;
}

.ux40-shell .shop-products-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ux40-shell .shop-product-card {
  border: 1px solid var(--ux40-line);
  border-radius: var(--ux40-radius);
  overflow: hidden;
  background: var(--ux40-surface-strong);
  box-shadow: 0 16px 38px rgba(15, 23, 42, .08);
}

.ux40-shell .shop-product-media {
  background: color-mix(in srgb, var(--ux40-primary), #fff 94%);
}

.ux40-shell .shop-add-to-cart {
  background: var(--ux40-primary);
}

.ux40-shell .shop-product-sale-badge,
.ux40-shell .shop-sale-countdown i {
  background: linear-gradient(135deg, var(--ux40-primary), var(--ux40-accent));
}

.ux40-shell .ux36-category-banners {
  margin: 0 0 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ux40-shell .ux36-category-banners a {
  min-height: 132px;
  overflow: hidden;
}

.ux40-gallery .shop-gallery-grid {
  gap: 12px;
}

.ux40-brand-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ux40-brand-grid .ux36-brand-card,
.ux40-brand-grid .ux36-brand-empty {
  min-height: 150px;
  border: 1px solid var(--ux40-line);
  border-radius: calc(var(--ux40-radius) - 6px);
  background: rgba(255, 255, 255, .76);
  box-shadow: none;
}

.ux40-media-grid {
  margin-bottom: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ux40-media-card {
  min-height: 150px;
  padding: 18px;
  display: grid;
  align-content: center;
  gap: 8px;
  cursor: pointer;
  color: var(--ux40-text);
  text-align: right;
}

.ux40-media-card i {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: var(--ux40-primary);
  background: color-mix(in srgb, var(--ux40-primary), #fff 88%);
}

.ux40-media-card strong {
  font-size: 1.05rem;
  font-weight: 950;
}

.ux40-media-card span {
  color: var(--ux40-muted);
  line-height: 1.8;
}

.ux40-storefront .shop-faq-section {
  width: min(1320px, calc(100% - 28px));
}

.ux40-bottom-nav {
  border: 1px solid var(--ux40-line);
  background: var(--ux40-surface);
  box-shadow: 0 18px 48px rgba(15, 23, 42, .16);
  backdrop-filter: blur(16px);
}

/* Theme identities. */
body.ux40-nature {
  --ux40-bg: #eef8f3;
  --ux40-primary: #087f5b;
  --ux40-accent: #ffb703;
  --ux40-text: #12342c;
}

body.ux40-roseglass {
  --ux40-bg: #fff4fb;
  --ux40-primary: #e83f8f;
  --ux40-accent: #22c7d9;
  --ux40-text: #311827;
  --ux40-surface: rgba(255, 255, 255, .58);
  --ux-campaign-a: rgba(232, 63, 143, .84);
  --ux-campaign-b: rgba(124, 58, 237, .54);
  --ux-campaign-c: rgba(34, 199, 217, .24);
}

body.ux40-brutal {
  --ux40-bg: #fff8e8;
  --ux40-primary: #f01446;
  --ux40-accent: #111827;
  --ux40-text: #111827;
  --ux40-line: #111827;
  --ux40-radius: 10px;
  --ux40-shadow: 8px 8px 0 #111827;
  --ux-campaign-a: rgba(240, 20, 70, .94);
  --ux-campaign-b: rgba(17, 24, 39, .72);
  --ux-campaign-c: rgba(245, 185, 0, .34);
}

body.ux40-bento {
  --ux40-bg: #f7f3df;
  --ux40-primary: #f5b900;
  --ux40-accent: #0f172a;
  --ux40-text: #1f2937;
  --ux40-radius: 22px;
  --ux-campaign-a: rgba(15, 23, 42, .90);
  --ux-campaign-b: rgba(245, 185, 0, .58);
  --ux-campaign-c: rgba(14, 165, 233, .22);
}

body.ux40-spatial {
  --ux40-bg: #071426;
  --ux40-surface: rgba(15, 35, 68, .72);
  --ux40-surface-strong: #0f2344;
  --ux40-primary: #38bdf8;
  --ux40-accent: #a3e635;
  --ux40-text: #e5f2ff;
  --ux40-muted: #9fb6d4;
  --ux40-line: rgba(148, 199, 255, .18);
  --ux-campaign-a: rgba(8, 47, 73, .90);
  --ux-campaign-b: rgba(14, 165, 233, .52);
  --ux-campaign-c: rgba(163, 230, 53, .18);
}

body.ux40-craft {
  --ux40-bg: #f7f7f2;
  --ux40-primary: #0f766e;
  --ux40-accent: #ef6f45;
  --ux40-text: #1c2a27;
  --ux40-line: rgba(28, 42, 39, .16);
  --ux40-radius: 6px;
  --ux-campaign-a: rgba(15, 118, 110, .84);
  --ux-campaign-b: rgba(239, 111, 69, .50);
  --ux-campaign-c: rgba(28, 42, 39, .22);
}

body.ux40-command {
  --ux40-bg: #effcf7;
  --ux40-primary: #008f5f;
  --ux40-accent: #0ea5e9;
  --ux40-text: #102820;
  --ux-campaign-a: rgba(0, 143, 95, .88);
  --ux-campaign-b: rgba(14, 165, 233, .48);
  --ux-campaign-c: rgba(245, 185, 0, .24);
}

body.ux40-mobile-os {
  --ux40-bg: #101827;
  --ux40-surface: rgba(255, 255, 255, .08);
  --ux40-surface-strong: rgba(255, 255, 255, .12);
  --ux40-primary: #22d3ee;
  --ux40-accent: #f472b6;
  --ux40-text: #f8fafc;
  --ux40-muted: #b6c2d7;
  --ux40-line: rgba(255, 255, 255, .12);
  --ux40-radius: 28px;
  --ux-campaign-a: rgba(15, 23, 42, .88);
  --ux-campaign-b: rgba(34, 211, 238, .40);
  --ux-campaign-c: rgba(244, 114, 182, .18);
}

body.ux40-liquid {
  --ux40-bg: #070b14;
  --ux40-surface: rgba(255, 255, 255, .10);
  --ux40-surface-strong: rgba(255, 255, 255, .14);
  --ux40-primary: #d6b46a;
  --ux40-accent: #64f4d8;
  --ux40-text: #f8fafc;
  --ux40-muted: #cbd5e1;
  --ux40-line: rgba(255, 255, 255, .16);
  --ux40-radius: 30px;
  --ux-campaign-a: rgba(7, 11, 20, .88);
  --ux-campaign-b: rgba(214, 180, 106, .34);
  --ux-campaign-c: rgba(100, 244, 216, .20);
}

/* Bento / spatial / mobile / craft structural variants. */
.ux40-bento-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  gap: 16px;
}

.ux40-bento-hero,
.ux40-bento-featured,
.ux40-bento-products,
.ux40-bento-gallery,
.ux40-bento-banners,
.ux40-bento-grid > .shop-faq-section {
  grid-column: 1 / -1;
}

.ux40-bento-stories,
.ux40-bento-promos,
.ux40-bento-services,
.ux40-bento-experience {
  border: 1px solid var(--ux40-line);
  border-radius: var(--ux40-radius);
  padding: 14px;
  background: var(--ux40-surface);
  box-shadow: var(--ux40-shadow);
}

.ux40-bento-promos .ux36-promo-grid,
.ux40-spatial-side .ux36-promo-grid {
  grid-template-columns: 1fr;
}

.ux40-spatial-shell {
  width: min(1440px, calc(100% - 28px));
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
}

.ux40-spatial-rail {
  min-height: calc(100dvh - 32px);
  padding: 16px;
  border: 1px solid var(--ux40-line);
  border-radius: 28px;
  position: sticky;
  top: 16px;
  display: grid;
  align-content: start;
  gap: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  box-shadow: 0 32px 80px rgba(0,0,0,.28);
}

.ux40-spatial-rail a,
.ux40-spatial-rail button {
  min-height: 46px;
  border: 1px solid var(--ux40-line);
  border-radius: 16px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ux40-text);
  background: rgba(255,255,255,.07);
  font-weight: 900;
}

.ux40-spatial-stage {
  perspective: 1200px;
}

.ux40-spatial-stage .ux40-hero-main {
  transform: rotateX(1.5deg) rotateY(-1.5deg);
}

.ux40-craft-shell {
  background:
    linear-gradient(90deg, rgba(15, 118, 110, .06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(239, 111, 69, .05) 1px, transparent 1px);
  background-size: 34px 34px;
}

.ux40-craft-hero,
.ux40-liquid-hero {
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 16px;
}

.ux40-craft-photo {
  min-height: 430px;
  border: 1px solid var(--ux40-line);
  border-radius: var(--ux40-radius);
  background-size: cover;
  background-position: center;
  box-shadow: var(--ux40-shadow);
}

.ux40-craft-copy,
.ux40-liquid-copy {
  padding: clamp(22px, 4vw, 44px);
  border: 1px solid var(--ux40-line);
  border-radius: var(--ux40-radius);
  display: grid;
  align-content: center;
  gap: 14px;
  background: var(--ux40-surface);
  box-shadow: var(--ux40-shadow);
}

.ux40-craft-copy h1,
.ux40-liquid-copy h1 {
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 5rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.ux40-mobile-shell {
  width: min(620px, calc(100% - 18px));
  margin: 0 auto;
  padding: 10px 0 32px;
}

.ux40-mobile-status {
  min-height: 62px;
  margin-bottom: 12px;
  padding: 8px;
  border: 1px solid var(--ux40-line);
  border-radius: 24px;
  position: sticky;
  top: 8px;
  z-index: 42;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(16px);
}

.ux40-mobile-hero {
  margin-bottom: 12px;
  display: grid;
  gap: 10px;
}

.ux40-mobile-actions {
  margin-bottom: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.ux40-mobile-actions a,
.ux40-mobile-actions button {
  min-height: 82px;
  border: 1px solid var(--ux40-line);
  border-radius: 22px;
  display: grid;
  place-items: center;
  gap: 6px;
  color: var(--ux40-text);
  background: var(--ux40-surface);
}

.ux40-mobile-shell .ux36-promo-grid,
.ux40-mobile-shell .shop-products-grid,
.ux40-mobile-shell .ux36-category-banners,
.ux40-mobile-shell .ux40-media-grid,
.ux40-mobile-shell .ux40-brand-grid {
  grid-template-columns: 1fr;
}

.ux40-liquid-shell {
  position: relative;
}

.ux40-liquid-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 15% 10%, rgba(100,244,216,.18), transparent 28rem),
    radial-gradient(circle at 88% 16%, rgba(214,180,106,.18), transparent 24rem),
    #070b14;
}

.ux40-liquid-hero {
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
}

.ux40-liquid .ux40-topbar,
.ux40-liquid .ux40-section,
.ux40-liquid .ux40-media-card,
.ux40-liquid .ux40-story-dock .shop-category-ribbon {
  backdrop-filter: blur(22px) saturate(1.35);
}

.ux40-brutal .ux40-topbar,
.ux40-brutal .ux40-panel,
.ux40-brutal .ux40-section,
.ux40-brutal .ux40-media-card,
.ux40-brutal .shop-product-card,
.ux40-brutal .ux36-promo-tile {
  border-width: 2px;
}

.ux40-brutal .ux40-topbar,
.ux40-brutal .ux40-section,
.ux40-brutal .ux40-panel,
.ux40-brutal .ux40-media-card {
  box-shadow: 8px 8px 0 #111827;
}

.ux40-roseglass .ux40-liquid-orbit {
  position: absolute;
  inset: 70px 8% auto auto;
  pointer-events: none;
}

.ux40-roseglass .ux40-liquid-orbit span {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  background: rgba(255, 255, 255, .32);
  filter: blur(4px);
}

.ux40-roseglass .ux40-liquid-orbit span:nth-child(2) {
  right: 86px;
  top: 44px;
  background: rgba(34, 199, 217, .22);
}

.ux40-roseglass .ux40-liquid-orbit span:nth-child(3) {
  right: 30px;
  top: 112px;
  background: rgba(232, 63, 143, .20);
}

@media (prefers-reduced-motion: no-preference) {
  .ux40-storefront :where(.ux40-media-card, .ux40-section, .ux40-panel, .ux36-promo-tile, .shop-product-card, .shop-category-pill) {
    transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease, background 240ms ease;
  }

  .ux40-storefront :where(.ux40-media-card, .ux36-promo-tile, .shop-product-card, .shop-category-pill):hover {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--ux40-primary), transparent 68%);
  }

  .ux40-spatial-stage .ux40-hero-main:hover {
    transform: rotateX(0) rotateY(0) translateY(-4px);
  }
}

@media (max-width: 1180px) {
  .ux40-topbar {
    grid-template-columns: 1fr auto auto;
  }

  .ux40-topbar .ux40-search,
  .ux40-topbar .ux40-nav {
    grid-column: 1 / -1;
  }

  .ux40-hero,
  .ux40-rose-hero,
  .ux40-brutal-board,
  .ux40-command-hero,
  .ux40-liquid-hero,
  .ux40-craft-hero,
  .ux40-spatial-stage,
  .ux40-bento-grid,
  .ux40-spatial-shell {
    grid-template-columns: 1fr;
  }

  .ux40-spatial-rail {
    min-height: auto;
    position: relative;
    top: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ux40-shell .shop-products-grid,
  .ux40-shell .ux36-promo-grid,
  .ux40-shell .ux36-category-banners,
  .ux40-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ux40-product-layout {
    grid-template-columns: 1fr;
  }

  .ux40-product-layout .ux36-side-campaign {
    min-height: 190px;
    position: relative;
    top: auto;
  }
}

@media (max-width: 760px) {
  .ux40-shell,
  .ux40-storefront .shop-faq-section {
    width: min(100% - 18px, 1320px);
  }

  .ux40-topbar {
    top: 8px;
    grid-template-columns: 1fr auto;
    border-radius: 18px;
  }

  .ux40-topbar .ux40-brand strong {
    max-width: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ux40-topbar .ux40-nav {
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: none;
  }

  .ux40-topbar .ux40-nav::-webkit-scrollbar {
    display: none;
  }

  .ux40-track span,
  .ux40-cart span {
    display: none;
  }

  .ux40-shell .ux36-hero {
    min-height: 420px;
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .ux40-shell .ux36-hero-deal {
    min-height: 132px;
    justify-items: start;
    text-align: right;
  }

  .ux40-section,
  .ux40-panel {
    padding: 14px;
  }

  .ux40-section-head {
    align-items: stretch;
    flex-direction: column;
  }

  .ux40-shell .shop-products-grid,
  .ux40-shell .ux36-promo-grid,
  .ux40-shell .ux36-category-banners,
  .ux40-brand-grid,
  .ux40-media-grid,
  .ux40-spatial-rail {
    grid-template-columns: 1fr;
  }

  .ux40-story-dock .shop-category-pill {
    min-width: 78px;
  }

  .ux40-craft-photo {
    min-height: 280px;
  }

  .ux40-mobile-actions {
    grid-template-columns: repeat(4, minmax(72px, 1fr));
    overflow-x: auto;
    padding-bottom: 4px;
  }
}

/* v41 final cascade pass: keep non-Kala storefronts dense, animated and desktop-grade. */
body.ux40-storefront {
  --ux41-tight-gap: 12px;
  --ux41-card-pad: 13px;
  overflow-x: hidden;
}

.ux41-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: .42;
}

.ux40-shell,
.ux40-mobile-shell,
.ux40-storefront .shop-store-footer,
.ux40-storefront .shop-bottom-nav,
.ux40-storefront .shop-cart-drawer,
.ux40-storefront .shop-content-modal,
.ux40-storefront .shop-story-modal,
.ux40-storefront .shop-product-lightbox {
  position: relative;
  z-index: 1;
}

.ux40-storefront .ux40-section-head h2,
.ux40-storefront .ux40-panel h2 {
  text-wrap: balance;
}

.ux40-storefront .ux40-section-head span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.ux40-storefront .ux40-section-head span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ux40-accent);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--ux40-accent), transparent 78%);
}

.ux40-storefront :where(.ux40-track, .ux40-cart, .ux40-nav a, .ux40-nav button, .ux40-mini-actions a, .ux40-mini-actions button, .shop-add-to-cart, .ux40-media-card, .ux40-mobile-actions a, .ux40-mobile-actions button) {
  touch-action: manipulation;
}

.ux40-storefront :where(.ux40-track, .ux40-cart, .ux40-nav a, .ux40-nav button, .ux40-mini-actions a, .ux40-mini-actions button, .shop-add-to-cart):focus-visible,
.ux40-storefront :where(.shop-category-pill, .ux40-media-card, .ux40-mobile-actions a, .ux40-mobile-actions button):focus-visible {
  outline: 3px solid color-mix(in srgb, var(--ux40-primary), #fff 34%);
  outline-offset: 3px;
}

.ux40-storefront .shop-product-card {
  contain: layout paint;
}

.ux40-storefront .shop-product-body h3 {
  min-height: 3.2em;
  margin-bottom: 7px;
  font-size: .98rem;
  line-height: 1.62;
}

.ux40-storefront .shop-product-body p {
  min-height: 3.7em;
  color: color-mix(in srgb, var(--ux40-text), var(--ux40-muted) 58%);
  line-height: 1.85;
}

.ux40-storefront .shop-add-to-cart {
  min-height: 42px;
  border-radius: 14px;
  justify-content: center;
  box-shadow: 0 14px 28px color-mix(in srgb, var(--ux40-primary), transparent 78%);
}

.ux40-storefront .shop-add-to-cart i {
  width: 24px;
  height: 24px;
  border-radius: 9px;
  display: inline-grid;
  place-items: center;
  background: rgba(255,255,255,.18);
}

.ux40-storefront .ux36-promo-tile,
.ux40-storefront .ux36-category-banners a,
.ux40-storefront .ux36-side-campaign {
  position: relative;
  isolation: isolate;
}

.ux40-storefront .ux36-promo-tile::after,
.ux40-storefront .ux36-category-banners a::after,
.ux40-storefront .ux36-side-campaign::after {
  content: "";
  position: absolute;
  inset: auto auto 12px 12px;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.78), rgba(255,255,255,.08)),
    radial-gradient(circle at 35% 32%, var(--ux40-accent), transparent 42%);
  opacity: .72;
  pointer-events: none;
}

@media (min-width: 1181px) {
  .ux40-shell {
    width: min(1480px, calc(100% - 54px));
    padding: 12px 0 26px;
  }

  .ux40-topbar {
    min-height: 62px;
    margin-bottom: 12px;
    padding: 8px;
    grid-template-columns: minmax(174px, auto) minmax(280px, 1fr) auto auto auto;
    gap: 8px;
  }

  .ux40-brand > span:first-child {
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }

  .ux40-search {
    min-height: 44px;
  }

  .ux40-nav a,
  .ux40-nav button,
  .ux40-track,
  .ux40-cart,
  .ux40-mini-actions a,
  .ux40-mini-actions button,
  .ux40-section-head > a,
  .ux40-section-head > button {
    min-height: 40px;
    padding: 8px 12px;
  }

  .ux40-hero,
  .ux40-rose-hero,
  .ux40-brutal-board,
  .ux40-command-hero,
  .ux40-liquid-hero,
  .ux40-spatial-stage {
    margin-bottom: 12px;
    gap: var(--ux41-tight-gap);
  }

  .ux40-shell .ux36-hero {
    min-height: 292px;
    padding: 26px 34px;
    grid-template-columns: minmax(0, 1fr) minmax(210px, .32fr);
    align-items: end;
  }

  .ux40-shell .ux36-hero h1 {
    font-size: clamp(1.85rem, 3.1vw, 3.35rem);
    line-height: 1.28;
  }

  .ux40-shell .ux36-hero p {
    max-width: 620px;
    line-height: 1.85;
  }

  .ux40-shell .ux36-hero-deal {
    min-height: 138px;
  }

  .ux40-story-dock,
  .ux40-promos {
    margin-bottom: 12px;
  }

  .ux40-story-dock .shop-category-ribbon,
  .ux40-cats .shop-category-ribbon {
    padding: 7px;
    gap: 8px;
  }

  .ux40-story-dock .shop-category-pill,
  .ux40-cats .shop-category-pill {
    min-width: 82px;
    min-height: 72px;
    padding: 7px 8px;
  }

  .ux40-story-dock .shop-category-pill :where(i, .ux36-story-image),
  .ux40-cats .shop-category-pill :where(i, .ux36-story-image) {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .ux40-shell .ux36-promo-grid,
  .ux40-bento-promos .ux36-promo-grid,
  .ux40-spatial-side .ux36-promo-grid {
    gap: 10px;
  }

  .ux40-shell .ux36-promo-tile {
    min-height: 112px;
    padding: 13px;
  }

  .ux40-shell .ux36-promo-tile i {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    font-size: 1rem;
  }

  .ux40-section {
    margin-bottom: 14px;
    padding: 14px;
  }

  .ux40-section-head {
    margin-bottom: 11px;
    align-items: center;
  }

  .ux40-section-head h2,
  .ux40-panel h2 {
    font-size: clamp(1.08rem, 1.35vw, 1.55rem);
  }

  .ux40-panel {
    padding: 18px;
  }

  .ux40-service-wrap,
  .ux40-service-wrap .shop-service-list {
    gap: 8px;
  }

  .ux40-service-wrap .shop-service-chip {
    min-height: 38px;
    padding: 8px 12px;
  }

  .ux40-shell .ux35-experience {
    margin-bottom: 14px;
    padding: 15px;
  }

  .ux40-shell .ux35-experience h2 {
    font-size: clamp(1.15rem, 1.6vw, 1.75rem);
  }

  .ux40-product-layout {
    gap: 12px;
    grid-template-columns: minmax(180px, .21fr) minmax(0, 1fr);
  }

  .ux40-product-layout .ux36-side-campaign {
    min-height: 286px;
    top: 86px;
  }

  .ux40-shell .shop-products-grid,
  .ux40-shell .shop-featured-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
  }

  .ux40-shell .shop-product-card {
    border-radius: calc(var(--ux40-radius) - 4px);
  }

  .ux40-shell .shop-product-media {
    aspect-ratio: 1 / .84;
  }

  .ux40-shell .shop-product-body {
    padding: var(--ux41-card-pad);
  }

  .ux40-shell .ux36-category-banners {
    margin-bottom: 14px;
    gap: 10px;
  }

  .ux40-shell .ux36-category-banners a {
    min-height: 106px;
  }

  .ux40-brand-grid,
  .ux40-media-grid {
    gap: 10px;
  }

  .ux40-brand-grid .ux36-brand-card,
  .ux40-brand-grid .ux36-brand-empty,
  .ux40-media-card {
    min-height: 120px;
  }

  body.ux40-spatial .ux40-spatial-shell {
    width: min(1480px, calc(100% - 50px));
    grid-template-columns: 218px minmax(0, 1fr);
    gap: 12px;
  }

  body.ux40-spatial .ux40-spatial-rail {
    min-height: auto;
    padding: 12px;
    border-radius: 22px;
  }

  body.ux40-spatial .ux40-spatial-rail a,
  body.ux40-spatial .ux40-spatial-rail button {
    min-height: 42px;
    border-radius: 14px;
  }

  body.ux40-spatial .ux40-spatial-stage {
    grid-template-columns: minmax(0, 1.44fr) minmax(250px, .56fr);
  }

  body.ux40-spatial .ux40-spatial-side .ux36-promo-grid {
    height: 100%;
  }

  body.ux40-spatial .ux40-spatial-side .ux36-promo-tile {
    min-height: 68px;
  }

  body.ux40-bento .ux40-bento-grid {
    grid-template-columns: minmax(0, 1.22fr) minmax(300px, .78fr);
    gap: 12px;
  }

  body.ux40-bento .ux40-bento-hero {
    grid-column: 1;
    grid-row: span 2;
  }

  body.ux40-bento .ux40-bento-promos,
  body.ux40-bento .ux40-bento-stories {
    grid-column: 2;
  }

  body.ux40-bento .ux40-bento-services,
  body.ux40-bento .ux40-bento-experience,
  body.ux40-bento .ux40-bento-featured,
  body.ux40-bento .ux40-bento-banners,
  body.ux40-bento .ux40-bento-products,
  body.ux40-bento .ux40-bento-gallery,
  body.ux40-bento .ux40-brand-wall,
  body.ux40-bento .ux40-media-grid,
  body.ux40-bento .shop-faq-section {
    grid-column: 1 / -1;
  }

  body.ux40-bento .ux40-bento-promos .ux36-promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.ux40-mobile-os .ux40-mobile-shell {
    width: min(1280px, calc(100% - 46px));
    padding-top: 14px;
    display: grid;
    grid-template-columns: minmax(330px, 390px) minmax(0, 1fr);
    gap: 12px 16px;
    align-items: start;
  }

  body.ux40-mobile-os .ux40-mobile-status,
  body.ux40-mobile-os .ux40-mobile-hero,
  body.ux40-mobile-os .ux40-mobile-actions,
  body.ux40-mobile-os .ux40-mobile-stories,
  body.ux40-mobile-os .ux40-mobile-promos {
    grid-column: 1;
  }

  body.ux40-mobile-os .ux40-mobile-services,
  body.ux40-mobile-os .ux40-mobile-featured,
  body.ux40-mobile-os .ux40-mobile-products,
  body.ux40-mobile-os .ux40-mobile-gallery,
  body.ux40-mobile-os .ux40-brand-wall,
  body.ux40-mobile-os .ux40-media-grid,
  body.ux40-mobile-os .shop-faq-section,
  body.ux40-mobile-os .ux35-experience,
  body.ux40-mobile-os .ux36-category-banners {
    grid-column: 2;
  }

  body.ux40-mobile-os .ux40-mobile-status {
    position: sticky;
    top: 12px;
  }

  body.ux40-mobile-os .ux40-mobile-hero .ux36-hero {
    min-height: 328px;
    grid-template-columns: 1fr;
  }

  body.ux40-mobile-os .ux40-mobile-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.ux40-mobile-os .ux40-mobile-actions a,
  body.ux40-mobile-os .ux40-mobile-actions button {
    min-height: 78px;
  }

  body.ux40-liquid .ux40-liquid-hero,
  body.ux40-craft .ux40-craft-hero {
    grid-template-columns: minmax(280px, .48fr) minmax(0, .52fr);
    gap: 12px;
  }

  body.ux40-liquid .ux40-liquid-copy,
  body.ux40-craft .ux40-craft-copy {
    padding: 28px;
  }

  body.ux40-liquid .ux40-liquid-copy h1,
  body.ux40-craft .ux40-craft-copy h1 {
    font-size: clamp(2rem, 3.8vw, 4.1rem);
  }

  body.ux40-craft .ux40-craft-photo {
    min-height: 318px;
  }
}

body.ux40-nature .ux40-shell {
  background:
    radial-gradient(ellipse at 100% 0, rgba(255,183,3,.10), transparent 34rem),
    linear-gradient(135deg, rgba(8,127,91,.045), transparent 48%);
  border-radius: 28px;
}

body.ux40-nature .ux40-section,
body.ux40-command .ux40-section {
  background:
    linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.70)),
    radial-gradient(circle at 0 0, color-mix(in srgb, var(--ux40-primary), transparent 88%), transparent 18rem);
}

body.ux40-roseglass .ux40-section,
body.ux40-roseglass .ux40-story-dock .shop-category-ribbon {
  background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,.44));
  border-color: rgba(255,255,255,.54);
}

body.ux40-brutal {
  background:
    linear-gradient(90deg, rgba(17,24,39,.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(17,24,39,.08) 1px, transparent 1px),
    #fff8e8;
  background-size: 28px 28px;
}

body.ux40-brutal .ux40-brutal-tabs .shop-category-ribbon {
  border: 2px solid #111827;
  border-radius: 12px;
  padding: 8px;
  background: #fff;
  box-shadow: 6px 6px 0 #111827;
}

body.ux40-spatial .ux40-topbar,
body.ux40-spatial .ux40-section,
body.ux40-spatial .ux40-media-card {
  background:
    linear-gradient(135deg, rgba(56,189,248,.10), rgba(255,255,255,.035)),
    rgba(15,35,68,.74);
}

body.ux40-bento .ux40-section,
body.ux40-bento .ux40-bento-stories,
body.ux40-bento .ux40-bento-promos,
body.ux40-bento .ux40-bento-services,
body.ux40-bento .ux40-bento-experience {
  box-shadow: 0 12px 0 rgba(15,23,42,.08);
}

body.ux40-craft {
  background:
    linear-gradient(90deg, rgba(28,42,39,.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(28,42,39,.04) 1px, transparent 1px),
    radial-gradient(circle at 12% 4%, rgba(239,111,69,.13), transparent 22rem),
    var(--ux40-bg);
  background-size: 34px 34px, 34px 34px, auto, auto;
}

body.ux40-mobile-os .ux40-section,
body.ux40-mobile-os .ux40-media-card,
body.ux40-mobile-os .ux40-mobile-status,
body.ux40-mobile-os .ux40-mobile-actions a,
body.ux40-mobile-os .ux40-mobile-actions button {
  background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.055));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 22px 50px rgba(0,0,0,.26);
}

body.ux40-liquid .ux40-section,
body.ux40-liquid .ux40-topbar,
body.ux40-liquid .ux40-media-card,
body.ux40-liquid .ux40-liquid-copy {
  background:
    linear-gradient(135deg, rgba(255,255,255,.15), rgba(255,255,255,.055)),
    radial-gradient(circle at 0 0, rgba(100,244,216,.09), transparent 18rem);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 28px 78px rgba(0,0,0,.32);
}

@media (prefers-reduced-motion: no-preference) {
  .ux40-storefront .ux40-topbar,
  .ux40-storefront .ux36-hero,
  .ux40-storefront .ux40-section {
    animation: ux41SoftArrive 520ms cubic-bezier(.2,.75,.24,1) both;
  }

  .ux40-storefront .ux40-story-dock .shop-category-pill:hover {
    transform: translateY(-3px) scale(1.035) rotate(-1deg);
  }

  .ux40-storefront .ux36-promo-tile:hover::after,
  .ux40-storefront .ux36-category-banners a:hover::after,
  .ux40-storefront .ux36-side-campaign:hover::after {
    animation: ux41OrbPop 620ms cubic-bezier(.2,.75,.24,1) both;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ux41-canvas {
    display: none;
  }
}

@media (max-width: 1180px) {
  body.ux40-mobile-os .ux40-mobile-shell {
    display: block;
  }
}

@media (max-width: 760px) {
  .ux41-canvas {
    opacity: .24;
  }

  .ux40-storefront .shop-product-body h3,
  .ux40-storefront .shop-product-body p {
    min-height: auto;
  }
}

body.mlmg-public-shop :where(.fa, .fas, .far, .fal),
body.mlmg-public-shop :where(.fa, .fas, .far, .fal)::before,
body.mlmg-public-shop :where(.fa, .fas, .far, .fal)::after {
  font-family: "FontAwesome" !important;
}

body.mlmg-public-shop .fab,
body.mlmg-public-shop .fab::before,
body.mlmg-public-shop .fab::after {
  font-family: "Font Awesome 5 Brands" !important;
}

/* v44 EOF enforcement: final visible polish for every non-Kala storefront. */
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) {
  --ux44-page-w: min(1440px, calc(100% - 48px));
  --ux44-gap: 14px;
  --ux44-radius: 20px;
  --ux44-card-radius: 18px;
  --ux44-product-ratio: 1 / .88;
  --ux44-surface: var(--ux40-surface, rgba(255, 255, 255, .94));
  --ux44-card-bg: rgba(255, 255, 255, .97);
  --ux44-text: var(--ux40-text, #111827);
  --ux44-muted: var(--ux40-muted, #64748b);
  --ux44-line: var(--ux40-line, rgba(15, 23, 42, .12));
  --ux44-primary: var(--ux40-primary, #0f766e);
  --ux44-accent: var(--ux40-accent, #f59e0b);
  --ux44-shadow: 0 18px 44px rgba(15, 23, 42, .10);
  color: var(--ux44-text);
  min-height: 100dvh;
  padding-bottom: 0 !important;
  overflow-x: hidden;
  background: var(--ux40-bg, #f7faf9);
  isolation: isolate;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala)::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 8%, color-mix(in srgb, var(--ux44-accent), transparent 78%), transparent 19rem),
    radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--ux44-primary), transparent 84%), transparent 22rem);
}

body.mlmg-public-shop.ux40-nature { --ux40-bg:#f3f8ef; --ux40-surface:rgba(255,255,249,.94); --ux40-text:#183226; --ux40-muted:#56695f; --ux40-line:rgba(24,50,38,.14); --ux40-primary:#0f7a55; --ux40-accent:#d9912b; --ux44-product-ratio:1 / 1; }
body.mlmg-public-shop.ux40-roseglass { --ux40-bg:#fff4f8; --ux40-surface:rgba(255,255,255,.64); --ux40-text:#351827; --ux40-muted:#75566a; --ux40-line:rgba(190,24,93,.16); --ux40-primary:#c01864; --ux40-accent:#0ea5a4; --ux44-card-bg:rgba(255,255,255,.90); --ux44-product-ratio:1 / 1.06; }
body.mlmg-public-shop.ux40-brutal { --ux40-bg:#fff5cf; --ux40-surface:#fffef7; --ux40-text:#111827; --ux40-muted:#364152; --ux40-line:#111827; --ux40-primary:#e6003d; --ux40-accent:#f4c430; --ux40-radius:12px; --ux44-radius:12px; --ux44-card-radius:10px; --ux44-product-ratio:1 / .82; --ux44-shadow:7px 7px 0 #111827; background:linear-gradient(90deg, rgba(17,24,39,.10) 1px, transparent 1px), linear-gradient(0deg, rgba(17,24,39,.10) 1px, transparent 1px), #fff5cf; background-size:28px 28px, 28px 28px, auto; }
body.mlmg-public-shop.ux40-bento { --ux40-bg:#f2f5f8; --ux40-surface:#fff; --ux40-text:#111827; --ux40-muted:#4b5563; --ux40-line:rgba(17,24,39,.13); --ux40-primary:#111827; --ux40-accent:#f2b705; --ux44-product-ratio:1 / .86; }
body.mlmg-public-shop.ux40-spatial { --ux40-bg:#071323; --ux40-surface:rgba(13,31,55,.84); --ux40-text:#f8fafc; --ux40-muted:#b6c5d8; --ux40-line:rgba(125,211,252,.26); --ux40-primary:#38bdf8; --ux40-accent:#a3e635; --ux44-card-bg:rgba(10,27,49,.95); --ux44-product-ratio:1 / .82; }
body.mlmg-public-shop.ux40-craft { --ux40-bg:#f4efe4; --ux40-surface:rgba(255,252,243,.95); --ux40-text:#20231d; --ux40-muted:#6c6252; --ux40-line:rgba(32,35,29,.16); --ux40-primary:#285844; --ux40-accent:#c55f36; --ux44-product-ratio:1 / 1.16; background:linear-gradient(90deg, rgba(32,35,29,.055) 1px, transparent 1px), linear-gradient(0deg, rgba(32,35,29,.04) 1px, transparent 1px), radial-gradient(circle at 12% 4%, rgba(197,95,54,.14), transparent 22rem), #f4efe4; background-size:34px 34px, 34px 34px, auto, auto; }
body.mlmg-public-shop.ux40-command { --ux40-bg:#edf7f2; --ux40-surface:rgba(255,255,255,.95); --ux40-text:#0f2c22; --ux40-muted:#50645d; --ux40-line:rgba(15,44,34,.13); --ux40-primary:#087f5b; --ux40-accent:#0ea5e9; --ux44-product-ratio:1 / .92; }
body.mlmg-public-shop.ux40-mobile-os { --ux40-bg:#0b1020; --ux40-surface:rgba(21,28,48,.88); --ux40-text:#f8fafc; --ux40-muted:#b7c2d8; --ux40-line:rgba(148,163,184,.22); --ux40-primary:#22d3ee; --ux40-accent:#a78bfa; --ux44-card-bg:rgba(255,255,255,.94); --ux44-product-ratio:1 / 1.06; }
body.mlmg-public-shop.ux40-liquid { --ux40-bg:#080d17; --ux40-surface:rgba(255,255,255,.11); --ux40-text:#f8fafc; --ux40-muted:#cbd5e1; --ux40-line:rgba(255,255,255,.20); --ux40-primary:#d6b46a; --ux40-accent:#64f4d8; --ux44-card-bg:rgba(255,255,255,.87); --ux44-product-ratio:1 / 1.03; }

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux40-shell, .ux40-mobile-shell, .shop-store-footer, .shop-bottom-nav, .shop-cart-drawer, .shop-track-fab, .shop-content-modal, .shop-story-modal, .shop-product-lightbox) { position: relative; z-index: 2; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux40-shell, .ux40-mobile-shell) { width: var(--ux44-page-w) !important; margin: 0 auto !important; padding: clamp(10px, 1.1vw, 18px) 0 18px !important; min-height: auto !important; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-store-footer { width: var(--ux44-page-w) !important; margin: 4px auto 20px !important; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux40-section, .ux35-experience, .shop-faq-section, .ux40-story-dock, .ux40-promos, .ux40-bento-grid > section) { width: 100% !important; margin-inline: 0 !important; margin-bottom: var(--ux44-gap) !important; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux40-section, .ux40-panel, .ux40-topbar, .ux40-story-dock .shop-category-ribbon, .ux40-media-card, .ux35-experience, .shop-faq-item, .ux40-bento-grid > section) { border: 1px solid var(--ux44-line) !important; border-radius: var(--ux44-radius) !important; color: var(--ux44-text) !important; background: var(--ux44-surface) !important; box-shadow: var(--ux44-shadow) !important; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux40-section-head h2, .ux40-panel h2, .ux40-brand strong, .ux35-metric b, .shop-faq-item summary, .ux40-media-card strong) { color: var(--ux44-text) !important; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux40-section-head span, .ux40-panel span, .ux35-metric span, .ux40-media-card span, .shop-faq-item p) { color: color-mix(in srgb, var(--ux44-text), var(--ux44-muted) 56%) !important; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-topbar { display: grid; grid-template-columns: minmax(170px, auto) minmax(260px, 1fr) auto auto auto; align-items: center; gap: 8px; min-height: 62px; margin-bottom: var(--ux44-gap) !important; padding: 8px !important; backdrop-filter: blur(18px) saturate(1.18); -webkit-backdrop-filter: blur(18px) saturate(1.18); }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-search { min-height: 44px; border: 1px solid var(--ux44-line) !important; border-radius: 15px; color: var(--ux44-muted); background: color-mix(in srgb, var(--ux44-surface), #fff 34%) !important; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux40-nav a, .ux40-nav button, .ux40-track, .ux40-cart, .ux40-mini-actions a, .ux40-mini-actions button, .ux40-section-head > a, .ux40-section-head > button, .ux35-actions a, .ux35-actions button, .ux35-product-tools button) { min-height: 42px; border-radius: 14px; align-items: center; justify-content: center; gap: 8px; color: var(--ux44-text); }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux40-track i, .ux40-cart i, .ux40-nav i, .ux40-media-card > i, .ux40-mobile-actions i, .shop-service-chip i, .shop-product-video i, .shop-product-meta i, .shop-product-badges i, .shop-add-to-cart i, .ux35-actions i, .ux35-product-tools i, .shop-faq-item summary i, .ux40-spatial-rail i) { width: 28px; height: 28px; border-radius: 10px; display: inline-grid; place-items: center; flex: 0 0 28px; line-height: 1; color: color-mix(in srgb, var(--ux44-primary), #111827 18%); background: color-mix(in srgb, var(--ux44-primary), #fff 88%); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ux44-primary), transparent 82%); }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.shop-add-to-cart i, .ux40-cart i) { color: #fff; background: rgba(255,255,255,.18); box-shadow: none; }

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux40-hero, .ux40-rose-hero, .ux40-brutal-board, .ux40-command-hero, .ux40-liquid-hero, .ux40-spatial-stage, .ux40-craft-hero) { display: grid; gap: var(--ux44-gap); margin-bottom: var(--ux44-gap) !important; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-hero { min-height: clamp(304px, 31vw, 430px) !important; border: 1px solid color-mix(in srgb, var(--ux44-primary), transparent 68%) !important; border-radius: var(--ux44-radius) !important; overflow: hidden; isolation: isolate; background-size: cover !important; background-position: center !important; box-shadow: var(--ux44-shadow) !important; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-hero::after { background: linear-gradient(90deg, rgba(6,8,17,.28), rgba(6,8,17,.08) 54%, rgba(6,8,17,.24)) !important; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-hero-copy, body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-hero-deal { position: relative; z-index: 2; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-hero-copy h1, body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-hero-copy p { color: #fff !important; text-shadow: 0 3px 18px rgba(0,0,0,.34); }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-hero-deal { color: var(--ux44-text); background: rgba(255,255,255,.84) !important; box-shadow: 0 18px 42px rgba(15,23,42,.12); }

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-story-dock .shop-category-ribbon { display: flex; gap: 8px; padding: 8px !important; overflow-x: auto; scrollbar-width: none; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-story-dock .shop-category-ribbon::-webkit-scrollbar { display: none; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-story-dock .shop-category-pill { min-width: 88px; min-height: 82px; border: 1px solid var(--ux44-line); border-radius: 18px; color: var(--ux44-text); background: color-mix(in srgb, var(--ux44-surface), #fff 34%); }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-story-dock .shop-category-pill :where(i, .ux36-story-image) { width: 46px; height: 46px; border: 0; border-radius: 15px; color: color-mix(in srgb, var(--ux44-primary), #111827 18%); background: color-mix(in srgb, var(--ux44-primary), #fff 88%); box-shadow: none; }

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux36-promo-grid, .ux36-category-banners) { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--ux44-gap) !important; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux36-promo-tile, .ux36-category-banners a, .ux36-side-campaign) { min-height: 132px; border: 1px solid var(--ux44-line) !important; border-radius: calc(var(--ux44-radius) - 4px) !important; color: var(--ux44-text); background-color: color-mix(in srgb, var(--ux44-surface), #fff 38%) !important; background-size: cover !important; background-position: center !important; box-shadow: 0 14px 32px rgba(15,23,42,.08) !important; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-side-campaign { min-height: 320px; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-promo-tile.has-image::before, body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-category-banners a.has-image::before, body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-side-campaign.has-image::before { background: linear-gradient(180deg, rgba(4,7,17,.02), rgba(4,7,17,.18) 62%, rgba(4,7,17,.38)) !important; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux36-promo-tile.has-image, .ux36-category-banners a.has-image, .ux36-side-campaign.has-image) :where(strong, span) { color: #fff !important; text-shadow: 0 2px 14px rgba(0,0,0,.38); }

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux35-experience { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); align-items: center; gap: var(--ux44-gap); padding: clamp(16px, 1.7vw, 24px) !important; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux35-mega-grid, .ux35-blue-dashboard, .ux35-min-lines, .ux35-luxe-proof, .ux35-neo-stack, .ux35-rose-proof, .ux35-green-metrics, .ux35-well-proof) { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux35-metric { min-height: 92px; border: 1px solid var(--ux44-line); border-radius: calc(var(--ux44-radius) - 4px); padding: 13px; color: var(--ux44-text); background: linear-gradient(135deg, color-mix(in srgb, var(--ux44-surface), #fff 36%), color-mix(in srgb, var(--ux44-surface), var(--ux44-primary) 6%)); box-shadow: inset 0 1px 0 rgba(255,255,255,.34); }

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-products-grid, body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-featured-grid { display: grid !important; align-items: stretch; gap: var(--ux44-gap) !important; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-product-card { display: flex !important; flex-direction: column; min-height: 100%; border: 1px solid var(--ux44-line) !important; border-radius: var(--ux44-card-radius) !important; overflow: hidden; color: #111827; background: var(--ux44-card-bg) !important; box-shadow: 0 14px 34px rgba(15,23,42,.09) !important; contain: layout paint; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-product-media { width: 100%; height: auto !important; aspect-ratio: var(--ux44-product-ratio); padding: 12px; display: grid !important; place-items: center; border-bottom: 1px solid color-mix(in srgb, var(--ux44-primary), transparent 78%) !important; background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,255,255,.72)), radial-gradient(circle at 20% 18%, color-mix(in srgb, var(--ux44-accent), transparent 82%), transparent 48%) !important; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-product-slider, body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-product-slide { width: 100%; height: 100%; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-product-slide { border: 0 !important; padding: 0 !important; display: grid !important; place-items: center; background: transparent !important; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-product-media img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain !important; transform-origin: center; filter: drop-shadow(0 14px 20px rgba(15,23,42,.12)); }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-product-body { flex: 1 1 auto; display: flex; flex-direction: column; gap: 8px; padding: 14px !important; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-product-body h3 { min-height: 3.2em !important; margin: 0; color: #111827 !important; font-size: .98rem; line-height: 1.62; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-product-body p { min-height: 3.4em !important; margin: 0; color: #64748b !important; font-size: .88rem; line-height: 1.7; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.shop-product-badges span, .shop-product-meta span, .shop-product-video, .shop-sale-countdown) { border: 1px solid rgba(15,23,42,.08); color: #334155; background: #f8fafc; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-product-price-stack strong { color: #0f172a !important; font-weight: 950; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-product-actions { margin-top: auto; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-add-to-cart { min-height: 46px; border-radius: 14px; color: #fff !important; background: linear-gradient(135deg, var(--ux44-primary), color-mix(in srgb, var(--ux44-primary), #000 16%)) !important; box-shadow: 0 14px 28px color-mix(in srgb, var(--ux44-primary), transparent 78%) !important; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-add-to-cart:disabled { color: #475569 !important; background: #e2e8f0 !important; box-shadow: none !important; }

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-gallery-grid { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--ux44-gap) !important; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-gallery-item { min-height: 210px; aspect-ratio: 4 / 3; border: 1px solid var(--ux44-line) !important; border-radius: calc(var(--ux44-radius) - 2px) !important; overflow: hidden; box-shadow: 0 16px 36px rgba(15,23,42,.10) !important; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-gallery-item img { width: 100%; height: 100%; object-fit: cover; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-brand-grid { display: grid !important; grid-template-columns: repeat(6, minmax(0, 1fr)) !important; gap: var(--ux44-gap) !important; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-media-grid { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: var(--ux44-gap) !important; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-media-card { min-height: 132px; padding: 18px !important; text-align: right; }
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-faq-grid { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--ux44-gap); }

body.mlmg-public-shop.ux40-brutal :where(.ux40-section, .ux40-panel, .ux40-topbar, .shop-product-card, .ux35-experience, .shop-faq-item, .ux40-story-dock .shop-category-ribbon) { border-width: 2px !important; box-shadow: var(--ux44-shadow) !important; }
body.mlmg-public-shop.ux40-brutal .shop-product-media { background: linear-gradient(135deg, #fff, #fff6d8), repeating-linear-gradient(45deg, rgba(17,24,39,.08) 0 2px, transparent 2px 12px) !important; }
body.mlmg-public-shop.ux40-bento .ux40-bento-grid { display: grid !important; gap: var(--ux44-gap) !important; }
body.mlmg-public-shop.ux40-bento .ux40-bento-grid > section { padding: 14px !important; box-shadow: 0 12px 0 rgba(17,24,39,.08) !important; }
body.mlmg-public-shop.ux40-spatial .ux40-spatial-main { perspective: 1300px; }
body.mlmg-public-shop.ux40-spatial .ux40-spatial-rail { border: 1px solid rgba(125,211,252,.26) !important; color: #f8fafc !important; background: rgba(7,19,35,.88) !important; box-shadow: 0 26px 70px rgba(0,0,0,.34) !important; }
body.mlmg-public-shop.ux40-spatial .ux40-spatial-rail :where(a, button, strong) { color: #f8fafc !important; }
body.mlmg-public-shop.ux40-spatial .shop-product-card { color: #f8fafc; background: rgba(10,27,49,.95) !important; }
body.mlmg-public-shop.ux40-spatial .shop-product-media { background: radial-gradient(circle at 30% 16%, rgba(56,189,248,.18), transparent 48%), linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.02)) !important; }
body.mlmg-public-shop.ux40-spatial .shop-product-body h3, body.mlmg-public-shop.ux40-spatial .shop-product-price-stack strong { color: #f8fafc !important; }
body.mlmg-public-shop.ux40-spatial .shop-product-body p { color: #b6c5d8 !important; }
body.mlmg-public-shop.ux40-spatial :where(.shop-product-badges span, .shop-product-meta span, .shop-product-video, .shop-sale-countdown) { border-color: rgba(125,211,252,.20); color: #dbeafe; background: rgba(255,255,255,.08); }
body.mlmg-public-shop.ux40-roseglass :where(.ux40-topbar, .ux40-section, .ux40-media-card, .ux40-story-dock .shop-category-ribbon), body.mlmg-public-shop.ux40-liquid :where(.ux40-topbar, .ux40-section, .ux40-media-card, .ux40-liquid-copy) { border-color: rgba(255,255,255,.36) !important; backdrop-filter: blur(24px) saturate(1.45); -webkit-backdrop-filter: blur(24px) saturate(1.45); }
body.mlmg-public-shop.ux40-liquid :where(.ux40-section-head h2, .ux40-panel h2, .ux40-brand strong, .ux40-media-card strong, .ux35-metric b, .shop-faq-item summary), body.mlmg-public-shop.ux40-mobile-os :where(.ux40-section-head h2, .ux40-panel h2, .ux40-brand strong, .ux40-media-card strong, .ux35-metric b, .shop-faq-item summary) { color: #f8fafc !important; }
body.mlmg-public-shop.ux40-craft .ux40-craft-photo { border: 1px solid var(--ux44-line) !important; border-radius: var(--ux44-radius) !important; box-shadow: 0 22px 0 rgba(32,35,29,.08) !important; background-size: cover !important; background-position: center !important; }

@media (min-width: 1280px) {
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-shell .shop-products-grid,
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-shell .shop-featured-grid { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
}

@media (min-width: 1181px) and (max-width: 1279px) {
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-shell .shop-products-grid,
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-shell .shop-featured-grid { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
}

@media (min-width: 1181px) {
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-bottom-nav { display: none !important; }
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-track-fab { bottom: 22px !important; }
  body.mlmg-public-shop.ux40-bento .ux40-bento-grid { grid-template-columns: repeat(12, minmax(0, 1fr)) !important; align-items: stretch; }
  body.mlmg-public-shop.ux40-bento .ux40-bento-hero { grid-column: 1 / span 7; grid-row: span 2; }
  body.mlmg-public-shop.ux40-bento .ux40-bento-stories { grid-column: 8 / span 5; }
  body.mlmg-public-shop.ux40-bento .ux40-bento-promos { grid-column: 8 / span 5; }
  body.mlmg-public-shop.ux40-bento .ux40-bento-services { grid-column: 1 / span 4; }
  body.mlmg-public-shop.ux40-bento .ux40-bento-experience { grid-column: 5 / span 8; }
  body.mlmg-public-shop.ux40-bento :where(.ux40-bento-featured, .ux40-bento-banners, .ux40-bento-products, .ux40-bento-gallery, .ux40-brand-wall, .ux40-media-grid, .shop-faq-section) { grid-column: 1 / -1; }
  body.mlmg-public-shop.ux40-spatial .ux40-spatial-shell { width: var(--ux44-page-w) !important; display: grid !important; grid-template-columns: 230px minmax(0, 1fr); gap: var(--ux44-gap); }
  body.mlmg-public-shop.ux40-spatial .ux40-spatial-rail { position: sticky; top: 14px; min-height: calc(100dvh - 28px); }
  body.mlmg-public-shop.ux40-spatial .ux40-spatial-stage, body.mlmg-public-shop.ux40-liquid .ux40-liquid-hero, body.mlmg-public-shop.ux40-craft .ux40-craft-hero { grid-template-columns: minmax(0, 1.36fr) minmax(260px, .64fr); }
  body.mlmg-public-shop.ux40-mobile-os .ux40-mobile-shell { width: var(--ux44-page-w) !important; display: grid !important; grid-template-columns: minmax(340px, 410px) minmax(0, 1fr); gap: var(--ux44-gap); }
}

@media (max-width: 1180px) {
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) { --ux44-page-w: min(100% - 28px, 1120px); }
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-topbar { grid-template-columns: 1fr auto auto; }
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-search,
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-nav { grid-column: 1 / -1; }
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-products-grid,
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-featured-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-brand-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}

@media (max-width: 760px) {
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) { --ux44-page-w: min(100% - 18px, 760px); --ux44-gap: 12px; --ux44-radius: 18px; --ux44-product-ratio: 1 / .92; padding-bottom: 88px !important; }
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux40-shell, .ux40-mobile-shell) { padding-top: 8px !important; padding-bottom: 10px !important; }
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-topbar { top: 8px; grid-template-columns: 1fr auto; border-radius: 18px !important; }
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-brand strong { max-width: 145px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux40-hero, .ux40-rose-hero, .ux40-brutal-board, .ux40-command-hero, .ux40-liquid-hero, .ux40-spatial-stage, .ux40-craft-hero, .ux35-experience) { grid-template-columns: 1fr !important; }
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-hero { min-height: 360px !important; }
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.shop-products-grid, .shop-featured-grid, .shop-gallery-grid, .ux40-media-grid, .shop-faq-grid, .ux36-promo-grid, .ux36-category-banners) { grid-template-columns: 1fr !important; }
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-product-body p { min-height: auto !important; }
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-gallery-item { min-height: 180px; }
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.shop-product-card, .ux40-media-card, .shop-gallery-item, .ux36-promo-tile, .ux36-category-banners a, .shop-category-pill, .ux35-metric) { transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, filter 220ms ease; }
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.shop-product-card, .ux40-media-card, .shop-gallery-item, .ux36-promo-tile, .ux36-category-banners a, .ux35-metric):hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--ux44-primary), transparent 48%) !important; box-shadow: 0 24px 58px color-mix(in srgb, var(--ux44-primary), transparent 84%) !important; }
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-product-card:hover .shop-product-media img { transform: scale(1.035) rotate(-.65deg); }
  body.mlmg-public-shop.ux40-spatial .shop-product-card:hover { transform: translateY(-8px) rotateX(2deg) rotateY(-2deg); }
  body.mlmg-public-shop.ux40-brutal .shop-product-card:hover { transform: translate(-4px, -4px) rotate(0deg) !important; box-shadow: 11px 11px 0 #111827 !important; }
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux40-story-dock .shop-category-pill:hover { transform: translateY(-3px) scale(1.025); }
}

@media (prefers-reduced-motion: reduce) {
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux41-canvas { display: none !important; }
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) *,
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) *::before,
  body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
}

body.mlmg-public-shop :where(.fa, .fas, .far, .fal):not(.fab),
body.mlmg-public-shop :where(.fa, .fas, .far, .fal):not(.fab)::before,
body.mlmg-public-shop :where(.fa, .fas, .far, .fal):not(.fab)::after { font-family: "FontAwesome" !important; }
body.mlmg-public-shop .fab,
body.mlmg-public-shop .fab::before,
body.mlmg-public-shop .fab::after { font-family: "Font Awesome 5 Brands" !important; }

/*
 * v45 palette isolation.
 * Kala Story owns the ux36 red campaign language; every other storefront maps
 * shared ux36 pieces to its own palette tokens.
 */
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) {
  --ux45-primary: var(--ux44-primary, var(--ux40-primary, #0f766e));
  --ux45-primary-deep: color-mix(in srgb, var(--ux45-primary), #000 20%);
  --ux45-primary-soft: color-mix(in srgb, var(--ux45-primary), #fff 88%);
  --ux45-accent: var(--ux44-accent, var(--ux40-accent, #f59e0b));
  --ux45-accent-soft: color-mix(in srgb, var(--ux45-accent), #fff 82%);
  --ux45-ink: var(--ux44-text, var(--ux40-text, #111827));
  --ux45-muted: var(--ux44-muted, var(--ux40-muted, #64748b));
  --ux45-line: var(--ux44-line, var(--ux40-line, rgba(15, 23, 42, .12)));
  --ux36-red: var(--ux45-primary);
  --ux36-red-deep: var(--ux45-primary-deep);
  --green: var(--ux45-primary);
  --green-soft: var(--ux45-primary-soft);
  --green-deep: var(--ux45-primary-deep);
}

body.mlmg-public-shop.ux40-spatial,
body.mlmg-public-shop.ux40-mobile-os,
body.mlmg-public-shop.ux40-liquid {
  --ux45-primary-soft: color-mix(in srgb, var(--ux45-primary), #071323 72%);
  --ux45-accent-soft: color-mix(in srgb, var(--ux45-accent), #071323 74%);
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-hero {
  background-color: var(--ux45-primary) !important;
  box-shadow: 0 22px 48px color-mix(in srgb, var(--ux45-primary), transparent 82%) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-hero::before {
  background:
    radial-gradient(circle at 20% 82%, color-mix(in srgb, var(--ux45-accent), transparent 48%), transparent 19%),
    linear-gradient(90deg,
      color-mix(in srgb, var(--ux45-primary), transparent 18%),
      color-mix(in srgb, var(--ux45-primary), transparent 34%) 54%,
      color-mix(in srgb, var(--ux45-primary), transparent 58%)) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-hero-actions a,
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-hero-deal b,
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-section-head span,
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-guide-banner span {
  color: var(--ux45-primary) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-hero-copy span {
  color: color-mix(in srgb, var(--ux45-accent), #fff 42%) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.ux36-promo-tile i, .ux36-category-banners i, .ux36-brand-card i, .shop-product-video i, .shop-product-meta i, .shop-product-badges i) {
  color: var(--ux45-primary) !important;
  background: var(--ux45-primary-soft) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-promo-hot {
  color: #fff !important;
  background:
    radial-gradient(circle at 18% 78%, color-mix(in srgb, var(--ux45-accent), transparent 48%), transparent 30%),
    linear-gradient(135deg, var(--ux45-primary), var(--ux45-primary-deep));
  border-color: color-mix(in srgb, var(--ux45-primary), transparent 52%) !important;
  box-shadow: 0 12px 26px color-mix(in srgb, var(--ux45-primary), transparent 84%) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.shop-product-sale-badge, .shop-product-featured, .shop-sale-countdown i, .shop-product-dot.is-active, .shop-slider-nav:hover) {
  color: #fff !important;
  background:
    radial-gradient(circle at 18% 78%, color-mix(in srgb, var(--ux45-accent), transparent 48%), transparent 30%),
    linear-gradient(135deg, var(--ux45-primary), var(--ux45-primary-deep)) !important;
  border-color: color-mix(in srgb, var(--ux45-primary), transparent 52%) !important;
  box-shadow: 0 12px 26px color-mix(in srgb, var(--ux45-primary), transparent 84%) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.shop-product-sale-badge i, .shop-product-featured i) {
  color: #fff !important;
  background: rgba(255, 255, 255, .18) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-side-campaign {
  color: #fff !important;
  background:
    radial-gradient(circle at 30% 26%, color-mix(in srgb, var(--ux45-accent), transparent 50%), transparent 34%),
    linear-gradient(180deg, var(--ux45-primary), var(--ux45-primary-deep));
  box-shadow: 0 22px 48px color-mix(in srgb, var(--ux45-primary), transparent 82%) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-side-campaign::before {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .28), transparent 28%),
    linear-gradient(180deg, color-mix(in srgb, var(--ux45-primary), transparent 80%), transparent) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-promo-tile.has-image::after,
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-category-banners a.has-image::after,
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .ux36-side-campaign::after {
  background:
    linear-gradient(90deg, transparent, color-mix(in srgb, var(--ux45-accent), transparent 46%), transparent) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-faq-item summary::after {
  color: var(--ux45-primary) !important;
  background: var(--ux45-primary-soft) !important;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ux45-primary), transparent 82%) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-faq-item[open] summary::after {
  color: #fff !important;
  background: var(--ux45-primary) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-track-fab,
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-cart-button b,
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-bottom-nav b,
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) [data-cart-count].is-cart-pulse {
  color: #fff !important;
  background: var(--ux45-primary) !important;
  box-shadow: 0 18px 42px color-mix(in srgb, var(--ux45-primary), transparent 78%) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-bottom-nav i,
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-track-fab i {
  color: var(--ux45-primary) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-track-fab i {
  background: rgba(255, 255, 255, .88) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.shop-product-card:hover, .ux36-promo-tile:hover, .ux36-category-banners a:hover, .shop-faq-item:hover) {
  border-color: color-mix(in srgb, var(--ux45-primary), transparent 48%) !important;
  box-shadow: 0 18px 42px color-mix(in srgb, var(--ux45-primary), transparent 86%) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .shop-products-grid.has-filtered-empty::after {
  color: var(--ux45-primary) !important;
  border-color: color-mix(in srgb, var(--ux45-primary), transparent 72%) !important;
  background: var(--ux45-primary-soft) !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.fa, .fas, .far, .fal):not(.fab),
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.fa, .fas, .far, .fal):not(.fab)::before,
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) :where(.fa, .fas, .far, .fal):not(.fab)::after {
  font-family: "FontAwesome" !important;
}

body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .fab,
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .fab::before,
body.mlmg-public-shop.ux40-storefront:not(.ux36-kala) .fab::after {
  font-family: "Font Awesome 5 Brands" !important;
}

/* Digikala-inspired marketplace rebuild for the independent MLMGram green storefront. */
body.mlmg-public-shop.mlmg-dk-storefront {
  --dk-primary: #087f5b;
  --dk-primary-dark: #056345;
  --dk-primary-soft: #e8f6f1;
  --dk-accent: #f6a700;
  --dk-surface: #ffffff;
  --dk-bg: #f1f2f4;
  --dk-text: #232933;
  --dk-muted: #6b7280;
  --dk-line: #e0e3e8;
  --dk-danger: #ef394e;
  --dk-radius: 8px;
  --dk-page: min(100% - 32px, 1320px);
  margin: 0;
  padding: 0;
  color: var(--dk-text);
  background: var(--dk-bg);
}

body.mlmg-public-shop.mlmg-dk-storefront .ux41-canvas,
body.mlmg-public-shop.mlmg-dk-storefront::before,
body.mlmg-public-shop.mlmg-dk-storefront::after {
  display: none !important;
}

body.mlmg-public-shop.mlmg-dk-storefront :where(a, button, input) {
  touch-action: manipulation;
}

body.mlmg-public-shop.mlmg-dk-storefront :where(a, button, input, textarea):focus-visible {
  outline: 3px solid rgba(8, 127, 91, .26);
  outline-offset: 2px;
}

body.mlmg-public-shop.mlmg-dk-storefront :where(.dk-header, .dk-section, .dk-story-rail, .dk-shortcuts, .dk-hero, .shop-store-footer) {
  position: relative;
  z-index: 2;
}

.mlmg-dk-storefront .dk-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--dk-surface);
  border-bottom: 1px solid var(--dk-line);
  box-shadow: 0 1px 0 rgba(15, 23, 42, .04);
}

.mlmg-dk-storefront .dk-top-strip {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 16px;
  color: #fff;
  background: var(--dk-primary);
  font-size: .9rem;
  font-weight: 800;
}

.mlmg-dk-storefront .dk-top-strip b {
  font-weight: 700;
  opacity: .88;
}

.mlmg-dk-storefront .dk-header-main {
  width: var(--dk-page);
  min-height: 72px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: max-content minmax(280px, 1fr) max-content;
  align-items: center;
  gap: 16px;
}

.mlmg-dk-storefront .dk-brand {
  min-width: 190px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--dk-text);
}

.mlmg-dk-storefront .dk-brand-logo {
  width: 52px;
  height: 52px;
  border: 1px solid var(--dk-line);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}

.mlmg-dk-storefront .dk-brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
}

.mlmg-dk-storefront .dk-brand-logo span {
  color: var(--dk-primary);
  font-weight: 950;
}

.mlmg-dk-storefront .dk-brand strong {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.02rem;
  font-weight: 900;
}

.mlmg-dk-storefront .dk-search {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border-radius: 8px;
  background: #f0f0f1;
  color: #81858b;
}

.mlmg-dk-storefront .dk-search i {
  font-size: 1.35rem;
}

.mlmg-dk-storefront .dk-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--dk-text);
  font-size: .96rem;
}

.mlmg-dk-storefront .dk-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mlmg-dk-storefront .dk-track,
.mlmg-dk-storefront .dk-cart {
  min-height: 46px;
  border: 1px solid var(--dk-line);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 12px;
  color: var(--dk-text);
  background: #fff;
  cursor: pointer;
  font-weight: 800;
}

.mlmg-dk-storefront .dk-cart {
  color: #fff;
  border-color: var(--dk-primary);
  background: var(--dk-primary);
}

.mlmg-dk-storefront .dk-cart b {
  min-width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--dk-primary);
  background: #fff;
  font-size: .78rem;
}

.mlmg-dk-storefront .dk-nav {
  width: var(--dk-page);
  min-height: 42px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #62666d;
  overflow-x: auto;
  scrollbar-width: none;
}

.mlmg-dk-storefront .dk-nav::-webkit-scrollbar {
  display: none;
}

.mlmg-dk-storefront .dk-nav :where(a, button) {
  min-height: 42px;
  flex: 0 0 auto;
  border: 0;
  border-bottom: 2px solid transparent;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font-size: .9rem;
  font-weight: 800;
}

.mlmg-dk-storefront .dk-nav :where(a, button):hover,
.mlmg-dk-storefront .dk-nav-primary {
  color: var(--dk-primary);
  border-bottom-color: var(--dk-primary);
}

.mlmg-dk-storefront .dk-page {
  width: 100%;
  padding-bottom: 40px;
}

.mlmg-dk-storefront .dk-story-rail {
  width: var(--dk-page);
  margin: 14px auto 0;
  padding: 14px 0 10px;
  background: #fff;
  border: 1px solid var(--dk-line);
  border-radius: var(--dk-radius);
  overflow: hidden;
}

.mlmg-dk-storefront .dk-story-rail .shop-category-ribbon {
  width: 100%;
  margin: 0;
  padding: 0 14px 4px;
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.mlmg-dk-storefront .dk-story-rail .shop-category-pill {
  min-width: 86px;
  padding: 0;
  color: var(--dk-text);
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  font-size: .82rem;
  line-height: 1.7;
}

.mlmg-dk-storefront .dk-story-rail .shop-category-pill i {
  width: 74px;
  height: 74px;
  margin-bottom: 8px;
  color: var(--dk-primary);
  border: 2px solid color-mix(in srgb, var(--dk-primary), #fff 48%);
  background: #fff;
  font-size: 1.65rem;
}

.mlmg-dk-storefront .dk-story-rail .shop-category-pill.is-active,
.mlmg-dk-storefront .dk-story-rail .shop-category-pill:hover {
  color: var(--dk-primary);
  background: transparent;
  transform: none;
}

.mlmg-dk-storefront .dk-hero {
  width: 100%;
  margin: 14px auto 0;
}

.mlmg-dk-storefront .dk-hero .ux36-hero {
  min-height: 392px !important;
  width: 100% !important;
  border-radius: 0 !important;
  border: 0 !important;
  display: grid !important;
  align-items: center;
  padding: 54px max(32px, calc((100vw - 1320px) / 2 + 32px)) !important;
  color: #fff;
  background-color: var(--dk-primary) !important;
  box-shadow: none !important;
}

.mlmg-dk-storefront .dk-hero .ux36-hero::before {
  opacity: .72;
}

.mlmg-dk-storefront .dk-hero .ux36-hero-copy {
  max-width: 620px;
}

.mlmg-dk-storefront .dk-hero .ux36-hero-copy h1 {
  margin: 8px 0 14px !important;
  font-size: clamp(2rem, 4vw, 4.2rem) !important;
  line-height: 1.25 !important;
  color: #fff !important;
}

.mlmg-dk-storefront .dk-hero .ux36-hero-copy p {
  max-width: 580px;
  color: rgba(255, 255, 255, .92) !important;
  font-size: 1rem;
  line-height: 2;
}

.mlmg-dk-storefront .dk-hero .ux36-hero-actions :where(a, button),
.mlmg-dk-storefront .dk-hero .ux36-hero-deal {
  border-radius: 8px !important;
}

.mlmg-dk-storefront .dk-shortcuts,
.mlmg-dk-storefront .dk-section {
  width: var(--dk-page);
  margin: 16px auto 0;
  border-radius: var(--dk-radius);
  background: #fff;
  border: 1px solid var(--dk-line);
}

.mlmg-dk-storefront .dk-shortcuts {
  padding: 16px;
}

.mlmg-dk-storefront .dk-shortcuts .ux36-promo-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--dk-line);
  border-radius: var(--dk-radius);
  overflow: hidden;
}

.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile {
  min-height: 112px !important;
  border: 0 !important;
  border-left: 1px solid var(--dk-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #fff !important;
}

.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile:last-child {
  border-left: 0 !important;
}

.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile i,
.mlmg-dk-storefront .shop-service-chip i,
.mlmg-dk-storefront .ux40-media-card i {
  color: var(--dk-primary) !important;
  background: var(--dk-primary-soft) !important;
}

.mlmg-dk-storefront .dk-section {
  padding: 18px;
}

.mlmg-dk-storefront .dk-section-head {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.mlmg-dk-storefront .dk-section-head h2 {
  margin: 4px 0 0;
  color: var(--dk-text);
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 900;
}

.mlmg-dk-storefront .dk-section-head span {
  color: var(--dk-muted);
  font-size: .84rem;
  font-weight: 800;
}

.mlmg-dk-storefront .dk-section-head :where(a, button) {
  min-height: 40px;
  border: 0;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: var(--dk-primary);
  background: var(--dk-primary-soft);
  cursor: pointer;
  font-weight: 900;
}

.mlmg-dk-storefront .dk-amazing {
  padding: 18px;
  color: #fff;
  border-color: var(--dk-primary);
  background: var(--dk-primary);
}

.mlmg-dk-storefront .dk-amazing .dk-section-head h2,
.mlmg-dk-storefront .dk-amazing .dk-section-head span {
  color: #fff;
}

.mlmg-dk-storefront .dk-amazing .dk-section-head a {
  color: var(--dk-primary);
  background: #fff;
}

.mlmg-dk-storefront .dk-amazing .shop-products-grid {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 2px !important;
  overflow-x: auto;
  padding: 0 0 6px;
  scrollbar-width: thin;
}

.mlmg-dk-storefront .dk-amazing .shop-product-card {
  min-width: 244px;
  max-width: 244px;
  border-radius: 8px !important;
  border: 0 !important;
  box-shadow: none !important;
}

.mlmg-dk-storefront .dk-categories {
  background: #fff;
}

.mlmg-dk-storefront .dk-categories > .shop-category-ribbon {
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px 12px;
  overflow: visible;
}

.mlmg-dk-storefront .dk-categories .shop-category-pill {
  min-width: 0;
  border: 0;
  border-radius: 8px;
  padding: 10px;
  color: var(--dk-text);
  background: #fff;
  box-shadow: none;
}

.mlmg-dk-storefront .dk-categories .shop-category-pill i {
  width: 72px;
  height: 72px;
  margin-bottom: 10px;
  border: 0;
  color: var(--dk-primary);
  background: var(--dk-primary-soft);
}

.mlmg-dk-storefront .dk-categories .shop-category-pill.is-active,
.mlmg-dk-storefront .dk-categories .shop-category-pill:hover {
  color: var(--dk-primary);
  background: #f8faf9;
  transform: none;
}

.mlmg-dk-storefront .ux36-category-banners {
  width: var(--dk-page) !important;
  margin: 16px auto 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mlmg-dk-storefront .ux36-category-banners a {
  min-height: 120px !important;
  border: 1px solid var(--dk-line) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

.mlmg-dk-storefront .dk-brand-wall .ux40-brand-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 0 !important;
  border: 1px solid var(--dk-line);
  border-radius: var(--dk-radius);
  overflow: hidden;
}

.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card {
  min-height: 148px;
  border: 0 !important;
  border-left: 1px solid var(--dk-line) !important;
  border-bottom: 1px solid var(--dk-line) !important;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px;
  text-align: center;
  background: #fff !important;
  box-shadow: none !important;
}

.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card img,
.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card b {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  object-fit: contain;
  background: #fff;
}

.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dk-primary);
  border: 1px solid var(--dk-line);
  font-size: 1.4rem;
  font-weight: 950;
}

.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card strong {
  color: var(--dk-text);
  font-size: .92rem;
  line-height: 1.6;
}

.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card span {
  color: var(--dk-muted);
  font-size: .8rem;
}

.mlmg-dk-storefront .dk-trust {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  gap: 16px;
  align-items: stretch;
  background: transparent;
  border: 0;
  padding: 0;
}

.mlmg-dk-storefront .dk-trust .ux35-experience,
.mlmg-dk-storefront .dk-service-wrap {
  margin: 0 !important;
  border: 1px solid var(--dk-line) !important;
  border-radius: var(--dk-radius) !important;
  background: #fff !important;
  box-shadow: none !important;
}

.mlmg-dk-storefront .dk-service-wrap {
  padding: 18px;
}

.mlmg-dk-storefront .dk-service-wrap .shop-service-list {
  display: grid;
  gap: 10px;
}

.mlmg-dk-storefront .shop-service-chip {
  min-height: 48px;
  border: 1px solid var(--dk-line);
  border-radius: 8px;
  justify-content: flex-start;
  background: #fff;
}

.mlmg-dk-storefront .dk-products {
  background: #fff;
}

.mlmg-dk-storefront .dk-products-head {
  align-items: flex-start;
}

.mlmg-dk-storefront .ux35-product-tools {
  margin: 0 !important;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.mlmg-dk-storefront .ux35-product-tools :where(span, button) {
  min-height: 40px;
  border: 1px solid var(--dk-line) !important;
  border-radius: 8px !important;
  color: var(--dk-text) !important;
  background: #fff !important;
  box-shadow: none !important;
}

.mlmg-dk-storefront .dk-products-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 16px;
}

.mlmg-dk-storefront .dk-products-layout > div:last-child {
  min-width: 0;
}

.mlmg-dk-storefront .dk-products .shop-products-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  border: 1px solid var(--dk-line);
  border-radius: var(--dk-radius);
  overflow: hidden;
}

.mlmg-dk-storefront .shop-product-card {
  min-width: 0;
  border: 0 !important;
  border-left: 1px solid var(--dk-line) !important;
  border-bottom: 1px solid var(--dk-line) !important;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
  background: #fff !important;
  box-shadow: none !important;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.mlmg-dk-storefront .shop-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, .08) !important;
  z-index: 2;
}

.mlmg-dk-storefront .shop-product-media {
  height: auto !important;
  aspect-ratio: 1 / 1;
  background: #fff !important;
}

.mlmg-dk-storefront .shop-product-slide img,
.mlmg-dk-storefront .shop-product-media img {
  object-fit: contain !important;
  padding: 14px;
}

.mlmg-dk-storefront .shop-product-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 12px !important;
}

.mlmg-dk-storefront .shop-product-badges {
  min-height: 30px;
  gap: 6px;
}

.mlmg-dk-storefront .shop-product-badges span,
.mlmg-dk-storefront .shop-product-meta span,
.mlmg-dk-storefront .shop-product-video,
.mlmg-dk-storefront .shop-sale-countdown {
  border: 0 !important;
  border-radius: 8px !important;
  color: var(--dk-muted) !important;
  background: #f5f6f7 !important;
  box-shadow: none !important;
}

.mlmg-dk-storefront .shop-product-body h3 {
  min-height: 54px;
  margin: 6px 0 8px !important;
  color: var(--dk-text);
  font-size: .9rem !important;
  line-height: 1.9 !important;
  font-weight: 800;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mlmg-dk-storefront .shop-product-body p {
  min-height: 44px !important;
  margin-bottom: 10px !important;
  color: var(--dk-muted) !important;
  font-size: .8rem !important;
  line-height: 1.7 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mlmg-dk-storefront .shop-product-meta {
  margin-top: auto;
  align-items: flex-end;
}

.mlmg-dk-storefront .shop-product-price-stack strong {
  color: var(--dk-text) !important;
  background: transparent !important;
  padding: 0 !important;
  font-size: 1rem !important;
}

.mlmg-dk-storefront .shop-product-actions {
  margin-top: 10px;
}

.mlmg-dk-storefront .shop-add-to-cart {
  min-height: 44px;
  border-radius: 8px !important;
  color: #fff !important;
  background: var(--dk-primary) !important;
  box-shadow: none !important;
}

.mlmg-dk-storefront .shop-add-to-cart:disabled {
  color: #7b818a !important;
  background: #edf0f2 !important;
}

.mlmg-dk-storefront .ux36-side-campaign {
  border-radius: 8px !important;
  box-shadow: none !important;
}

.mlmg-dk-storefront .dk-gallery .shop-gallery-grid,
.mlmg-dk-storefront .dk-media-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mlmg-dk-storefront .shop-gallery-item,
.mlmg-dk-storefront .ux40-media-card {
  border: 1px solid var(--dk-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav {
  display: none;
}

.mlmg-dk-storefront .shop-track-fab {
  right: auto !important;
  left: 20px !important;
  bottom: 20px !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #4668f0, #6f51ff) !important;
  box-shadow: 0 12px 28px rgba(70, 104, 240, .28) !important;
}

.mlmg-dk-storefront .shop-cart-drawer,
.mlmg-dk-storefront .shop-modal-panel,
.mlmg-dk-storefront .shop-story-panel,
.mlmg-dk-storefront .shop-product-lightbox img {
  border-radius: 8px !important;
}

@media (max-width: 1180px) {
  body.mlmg-public-shop.mlmg-dk-storefront {
    --dk-page: min(100% - 24px, 960px);
  }

  .mlmg-dk-storefront .dk-header-main {
    grid-template-columns: max-content minmax(0, 1fr);
  }

  .mlmg-dk-storefront .dk-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .mlmg-dk-storefront .dk-products-layout,
  .mlmg-dk-storefront .dk-trust {
    grid-template-columns: 1fr;
  }

  .mlmg-dk-storefront .dk-products .shop-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .mlmg-dk-storefront .dk-brand-wall .ux40-brand-grid,
  .mlmg-dk-storefront .dk-categories > .shop-category-ribbon {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body.mlmg-public-shop.mlmg-dk-storefront {
    --dk-page: min(100% - 16px, 760px);
    padding-bottom: 82px !important;
    background: #f1f2f4;
  }

  .mlmg-dk-storefront .dk-top-strip {
    min-height: 28px;
    padding: 5px 10px;
    font-size: .74rem;
  }

  .mlmg-dk-storefront .dk-top-strip span {
    display: none;
  }

  .mlmg-dk-storefront .dk-header-main {
    width: 100%;
    min-height: 104px;
    padding: 8px;
    grid-template-columns: 1fr auto;
    gap: 8px;
  }

  .mlmg-dk-storefront .dk-brand {
    min-width: 0;
    grid-column: 1 / 2;
  }

  .mlmg-dk-storefront .dk-brand-logo {
    width: 42px;
    height: 42px;
  }

  .mlmg-dk-storefront .dk-brand strong {
    max-width: 170px;
    font-size: .95rem;
  }

  .mlmg-dk-storefront .dk-actions {
    grid-column: 2 / 3;
    grid-row: 1;
    justify-content: flex-end;
  }

  .mlmg-dk-storefront .dk-track {
    display: none;
  }

  .mlmg-dk-storefront .dk-cart {
    width: 46px;
    padding: 0;
  }

  .mlmg-dk-storefront .dk-cart span {
    display: none;
  }

  .mlmg-dk-storefront .dk-search {
    grid-column: 1 / -1;
    min-height: 44px;
    order: 3;
  }

  .mlmg-dk-storefront .dk-nav {
    width: 100%;
    min-height: 38px;
    padding: 0 8px;
    gap: 2px;
  }

  .mlmg-dk-storefront .dk-nav :where(a, button) {
    min-height: 38px;
    padding: 0 8px;
    font-size: .78rem;
  }

  .mlmg-dk-storefront .dk-nav i {
    display: none;
  }

  .mlmg-dk-storefront .dk-story-rail {
    width: 100%;
    margin-top: 8px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .mlmg-dk-storefront .dk-story-rail .shop-category-ribbon {
    gap: 14px;
    padding-inline: 12px;
  }

  .mlmg-dk-storefront .dk-story-rail .shop-category-pill {
    min-width: 68px;
    font-size: .72rem;
  }

  .mlmg-dk-storefront .dk-story-rail .shop-category-pill i {
    width: 58px;
    height: 58px;
    font-size: 1.3rem;
  }

  .mlmg-dk-storefront .dk-hero {
    margin-top: 8px;
  }

  .mlmg-dk-storefront .dk-hero .ux36-hero {
    min-height: 300px !important;
    padding: 26px 18px !important;
  }

  .mlmg-dk-storefront .dk-hero .ux36-hero-copy h1 {
    font-size: 2rem !important;
  }

  .mlmg-dk-storefront .dk-hero .ux36-hero-copy p {
    font-size: .9rem;
    line-height: 1.9;
  }

  .mlmg-dk-storefront .dk-hero .ux36-hero-deal {
    display: none !important;
  }

  .mlmg-dk-storefront .dk-shortcuts,
  .mlmg-dk-storefront .dk-section {
    width: var(--dk-page);
    margin-top: 8px;
    padding: 12px;
  }

  .mlmg-dk-storefront .dk-shortcuts .ux36-promo-grid {
    display: flex !important;
    overflow-x: auto;
  }

  .mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile {
    min-width: 118px;
    min-height: 96px !important;
    border-left: 1px solid var(--dk-line) !important;
  }

  .mlmg-dk-storefront .dk-section-head {
    margin-bottom: 12px;
  }

  .mlmg-dk-storefront .dk-section-head h2 {
    font-size: 1rem;
  }

  .mlmg-dk-storefront .dk-amazing {
    width: 100%;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
  }

  .mlmg-dk-storefront .dk-amazing .shop-product-card {
    min-width: 170px;
    max-width: 170px;
  }

  .mlmg-dk-storefront .dk-categories > .shop-category-ribbon {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px;
  }

  .mlmg-dk-storefront .dk-categories .shop-category-pill {
    padding: 8px 4px;
    font-size: .78rem;
  }

  .mlmg-dk-storefront .dk-categories .shop-category-pill i {
    width: 56px;
    height: 56px;
  }

  .mlmg-dk-storefront .ux36-category-banners {
    width: var(--dk-page) !important;
    grid-template-columns: 1fr !important;
    gap: 8px;
  }

  .mlmg-dk-storefront .dk-brand-wall .ux40-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mlmg-dk-storefront .dk-products .shop-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mlmg-dk-storefront .shop-product-body {
    padding: 10px !important;
  }

  .mlmg-dk-storefront .shop-product-body h3 {
    min-height: 64px;
    font-size: .82rem !important;
  }

  .mlmg-dk-storefront .shop-product-body p,
  .mlmg-dk-storefront .shop-product-meta span,
  .mlmg-dk-storefront .shop-product-video {
    display: none !important;
  }

  .mlmg-dk-storefront .shop-add-to-cart {
    font-size: .76rem;
  }

  .mlmg-dk-storefront .dk-gallery .shop-gallery-grid,
  .mlmg-dk-storefront .dk-media-grid {
    grid-template-columns: 1fr;
  }

  .mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    min-height: 64px;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
    padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--dk-line);
    border-radius: 0;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(15, 23, 42, .06);
  }

  .mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav :where(a, button) {
    min-width: 0;
    min-height: 50px;
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: #62666d;
    background: transparent;
    font-size: .68rem;
    font-weight: 800;
    text-align: center;
  }

  .mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav i {
    color: inherit;
    font-size: 1.35rem;
    margin: 0;
  }

  .mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav :where(a:first-child, button:hover, a:hover) {
    color: var(--dk-primary);
  }

  .mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav b {
    min-width: 18px;
    height: 18px;
    margin: 0;
    color: #fff;
    background: var(--dk-primary);
    font-size: .68rem;
  }

  .mlmg-dk-storefront .shop-track-fab {
    left: 14px !important;
    bottom: 76px !important;
    min-height: 46px !important;
    padding: 0 14px !important;
  }

  .mlmg-dk-storefront .shop-track-fab span {
    display: none;
  }
}

@media (max-width: 420px) {
  .mlmg-dk-storefront .dk-products .shop-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mlmg-dk-storefront .shop-product-body h3 {
    min-height: 58px;
    line-height: 1.75 !important;
  }

  .mlmg-dk-storefront .shop-product-price-stack strong {
    font-size: .86rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mlmg-dk-storefront *,
  .mlmg-dk-storefront *::before,
  .mlmg-dk-storefront *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}

body.mlmg-public-shop.mlmg-dk-storefront :where([class^="ri-"], [class*=" ri-"]),
body.mlmg-public-shop.mlmg-dk-storefront :where([class^="ri-"], [class*=" ri-"])::before,
body.mlmg-public-shop.mlmg-dk-storefront :where([class^="ri-"], [class*=" ri-"])::after {
  font-family: "remixicon" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  speak: never;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-bale-connect-button::before {
  content: "\f0da";
  font-family: "remixicon" !important;
  font-weight: 400 !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero {
  position: relative !important;
  isolation: isolate;
  overflow: hidden;
  background-color: var(--dk-primary) !important;
  background-blend-mode: multiply, normal;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none;
  opacity: 1 !important;
  background: linear-gradient(90deg, rgba(5, 99, 69, .96), rgba(8, 127, 91, .76) 48%, rgba(8, 127, 91, .34)) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none;
  opacity: .42 !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(5, 99, 69, .20)) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero > * {
  position: relative;
  z-index: 2;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav {
  transform: none !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .shop-category-ribbon {
  align-items: flex-start !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .shop-category-pill {
  flex: 0 0 82px !important;
  min-width: 82px !important;
  max-width: 82px !important;
  border: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 6px !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .shop-category-pill i {
  flex: 0 0 auto;
  border-radius: 50% !important;
  box-shadow: inset 0 0 0 4px #fff, 0 0 0 1px rgba(8, 127, 91, .26);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .shop-category-pill span {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal !important;
  line-height: 1.55;
}

@media (max-width: 768px) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-page {
    overflow-x: clip;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero {
    min-height: clamp(214px, 60vw, 280px) !important;
    padding: 24px 18px !important;
    align-items: end;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-copy {
    max-width: 100%;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-copy span {
    font-size: .74rem;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-copy h1 {
    max-width: 86%;
    margin-bottom: 10px !important;
    font-size: clamp(1.55rem, 8vw, 2.05rem) !important;
    line-height: 1.22 !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-copy p {
    display: none !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-actions {
    flex-wrap: wrap;
    gap: 8px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-actions :where(a, button) {
    min-height: 42px !important;
    max-width: min(100%, 164px);
    padding: 0 12px !important;
    font-size: .78rem !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .shop-category-pill {
    flex-basis: 68px !important;
    min-width: 68px !important;
    max-width: 68px !important;
  }
}

/* v48: compact catalog cards must stay two-up on mobile. */
@media (max-width: 640px) {
  body.mlmg-public-shop.mlmg-dk-storefront.shop-layout-compact .dk-products .shop-products-grid,
  body.mlmg-public-shop.mlmg-dk-storefront.shop-layout-compact .shop-products-grid:not(.shop-featured-grid) {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 !important;
    align-items: stretch;
    overflow: hidden;
  }

  body.mlmg-public-shop.mlmg-dk-storefront.shop-layout-compact .shop-products-grid:not(.shop-featured-grid) .shop-product-card {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 100%;
  }

  body.mlmg-public-shop.mlmg-dk-storefront.shop-layout-compact .shop-products-grid:not(.shop-featured-grid) .shop-product-media {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1;
  }

  body.mlmg-public-shop.mlmg-dk-storefront.shop-layout-compact .shop-products-grid:not(.shop-featured-grid) .shop-product-body {
    padding: 10px !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront.shop-layout-compact .shop-products-grid:not(.shop-featured-grid) .shop-product-body p,
  body.mlmg-public-shop.mlmg-dk-storefront.shop-layout-compact .shop-products-grid:not(.shop-featured-grid) .shop-product-video,
  body.mlmg-public-shop.mlmg-dk-storefront.shop-layout-compact .shop-products-grid:not(.shop-featured-grid) .shop-product-meta > span {
    display: none !important;
  }
}

/* v49: richer category rail, brand wall and compact service strip for modern_green. */
body.mlmg-public-shop.mlmg-dk-storefront .dk-categories > .shop-category-ribbon {
  scrollbar-width: none;
  scroll-padding-inline: 12px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-categories > .shop-category-ribbon::-webkit-scrollbar {
  display: none;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall {
  position: relative;
  overflow: hidden;
  border-color: rgba(8, 127, 91, .14);
  background:
    linear-gradient(180deg, rgba(232, 245, 239, .64), rgba(255, 255, 255, .98) 42%),
    #fff;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  pointer-events: none;
  background: linear-gradient(90deg, var(--dk-primary), var(--dk-accent), var(--dk-primary));
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux40-brand-grid {
  gap: 10px !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card {
  position: relative;
  min-height: 162px;
  overflow: hidden;
  border: 1px solid rgba(8, 127, 91, .12) !important;
  border-radius: 14px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(247, 252, 250, .96)) !important;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .06) !important;
  transform: translateZ(0);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 12px;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(8, 127, 91, .08), transparent 52%);
  opacity: .76;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -55%;
  width: 46%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .82), transparent);
  opacity: 0;
  transform: rotate(16deg);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card :where(img, b, strong, span) {
  position: relative;
  z-index: 1;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card img,
body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card b {
  width: 74px;
  height: 74px;
  padding: 8px;
  border: 1px solid rgba(8, 127, 91, .14);
  box-shadow: 0 12px 24px rgba(8, 127, 91, .10);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card strong {
  max-width: 100%;
  color: #10231c;
  font-size: .95rem;
  font-weight: 950;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card span {
  min-height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  color: var(--dk-primary);
  background: var(--dk-primary-soft);
  font-size: .76rem;
  font-weight: 900;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust {
  align-items: stretch;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-service-wrap {
  align-self: stretch;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(58px, 1fr);
  gap: 10px;
  padding: 12px !important;
  background:
    linear-gradient(180deg, rgba(232, 245, 239, .72), rgba(255, 255, 255, .96)) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-service-wrap .shop-service-chip {
  min-height: 0;
  border-radius: 12px;
  justify-content: center;
  gap: 10px;
  padding: 10px 12px;
  font-size: .9rem;
  box-shadow: inset 0 0 0 1px rgba(8, 127, 91, .05);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-service-wrap .shop-service-chip i {
  width: 32px !important;
  height: 32px !important;
  border-radius: 10px !important;
  flex: 0 0 32px;
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card:hover {
    border-color: rgba(8, 127, 91, .30) !important;
    box-shadow: 0 18px 40px rgba(8, 127, 91, .12) !important;
    transform: translateY(-4px);
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card:hover::after {
    animation: dkBrandShine 720ms ease;
  }
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card:active {
  transform: scale(.985);
}

@keyframes dkBrandShine {
  0% {
    opacity: 0;
    translate: 0 0;
  }

  25% {
    opacity: .9;
  }

  100% {
    opacity: 0;
    translate: 360% 0;
  }
}

@media (max-width: 768px) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-categories {
    padding-inline: 0;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-categories .dk-section-head {
    padding-inline: 12px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-categories > .shop-category-ribbon {
    display: flex !important;
    grid-template-columns: none !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 2px 12px 12px !important;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-categories .shop-category-pill {
    flex: 0 0 96px !important;
    width: 96px !important;
    min-width: 96px !important;
    min-height: 102px;
    scroll-snap-align: start;
    border: 1px solid rgba(8, 127, 91, .10) !important;
    border-radius: 14px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 6px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .05);
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-categories .shop-category-pill i {
    width: 48px !important;
    height: 48px !important;
    margin-bottom: 4px !important;
    font-size: 1.22rem;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-categories .shop-category-pill span {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    line-height: 1.55;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall {
    padding-inline: 0;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .dk-section-head {
    padding-inline: 12px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux40-brand-grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 10px !important;
    overflow-x: auto !important;
    padding: 2px 12px 14px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux40-brand-grid::-webkit-scrollbar {
    display: none;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card {
    flex: 0 0 156px !important;
    min-width: 156px !important;
    min-height: 152px;
    scroll-snap-align: start;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-trust {
    gap: 8px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-service-wrap {
    display: flex !important;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 8px 10px !important;
    background: #fff !important;
    scrollbar-width: none;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-service-wrap::-webkit-scrollbar {
    display: none;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-service-wrap .shop-service-chip {
    flex: 0 0 auto;
    min-width: max-content;
    font-size: .82rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card,
  body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card::after {
    animation: none !important;
    transition: none !important;
  }
}

/* v50: production UX layer for the independent modern_green storefront. */
body.mlmg-public-shop.mlmg-dk-storefront {
  --dk-ease-out: cubic-bezier(.2, .8, .2, 1);
  --dk-ease-soft: cubic-bezier(.16, 1, .3, 1);
  --dk-shadow-soft: 0 14px 34px rgba(15, 23, 42, .08);
  --dk-shadow-pop: 0 22px 58px rgba(8, 127, 91, .15);
  --dk-amber: #ffb703;
  --dk-on-primary: #ffffff;
  accent-color: var(--dk-primary);
  scroll-padding-top: 156px;
}

body.mlmg-public-shop.mlmg-dk-storefront :where(button, a, input, textarea) {
  -webkit-tap-highlight-color: rgba(8, 127, 91, .12);
}

body.mlmg-public-shop.mlmg-dk-storefront :where(button, a, input, textarea):focus-visible {
  outline: 3px solid color-mix(in srgb, var(--dk-primary), white 62%) !important;
  outline-offset: 3px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-header {
  backdrop-filter: saturate(1.08) blur(10px);
  -webkit-backdrop-filter: saturate(1.08) blur(10px);
}

body.mlmg-public-shop.mlmg-dk-storefront.is-storefront-scrolled .dk-header {
  box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-search {
  position: relative;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-search:focus-within {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(8, 127, 91, .18), 0 12px 30px rgba(15, 23, 42, .08);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-search-suggest {
  position: absolute;
  inset-inline: 0;
  top: calc(100% + 8px);
  z-index: 1300;
  display: none;
  max-height: min(430px, calc(100vh - 180px));
  overflow: auto;
  padding: 8px;
  border: 1px solid rgba(8, 127, 91, .13);
  border-radius: 14px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 24px 64px rgba(15, 23, 42, .18);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-search.is-suggesting .dk-search-suggest {
  display: grid;
  gap: 6px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-search-suggest button {
  min-height: 56px;
  width: 100%;
  border: 0;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  color: var(--dk-text);
  background: transparent;
  text-align: right;
  cursor: pointer;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-search-suggest button:hover,
body.mlmg-public-shop.mlmg-dk-storefront .dk-search-suggest button:focus-visible {
  background: rgba(8, 127, 91, .07);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-search-suggest img,
body.mlmg-public-shop.mlmg-dk-storefront .dk-search-suggest .dk-suggest-fallback {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  object-fit: contain;
  background: #f3f7f5;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-search-suggest strong {
  min-width: 0;
  overflow: hidden;
  color: #111827;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .86rem;
  font-weight: 900;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-search-suggest small {
  color: var(--dk-primary);
  font-size: .74rem;
  font-weight: 850;
  white-space: nowrap;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-search-empty {
  padding: 16px;
  color: var(--dk-muted);
  text-align: center;
  font-size: .86rem;
  font-weight: 800;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail {
  width: 100%;
  margin-top: 0;
  border-inline: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, #fff, rgba(255, 255, 255, .94)),
    linear-gradient(90deg, rgba(8, 127, 91, .04), transparent);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .shop-category-ribbon {
  width: var(--dk-page);
  margin: 0 auto;
  padding-inline: 0;
  scroll-snap-type: x proximity;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .shop-category-pill {
  scroll-snap-align: start;
  transition: transform 180ms var(--dk-ease-out), color 180ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .shop-category-pill:active,
body.mlmg-public-shop.mlmg-dk-storefront .shop-category-pill:active,
body.mlmg-public-shop.mlmg-dk-storefront .shop-service-chip:active {
  transform: scale(.97);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .shop-category-pill i {
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 183, 3, .18), transparent 38%),
    #fff !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero {
  min-height: clamp(330px, 31vw, 440px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 272px);
  align-items: center;
  gap: clamp(18px, 4vw, 46px);
  padding-block: clamp(34px, 5vw, 58px) !important;
  padding-inline: max(28px, calc((100vw - var(--dk-page)) / 2 + 28px)) !important;
  background-position: center !important;
  background-size: cover !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero::before {
  background:
    radial-gradient(circle at 16% 32%, rgba(255, 183, 3, .26), transparent 22%),
    linear-gradient(90deg, rgba(4, 92, 65, .98), rgba(8, 127, 91, .80) 50%, rgba(8, 127, 91, .30)) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-copy {
  max-width: 720px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-copy > span {
  width: max-content;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  font-weight: 900;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-copy h1 {
  margin-top: 14px !important;
  text-wrap: balance;
  text-shadow: 0 10px 32px rgba(0, 0, 0, .22);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-copy p {
  max-width: 680px;
  color: rgba(255, 255, 255, .94) !important;
  text-shadow: 0 8px 24px rgba(0, 0, 0, .16);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-actions :where(a, button) {
  min-width: 138px;
  border: 1px solid rgba(255, 255, 255, .28) !important;
  transition: transform 180ms var(--dk-ease-out), box-shadow 180ms ease, background 180ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-actions a {
  color: var(--dk-primary) !important;
  background: #fff !important;
  box-shadow: 0 18px 40px rgba(255, 255, 255, .12) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-actions button {
  color: #fff !important;
  background: rgba(255, 255, 255, .14) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-actions :where(a, button):hover {
  transform: translateY(-2px);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-deal {
  min-height: 188px;
  border: 1px solid rgba(255, 255, 255, .30) !important;
  border-radius: 18px !important;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  color: #fff !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .10)) !important;
  box-shadow: 0 22px 54px rgba(0, 0, 0, .16) !important;
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-deal b {
  color: #fff !important;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1;
  text-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-grid {
  scroll-snap-type: x proximity;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile {
  position: relative;
  overflow: hidden;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile::after,
body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card::after {
  content: "";
  position: absolute;
  inset: -30% auto -30% -55%;
  width: 38%;
  pointer-events: none;
  opacity: 0;
  transform: rotate(16deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .75), transparent);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-amazing {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 183, 3, .22), transparent 24%),
    linear-gradient(135deg, color-mix(in srgb, var(--dk-primary), #000 4%), var(--dk-primary)) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-amazing .dk-section-head {
  color: #fff;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-amazing .dk-section-head a {
  color: var(--dk-primary);
  background: #fff;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-categories {
  background:
    linear-gradient(180deg, #fff, rgba(247, 252, 250, .92)) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-categories > .shop-category-ribbon {
  gap: 12px !important;
  align-items: stretch;
  scroll-snap-type: x proximity;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-categories .shop-category-pill {
  position: relative;
  overflow: hidden;
  transition: transform 180ms var(--dk-ease-out), box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-categories .shop-category-pill::after {
  content: "";
  position: absolute;
  inset: auto 14px 10px;
  height: 3px;
  border-radius: 999px;
  opacity: 0;
  background: linear-gradient(90deg, var(--dk-primary), var(--dk-amber));
  transition: opacity 180ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-categories .shop-category-pill.is-active::after,
body.mlmg-public-shop.mlmg-dk-storefront .dk-categories .shop-category-pill:hover::after {
  opacity: 1;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall {
  padding-block-end: clamp(16px, 2vw, 26px);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux40-brand-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
  align-items: stretch;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card {
  min-height: 178px;
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) auto;
  place-items: center;
  gap: 10px;
  padding: 18px 14px !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card img,
body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card b {
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 183, 3, .18), transparent 42%),
    #fff !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card strong {
  text-align: center;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux36-brand-card.is-brand-spotlight {
  border-color: rgba(8, 127, 91, .38) !important;
  box-shadow: var(--dk-shadow-pop) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-service-wrap {
  min-height: auto !important;
  grid-auto-rows: auto !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-service-wrap .shop-service-list {
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-service-wrap .shop-service-chip {
  width: 100%;
  min-height: 62px;
  border: 1px solid rgba(8, 127, 91, .10);
  color: #14372d;
  background: #fff;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-products-head {
  gap: 10px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-mobile-filter-trigger {
  display: none;
  min-height: 42px;
  border: 1px solid rgba(8, 127, 91, .18);
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 12px;
  color: var(--dk-primary);
  background: #fff;
  font-weight: 900;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-sort-strip {
  margin: -2px 0 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-sort-strip::-webkit-scrollbar {
  display: none;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-sort-label {
  flex: 0 0 auto;
  color: var(--dk-muted);
  font-size: .82rem;
  font-weight: 900;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-sort-options {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-sort-options button,
body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-category-list button {
  min-height: 40px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 12px;
  color: #475569;
  background: #fff;
  white-space: nowrap;
  cursor: pointer;
  font-size: .82rem;
  font-weight: 900;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms var(--dk-ease-out);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-sort-options button.is-active,
body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-category-list button.is-active {
  border-color: transparent;
  color: #fff;
  background: var(--dk-primary);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-products-layout.is-resorting .shop-product-card {
  animation: dkProductSortPulse 260ms var(--dk-ease-out);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-products .shop-products-grid {
  background: #fff;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  content-visibility: auto;
  contain-intrinsic-size: 420px;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card:hover::after,
body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile:hover::after {
  animation: dkCardShine 820ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-product-media {
  position: relative;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-product-media img {
  transition: transform 260ms var(--dk-ease-out), filter 220ms ease, opacity 220ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card:hover .shop-product-media img {
  transform: scale(1.035);
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card:has(.shop-add-to-cart:disabled) .shop-product-media img {
  filter: saturate(.72) opacity(.84);
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-product-featured,
body.mlmg-public-shop.mlmg-dk-storefront .shop-product-sale-badge {
  color: #9a3412 !important;
  background: rgba(255, 183, 3, .16) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-add-to-cart {
  position: relative;
  overflow: hidden;
  transition: transform 160ms var(--dk-ease-out), filter 160ms ease, box-shadow 160ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-add-to-cart:not(:disabled):hover {
  filter: saturate(1.08) brightness(1.03);
  box-shadow: 0 14px 28px rgba(8, 127, 91, .20) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-add-to-cart:not(:disabled):active {
  transform: scale(.985);
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-add-to-cart:disabled {
  border: 1px solid #dce3e8 !important;
  opacity: 1;
  cursor: not-allowed;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-sheet {
  position: fixed;
  inset: 0;
  z-index: 1700;
  pointer-events: none;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-sheet.is-open {
  pointer-events: auto;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-sheet-backdrop {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: rgba(15, 23, 42, .44);
  transition: opacity 220ms ease;
}

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

body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-sheet-panel {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  max-height: min(82dvh, 680px);
  overflow: auto;
  border-radius: 24px 24px 0 0;
  padding: 16px 16px calc(18px + env(safe-area-inset-bottom));
  color: var(--dk-text);
  background: #fff;
  box-shadow: 0 -24px 70px rgba(15, 23, 42, .24);
  transform: translateY(104%);
  transition: transform 260ms var(--dk-ease-soft);
}

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

body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-sheet-panel header {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-sheet-panel header span,
body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-sheet-block > span {
  color: var(--dk-primary);
  font-size: .78rem;
  font-weight: 900;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-sheet-panel h2 {
  margin: 2px 0 0;
  font-size: 1.06rem;
  line-height: 1.6;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-sheet-panel header button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  display: inline-grid;
  place-items: center;
  color: #475569;
  background: #f1f5f4;
  cursor: pointer;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-sheet-block {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-category-list {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-category-list::-webkit-scrollbar {
  display: none;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-apply {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: var(--dk-primary);
  font-weight: 950;
  cursor: pointer;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-sheet-actions {
  position: sticky;
  bottom: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(98px, .75fr) minmax(170px, 1.45fr);
  gap: 9px;
  margin-top: 18px;
  padding-top: 10px;
  background: linear-gradient(to top, var(--shop-surface, #fff) 76%, transparent);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-reset-all {
  min-height: 48px;
  border: 1px solid var(--shop-line-strong, #d6e1dc);
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding-inline: 12px;
  color: var(--shop-primary, var(--dk-primary));
  background: var(--shop-surface-3, #f1f5f4);
  font-family: inherit;
  font-weight: 900;
  cursor: pointer;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-reset-all > i {
  color: inherit;
  background: transparent !important;
  font-size: 1rem;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-reset-all:disabled {
  border-color: var(--shop-line, #e1e8e4);
  color: var(--shop-muted, #84938d);
  background: var(--shop-surface-2, #f7f9f8);
  opacity: .55;
  cursor: not-allowed;
}

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

body.mlmg-public-shop.mlmg-dk-storefront .dk-toast-region {
  position: fixed;
  inset-inline: auto 18px;
  bottom: 22px;
  z-index: 1800;
  display: grid;
  gap: 10px;
  pointer-events: none;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-toast {
  width: min(360px, calc(100vw - 28px));
  border: 1px solid rgba(8, 127, 91, .16);
  border-radius: 16px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px;
  color: #14372d;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 20px 54px rgba(15, 23, 42, .18);
  pointer-events: auto;
  transform: translateY(16px);
  opacity: 0;
  animation: dkToastIn 260ms var(--dk-ease-out) forwards;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-toast.is-leaving {
  animation: dkToastOut 180ms ease forwards;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-toast i {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: var(--dk-primary);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-toast strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .86rem;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-toast span {
  color: var(--dk-muted);
  font-size: .76rem;
  font-weight: 800;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-toast button {
  min-height: 34px;
  border: 0;
  border-radius: 10px;
  padding: 0 10px;
  color: var(--dk-primary);
  background: var(--dk-primary-soft);
  cursor: pointer;
  font-size: .76rem;
  font-weight: 950;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-fly-thumb {
  position: fixed;
  z-index: 1900;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .20);
  pointer-events: none;
  transition: transform 620ms var(--dk-ease-soft), opacity 620ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront .is-dk-nav-active {
  color: var(--dk-primary) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .is-dk-nav-active i {
  color: var(--dk-primary) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .is-scrollable-rail {
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
}

@keyframes dkCardShine {
  0% {
    opacity: 0;
    translate: 0 0;
  }
  25% {
    opacity: .85;
  }
  100% {
    opacity: 0;
    translate: 390% 0;
  }
}

@keyframes dkProductSortPulse {
  0% {
    opacity: .72;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dkToastIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dkToastOut {
  to {
    opacity: 0;
    transform: translateY(12px);
  }
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-categories .shop-category-pill:hover,
  body.mlmg-public-shop.mlmg-dk-storefront .dk-service-wrap .shop-service-chip:hover {
    transform: translateY(-3px);
    box-shadow: var(--dk-shadow-soft);
  }
}

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

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-deal {
    width: min(270px, 100%);
    min-height: 132px;
    justify-self: start;
  }
}

@media (max-width: 768px) {
  body.mlmg-public-shop.mlmg-dk-storefront {
    scroll-padding-top: 138px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-search-suggest {
    position: fixed;
    inset-inline: 8px;
    top: 136px;
    max-height: min(58dvh, 440px);
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail {
    padding-block: 10px 8px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .shop-category-ribbon {
    width: 100%;
    padding-inline: 8px;
    gap: 14px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero {
    display: flex !important;
    min-height: clamp(236px, 68vw, 306px) !important;
    padding: 22px 18px !important;
    background-position: center !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-copy h1 {
    max-width: 94%;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-actions :where(a, button) {
    min-width: 0;
    flex: 1 1 128px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-deal {
    display: none !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-mobile-filter-trigger {
    display: inline-flex;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .ux35-product-tools {
    display: none !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-sort-strip {
    display: none;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-service-wrap .shop-service-list {
    display: flex !important;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-service-wrap .shop-service-list::-webkit-scrollbar {
    display: none;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-service-wrap .shop-service-chip {
    width: auto;
    min-width: max-content;
    scroll-snap-align: start;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-toast-region {
    inset-inline: 10px;
    bottom: calc(96px + env(safe-area-inset-bottom));
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-toast {
    width: 100%;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav {
    padding-bottom: max(8px, env(safe-area-inset-bottom));
  }
}

@media (max-width: 640px) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-brand-wall .ux40-brand-grid {
    display: flex !important;
    grid-template-columns: none !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-products .shop-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-product-body h3 {
    min-height: 48px;
    font-size: .82rem !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-product-body p {
    display: none !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-product-price-stack strong {
    font-size: .84rem !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-product-badges span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-product-actions {
    margin-top: 8px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-add-to-cart {
    min-height: 42px;
    padding-inline: 8px;
    font-size: .76rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-sheet-panel,
  body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-sheet-backdrop,
  body.mlmg-public-shop.mlmg-dk-storefront .dk-toast,
  body.mlmg-public-shop.mlmg-dk-storefront .dk-fly-thumb {
    animation: none !important;
    transition: none !important;
  }

}

/* v50.1: remove empty desktop lanes when a shop has only a few categories/services. */
@media (min-width: 769px) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .shop-category-ribbon {
    justify-content: space-between;
    gap: clamp(18px, 4vw, 58px);
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-grid {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
    gap: 10px !important;
    border: 0 !important;
    overflow: visible !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile {
    border: 1px solid var(--dk-line) !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .04) !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile:last-child {
    border-left: 1px solid var(--dk-line) !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-service-wrap {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-rows: auto !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-service-wrap > .shop-service-chip {
    width: 100%;
    min-height: 62px;
  }
}

@media (max-width: 768px) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts {
    padding-inline: 0;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 10px !important;
    overflow-x: auto !important;
    padding: 2px 12px 12px !important;
    border: 0 !important;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-grid::-webkit-scrollbar {
    display: none;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile {
    flex: 0 0 152px;
    min-height: 138px !important;
    border: 1px solid var(--dk-line) !important;
    border-radius: 14px !important;
    scroll-snap-align: start;
  }
}

/* v50.2: keep search suggestions above the sticky nav and page content. */
body.mlmg-public-shop.mlmg-dk-storefront .dk-header {
  z-index: 6000 !important;
  overflow: visible !important;
  isolation: isolate;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-header-main {
  position: relative;
  z-index: 3;
  overflow: visible !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-nav {
  position: relative;
  z-index: 1;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-search {
  z-index: 10;
  overflow: visible !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-search.is-suggesting,
body.mlmg-public-shop.mlmg-dk-storefront .dk-search:focus-within {
  z-index: 6200;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-search-suggest {
  z-index: 6300 !important;
}

@media (max-width: 768px) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-search-suggest {
    z-index: 6300 !important;
  }
}

/* v51: independent storefront search suggest and brand filter states. */
body.mlmg-public-shop {
  --ux51-primary: var(--v31-primary, var(--green, #008f45));
  --ux51-accent: var(--v31-accent, var(--yellow, #ffd651));
  --ux51-primary-rgb: 0, 143, 69;
  --ux51-surface: #ffffff;
  --ux51-line: rgba(15, 23, 42, .11);
  --ux51-text: var(--text, #182c3c);
  --ux51-muted: var(--muted, #6a7786);
}

body.theme-modern_green,
body.mlmg-dk-storefront { --ux51-primary: #087f5b; --ux51-accent: #ffd166; --ux51-primary-rgb: 8, 127, 91; }
body.theme-beauty_green { --ux51-primary: #0f7a55; --ux51-accent: #8fd694; --ux51-primary-rgb: 15, 122, 85; }
body.theme-beauty_pink { --ux51-primary: #e85d8f; --ux51-accent: #ffb3c7; --ux51-primary-rgb: 232, 93, 143; }
body.theme-digi_red,
body.ux36-kala { --ux51-primary: #ef394e; --ux51-accent: #19bfd3; --ux51-primary-rgb: 239, 57, 78; }
body.theme-kala_story { --ux51-primary: #eb0043; --ux51-accent: #ffd166; --ux51-primary-rgb: 235, 0, 67; }
body.theme-market_blue { --ux51-primary: #2563eb; --ux51-accent: #38bdf8; --ux51-primary-rgb: 37, 99, 235; }
body.theme-mega_yellow { --ux51-primary: #f5b900; --ux51-accent: #111827; --ux51-primary-rgb: 245, 185, 0; }
body.theme-minimal_white { --ux51-primary: #111827; --ux51-accent: #94a3b8; --ux51-primary-rgb: 17, 24, 39; }
body.theme-neo_mobile { --ux51-primary: #7c3aed; --ux51-accent: #22d3ee; --ux51-primary-rgb: 124, 58, 237; }
body.theme-shopify_luxe { --ux51-primary: #0f172a; --ux51-accent: #d4af37; --ux51-primary-rgb: 15, 23, 42; }

body.mlmg-public-shop :where([data-shop-search-wrap], [data-dk-search-wrap], .dk-search, .ux40-search, .ux36-search, .ux32-search, .v31-search, .mega-search, .shop-search) {
  position: relative;
  overflow: visible !important;
  isolation: isolate;
  z-index: 25;
}

body.mlmg-public-shop :where([data-shop-search-wrap].is-suggesting, [data-dk-search-wrap].is-suggesting, .dk-search.is-suggesting, .ux40-search.is-suggesting, .ux36-search.is-suggesting, .ux32-search.is-suggesting, .v31-search.is-suggesting, .mega-search.is-suggesting, .shop-search.is-suggesting, [data-shop-search-wrap]:focus-within, [data-dk-search-wrap]:focus-within, .dk-search:focus-within, .ux40-search:focus-within, .ux36-search:focus-within) {
  z-index: 6500 !important;
}

body.mlmg-public-shop .shop-search-suggest {
  position: fixed;
  top: var(--ux51-suggest-top, 86px);
  left: var(--ux51-suggest-left, 10px);
  display: none;
  width: var(--ux51-suggest-width, min(520px, calc(100vw - 20px)));
  max-height: min(430px, calc(100dvh - var(--ux51-suggest-top, 86px) - 16px));
  padding: 10px;
  gap: 8px;
  border: 1px solid rgba(var(--ux51-primary-rgb), .16);
  border-radius: 18px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 24px 70px rgba(15, 23, 42, .18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  overflow: auto;
  z-index: 6600;
  direction: rtl;
}

body.mlmg-public-shop .is-suggesting > .shop-search-suggest {
  display: grid;
}

body.mlmg-public-shop .shop-search-suggest button {
  width: 100%;
  min-height: 62px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  gap: 2px 10px;
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 7px;
  color: var(--ux51-text);
  background: transparent;
  text-align: right;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

body.mlmg-public-shop .shop-search-suggest button:hover,
body.mlmg-public-shop .shop-search-suggest button:focus-visible {
  border-color: rgba(var(--ux51-primary-rgb), .18);
  background: rgba(var(--ux51-primary-rgb), .07);
  outline: none;
  transform: translateY(-1px);
}

body.mlmg-public-shop .shop-search-suggest img,
body.mlmg-public-shop .shop-suggest-fallback {
  grid-row: 1 / span 2;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  object-fit: cover;
  background: linear-gradient(135deg, rgba(var(--ux51-primary-rgb), .14), rgba(15, 23, 42, .05));
}

body.mlmg-public-shop .shop-search-suggest strong,
body.mlmg-public-shop .shop-search-suggest small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.mlmg-public-shop .shop-search-suggest strong {
  font-size: .9rem;
  font-weight: 900;
}

body.mlmg-public-shop .shop-search-suggest small,
body.mlmg-public-shop .shop-search-suggest-empty {
  color: var(--ux51-muted);
  font-size: .78rem;
}

body.mlmg-public-shop .shop-search-suggest-empty {
  padding: 16px;
  text-align: center;
}

body.mlmg-public-shop [data-shop-filter-brand] {
  position: relative;
  cursor: pointer;
  touch-action: manipulation;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

body.mlmg-public-shop [data-shop-filter-brand]:focus-visible {
  outline: 3px solid rgba(var(--ux51-primary-rgb), .26);
  outline-offset: 3px;
}

body.mlmg-public-shop [data-shop-filter-brand].is-brand-filter-active {
  border-color: rgba(var(--ux51-primary-rgb), .55) !important;
  background: linear-gradient(180deg, rgba(var(--ux51-primary-rgb), .10), rgba(255, 255, 255, .96)) !important;
  box-shadow: 0 18px 44px rgba(var(--ux51-primary-rgb), .18) !important;
  transform: translateY(-2px);
}

body.mlmg-public-shop [data-shop-filter-brand].is-brand-filter-active::after {
  content: 'فعال';
  position: absolute;
  top: 8px;
  left: 8px;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  color: #fff;
  background: var(--ux51-primary);
  font-size: .68rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(var(--ux51-primary-rgb), .24);
}

body.mlmg-public-shop .shop-brand-filter-chip {
  min-height: 34px;
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 12px auto;
  border: 1px solid rgba(var(--ux51-primary-rgb), .24);
  border-radius: 999px;
  padding: 0 10px 0 7px;
  color: var(--ux51-primary);
  background: rgba(var(--ux51-primary-rgb), .08);
  font-size: .78rem;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
}

body.mlmg-public-shop .ux35-product-tools .shop-brand-filter-chip {
  margin: 0 8px 0 0;
}

body.mlmg-public-shop .shop-brand-filter-chip[hidden] {
  display: none !important;
}

body.mlmg-public-shop .shop-brand-filter-chip b {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ux51-primary);
  font-size: .9rem;
  line-height: 1;
}

@media (max-width: 768px) {
  body.mlmg-public-shop .shop-search-suggest {
    width: min(var(--ux51-suggest-width, calc(100vw - 20px)), calc(100vw - 20px));
    max-height: min(58dvh, calc(100dvh - var(--ux51-suggest-top, 86px) - 76px));
    border-radius: 16px;
    padding: 8px;
  }

  body.mlmg-public-shop .shop-search-suggest button {
    min-height: 58px;
  }

  body.mlmg-public-shop [data-shop-filter-brand].is-brand-filter-active {
    transform: translateY(-1px);
  }

  body.mlmg-public-shop .shop-brand-filter-chip {
    margin-top: 6px;
    margin-bottom: 10px;
  }
}
/* v54: single-store cart warning and clickable cart items. */
body.shop-cart-switch-open { overflow: hidden; }
.shop-cart-switch-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, visibility .22s ease;
}
.shop-cart-switch-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.shop-cart-switch-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, .56);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.shop-cart-switch-panel {
  position: relative;
  width: min(430px, 100%);
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 26px;
  background: rgba(255, 255, 255, .94);
  color: var(--text, #17212f);
  box-shadow: 0 30px 90px rgba(15, 23, 42, .28);
  transform: translateY(14px) scale(.98);
  transition: transform .24s cubic-bezier(.2,.8,.2,1);
}
.shop-cart-switch-modal.is-open .shop-cart-switch-panel {
  transform: translateY(0) scale(1);
}
.shop-cart-switch-panel > span {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: color-mix(in srgb, var(--v31-primary, var(--green, #0f9f6e)) 14%, #fff);
  color: var(--v31-primary, var(--green, #0f9f6e));
  font-size: 24px;
}
.shop-cart-switch-panel h2 {
  margin: 14px 0 8px;
  font-size: 1.25rem;
  font-weight: 950;
}
.shop-cart-switch-panel p {
  margin: 0;
  color: var(--muted, #64748b);
  line-height: 1.9;
  font-weight: 700;
}
.shop-cart-switch-panel div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-top: 18px;
}
.shop-cart-switch-panel button {
  min-height: 46px;
  border: 0;
  border-radius: 15px;
  padding: 10px 14px;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}
.shop-cart-switch-panel [data-cart-switch-confirm] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--v31-primary, var(--green, #0f9f6e)), color-mix(in srgb, var(--v31-primary, var(--green, #0f9f6e)), #000 18%));
  color: #fff;
  box-shadow: 0 14px 30px color-mix(in srgb, var(--v31-primary, var(--green, #0f9f6e)) 26%, transparent);
}
.shop-cart-switch-panel [data-cart-switch-cancel] {
  background: #f1f5f9;
  color: #334155;
}
.shop-cart-item-title {
  display: block;
  color: inherit;
  font-size: .92rem;
  font-weight: 900;
  line-height: 1.7;
  text-decoration: none;
}
.shop-cart-item-title:hover { color: var(--v31-primary, var(--green, #0f9f6e)); }
.shop-cart-thumb[href] { text-decoration: none; }
@media (max-width: 520px) {
  .shop-cart-switch-panel { padding: 20px; border-radius: 22px; }
  .shop-cart-switch-panel div { grid-template-columns: 1fr; }
}

/* v67.2: focused catalog redesign for the modern green storefront. */
body.mlmg-public-shop.mlmg-dk-storefront .dk-products {
  padding: clamp(16px, 2.4vw, 28px) !important;
  border-color: #dce8e3 !important;
  background: #f6f9f8 !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-products-head {
  align-items: center;
  padding-bottom: 4px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-products-layout {
  grid-template-columns: 250px minmax(0, 1fr) !important;
  align-items: start;
  gap: 28px !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-products-sidebar {
  position: relative;
  align-self: stretch;
  align-content: start;
  min-width: 0;
  display: grid;
  gap: 12px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-product-results {
  min-width: 0;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-products-sidebar .ux36-side-campaign {
  position: relative !important;
  inset: auto !important;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  height: 238px !important;
  min-height: 238px !important;
  align-self: start;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
  padding: 18px !important;
  border: 1px solid rgba(255, 255, 255, .24) !important;
  border-radius: 8px !important;
  overflow: hidden;
  color: #fff;
  background-color: #086b50 !important;
  background-position: center !important;
  background-size: cover !important;
  box-shadow: 0 12px 28px rgba(8, 78, 59, .16) !important;
  isolation: isolate;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-products-sidebar .ux36-side-campaign.has-image {
  background-image: var(--shop-side-image) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-products-sidebar .ux36-side-campaign::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  display: block !important;
  background: rgba(4, 73, 53, .78) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-products-sidebar .ux36-side-campaign::after {
  display: none !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-products-sidebar .ux36-side-campaign > * {
  position: relative;
  z-index: 1;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-products-sidebar .ux36-side-campaign > span {
  width: max-content;
  max-width: 100%;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  padding: 5px 9px;
  color: #fff !important;
  background: rgba(0, 0, 0, .12) !important;
  font-size: .74rem;
  font-weight: 900;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-products-sidebar .ux36-side-campaign > strong {
  margin: 0;
  color: #fff !important;
  font-size: 1.2rem !important;
  line-height: 1.65;
  font-weight: 950;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .22);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-products-sidebar .ux36-side-campaign > a {
  min-height: 42px;
  width: 100%;
  margin-top: 2px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  color: #075a44 !important;
  background: #fff !important;
  font-size: .8rem;
  font-weight: 950;
  text-decoration: none;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-filter {
  position: sticky;
  top: 172px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #dce8e3;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-filter > header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 2px 2px 10px;
  border-bottom: 1px solid #edf2f0;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-filter > header > i {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #087f5b;
  background: #e9f5f0;
  font-size: 1.15rem;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-filter > header div {
  min-width: 0;
  display: grid;
  gap: 1px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-filter > header span {
  color: #6b7c76;
  font-size: .72rem;
  font-weight: 800;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-filter > header strong {
  color: #17352c;
  font-size: .88rem;
  font-weight: 950;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-categories {
  display: grid;
  gap: 4px;
  padding-top: 8px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-categories button {
  width: 100%;
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 7px 9px;
  color: #42564f;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: .78rem;
  font-weight: 850;
  text-align: right;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-categories button:hover {
  border-color: #dce8e3;
  color: #075f48;
  background: #f2f8f5;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-categories button.is-active {
  border-color: #b9ddce;
  color: #065a43;
  background: #e8f5ef;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-categories button b {
  flex: 0 0 auto;
  min-width: 28px;
  height: 26px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  padding-inline: 6px;
  color: #4f655d;
  background: #eef3f1;
  font-size: .72rem;
  font-weight: 900;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-categories button.is-active b {
  color: #fff;
  background: #087f5b;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-categories button:focus-visible,
body.mlmg-public-shop.mlmg-dk-storefront .dk-products-sidebar .ux36-side-campaign > a:focus-visible {
  outline: 3px solid rgba(8, 127, 91, .24);
  outline-offset: 2px;
}

/* v67.24.0: synchronized two-handle budget filter and touch-safe mobile sorting. */
body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter {
  --price-start: 0%;
  --price-end: 100%;
  margin-top: 12px;
  border-top: 1px solid #e7efec;
  padding-top: 13px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-head,
body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-title,
body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-title > span {
  display: flex;
  align-items: center;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-head {
  justify-content: space-between;
  gap: 8px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-title {
  min-width: 0;
  gap: 8px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-title > i {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #087f5b;
  background: #eaf6f1;
  font-size: 1rem;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-title > span {
  min-width: 0;
  align-items: flex-start;
  flex-direction: column;
  gap: 1px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-title small {
  color: #71827c;
  font-size: .66rem;
  font-weight: 800;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-title strong {
  color: #17352c;
  font-size: .78rem;
  line-height: 1.5;
  font-weight: 950;
}

body.mlmg-public-shop.mlmg-dk-storefront [data-price-reset] {
  min-height: 32px;
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 6px;
  color: #b33a31;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: .66rem;
  font-weight: 900;
}

body.mlmg-public-shop.mlmg-dk-storefront [data-price-reset][hidden] {
  display: none !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-values {
  margin-top: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
  align-items: center;
  gap: 4px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-values > span {
  min-width: 0;
  min-height: 47px;
  border: 1px solid #dce8e3;
  border-radius: 7px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 1px;
  padding: 6px 8px;
  background: #fbfdfc;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-values > i {
  color: #8aa098;
  text-align: center;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-values small {
  color: #7d8d87;
  font-size: .61rem;
  font-weight: 800;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-values output {
  max-width: 100%;
  color: #17352c;
  font-size: clamp(.63rem, .7vw, .72rem);
  font-weight: 950;
  white-space: nowrap;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider {
  position: relative;
  height: 48px;
  margin: 8px 2px 0;
  direction: rtl;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider-track,
body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider-range {
  position: absolute;
  top: 22px;
  right: 8px;
  left: 8px;
  height: 5px;
  border-radius: 999px;
  pointer-events: none;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider-track {
  background: #dce8e3;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider-range {
  clip-path: inset(0);
  background: #079669;
  box-shadow: 0 0 0 3px rgba(7, 150, 105, .09);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider input[type="range"] {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  pointer-events: none;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider input[type="range"]:last-of-type {
  z-index: 3;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider input[type="range"]::-webkit-slider-runnable-track {
  height: 5px;
  background: transparent;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider input[type="range"]::-webkit-slider-thumb {
  width: 23px;
  height: 23px;
  margin-top: -9px;
  border: 4px solid #fff;
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
  background: #087f5b;
  box-shadow: 0 0 0 1px #087f5b, 0 5px 13px rgba(8, 127, 91, .24);
  cursor: grab;
  pointer-events: auto;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider input[type="range"]::-moz-range-track {
  height: 5px;
  background: transparent;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider input[type="range"]::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #087f5b;
  box-shadow: 0 0 0 1px #087f5b, 0 5px 13px rgba(8, 127, 91, .24);
  cursor: grab;
  pointer-events: auto;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-price-slider input[type="range"]:focus-visible::-webkit-slider-thumb,
body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter.is-dragging-price .dk-price-slider input[type="range"]::-webkit-slider-thumb {
  transform: scale(1.12);
  box-shadow: 0 0 0 4px rgba(8, 127, 91, .17), 0 7px 16px rgba(8, 127, 91, .28);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-bounds {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #71827c;
  font-size: .58rem;
  line-height: 1.5;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-bounds span {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter-bounds b {
  color: #42564f;
  font-weight: 900;
  white-space: nowrap;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-price-filter.is-price-filter-active .dk-price-filter-values > span {
  border-color: #a9d9c6;
  background: #f0faf6;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-sheet-price .dk-price-filter {
  margin-top: 0;
  border: 1px solid #dce8e3;
  border-radius: 8px;
  padding: 12px;
  background: #fbfdfc;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-sheet-panel .dk-sort-options {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  padding: 2px 1px 7px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-sheet-panel .dk-sort-options::-webkit-scrollbar {
  display: none;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-sheet-panel .dk-sort-options > button,
body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-category-list > button {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-category-list {
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-apply {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-apply b {
  min-width: 27px;
  min-height: 25px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  padding-inline: 7px;
  color: #075f48;
  background: #fff;
  font-size: .72rem;
  font-weight: 950;
}

@media (max-width: 640px) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-sheet-panel {
    max-height: min(88dvh, 720px);
    padding-inline: 13px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-sheet-block {
    min-width: 0;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-sheet-price .dk-price-filter-values output {
    font-size: .72rem;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-filter-sheet-price .dk-price-filter-bounds {
    font-size: .56rem;
  }
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-products .shop-products-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  align-items: stretch;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-products .shop-product-card {
  min-height: 100%;
  border: 1px solid #dce6e2 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 8px 22px rgba(16, 60, 47, .055) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-products .shop-product-card:hover {
  border-color: #b9d9cc !important;
  box-shadow: 0 14px 30px rgba(16, 60, 47, .10) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-products .shop-product-media {
  aspect-ratio: 4 / 3;
  border-bottom: 1px solid #edf2f0;
  background: #f7faf9 !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-products .shop-product-body {
  padding: 12px !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-products .shop-product-body h3 {
  min-height: 50px;
  margin-block: 6px !important;
  color: #17332b;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-products .shop-product-body p {
  min-height: 42px !important;
  margin-bottom: 8px !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-products .shop-product-meta {
  gap: 8px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-products .shop-add-to-cart {
  min-height: 44px;
}

@media (max-width: 1240px) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-products-layout {
    grid-template-columns: 226px minmax(0, 1fr) !important;
    gap: 20px !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-products .shop-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 980px) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-products-layout {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-products-sidebar {
    position: static;
    display: block;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-products-sidebar .ux36-side-campaign {
    height: 164px !important;
    min-height: 164px !important;
    padding: 16px !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-products-sidebar .ux36-side-campaign > :where(span, strong, a) {
    max-width: min(320px, 100%);
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-filter {
    display: none;
  }
}

@media (max-width: 768px) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-products {
    padding: 12px !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-products-head {
    align-items: flex-start;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-products-layout {
    gap: 12px !important;
  }
}

@media (max-width: 640px) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-products .shop-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront.shop-layout-compact .dk-products .shop-products-grid,
  body.mlmg-public-shop.mlmg-dk-storefront.shop-layout-compact .shop-products-grid:not(.shop-featured-grid) {
    gap: 8px !important;
    overflow: visible !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront.shop-layout-compact .dk-products .shop-product-media {
    aspect-ratio: 4 / 3;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-products .shop-product-body {
    padding: 10px !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-products .shop-product-media img {
    padding: 9px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-products-sidebar .ux36-side-campaign {
    height: 150px !important;
    min-height: 150px !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-products-sidebar .ux36-side-campaign > strong {
    font-size: 1rem !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-products-sidebar .ux36-side-campaign > a {
    width: min(220px, 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-products .shop-product-card,
  body.mlmg-public-shop.mlmg-dk-storefront .dk-catalog-categories button {
    transition: none !important;
  }
}

/* v67.4: focused homepage experience for the modern green storefront. */
body.mlmg-public-shop.mlmg-dk-storefront .dk-hero {
  width: 100%;
  margin: 0 0 clamp(24px, 3vw, 38px);
  overflow: hidden;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero {
  min-height: clamp(390px, 35vw, 480px) !important;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 252px) !important;
  gap: clamp(28px, 5vw, 72px) !important;
  padding-block: clamp(46px, 6vw, 76px) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-position: center 42% !important;
  background-blend-mode: normal !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero::before {
  background: linear-gradient(90deg, rgba(3, 46, 36, .96), rgba(5, 91, 68, .84) 45%, rgba(5, 91, 68, .42) 70%, rgba(15, 23, 42, .28)) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero::after {
  opacity: .78 !important;
  background: linear-gradient(115deg, rgba(255, 209, 102, .14), transparent 34%, rgba(255, 255, 255, .08) 68%, transparent) !important;
  transform: translate3d(var(--dk-hero-light-x, 0), 0, 0);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-copy {
  max-width: 760px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-copy > span {
  min-height: 34px;
  border-radius: 999px;
  padding-inline: 14px;
  color: #17352c !important;
  background: #ffd166 !important;
  box-shadow: 0 10px 30px rgba(255, 209, 102, .18);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-copy h1 {
  max-width: 780px;
  margin-block: 16px 10px !important;
  color: #fff !important;
  font-size: clamp(2.5rem, 5.4vw, 5.2rem) !important;
  line-height: 1.16 !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-copy p {
  max-width: 620px;
  margin-bottom: 24px !important;
  font-size: 1.02rem;
  line-height: 2 !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-actions :where(a, button) {
  min-height: 48px;
  border-radius: 8px !important;
  padding-inline: 18px !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-deal {
  min-height: 208px;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .14) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 22px 60px rgba(0, 0, 0, .18) !important;
  transition: transform 260ms var(--dk-ease-out), background 260ms ease, box-shadow 260ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts {
  width: var(--dk-page) !important;
  margin: 0 auto clamp(28px, 4vw, 46px) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-grid {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile {
  --ux-promo-a: rgba(8, 25, 20, .04);
  --ux-promo-b: rgba(6, 33, 26, .88);
  width: 100% !important;
  min-width: 0 !important;
  min-height: 206px !important;
  aspect-ratio: 4 / 3;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 5px;
  padding: 18px !important;
  border: 1px solid rgba(11, 67, 52, .16) !important;
  border-radius: 8px !important;
  color: #fff !important;
  background-position: center !important;
  background-size: cover !important;
  box-shadow: 0 14px 34px rgba(15, 58, 46, .10) !important;
  scroll-snap-align: start;
  transition: transform 260ms var(--dk-ease-out), box-shadow 260ms ease, border-color 260ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile b {
  min-width: 0;
  min-height: 28px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  color: #fff;
  background: rgba(7, 23, 18, .28);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: .72rem;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile strong {
  color: #fff !important;
  font-size: 1.08rem !important;
  line-height: 1.65 !important;
  text-shadow: 0 3px 16px rgba(0, 0, 0, .34);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile span {
  color: rgba(255, 255, 255, .82) !important;
  font-size: .78rem;
  line-height: 1.75;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust {
  position: relative;
  width: var(--dk-page) !important;
  margin: 0 auto clamp(30px, 4vw, 48px) !important;
  padding: clamp(28px, 4vw, 46px) !important;
  border: 0 !important;
  border-top: 4px solid #ffd166 !important;
  border-radius: 0 !important;
  color: #fff !important;
  background: #102a22 !important;
  box-shadow: none !important;
  overflow: hidden;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-green-experience {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr) !important;
  grid-template-areas: "copy metrics" "actions metrics";
  align-items: end;
  gap: 24px 42px !important;
  color: #fff !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-green-panel {
  grid-area: copy;
  max-width: 650px;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-green-panel > span {
  color: #ffd166 !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-green-panel h2 {
  margin: 8px 0 10px;
  color: #fff !important;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1.45;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-green-panel p {
  max-width: 620px;
  color: rgba(255, 255, 255, .72) !important;
  font-size: .94rem;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-green-metrics {
  grid-area: metrics;
  min-width: 0;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  align-self: stretch;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-metric {
  min-width: 0;
  min-height: 150px;
  display: grid;
  align-content: end;
  gap: 5px;
  padding: 16px !important;
  border: 1px solid rgba(255, 255, 255, .13) !important;
  border-radius: 8px !important;
  color: #fff !important;
  background: rgba(255, 255, 255, .07) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-metric b {
  color: #fff !important;
  font-size: 1.16rem;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-metric span {
  color: rgba(255, 255, 255, .66) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-actions {
  grid-area: actions;
  margin: 0 !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-actions :where(a, button) {
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  border-radius: 8px !important;
  color: #fff !important;
  background: rgba(255, 255, 255, .08) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-actions a {
  color: #17352c !important;
  background: #ffd166 !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .dk-service-wrap {
  width: 100%;
  min-height: 0 !important;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  background: transparent !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .dk-service-wrap > .shop-service-chip {
  width: 100%;
  min-height: 54px;
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, .12) !important;
  border-radius: 0 !important;
  justify-content: center;
  color: rgba(255, 255, 255, .88) !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .dk-service-wrap > .shop-service-chip:last-child {
  border-left: 0 !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .shop-service-chip i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: #17352c !important;
  background: #ffd166 !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-section {
  width: var(--dk-page) !important;
  margin: 0 auto clamp(34px, 5vw, 58px) !important;
  padding: clamp(26px, 4vw, 44px) !important;
  border: 0 !important;
  border-block: 1px solid #dbe7e2 !important;
  border-radius: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(250px, .36fr) minmax(0, .64fr) !important;
  grid-template-areas: "head list";
  align-items: start;
  gap: clamp(26px, 5vw, 64px) !important;
  background: #f3f7f5 !important;
  box-shadow: none !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-section .ux36-section-head {
  grid-area: head;
  min-width: 0;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 18px !important;
  padding: 0 !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-section .ux36-section-head span {
  color: var(--dk-primary) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-section .ux36-section-head h2 {
  max-width: 330px;
  margin: 4px 0 0 !important;
  color: #172f28 !important;
  font-size: clamp(1.55rem, 3vw, 2.45rem) !important;
  line-height: 1.45 !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-section .ux36-section-head > button {
  min-height: 46px;
  border: 1px solid #bdd8cd !important;
  border-radius: 8px !important;
  padding-inline: 16px !important;
  color: #086b50 !important;
  background: #fff !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-grid {
  grid-area: list;
  min-width: 0;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 8px !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-item {
  border: 1px solid #dbe7e2 !important;
  border-radius: 8px !important;
  color: #17352c !important;
  background: #fff !important;
  box-shadow: none !important;
  transform: none !important;
  transition: border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-item summary {
  min-height: 66px;
  display: grid !important;
  grid-template-columns: 40px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 12px;
  padding: 12px 16px !important;
  color: #17352c !important;
  font-size: .92rem;
  line-height: 1.8;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-item summary > i {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  display: grid !important;
  place-items: center;
  color: #086b50 !important;
  background: #e8f4ef !important;
  font-family: Arial, sans-serif !important;
  font-size: 0 !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-item summary > i::before {
  content: "\061F" !important;
  font-family: Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-item summary::after {
  content: "+" !important;
  width: 24px;
  height: 24px;
  border: 0 !important;
  border-radius: 50%;
  display: grid !important;
  place-items: center;
  color: #086b50 !important;
  background: transparent !important;
  font-family: Arial, sans-serif !important;
  font-size: 1.2rem !important;
  line-height: 1;
  transform: none !important;
  transition: transform 220ms var(--dk-ease-out), background 220ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-item[open] {
  border-color: #a9d2c1 !important;
  background: #fbfefd !important;
  box-shadow: 0 12px 28px rgba(15, 74, 56, .07) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-item[open] summary::after {
  content: "\2212" !important;
  background: #e8f4ef !important;
  transform: rotate(180deg) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-item p {
  margin: 0 68px 0 16px !important;
  padding: 0 0 18px !important;
  border-top: 1px solid #edf3f0;
  color: #5f706a !important;
  font-size: .86rem;
  line-height: 2.05 !important;
}

@media (hover: hover) and (pointer: fine) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile:hover {
    border-color: rgba(8, 127, 91, .38) !important;
    box-shadow: 0 20px 42px rgba(15, 58, 46, .16) !important;
    transform: translateY(-5px);
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-deal:hover {
    background: rgba(255, 255, 255, .19) !important;
    transform: translateY(-4px);
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-item:not([open]):hover {
    border-color: #b9d9cc !important;
  }
}

@media (prefers-reduced-motion: no-preference) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-copy {
    animation: dk67HeroCopyIn 640ms cubic-bezier(.2, .8, .2, 1) both;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-deal {
    animation: dk67HeroStatIn 720ms 90ms cubic-bezier(.2, .8, .2, 1) both;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-item[open] p {
    animation: dk67FaqIn 240ms ease both;
  }
}

@keyframes dk67HeroCopyIn {
  from { opacity: 0; transform: translate3d(0, 18px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes dk67HeroStatIn {
  from { opacity: 0; transform: translate3d(-18px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes dk67FaqIn {
  from { opacity: 0; transform: translate3d(0, -5px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@media (max-width: 1020px) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero {
    grid-template-columns: minmax(0, 1fr) 210px !important;
    gap: 24px !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-green-experience {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: "copy" "metrics" "actions";
    align-items: start;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-green-metrics {
    width: 100%;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-metric {
    min-height: 118px;
  }
}

@media (max-width: 768px) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero {
    margin-bottom: 24px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero {
    min-height: clamp(320px, 94vw, 390px) !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-content: end;
    padding: 28px 18px !important;
    background-position: center !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero::before {
    background: linear-gradient(180deg, rgba(3, 46, 36, .20), rgba(3, 46, 36, .90) 72%, rgba(3, 46, 36, .98)) !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-copy h1 {
    max-width: 100%;
    font-size: 2.45rem !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-copy p {
    margin-bottom: 18px !important;
    font-size: .88rem;
    line-height: 1.9 !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-actions {
    width: 100%;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-actions :where(a, button) {
    min-height: 46px;
    padding-inline: 12px !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts {
    width: 100% !important;
    margin-bottom: 30px !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-grid {
    width: 100% !important;
    display: flex !important;
    grid-template-columns: none !important;
    gap: 10px !important;
    padding: 2px 16px 12px !important;
    direction: rtl;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(8, 127, 91, .35) transparent;
    -webkit-overflow-scrolling: touch;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-grid::-webkit-scrollbar {
    display: block;
    height: 4px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-grid::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(8, 127, 91, .35);
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile {
    flex: 0 0 min(78vw, 296px) !important;
    width: min(78vw, 296px) !important;
    min-height: 194px !important;
    aspect-ratio: 1.42 / 1;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-trust {
    width: 100% !important;
    padding: 28px 18px !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-green-experience {
    gap: 22px !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-green-panel h2 {
    font-size: 1.65rem;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-green-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-metric {
    min-height: 112px;
    padding: 11px !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-metric b {
    font-size: .94rem;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-metric span {
    font-size: .72rem;
    line-height: 1.65;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-actions {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-actions a {
    grid-column: 1 / -1;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-actions :where(a, button) {
    width: 100%;
    min-width: 0;
    padding-inline: 9px;
    font-size: .76rem;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .dk-service-wrap {
    margin-top: 24px;
    padding-top: 16px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .dk-service-wrap > .shop-service-chip {
    min-width: 0;
    min-height: 74px;
    flex-direction: column;
    gap: 7px;
    padding-inline: 6px;
    text-align: center;
    font-size: .72rem;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-section {
    width: 100% !important;
    padding: 28px 16px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: "head" "list";
    gap: 24px !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-section .ux36-section-head {
    gap: 14px !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-section .ux36-section-head h2 {
    max-width: 100%;
    font-size: 1.62rem !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-section .ux36-section-head > button {
    width: 100%;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-item summary {
    min-height: 62px;
    grid-template-columns: 36px minmax(0, 1fr) 22px;
    gap: 9px;
    padding: 11px 12px !important;
    font-size: .84rem;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-item summary > i {
    width: 36px !important;
    height: 36px !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-item p {
    margin: 0 57px 0 12px !important;
    padding-bottom: 16px !important;
    font-size: .8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-copy,
  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .ux36-hero-deal,
  body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile,
  body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-item,
  body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-item p {
    animation: none !important;
    transform: none !important;
    transition: none !important;
  }
}

/* v67.4.1: palette-aligned shortcut and trust surfaces without gradients. */
body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts {
  padding: clamp(22px, 3vw, 32px) !important;
  border: 1px solid #d9e8e2 !important;
  border-radius: 8px !important;
  background: #f4f9f7 !important;
  background-image: none !important;
  box-shadow: 0 16px 42px rgba(18, 74, 57, .06) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-grid {
  gap: 10px !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile {
  --dk-shortcut-accent: #087f5b;
  min-height: 164px !important;
  aspect-ratio: auto !important;
  display: grid !important;
  grid-template-rows: auto auto minmax(0, 1fr);
  align-content: start;
  justify-content: stretch;
  gap: 7px;
  padding: 18px !important;
  border: 1px solid #d9e8e2 !important;
  border-top: 3px solid var(--dk-shortcut-accent) !important;
  border-radius: 8px !important;
  color: #17352c !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: 0 8px 22px rgba(18, 74, 57, .045) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile.is-iconless {
  grid-template-rows: auto minmax(0, 1fr);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile:nth-child(2) {
  --dk-shortcut-accent: #d69e00;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile:nth-child(3) {
  --dk-shortcut-accent: #118a8a;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile:nth-child(4) {
  --dk-shortcut-accent: #31586a;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile::before {
  content: "\2196";
  position: absolute;
  /* v67.6.2: reset the legacy full-cover inset and pin the cue to the left. */
  inset: 16px auto auto 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--dk-shortcut-accent);
  font-family: Arial, sans-serif;
  font-size: .96rem;
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
  transition: transform 220ms var(--dk-ease-out);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile::after {
  display: none !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile b {
  width: max-content;
  max-width: calc(100% - 42px);
  min-height: 28px;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 4px 9px;
  color: var(--dk-shortcut-accent) !important;
  background: transparent !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile strong {
  padding-top: 4px;
  color: #17352c !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
  text-shadow: none !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile span {
  align-self: end;
  color: #667a73 !important;
  font-size: .78rem;
  line-height: 1.8;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust {
  gap: 0 !important;
  padding: 0 !important;
  border: 1px solid #d9e8e2 !important;
  border-radius: 8px !important;
  color: #17352c !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: 0 18px 48px rgba(18, 74, 57, .075) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-green-experience {
  padding: clamp(28px, 4vw, 44px) !important;
  color: #17352c !important;
  background: #fff !important;
  background-image: none !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-green-panel > span {
  color: #087f5b !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-green-panel h2 {
  color: #17352c !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-green-panel p {
  color: #667a73 !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-green-metrics {
  padding: 8px;
  border: 1px solid #d8e8e1;
  border-radius: 8px;
  background: #edf7f3 !important;
  background-image: none !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-metric {
  position: relative;
  border: 1px solid #d7e7e0 !important;
  color: #17352c !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: 0 6px 16px rgba(18, 74, 57, .04);
  overflow: hidden;
  transition: transform 220ms var(--dk-ease-out), border-color 220ms ease, box-shadow 220ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-metric::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 10px;
  left: 14px;
  height: 3px;
  border-radius: 999px;
  background: #ffd166;
  transform: scaleX(.32);
  transform-origin: right center;
  transition: transform 240ms var(--dk-ease-out);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-metric b {
  color: #087f5b !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-metric span {
  padding-bottom: 8px;
  color: #667a73 !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-actions :where(a, button) {
  border: 1px solid #cfe2da !important;
  color: #087f5b !important;
  background: #fff !important;
  background-image: none !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-actions a {
  border-color: #087f5b !important;
  color: #fff !important;
  background: #087f5b !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .dk-service-wrap {
  margin: 0 !important;
  padding: 14px clamp(18px, 3vw, 30px) !important;
  border: 0 !important;
  border-radius: 0 0 7px 7px;
  color: #fff !important;
  background: #087f5b !important;
  background-image: none !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .dk-service-wrap > .shop-service-chip {
  color: #fff !important;
  background: transparent !important;
  background-image: none !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .shop-service-chip i {
  color: #17352c !important;
  background: #ffd166 !important;
  transition: transform 220ms var(--dk-ease-out);
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile:hover {
    border-color: var(--dk-shortcut-accent) !important;
    background: #fff !important;
    box-shadow: 0 18px 36px rgba(18, 74, 57, .11) !important;
    transform: translateY(-5px);
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile:hover::before {
    transform: translate3d(-3px, -3px, 0);
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-metric:hover {
    border-color: #9fcab9 !important;
    box-shadow: 0 14px 28px rgba(18, 74, 57, .10);
    transform: translateY(-4px);
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-metric:hover::after {
    transform: scaleX(1);
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .shop-service-chip:hover i {
    transform: rotate(-8deg) scale(1.08);
  }
}

@media (max-width: 768px) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts {
    width: 100% !important;
    padding: 22px 0 !important;
    border-inline: 0 !important;
    border-radius: 0 !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile {
    flex-basis: min(82vw, 310px) !important;
    width: min(82vw, 310px) !important;
    min-height: 168px !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-trust {
    width: 100% !important;
    border-inline: 0 !important;
    border-radius: 0 !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-green-experience {
    padding: 28px 18px !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-green-metrics {
    padding: 6px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-metric {
    min-height: 112px;
    padding: 10px !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-metric::after {
    right: 10px;
    bottom: 7px;
    left: 10px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .dk-service-wrap {
    border-radius: 0;
    padding: 12px 8px !important;
  }
}

/* v67.5.2: premium light SaaS commerce hero with a purposeful 3D product showcase. */
body.mlmg-public-shop.mlmg-dk-storefront .dk-hero {
  position: relative;
  isolation: isolate;
  perspective: 1200px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .dk-premium-hero {
  --ux-campaign-a: rgba(244, 250, 247, .92);
  --ux-campaign-b: rgba(236, 247, 241, .86);
  --ux-campaign-c: rgba(248, 252, 250, .94);
  min-height: 580px !important;
  grid-template-columns: minmax(0, 1fr) minmax(292px, 340px) !important;
  align-items: center !important;
  gap: 48px !important;
  padding-block: 64px !important;
  border-block: 1px solid rgba(18, 100, 75, .14) !important;
  color: #173c30;
  background-color: #eef8f2 !important;
  background-position: center 42% !important;
  background-blend-mode: normal !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .dk-premium-hero::before {
  z-index: 0 !important;
  opacity: 1 !important;
  background: rgba(242, 250, 246, .7) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .dk-premium-hero::after {
  z-index: 1 !important;
  inset: 18px !important;
  border: 1px solid rgba(18, 100, 75, .12);
  opacity: 1 !important;
  background: transparent !important;
  transform: none !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero .ux36-hero-copy {
  position: relative !important;
  z-index: 4 !important;
  max-width: 690px;
  transform: translate3d(var(--dk-hero-copy-x, 0), var(--dk-hero-copy-y, 0), 0);
  transition: transform 180ms ease-out;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero .ux36-hero-copy > span {
  min-height: 34px;
  border: 1px solid rgba(13, 104, 78, .16);
  color: #174639 !important;
  background: rgba(255, 255, 255, .76) !important;
  box-shadow: 0 10px 28px rgba(21, 89, 68, .08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero .ux36-hero-copy h1 {
  max-width: 680px;
  margin-block: 18px 12px !important;
  color: #143c2f !important;
  font-size: 4.6rem !important;
  line-height: 1.12 !important;
  text-wrap: balance;
  text-shadow: 0 12px 36px rgba(29, 91, 70, .09);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero .ux36-hero-copy p {
  max-width: 600px;
  margin: 0 0 26px !important;
  color: #536b61 !important;
  font-size: 1rem;
  line-height: 2 !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero .ux36-hero-actions {
  gap: 9px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero .ux36-hero-actions :where(a, button) {
  min-height: 50px;
  border-radius: 8px !important;
  padding-inline: 18px !important;
  box-shadow: none !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero .ux36-hero-actions a {
  border-color: #0d7658 !important;
  color: #fff !important;
  background: #0d7658 !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero .ux36-hero-actions button {
  border-color: rgba(13, 104, 78, .2) !important;
  color: #174639 !important;
  background: rgba(255, 255, 255, .72) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero-proof-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  margin-top: 22px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero-proof-row span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #49675b;
  font-size: .74rem;
  font-weight: 850;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero-proof-row i {
  color: #0d7658;
  font-size: .96rem;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero-command {
  position: relative;
  z-index: 5;
  width: 100%;
  min-height: 350px;
  align-self: center;
  border: 1px solid rgba(13, 104, 78, .18);
  border-radius: 8px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 14px;
  padding: 18px;
  color: #173c30;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 30px 86px rgba(21, 89, 68, .14), inset 0 1px 0 rgba(255, 255, 255, .92);
  backdrop-filter: blur(18px) saturate(1.12);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
  transform: perspective(900px) rotateX(var(--dk-hero-panel-rx, 0deg)) rotateY(var(--dk-hero-panel-ry, 0deg)) translate3d(var(--dk-hero-panel-x, 0), var(--dk-hero-panel-y, 0), 0);
  transform-style: preserve-3d;
  transition: transform 180ms ease-out, border-color 220ms ease, background 220ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero-command-top {
  min-height: 38px;
  border-bottom: 1px solid rgba(13, 104, 78, .12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero-command-top span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #173c30;
  font-size: .78rem;
  font-weight: 900;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero-command-top span i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #12a878;
  box-shadow: 0 0 0 5px rgba(18, 168, 120, .12);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero-command-top small {
  color: #71847c;
  font-size: .7rem;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero-command .ux36-hero-deal {
  width: 100% !important;
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  display: grid !important;
  align-content: center;
  justify-items: start;
  gap: 7px;
  padding: 10px 4px !important;
  color: #173c30 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  animation: none !important;
  transform: translateZ(34px);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero-command .ux36-hero-deal b {
  color: #0d7658 !important;
  font-size: 4rem !important;
  line-height: 1 !important;
  text-shadow: none;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero-command .ux36-hero-deal span {
  color: #173c30 !important;
  font-size: .92rem;
  font-weight: 900;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero-command .ux36-hero-deal small {
  color: #71847c !important;
  font-size: .68rem;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero-command-row {
  border-top: 1px solid rgba(13, 104, 78, .12);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding-top: 12px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero-command-row span {
  min-height: 54px;
  border: 1px solid rgba(13, 104, 78, .12);
  border-radius: 8px;
  display: grid;
  place-items: center;
  gap: 3px;
  padding: 7px;
  color: #536b61;
  background: rgba(236, 248, 242, .72);
  font-size: .66rem;
  font-weight: 850;
  text-align: center;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero-command-row i {
  color: #0d7658;
  font-size: 1rem;
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero .ux36-hero-actions :where(a, button):hover {
    transform: translateY(-3px);
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero-command:hover {
    border-color: rgba(13, 118, 88, .36);
    background: rgba(255, 255, 255, .9);
  }

}

@media (prefers-reduced-motion: no-preference) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero-command-top span i {
    animation: dk75StatusPulse 2.4s ease-out infinite;
  }
}

@keyframes dk75StatusPulse {
  0%, 100% { box-shadow: 0 0 0 5px rgba(18, 168, 120, .12); }
  50% { box-shadow: 0 0 0 9px rgba(18, 168, 120, 0); }
}

@media (max-width: 1120px) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .dk-premium-hero {
    min-height: 540px !important;
    grid-template-columns: minmax(0, 1fr) 286px !important;
    gap: 28px !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero .ux36-hero-copy h1 {
    font-size: 3.6rem !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero-command {
    min-height: 322px;
  }
}

@media (max-width: 768px) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .dk-premium-hero {
    min-height: 640px !important;
    display: flex !important;
    flex-direction: column;
    align-items: stretch !important;
    justify-content: flex-end;
    gap: 0 !important;
    padding: 272px 18px 26px !important;
    background-position: 58% center !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .dk-premium-hero::before {
    background: rgba(242, 250, 246, .82) !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .dk-premium-hero::after {
    inset: 10px !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero .ux36-hero-copy {
    width: 100%;
    max-width: none;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero .ux36-hero-copy > span {
    min-height: 31px;
    font-size: .7rem;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero .ux36-hero-copy h1 {
    max-width: 100%;
    margin-block: 12px 8px !important;
    font-size: 2.5rem !important;
    line-height: 1.18 !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero .ux36-hero-copy p {
    display: -webkit-box;
    margin-bottom: 16px !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: .82rem;
    line-height: 1.9 !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero .ux36-hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero .ux36-hero-actions :where(a, button) {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    padding-inline: 8px !important;
    font-size: .78rem;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero-proof-row {
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 14px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero-proof-row::-webkit-scrollbar {
    display: none;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero-proof-row span {
    flex: 0 0 auto;
    font-size: .68rem;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero-command {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero .ux36-hero-copy,
  body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero .dk-hero-command,
  body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero .dk-hero-command-top span i {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    translate: none !important;
  }
}

/* v67.6.1: keep the compact commerce preview above legacy mobile hero rules. */
@media (max-width: 768px) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .dk-premium-hero {
    min-height: 520px !important;
    justify-content: flex-start !important;
    padding: 22px 18px 24px !important;
    background-position: center 42% !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .dk-commerce-preview {
    display: grid !important;
    order: -1;
    margin-bottom: 22px;
  }
}

/* v67.8.3: full-width campaign artwork with resilient media composition. */
body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card {
  --dk-campaign-accent: #ff6685;
  --dk-campaign-ink: #8c1731;
  --dk-campaign-soft: #fff1f4;
  --dk-campaign-solid: #a51d3a;
  position: relative !important;
  isolation: isolate;
  min-width: 0;
  padding: 0 !important;
  overflow: hidden;
  color: #17231f !important;
  border-color: color-mix(in srgb, var(--dk-campaign-accent), transparent 56%) !important;
  background: #fff !important;
  box-shadow: 0 12px 28px color-mix(in srgb, var(--dk-campaign-solid), transparent 82%) !important;
  transition: transform 220ms var(--dk-ease-out), border-color 220ms ease, box-shadow 220ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card.is-tone-2 {
  --dk-campaign-accent: #31d0df;
  --dk-campaign-ink: #075e6b;
  --dk-campaign-soft: #e9fbfd;
  --dk-campaign-solid: #08778a;
}

body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card.is-tone-3 {
  --dk-campaign-accent: #f0bf39;
  --dk-campaign-ink: #6d4b00;
  --dk-campaign-soft: #fff6d6;
  --dk-campaign-solid: #805b00;
}

body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card.has-image {
  min-height: 230px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto minmax(82px, auto) !important;
  align-items: stretch !important;
  gap: 0 !important;
  background-image: none !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card.has-image.is-content-hidden {
  grid-template-rows: minmax(0, 1fr) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card.has-image.is-content-hidden .dk-campaign-media {
  grid-row: 1 !important;
  height: 100%;
  aspect-ratio: auto;
}

body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card:not(.has-image) {
  min-height: 120px !important;
  display: grid !important;
  background: linear-gradient(135deg, var(--dk-campaign-soft), #fff) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card.has-image::before {
  content: none !important;
  display: none !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-media {
  position: relative !important;
  z-index: 1;
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 100%;
  min-width: 0;
  aspect-ratio: 5 / 2;
  display: grid !important;
  place-items: center;
  overflow: hidden;
  color: inherit !important;
  background: var(--dk-campaign-soft);
}

body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-media::before {
  content: "";
  position: absolute;
  inset: -18px;
  background-image: linear-gradient(rgba(255, 255, 255, .18), rgba(255, 255, 255, .18)), var(--dk-campaign-image);
  background-position: center;
  background-size: cover;
  filter: blur(16px) saturate(.82);
  opacity: .46;
  transform: scale(1.1);
}

body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(8, 20, 17, .08));
  pointer-events: none;
}

body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-media img {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  display: block;
  object-fit: contain !important;
  object-position: center;
  filter: none;
}

body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-content {
  position: relative !important;
  z-index: 3;
  grid-column: 1 !important;
  grid-row: 2 !important;
  min-width: 0;
  min-height: 82px;
  padding: 12px 14px;
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) !important;
  grid-template-areas: "icon copy";
  align-items: center;
  gap: 12px;
  direction: ltr;
  color: #17231f !important;
  background: rgba(255, 255, 255, .98);
  border-top: 1px solid color-mix(in srgb, var(--dk-campaign-accent), transparent 74%);
}

body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-copy {
  grid-area: copy;
  min-width: 0;
  display: grid !important;
  gap: 4px;
  direction: rtl;
  text-align: right;
  color: #17231f !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-badge {
  grid-column: auto !important;
  width: max-content;
  max-width: 100%;
  border: 1px solid color-mix(in srgb, var(--dk-campaign-accent), transparent 54%);
  border-radius: 999px;
  padding: 2px 8px;
  overflow: hidden;
  color: var(--dk-campaign-ink) !important;
  background: var(--dk-campaign-soft) !important;
  font-size: .7rem;
  font-weight: 900;
  line-height: 1.65;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: none !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-copy > strong {
  grid-column: auto !important;
  min-width: 0;
  display: -webkit-box;
  overflow: hidden;
  color: #17231f !important;
  font-size: .96rem;
  font-weight: 950;
  line-height: 1.7;
  text-shadow: none !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-content > i {
  grid-area: icon;
  grid-column: auto !important;
  grid-row: auto !important;
  width: 54px !important;
  height: 54px !important;
  border: 1px solid color-mix(in srgb, var(--dk-campaign-accent), transparent 58%);
  border-radius: 8px !important;
  display: grid;
  place-items: center;
  color: var(--dk-campaign-ink) !important;
  background: var(--dk-campaign-soft) !important;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--dk-campaign-solid), transparent 80%);
  font-size: 1.35rem !important;
  text-shadow: none !important;
  transform: translateZ(0);
  transition: transform 220ms var(--dk-ease-out), color 180ms ease, background-color 180ms ease, box-shadow 220ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card::after {
  content: "" !important;
  position: absolute !important;
  z-index: 4;
  inset: auto 18px 0 18px !important;
  width: auto !important;
  height: 4px !important;
  border-radius: 4px 4px 0 0 !important;
  opacity: 1 !important;
  background: var(--dk-campaign-accent) !important;
  transform: scaleX(.3) !important;
  transform-origin: left center;
  transition: transform 240ms var(--dk-ease-out) !important;
  pointer-events: none;
}

body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--dk-campaign-accent), transparent 46%);
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card:hover {
    border-color: color-mix(in srgb, var(--dk-campaign-accent), transparent 20%) !important;
    box-shadow: 0 20px 42px color-mix(in srgb, var(--dk-campaign-solid), transparent 68%) !important;
    transform: translateY(-4px);
  }

  body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card:hover .dk-campaign-content > i {
    color: #fff !important;
    background: var(--dk-campaign-solid) !important;
    box-shadow: 0 12px 26px color-mix(in srgb, var(--dk-campaign-solid), transparent 54%);
    transform: translate3d(-2px, -2px, 0) scale(1.04);
  }

  body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card:hover::after {
    transform: scaleX(1) !important;
  }
}

@media (max-width: 768px) {
  body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card.has-image {
    min-height: 232px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto minmax(82px, auto) !important;
    grid-template-areas: "media" "content";
  }

  body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-media {
    grid-area: media;
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-content {
    grid-area: content;
    grid-column: 1 !important;
    grid-row: 2 !important;
    min-height: 82px;
    grid-template-columns: 44px minmax(0, 1fr) !important;
    gap: 9px;
    padding: 12px;
    border-top: 1px solid color-mix(in srgb, var(--dk-campaign-accent), transparent 74%);
    border-left: 0;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-content > i {
    width: 44px !important;
    height: 44px !important;
    font-size: 1.08rem !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-copy > strong {
    font-size: .9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card,
  body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners .dk-campaign-content > i,
  body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners > .dk-campaign-card::after {
    transition: none !important;
    transform: none !important;
  }
}

/* v67.11.0: unobstructed user artwork with liquid-glass content. */
body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .dk-premium-hero.has-user-image {
  min-height: 0 !important;
  width: 100% !important;
  max-width: none !important;
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  color: #173c30;
  background: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
  perspective: none;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .dk-premium-hero.has-user-image::before,
body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .dk-premium-hero.has-user-image::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero-user-media {
  width: 100%;
  margin: 0;
  display: block;
  overflow: hidden;
  background: #f4f7f6;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero-user-media img {
  width: 100%;
  height: auto;
  max-width: none;
  display: block;
  object-fit: contain;
  object-position: center;
  transform: translate3d(0, var(--dk-hero-image-y, 0), 0) scale(1.012);
  transform-origin: center;
  will-change: transform;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-copy {
  position: absolute !important;
  z-index: 3 !important;
  top: 50%;
  right: max(28px, calc((100vw - var(--dk-page)) / 2 + 28px));
  left: auto;
  width: min(50vw, 640px);
  max-width: calc(100% - 56px);
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 8px;
  padding: clamp(20px, 2.6vw, 32px);
  overflow: hidden;
  color: #173c30;
  background-color: rgba(247, 255, 251, .48);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .84), rgba(255, 255, 255, .34) 38%, rgba(228, 249, 240, .58) 62%, rgba(255, 243, 205, .38) 78%, rgba(255, 255, 255, .7));
  background-size: 190% 190%;
  background-position: 0 20%;
  box-shadow: 0 28px 72px rgba(15, 73, 55, .18), inset 0 1px 0 rgba(255, 255, 255, .92), inset 0 -1px 0 rgba(22, 112, 82, .08), inset 12px 0 28px rgba(255, 255, 255, .18);
  backdrop-filter: blur(22px) saturate(1.3) contrast(1.03);
  -webkit-backdrop-filter: blur(22px) saturate(1.3) contrast(1.03);
  transform: translateY(-50%) !important;
  transition: border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-copy::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: .7;
  background-image: linear-gradient(118deg, rgba(255, 255, 255, .52), transparent 34%), linear-gradient(300deg, rgba(255, 209, 102, .2), transparent 46%), linear-gradient(55deg, transparent 48%, rgba(8, 127, 91, .12) 68%, transparent 86%);
  background-size: 170% 170%, 150% 150%, 190% 190%;
  background-position: 0 0, 100% 100%, 50% 50%;
  mix-blend-mode: soft-light;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-copy::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 10%;
  width: 34%;
  height: 2px;
  border-radius: 999px;
  pointer-events: none;
  opacity: .84;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .96), rgba(255, 209, 102, .92), transparent);
  transform: translateX(180%);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-copy > * {
  position: relative;
  z-index: 1;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-copy h1 {
  max-width: 820px;
  color: #143c2f !important;
  font-size: clamp(2rem, 4vw, 3.7rem) !important;
  text-shadow: 0 2px 18px rgba(255, 255, 255, .92);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-copy p {
  max-width: 760px;
  color: #314c42 !important;
  text-shadow: 0 1px 12px rgba(255, 255, 255, .94);
}

@media (hover: hover) and (pointer: fine) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-copy:hover {
    border-color: rgba(255, 255, 255, .82);
    background-color: rgba(250, 255, 252, .56);
    box-shadow: 0 32px 78px rgba(15, 73, 55, .22), inset 0 1px 0 rgba(255, 255, 255, .96), inset 0 -1px 0 rgba(22, 112, 82, .1), inset 14px 0 32px rgba(255, 255, 255, .22);
  }
}

@media (prefers-reduced-motion: no-preference) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-copy {
    animation: dkHeroGlassReveal 520ms cubic-bezier(.22, 1, .36, 1) both, dkHeroLiquidSurface 9s 520ms ease-in-out infinite alternate;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-copy::before {
    animation: dkHeroLiquidFlow 8s 620ms ease-in-out infinite alternate;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-copy::after {
    animation: dkHeroGlassTrace 5.2s 1.1s ease-in-out infinite;
  }
}

@keyframes dkHeroGlassReveal {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes dkHeroLiquidSurface {
  from { background-position: 0 20%; }
  to { background-position: 82% 74%; }
}

@keyframes dkHeroLiquidFlow {
  from { background-position: 0 0, 100% 100%, 50% 50%; }
  to { background-position: 82% 34%, 18% 54%, 78% 28%; }
}

@keyframes dkHeroGlassTrace {
  0%, 14% { opacity: 0; transform: translateX(180%); }
  34%, 64% { opacity: .84; }
  84%, 100% { opacity: 0; transform: translateX(-260%); }
}

@media (max-width: 768px) {
  body.mlmg-public-shop.mlmg-dk-storefront .ux35-green-experience .ux35-green-panel {
    display: none !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .dk-premium-hero.has-user-image {
    min-height: 0 !important;
    display: block !important;
    padding: 0 !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-copy {
    top: 50%;
    right: 14px;
    bottom: auto;
    left: auto;
    width: fit-content;
    min-width: min(46%, 180px);
    max-width: min(58%, 230px);
    max-height: calc(100% - 12px);
    border-color: rgba(255, 255, 255, .78);
    padding: 10px 9px;
    background-color: rgba(247, 255, 251, .5);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .86), rgba(255, 255, 255, .36) 40%, rgba(228, 249, 240, .62) 66%, rgba(255, 243, 205, .4));
    box-shadow: 0 16px 38px rgba(15, 73, 55, .18), inset 0 1px 0 rgba(255, 255, 255, .94), inset 0 -1px 0 rgba(22, 112, 82, .08);
    backdrop-filter: blur(15px) saturate(1.24) contrast(1.02);
    -webkit-backdrop-filter: blur(15px) saturate(1.24) contrast(1.02);
    transform: translateY(-50%) !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-actions,
  body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .dk-hero-proof-row {
    display: none !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-copy > span {
    display: inline-flex !important;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: .66rem;
    line-height: 1.5;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-copy h1 {
    max-width: 100%;
    margin: 0 0 5px !important;
    font-size: clamp(1.05rem, 4.9vw, 1.45rem) !important;
    line-height: 1.35 !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-copy p {
    display: -webkit-box !important;
    margin: 0 !important;
    overflow: hidden;
    font-size: clamp(.72rem, 3vw, .84rem);
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-copy,
  body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-copy::before,
  body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-copy::after {
    animation: none !important;
    transition: none !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero-user-media img {
    transform: none !important;
    will-change: auto;
  }
}

/* v67.13.0: stable product media, featured status and aligned identity row. */
body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-media {
  position: relative;
  width: calc(100% - 16px) !important;
  height: auto !important;
  margin: 8px 8px 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  overflow: hidden;
  background: #f4f8f6 !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-slider,
body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-slide {
  width: 100%;
  height: 100%;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-slide {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: hidden;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-slide img,
body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-media img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: center;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-featured-media {
  position: absolute;
  z-index: 7;
  top: 11px;
  left: 11px;
  min-height: 28px;
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #17352c !important;
  background: #ffd166 !important;
  box-shadow: 0 8px 18px rgba(23, 53, 44, .18) !important;
  font-size: .68rem;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
  pointer-events: none;
  transform: rotate(-4deg);
  transform-origin: center;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-featured-media > i {
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: currentColor !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: .72rem;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-brandline {
  width: 100%;
  grid-template-columns: minmax(0, 1fr) minmax(0, 46%);
  gap: 7px;
}

body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .dk-showcase-actions > a {
  min-width: max-content;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 11px;
  font-size: .78rem;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 640px) {
  body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-media {
    width: calc(100% - 12px) !important;
    margin: 6px 6px 0 !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-featured-media {
    top: 8px;
    left: 8px;
    min-height: 24px;
    padding: 4px 7px;
    font-size: .62rem;
    transform: rotate(-3deg);
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-brandline {
    min-height: 24px;
    gap: 5px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-brand-name {
    padding-inline-start: 6px;
    gap: 3px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-brand-name > small,
  body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-identity-category {
    font-size: .6rem;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-brand-name > strong {
    font-size: .68rem;
  }

  body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .dk-showcase-actions > a {
    min-height: 34px;
    padding-inline: 8px;
    font-size: .7rem;
  }
}

/* v67.14.5: focused trust actions and a single-open aligned FAQ. */
body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-actions :where(a, button) {
  height: 46px !important;
  min-height: 46px !important;
  max-height: 46px;
  padding: 10px 14px !important;
  font-size: .82rem !important;
  line-height: 1.4 !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-actions .ux35-action-primary {
  flex: 1.15 1 180px;
  border-color: #087f5b !important;
  color: #fff !important;
  background: #087f5b !important;
  box-shadow: 0 10px 22px rgba(8, 127, 91, .17) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-actions .ux35-action-primary > i {
  border: 0 !important;
  color: #ffd166 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-actions .ux35-action-secondary {
  flex: 1 1 170px;
  border-color: #b9d8cb !important;
  color: #086b50 !important;
  background: #edf7f3 !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-trust .ux35-actions button:disabled {
  cursor: not-allowed;
  opacity: .52;
  filter: grayscale(.35);
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-grid {
  align-items: start;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-item summary {
  cursor: pointer;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-item summary > span {
  min-width: 0;
  min-height: 40px;
  margin: 0;
  display: flex;
  align-items: center;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-item summary::after {
  content: "" !important;
  align-self: center;
  justify-self: end;
  background:
    linear-gradient(#086b50, #086b50) center / 12px 2px no-repeat,
    linear-gradient(#086b50, #086b50) center / 2px 12px no-repeat !important;
  transform: none !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-item[open] summary::after {
  content: "" !important;
  background:
    linear-gradient(#086b50, #086b50) center / 12px 2px no-repeat,
    #e8f4ef !important;
  transform: none !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-item summary:focus-visible {
  outline: 3px solid rgba(8, 127, 91, .22);
  outline-offset: -3px;
  border-radius: 7px;
}

@media (max-width: 640px) {
  body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-item summary > span {
    min-height: 36px;
  }
}

/* v67.14.6: always render user artwork on image-backed shortcut cards. */
body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile.has-image {
  align-content: end;
  color: #fff !important;
  background-color: #17352c !important;
  background-image:
    linear-gradient(180deg, rgba(7, 26, 20, .02) 20%, rgba(7, 26, 20, .30) 58%, rgba(7, 26, 20, .82) 100%),
    var(--dk-promo-image) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile.has-image.is-content-hidden {
  align-content: stretch;
  background-image: var(--dk-promo-image) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile.has-image :where(strong, span) {
  color: #fff !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .48) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile.has-image b {
  border-color: rgba(255, 255, 255, .68);
  color: #fff !important;
  background: rgba(7, 26, 20, .38) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

@media (hover: hover) and (pointer: fine) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-shortcuts .ux36-promo-tile.has-image:hover {
    background-image:
      linear-gradient(180deg, rgba(7, 26, 20, .01) 20%, rgba(7, 26, 20, .24) 58%, rgba(7, 26, 20, .76) 100%),
      var(--dk-promo-image) !important;
  }
}

/* v67.15.0: integrated purchase guide and filterable FAQ help hub. */
body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub {
  width: var(--dk-page) !important;
  margin: 0 auto clamp(36px, 5vw, 60px) !important;
  padding: 0 !important;
  border: 1px solid #cfe2da !important;
  border-radius: 8px !important;
  display: block !important;
  color: #17352c !important;
  background: #fff !important;
  box-shadow: 0 22px 56px rgba(18, 74, 57, .08) !important;
  overflow: hidden;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-help-layout {
  display: grid;
  grid-template-columns: minmax(310px, .36fr) minmax(0, .64fr);
  align-items: stretch;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-buying-guide {
  position: relative;
  isolation: isolate;
  min-width: 0;
  padding: clamp(28px, 3vw, 38px);
  display: flex;
  flex-direction: column;
  color: #fff;
  background: #086b50;
  overflow: hidden;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-buying-guide::after {
  content: "";
  position: absolute;
  inset: 18px auto auto 18px;
  z-index: -1;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(255, 209, 102, .32);
  border-radius: 50%;
  box-shadow: 0 0 0 12px rgba(255, 209, 102, .04), 0 0 0 24px rgba(255, 209, 102, .025);
  pointer-events: none;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-help-intro {
  position: relative;
  z-index: 1;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-help-kicker {
  width: max-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ffd166;
  font-size: .76rem;
  font-weight: 900;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-help-kicker i {
  font-size: 1rem;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-help-intro h2 {
  max-width: 360px;
  margin: 10px 0 12px !important;
  color: #fff !important;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem) !important;
  line-height: 1.5 !important;
  text-wrap: balance;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-help-intro p {
  max-width: 390px;
  margin: 0 !important;
  color: rgba(255, 255, 255, .76) !important;
  font-size: .83rem;
  line-height: 2 !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-buying-steps {
  margin: 26px 0 24px;
  padding: 0;
  list-style: none;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-buying-steps > li {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 10px 0;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-buying-steps > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 54px;
  right: 21px;
  bottom: -10px;
  width: 2px;
  background: rgba(255, 255, 255, .18);
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-step-visual {
  position: relative;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-step-visual i {
  font-size: 1.05rem;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-step-visual b {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #17352c;
  background: #ffd166;
  font-size: .62rem;
  font-weight: 950;
  line-height: 1;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-step-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-step-copy strong {
  color: #fff;
  font-size: .88rem;
  line-height: 1.7;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-step-copy small {
  color: rgba(255, 255, 255, .66);
  font-size: .7rem;
  line-height: 1.75;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-help-actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-help-actions :where(a, button) {
  min-width: 0;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, .28) !important;
  border-radius: 8px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 11px !important;
  overflow-wrap: anywhere;
  color: #fff !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: .74rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-help-actions .shop-help-primary {
  border-color: #ffd166 !important;
  color: #17352c !important;
  background: #ffd166 !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-help-answers {
  min-width: 0;
  padding: clamp(28px, 3.4vw, 42px);
  background: #fff;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-help-answers-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-help-answers-head span {
  color: #087f5b;
  font-size: .76rem;
  font-weight: 900;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-help-answers-head h3 {
  margin: 5px 0 0 !important;
  color: #17352c !important;
  font-size: clamp(1.35rem, 2vw, 1.85rem) !important;
  line-height: 1.55 !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-help-answers-head > p {
  max-width: 290px;
  margin: 0 !important;
  color: #667a73 !important;
  font-size: .76rem;
  line-height: 1.9 !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button {
  min-height: 40px;
  border: 1px solid #d4e4dd !important;
  border-radius: 8px !important;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px !important;
  color: #49645b !important;
  background: #f6faf8 !important;
  box-shadow: none !important;
  font-size: .72rem;
  font-weight: 850;
  line-height: 1.5;
  white-space: nowrap;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button > i {
  color: #087f5b;
  font-size: .95rem;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button > span {
  min-width: 22px;
  min-height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #49645b;
  background: #e6f1ec;
  font-size: .64rem;
  line-height: 1;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button.is-active {
  border-color: #087f5b !important;
  color: #fff !important;
  background: #087f5b !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button.is-active > i {
  color: #ffd166;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button.is-active > span {
  color: #17352c;
  background: #ffd166;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button:focus-visible {
  outline: 3px solid rgba(8, 127, 91, .22);
  outline-offset: 2px;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-status {
  margin: 11px 0 8px !important;
  color: #7a8d86 !important;
  font-size: .68rem;
  line-height: 1.6 !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub .shop-faq-grid {
  min-width: 0;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 8px !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub .shop-faq-item {
  border: 1px solid #dbe7e2 !important;
  border-radius: 8px !important;
  color: #17352c !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub .shop-faq-item[hidden] {
  display: none !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub .shop-faq-item summary {
  min-height: 62px;
  grid-template-columns: 38px minmax(0, 1fr) 24px;
  gap: 10px;
  padding: 11px 13px !important;
  font-size: .84rem;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub .shop-faq-topic-icon {
  width: 38px;
  height: 38px;
  min-height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #087f5b;
  background: #e8f4ef;
  font-size: 1rem;
}

/* v67.15.2: keep topic glyphs inside the scoped help-hub palette. */
body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub .shop-faq-topic-icon > i {
  color: inherit !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub .shop-faq-question {
  min-width: 0;
  min-height: 38px;
  display: flex;
  align-items: center;
  color: #17352c;
  font-weight: 850;
  line-height: 1.75;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub .shop-faq-item p {
  margin: 0 61px 0 13px !important;
  padding: 0 0 16px !important;
  color: #5f706a !important;
  font-size: .8rem;
  line-height: 2.05 !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub .shop-faq-item[open] {
  border-color: #9ccab7 !important;
  background: #fbfefd !important;
  box-shadow: 0 12px 28px rgba(15, 74, 56, .07) !important;
}

@media (hover: hover) and (pointer: fine) {
  body.mlmg-public-shop.mlmg-dk-storefront .shop-help-actions :where(a, button):hover,
  body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters button:hover {
    transform: translateY(-2px);
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-help-actions button:hover {
    border-color: rgba(255, 255, 255, .62) !important;
    background: rgba(255, 255, 255, .08) !important;
  }
}

@media (prefers-reduced-motion: no-preference) {
  body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub .shop-faq-item:not([hidden]) {
    animation: dkHelpFilterIn 220ms cubic-bezier(.2, .8, .2, 1) both;
  }
}

@keyframes dkHelpFilterIn {
  from { opacity: 0; transform: translate3d(0, 6px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@media (max-width: 820px) {
  body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub {
    width: 100% !important;
    border-inline: 0 !important;
    border-radius: 0 !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-help-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-buying-guide {
    padding: 26px 18px 22px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-help-intro h2 {
    max-width: 310px;
    font-size: 1.58rem !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-buying-steps {
    margin: 22px -18px 20px;
    padding: 0 18px 7px;
    display: flex;
    gap: 9px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 209, 102, .72) rgba(255, 255, 255, .12);
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-buying-steps > li {
    flex: 0 0 min(76vw, 270px);
    min-height: 100px;
    align-content: center;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 8px;
    background: rgba(255, 255, 255, .06);
    scroll-snap-align: start;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-buying-steps > li:not(:last-child)::after {
    content: none;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-help-actions {
    margin-top: 0;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-help-answers {
    padding: 26px 16px 30px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-help-answers-head {
    display: grid;
    gap: 7px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-help-answers-head > p {
    max-width: none;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters {
    margin: 18px -16px 0;
    padding: 0 16px 5px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-faq-filters::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 430px) {
  body.mlmg-public-shop.mlmg-dk-storefront .shop-help-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub .shop-faq-item summary {
    min-height: 60px;
    grid-template-columns: 36px minmax(0, 1fr) 22px;
    gap: 8px;
    padding: 10px 11px !important;
    font-size: .8rem;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub .shop-faq-topic-icon {
    width: 36px;
    height: 36px;
    min-height: 36px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub .shop-faq-item p {
    margin: 0 55px 0 11px !important;
    padding-bottom: 14px !important;
    font-size: .78rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub *,
  body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub *::before,
  body.mlmg-public-shop.mlmg-dk-storefront .shop-help-hub *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* v67.17.0: thumb-friendly mobile navigation and scroll progress control. */
body.mlmg-public-shop.mlmg-dk-storefront .dk-scroll-top {
  --dk-scroll-progress: 0deg;
  position: fixed;
  inset: auto auto 22px 22px;
  z-index: 990;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  border: 0;
  border-radius: 50%;
  padding: 3px;
  display: grid;
  place-items: center;
  color: #087f5b;
  background: conic-gradient(#087f5b var(--dk-scroll-progress), #d7e6e0 0);
  box-shadow: 0 12px 28px rgba(13, 86, 64, .20);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 12px, 0) scale(.92);
  transition: opacity 180ms ease, transform 220ms var(--dk-ease-out), visibility 180ms ease, box-shadow 180ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-scroll-top::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .96);
  box-shadow: inset 0 0 0 1px rgba(8, 127, 91, .08);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-scroll-top > i {
  position: relative;
  z-index: 1;
  color: inherit;
  background: transparent !important;
  font-size: 1.35rem;
  line-height: 1;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

body.mlmg-public-shop.mlmg-dk-storefront.shop-modal-open .dk-header,
body.mlmg-public-shop.mlmg-dk-storefront.dk-filter-open .dk-header {
  z-index: 120 !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-scroll-top:focus-visible {
  outline: 3px solid rgba(255, 209, 102, .88);
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-scroll-top:hover {
    color: #056345;
    box-shadow: 0 16px 34px rgba(13, 86, 64, .28);
    transform: translate3d(0, -3px, 0) scale(1.03);
  }
}

@media (max-width: 760px) {
  body.mlmg-public-shop.mlmg-dk-storefront {
    --dk-mobile-nav-height: 72px;
    padding-bottom: 0 !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront[class] .shop-store-footer.shop-commerce-footer {
    margin-bottom: 0 !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-commerce-footer__bottom {
    min-height: calc(72px + var(--dk-mobile-nav-height) + env(safe-area-inset-bottom));
    padding-bottom: calc(13px + var(--dk-mobile-nav-height) + env(safe-area-inset-bottom));
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav {
    min-height: var(--dk-mobile-nav-height);
    padding: 5px 6px max(6px, env(safe-area-inset-bottom)) !important;
    border-top: 1px solid #d8e4df;
    color: #5e6f68;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 -10px 30px rgba(18, 62, 49, .10);
    backdrop-filter: blur(16px) saturate(1.12);
    -webkit-backdrop-filter: blur(16px) saturate(1.12);
    isolation: isolate;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav .dk-bottom-nav-item {
    position: relative;
    min-width: 0;
    min-height: 58px;
    border: 0;
    border-radius: 8px;
    padding: 5px 2px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    overflow: visible;
    color: #64736d;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    font-size: .66rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav .dk-bottom-nav-item::before {
    content: "";
    position: absolute;
    inset: -5px 50% auto auto;
    width: 26px;
    height: 3px;
    border-radius: 0 0 3px 3px;
    background: #087f5b;
    opacity: 0;
    transform: translateX(50%) scaleX(.4);
    transition: opacity 160ms ease, transform 200ms var(--dk-ease-out);
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav .dk-bottom-nav-item > i {
    width: 34px;
    height: 30px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: inherit;
    background: transparent !important;
    font-size: 1.38rem;
    line-height: 1;
    margin: 0;
    transition: color 160ms ease, background-color 160ms ease, transform 180ms var(--dk-ease-out);
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav .dk-bottom-nav-item > span {
    max-width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav .dk-bottom-nav-item.is-dk-nav-active,
  body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav .dk-bottom-nav-item[aria-current="location"] {
    color: #087f5b !important;
    background: transparent;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav .dk-bottom-nav-item.is-dk-nav-active::before,
  body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav .dk-bottom-nav-item[aria-current="location"]::before {
    opacity: 1;
    transform: translateX(50%) scaleX(1);
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav .dk-bottom-nav-item.is-dk-nav-active > i,
  body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav .dk-bottom-nav-item[aria-current="location"] > i {
    color: #087f5b !important;
    background: #e8f4ef !important;
    transform: translateY(-1px);
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav .dk-bottom-nav-item:focus-visible {
    outline: 2px solid rgba(8, 127, 91, .38);
    outline-offset: -2px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav .shop-cart-button > b,
  body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav [data-dk-bottom-filter-count] {
    position: absolute;
    top: 3px;
    left: calc(50% + 8px);
    z-index: 2;
    min-width: 18px;
    height: 18px;
    margin: 0;
    border: 2px solid #fff;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    color: #fff;
    background: #e5484d;
    font-size: .61rem;
    font-weight: 900;
    line-height: 1;
    transform: translateX(-50%);
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav .shop-cart-button > b[hidden],
  body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav [data-dk-bottom-filter-count][hidden] {
    display: none !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-scroll-top {
    inset: auto auto calc(var(--dk-mobile-nav-height) + 14px + env(safe-area-inset-bottom)) 12px;
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
  }
}

@media (max-width: 360px) {
  body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav .dk-bottom-nav-item {
    font-size: .61rem;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav .dk-bottom-nav-item > i {
    width: 31px;
    font-size: 1.28rem;
  }
}

@media (pointer: coarse) {
  body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav .dk-bottom-nav-item:active,
  body.mlmg-public-shop.mlmg-dk-storefront .dk-scroll-top:active {
    transform: scale(.96);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav *,
  body.mlmg-public-shop.mlmg-dk-storefront .shop-bottom-nav.dk-bottom-nav *::before,
  body.mlmg-public-shop.mlmg-dk-storefront .dk-scroll-top {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* v67.18: responsive multi-slide storefront hero. */
body.mlmg-public-shop.mlmg-dk-storefront .dk-hero {
  width: 100%;
  max-width: none;
  margin-block: 18px 22px;
  padding: 0;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .mlmg-hero-carousel {
  overflow: hidden;
  border: 1px solid #dce8e2;
  border-radius: 8px;
  background: #f3f7f5;
  box-shadow: 0 16px 38px rgba(18, 77, 59, .10);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .mlmg-hero-carousel-track,
body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .mlmg-hero-slide,
body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .mlmg-hero-slide-media {
  border-radius: inherit;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .mlmg-hero-slide-media {
  aspect-ratio: 16 / 9;
  min-height: 0;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .mlmg-hero-slide-media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: translate3d(0, var(--dk-hero-image-y, 0), 0) scale(1.012);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .mlmg-hero-carousel-dots {
  border-color: rgba(255, 255, 255, .8);
  background: rgba(250, 255, 252, .82);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .mlmg-hero-carousel-arrows button {
  color: #087f5b;
  background: rgba(250, 255, 252, .9);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .mlmg-hero-slide:not(.is-active) .ux36-hero-copy {
  animation: none !important;
}

@media (max-width: 768px) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero {
    margin-block: 12px 16px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .mlmg-hero-carousel {
    box-shadow: 0 10px 24px rgba(18, 77, 59, .09);
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .mlmg-hero-carousel-arrows {
    top: auto;
    right: auto;
    bottom: 8px;
    left: 8px;
    width: auto;
    gap: 5px;
    transform: none;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .mlmg-hero-carousel-arrows button {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .mlmg-hero-carousel.has-multiple-slides .ux36-hero-copy {
    max-height: calc(100% - 42px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .mlmg-hero-slide-media img {
    transform: none !important;
  }
}

/* v67.18.2: edge-to-edge storefront hero. */
body.mlmg-public-shop.mlmg-dk-storefront .dk-hero {
  margin-block: 0 22px;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .mlmg-hero-carousel {
  border: 0;
  border-radius: 0;
  background: #eef4f1;
  box-shadow: none;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .mlmg-hero-carousel-track,
body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .mlmg-hero-slide,
body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .mlmg-hero-slide-media {
  border-radius: 0;
}

@media (max-width: 768px) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero {
    margin-block: 0 16px;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .mlmg-hero-carousel {
    box-shadow: none;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-actions {
    width: auto;
    max-width: 100%;
    margin-top: 7px;
    display: flex !important;
    align-items: center;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-actions a {
    width: auto;
    max-width: 100%;
    min-width: 0;
    min-height: 34px;
    border-radius: 6px;
    padding: 6px 9px;
    display: inline-flex !important;
    align-items: center;
    gap: 5px;
    overflow: hidden;
    font-size: .68rem;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-actions a i {
    flex: 0 0 auto;
    color: inherit;
    background: transparent !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-premium-hero.has-user-image .ux36-hero-copy h1 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

/* v67.18.10: keep every carousel slide in one 16:9 hero frame. */
body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .mlmg-hero-carousel-track > .mlmg-hero-slide {
  position: absolute !important;
  inset: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-hero .mlmg-hero-carousel-track > .mlmg-hero-slide.is-active {
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* v67.18.11: semantic, consistent category icon system. */
body.mlmg-public-shop.mlmg-dk-storefront .shop-category-pill,
body.mlmg-public-shop.mlmg-dk-storefront .shop-product-identity-category {
  --category-icon: #087f5b;
  --category-icon-bg: #eaf8f2;
  --category-icon-border: #b8dfd0;
  --category-icon-shadow: rgba(8, 127, 91, .14);
}

body.mlmg-public-shop.mlmg-dk-storefront .is-category-tone-hair {
  --category-icon: #0f766e;
  --category-icon-bg: #e8f7f5;
  --category-icon-border: #afdcd6;
  --category-icon-shadow: rgba(15, 118, 110, .14);
}

body.mlmg-public-shop.mlmg-dk-storefront .is-category-tone-clean {
  --category-icon: #087da4;
  --category-icon-bg: #eaf7fb;
  --category-icon-border: #b8deea;
  --category-icon-shadow: rgba(8, 125, 164, .14);
}

body.mlmg-public-shop.mlmg-dk-storefront .is-category-tone-skin {
  --category-icon: #b54769;
  --category-icon-bg: #fff0f4;
  --category-icon-border: #f0bfd0;
  --category-icon-shadow: rgba(181, 71, 105, .13);
}

body.mlmg-public-shop.mlmg-dk-storefront .is-category-tone-health {
  --category-icon: #3267a8;
  --category-icon-bg: #edf5ff;
  --category-icon-border: #c2d7f0;
  --category-icon-shadow: rgba(50, 103, 168, .13);
}

body.mlmg-public-shop.mlmg-dk-storefront .is-category-tone-nutrition {
  --category-icon: #9b5b0b;
  --category-icon-bg: #fff7e8;
  --category-icon-border: #edd5a8;
  --category-icon-shadow: rgba(155, 91, 11, .13);
}

body.mlmg-public-shop.mlmg-dk-storefront .is-category-tone-nature {
  --category-icon: #3d7c36;
  --category-icon-bg: #eef8e9;
  --category-icon-border: #c5dfb9;
  --category-icon-shadow: rgba(61, 124, 54, .13);
}

body.mlmg-public-shop.mlmg-dk-storefront .is-category-tone-beauty {
  --category-icon: #884b8d;
  --category-icon-bg: #faeffb;
  --category-icon-border: #ddc0e0;
  --category-icon-shadow: rgba(136, 75, 141, .13);
}

body.mlmg-public-shop.mlmg-dk-storefront .is-category-tone-fragrance {
  --category-icon: #6759a6;
  --category-icon-bg: #f2f0fb;
  --category-icon-border: #cec8e8;
  --category-icon-shadow: rgba(103, 89, 166, .13);
}

body.mlmg-public-shop.mlmg-dk-storefront .is-category-tone-home,
body.mlmg-public-shop.mlmg-dk-storefront .is-category-tone-general {
  --category-icon: #526273;
  --category-icon-bg: #f1f4f6;
  --category-icon-border: #ced6dc;
  --category-icon-shadow: rgba(82, 98, 115, .13);
}

body.mlmg-public-shop.mlmg-dk-storefront .is-category-tone-kids {
  --category-icon: #ad5875;
  --category-icon-bg: #fff1f5;
  --category-icon-border: #ecc5d2;
  --category-icon-shadow: rgba(173, 88, 117, .13);
}

body.mlmg-public-shop.mlmg-dk-storefront .is-category-tone-gift {
  --category-icon: #a34f46;
  --category-icon-bg: #fff1ee;
  --category-icon-border: #ebc5be;
  --category-icon-shadow: rgba(163, 79, 70, .13);
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .shop-category-pill > i,
body.mlmg-public-shop.mlmg-dk-storefront .dk-categories .shop-category-pill > i {
  flex: 0 0 auto;
  border: 1px solid var(--category-icon-border) !important;
  color: var(--category-icon) !important;
  background: var(--category-icon-bg) !important;
  box-shadow: 0 8px 18px var(--category-icon-shadow) !important;
  transition: transform 180ms var(--dk-ease-out), box-shadow 180ms ease, color 180ms ease;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .shop-category-pill.is-active > i,
body.mlmg-public-shop.mlmg-dk-storefront .dk-categories .shop-category-pill.is-active > i {
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--category-icon-border), 0 10px 22px var(--category-icon-shadow) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .shop-category-pill.is-active,
body.mlmg-public-shop.mlmg-dk-storefront .dk-categories .shop-category-pill.is-active {
  color: var(--category-icon) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-categories .shop-category-pill::after {
  background: var(--category-icon) !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .shop-product-identity-category > i {
  color: var(--category-icon) !important;
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .shop-category-pill:hover > i,
  body.mlmg-public-shop.mlmg-dk-storefront .dk-categories .shop-category-pill:hover > i {
    transform: translateY(-2px) scale(1.035);
    box-shadow: 0 12px 24px var(--category-icon-shadow) !important;
  }
}

/* v67.18.12: preserve the complete active ring at scroll-rail edges. */
body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .shop-category-ribbon {
  box-sizing: border-box;
  padding: 6px 7px 8px !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .shop-category-pill {
  overflow: visible !important;
}

/* v67.19: let dynamic campaign counts use the available desktop width well. */
@media (min-width: 901px) {
  body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners:has(> .dk-campaign-card:only-child) {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .ux36-campaign-banners:has(> .dk-campaign-card:nth-child(2):last-child) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* v67.20: keep managed storefront stories circular and grouped like a story rail. */
body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .ux36-custom-story-ribbon {
  justify-content: flex-start !important;
  gap: 18px !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .ux36-custom-story-ribbon .shop-category-pill {
  flex: 0 0 88px !important;
  width: 88px !important;
  min-width: 88px !important;
  max-width: 88px !important;
  min-height: 110px !important;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .ux36-custom-story-ribbon .shop-category-pill > .ux36-story-image {
  display: grid !important;
  flex: 0 0 74px !important;
  width: 74px !important;
  min-width: 74px !important;
  max-width: 74px !important;
  height: 74px !important;
  min-height: 74px !important;
  max-height: 74px !important;
  aspect-ratio: 1 / 1;
  border-radius: 50% !important;
  box-sizing: border-box;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .ux36-custom-story-ribbon .ux36-story-image > img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1;
  border-radius: inherit;
  object-fit: cover;
}

body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .ux36-custom-story-ribbon .shop-category-pill > span:not(.ux36-story-image) {
  min-height: 40px;
}

@media (max-width: 768px) {
  body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .ux36-custom-story-ribbon {
    gap: 14px !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .ux36-custom-story-ribbon .shop-category-pill {
    flex-basis: 68px !important;
    width: 68px !important;
    min-width: 68px !important;
    max-width: 68px !important;
    min-height: 98px !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront .dk-story-rail .ux36-custom-story-ribbon .shop-category-pill > .ux36-story-image {
    flex-basis: 58px !important;
    width: 58px !important;
    min-width: 58px !important;
    max-width: 58px !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
  }

  body.mlmg-public-shop.mlmg-dk-storefront #showcase.dk-amazing .shop-product-card .shop-product-actions {
    margin-top: auto !important;
  }
}
