/* Shared storefront UX v64.2: card navigation and national-code feedback. */
.mlmg-public-shop .shop-product-card {
  position: relative;
  isolation: isolate;
  cursor: pointer;
}

.mlmg-public-shop .shop-product-card-hit {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  border-radius: inherit;
  color: inherit;
  text-decoration: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.mlmg-public-shop .shop-product-card-hit::after {
  content: none;
}

.mlmg-public-shop .shop-product-card > :is(.shop-product-media, .shop-product-body) {
  pointer-events: none;
}

.mlmg-public-shop .shop-product-card > .shop-product-body {
  position: relative;
  z-index: 4;
}

.mlmg-public-shop .shop-product-card :is(button, input, select, textarea, a:not(.shop-product-card-hit)) {
  position: relative;
  z-index: 5;
  pointer-events: auto;
}

.mlmg-public-shop .shop-product-card:focus-within {
  outline: 3px solid rgba(37, 99, 235, .34);
  outline-offset: 3px;
}

.mlmg-public-shop .shop-product-card .shop-add-to-cart,
.mlmg-public-shop .shop-product-card .shop-product-video,
body.mlmg-public-shop #products .shop-product-card .shop-add-to-cart,
body.mlmg-public-shop #products .shop-product-card .shop-product-video,
body.mlmg-public-shop .shop-featured-grid .shop-product-card .shop-add-to-cart,
body.mlmg-public-shop .shop-featured-grid .shop-product-card .shop-product-video {
  height: auto !important;
  min-height: 44px !important;
}

.mlmg-public-shop .shop-field-validation {
  display: none;
  width: 100%;
  margin-top: 6px;
  color: #b42318;
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.7;
}

.mlmg-public-shop .shop-field-validation.is-visible {
  display: block;
}

.mlmg-public-shop .shop-field-validation.is-valid {
  color: #176b44;
}

.mlmg-public-shop input[data-national-code].is-invalid {
  border-color: #c4322a !important;
  box-shadow: 0 0 0 3px rgba(196, 50, 42, .12) !important;
}

.mlmg-public-shop input[data-national-code].is-valid {
  border-color: #23845a !important;
  box-shadow: 0 0 0 3px rgba(35, 132, 90, .11) !important;
}

/* Shared storefront UX v67.13.0: product identity and commercial metadata. */
.mlmg-public-shop .shop-product-card .shop-product-badges {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px !important;
  min-height: 22px;
  cursor: default;
  pointer-events: none;
}

.mlmg-public-shop .shop-product-card .shop-product-badges > span {
  min-width: 0;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: inherit;
  background: transparent !important;
  box-shadow: none !important;
  font-size: .72rem;
  font-weight: 750;
  line-height: 1.65;
  cursor: default !important;
  opacity: .76;
  transform: none !important;
  transition: none !important;
}

.mlmg-public-shop .shop-product-card .shop-product-badges > span:empty {
  display: none !important;
}

.mlmg-public-shop .shop-product-card .shop-product-badges:empty {
  display: none !important;
}

.mlmg-public-shop .shop-product-card .shop-product-badges > span > i {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  display: inline-block !important;
  flex: 0 0 auto !important;
  color: currentColor !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: .78em;
  line-height: 1;
  opacity: .7;
}

.mlmg-public-shop .shop-product-card .shop-product-badges > :is(.shop-product-featured, .shop-product-sale-badge) {
  opacity: .86;
}

.mlmg-public-shop .shop-product-card .shop-product-brandline {
  min-width: 0;
  min-height: 26px;
  margin: 0;
  padding: 0;
  border: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, auto);
  align-items: center;
  gap: 8px;
  color: #475569 !important;
  cursor: default;
  pointer-events: none;
}

.mlmg-public-shop .shop-product-card .shop-product-brand-name {
  min-width: 0;
  grid-column: 1;
  padding-inline-start: 8px;
  border-inline-start: 2px solid rgba(100, 116, 139, .24);
  border-inline-start-color: color-mix(in srgb, currentColor 24%, transparent);
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.mlmg-public-shop .shop-product-card .shop-product-brand-name > small {
  flex: 0 0 auto;
  font-size: .62rem;
  font-weight: 650;
  line-height: 1.6;
  opacity: .52;
}

.mlmg-public-shop .shop-product-card .shop-product-brand-name > strong {
  min-width: 0;
  overflow: hidden;
  font-size: .76rem;
  font-weight: 850;
  line-height: 1.55;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: .9;
}

.mlmg-public-shop .shop-product-card .shop-product-identity-category {
  min-width: 0;
  max-width: 100%;
  grid-column: 2;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: .68rem;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  opacity: .76;
}

.mlmg-public-shop .shop-product-card .shop-product-identity-category > i {
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  flex: 0 0 auto;
  color: currentColor !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: .72rem;
}

.mlmg-public-shop .shop-product-card .shop-product-identity-category > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.mlmg-public-shop.ux40-spatial .shop-product-card .shop-product-brandline {
  color: #dbeafe !important;
}

.mlmg-public-shop .shop-product-card .shop-product-meta {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 8px;
  min-width: 0;
  margin-top: 2px;
  padding-top: 10px;
  border-top: 1px solid rgba(100, 116, 139, .16);
  border-top-color: color-mix(in srgb, currentColor 14%, transparent);
  background: transparent !important;
  box-shadow: none !important;
  font-variant-numeric: tabular-nums;
}

.mlmg-public-shop .shop-product-card .shop-product-price-stack {
  min-width: 0;
  display: flex !important;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 3px 7px;
}

.mlmg-public-shop .shop-product-card .shop-product-price-stack > strong {
  min-width: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0;
  white-space: nowrap;
}

.mlmg-public-shop .shop-product-card .shop-product-price-stack > strong > i,
.mlmg-public-shop .shop-product-card .shop-product-meta > span > i {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  display: inline-block !important;
  flex: 0 0 auto !important;
  background: transparent !important;
  box-shadow: none !important;
  line-height: 1;
}

.mlmg-public-shop .shop-product-card .shop-product-price-stack > strong > i {
  color: currentColor !important;
  font-size: .68em;
  opacity: .58;
}

.mlmg-public-shop .shop-product-card .shop-product-price-stack > del {
  font-size: .72rem;
  font-weight: 650;
  line-height: 1.5;
  opacity: .62;
}

.mlmg-public-shop .shop-product-card .shop-product-meta > span {
  min-width: 0;
  min-height: 0 !important;
  max-width: 100%;
  justify-self: end;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  color: inherit;
  background: transparent !important;
  box-shadow: none !important;
  font-size: .72rem;
  font-weight: 750;
  line-height: 1.6;
  white-space: nowrap;
  cursor: default !important;
  opacity: .78;
  transform: none !important;
  transition: none !important;
}

.mlmg-public-shop .shop-product-card .shop-product-meta > span > i {
  color: #14805a !important;
  font-size: .76rem;
  opacity: 1;
}

.mlmg-public-shop .shop-product-card:has(.shop-add-to-cart[data-inventory='0']) .shop-product-meta > span > i {
  color: #b42318 !important;
}

@media (max-width: 640px) {
  .mlmg-public-shop .shop-product-card .shop-product-meta {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 4px;
    padding-top: 8px;
  }

  .mlmg-public-shop .shop-product-card .shop-product-price-stack > strong {
    max-width: 100%;
    font-size: .9rem;
  }

  body.mlmg-public-shop.shop-layout-compact .shop-products-grid:not(.shop-featured-grid) .shop-product-card .shop-product-body .shop-product-meta > span,
  body.mlmg-public-shop .shop-product-card[data-shop-product-card][data-item-id][data-card-profile] .shop-product-body .shop-product-meta > span,
  .mlmg-public-shop .shop-product-card .shop-product-meta > span {
    display: inline-flex !important;
    justify-self: start;
    font-size: .68rem;
  }
}

/* Shared storefront UX v70.1.5: compact product-card promotion overlays. */
.mlmg-public-shop .shop-product-card .shop-product-media {
  position: relative;
}

.mlmg-public-shop .shop-product-card .shop-product-media-overlays {
  position: absolute;
  z-index: 8;
  inset: 8px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 6px;
  pointer-events: none;
}

.mlmg-public-shop .shop-product-card .shop-product-media-overlays .shop-product-badges {
  width: 100%;
  min-height: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  align-self: flex-start;
  gap: 5px !important;
}

.mlmg-public-shop .shop-product-card .shop-product-media-overlays .shop-product-badges > span,
body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-media-overlays .shop-product-badges > span {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  max-width: min(100%, 145px);
  min-height: 25px !important;
  margin: 0 !important;
  padding: 4px 8px !important;
  border: 1px solid rgba(255, 255, 255, .72) !important;
  border-radius: 7px !important;
  overflow: hidden;
  color: var(--shop-on-accent, #fff) !important;
  background: color-mix(in srgb, var(--shop-primary, #087f5b) 88%, transparent) !important;
  box-shadow: 0 6px 16px rgba(15, 23, 42, .14) !important;
  -webkit-backdrop-filter: blur(8px) saturate(1.2);
  backdrop-filter: blur(8px) saturate(1.2);
  font-size: .66rem;
  font-weight: 850;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 1;
  transform: none !important;
}

.mlmg-public-shop .shop-product-card .shop-product-media-overlays .shop-product-badges > :is(.shop-product-featured-media, .shop-product-featured) {
  color: #3f2d00 !important;
  background: rgba(255, 209, 102, .94) !important;
}

.mlmg-public-shop .shop-product-card .shop-product-media-overlays .shop-product-badges > .shop-product-sale-badge {
  color: #fff !important;
  background: color-mix(in srgb, var(--shop-danger, #cf334d) 92%, transparent) !important;
}

.mlmg-public-shop .shop-product-card .shop-product-media-overlays .shop-product-badges:has(> span:nth-child(2)) {
  flex-wrap: nowrap;
}

.mlmg-public-shop .shop-product-card .shop-product-media-overlays .shop-product-badges:has(> span:nth-child(2)) > span {
  max-width: calc(50% - 3px);
}

.mlmg-public-shop .shop-product-card .shop-product-media-overlays .shop-product-badges > span > i,
body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-media-overlays .shop-product-badges > span > i {
  width: auto !important;
  height: auto !important;
  color: currentColor !important;
  background: transparent !important;
  box-shadow: none !important;
}

.mlmg-public-shop .shop-product-card .shop-product-media-overlays .shop-sale-countdown,
body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-media-overlays .shop-sale-countdown {
  width: max-content;
  max-width: 100%;
  min-height: 27px !important;
  margin: 0 !important;
  padding: 4px 8px !important;
  border: 1px solid rgba(255, 255, 255, .72) !important;
  border-radius: 7px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 5px;
  overflow: hidden;
  color: var(--shop-text, #17221f) !important;
  background: color-mix(in srgb, var(--shop-surface, #fff) 88%, transparent) !important;
  box-shadow: 0 6px 18px rgba(15, 23, 42, .15) !important;
  -webkit-backdrop-filter: blur(10px) saturate(1.25);
  backdrop-filter: blur(10px) saturate(1.25);
  font-size: .66rem;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.mlmg-public-shop .shop-product-card .shop-product-media-dealbar {
  width: 100%;
  min-width: 0;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  overflow: hidden;
}

.mlmg-public-shop .shop-product-card .shop-product-media-dealbar > * {
  min-width: 0;
  flex: 0 1 auto;
}

.mlmg-public-shop .shop-product-card .shop-product-compare-price,
body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-compare-price {
  width: max-content;
  max-width: 100%;
  min-height: 27px;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  overflow: hidden;
  color: var(--shop-text, #17221f) !important;
  background: color-mix(in srgb, var(--shop-surface, #fff) 90%, transparent) !important;
  box-shadow: 0 6px 18px rgba(15, 23, 42, .15) !important;
  -webkit-backdrop-filter: blur(10px) saturate(1.2);
  backdrop-filter: blur(10px) saturate(1.2);
  flex-shrink: 0;
  font-size: .68rem;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.mlmg-public-shop .shop-product-card .shop-product-compare-price > small {
  flex: 0 0 auto;
  font: inherit;
  font-size: .56rem;
  opacity: .62;
}

.mlmg-public-shop .shop-product-card .shop-product-compare-price > del {
  min-width: max-content;
  flex: 0 0 auto;
  overflow: visible;
  font: inherit;
  font-variant-numeric: tabular-nums;
  text-decoration-thickness: 2px;
  white-space: nowrap;
}

.mlmg-public-shop .shop-product-card .shop-product-media-overlays .shop-sale-countdown > i {
  width: auto !important;
  height: auto !important;
  color: var(--shop-primary, #087f5b) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: .72rem;
}

.mlmg-public-shop .shop-product-card .shop-product-media-overlays .shop-sale-countdown > b {
  display: block;
  overflow: hidden;
  font: inherit;
  font-variant-numeric: tabular-nums;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mlmg-public-shop .shop-product-card .shop-product-price-stack {
  width: 100%;
  flex-wrap: nowrap !important;
  align-items: baseline;
  gap: 6px !important;
  overflow: hidden;
}

.mlmg-public-shop .shop-product-card .shop-product-price-stack > strong,
.mlmg-public-shop .shop-product-card .shop-product-price-stack > del {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mlmg-public-shop .shop-product-card .shop-product-price-stack > strong {
  flex: 0 1 auto;
}

.mlmg-public-shop .shop-product-card .shop-product-price-stack > del {
  flex: 0 0 auto;
  margin: 0;
  color: var(--shop-muted, #66736e);
  font-size: .62rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration-thickness: 1.5px;
  opacity: .72;
}

.mlmg-public-shop .shop-product-card .shop-product-price-stack:has(> del) > strong {
  gap: 3px;
  font-size: .86rem !important;
}

.mlmg-public-shop .shop-product-card .shop-product-price-stack:has(> del) > strong > i {
  display: none !important;
}

@media (max-width: 640px) {
  .mlmg-public-shop .shop-product-card .shop-product-media-overlays {
    inset: 7px;
  }

  .mlmg-public-shop .shop-product-card .shop-product-media-overlays .shop-product-badges > span,
  body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-media-overlays .shop-product-badges > span {
    max-width: 118px;
    min-height: 23px !important;
    padding: 3px 6px !important;
    font-size: .6rem;
  }

  .mlmg-public-shop .shop-product-card .shop-product-media-overlays .shop-sale-countdown,
  body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-media-overlays .shop-sale-countdown {
    min-height: 26px !important;
    padding: 4px !important;
    font-size: .66rem;
  }

  .mlmg-public-shop .shop-product-card .shop-product-media-dealbar {
    gap: 4px;
  }

  .mlmg-public-shop .shop-product-card .shop-product-compare-price,
  body.mlmg-public-shop.mlmg-dk-storefront .shop-product-card .shop-product-compare-price {
    min-height: 24px;
    padding: 4px 5px;
    font-size: .7rem;
  }

  .mlmg-public-shop .shop-product-card .shop-product-compare-price > small {
    display: none;
  }

  .mlmg-public-shop .shop-product-card .shop-product-price-stack > strong {
    font-size: .84rem !important;
  }

  .mlmg-public-shop .shop-product-card .shop-product-price-stack > del {
    font-size: .58rem;
  }
}

/* Shared light commerce footer for every storefront theme. */
.shop-commerce-footer {
  --shop-footer-surface: #f4f8f6;
  --shop-footer-surface-strong: #e9f3ee;
  --shop-footer-text: #163a31;
  --shop-footer-muted: #5b7169;
  --shop-footer-line: #d9e8e2;
  --shop-footer-accent: #087f5b;
  --shop-footer-accent-soft: #e2f2eb;
  --shop-footer-accent-ink: #fff;
}

.shop-commerce-footer--beauty-green,
.shop-commerce-footer--modern-green {
  --shop-footer-surface: #f4f8f6;
  --shop-footer-surface-strong: #e7f3ed;
  --shop-footer-text: #15392f;
  --shop-footer-muted: #5a7168;
  --shop-footer-line: #d5e7df;
  --shop-footer-accent: #087f5b;
  --shop-footer-accent-soft: #dff1e9;
}

.shop-commerce-footer--beauty-pink {
  --shop-footer-surface: #fff7fa;
  --shop-footer-surface-strong: #fcebf2;
  --shop-footer-text: #432332;
  --shop-footer-muted: #765966;
  --shop-footer-line: #efd8e2;
  --shop-footer-accent: #a91f55;
  --shop-footer-accent-soft: #f9e2eb;
}

.shop-commerce-footer--digi-red,
.shop-commerce-footer--kala-story {
  --shop-footer-surface: #fff7f7;
  --shop-footer-surface-strong: #fdeced;
  --shop-footer-text: #3c2528;
  --shop-footer-muted: #745e61;
  --shop-footer-line: #efd9dc;
  --shop-footer-accent: #c92f45;
  --shop-footer-accent-soft: #fbe4e8;
}

.shop-commerce-footer--market-blue {
  --shop-footer-surface: #f4f8fc;
  --shop-footer-surface-strong: #e8f1f9;
  --shop-footer-text: #17344d;
  --shop-footer-muted: #5b7184;
  --shop-footer-line: #d7e4ef;
  --shop-footer-accent: #1d5e9f;
  --shop-footer-accent-soft: #e1edf8;
}

.shop-commerce-footer--mega-yellow {
  --shop-footer-surface: #fffaf0;
  --shop-footer-surface-strong: #fff1cf;
  --shop-footer-text: #3e3420;
  --shop-footer-muted: #756a55;
  --shop-footer-line: #ebdfc6;
  --shop-footer-accent: #855d00;
  --shop-footer-accent-soft: #f9e9bd;
}

.shop-commerce-footer--minimal-white {
  --shop-footer-surface: #f7faf9;
  --shop-footer-surface-strong: #edf3f1;
  --shop-footer-text: #243c35;
  --shop-footer-muted: #63736e;
  --shop-footer-line: #dce6e2;
  --shop-footer-accent: #315f50;
  --shop-footer-accent-soft: #e3eeea;
}

.shop-commerce-footer--neo-mobile {
  --shop-footer-surface: #f7f7ff;
  --shop-footer-surface-strong: #ececfa;
  --shop-footer-text: #292b4b;
  --shop-footer-muted: #656782;
  --shop-footer-line: #dedff0;
  --shop-footer-accent: #4f46a8;
  --shop-footer-accent-soft: #e8e7f8;
}

.shop-commerce-footer--shopify-luxe {
  --shop-footer-surface: #f8f8f6;
  --shop-footer-surface-strong: #efefeb;
  --shop-footer-text: #292924;
  --shop-footer-muted: #6c6b63;
  --shop-footer-line: #e2e1da;
  --shop-footer-accent: #5b4f35;
  --shop-footer-accent-soft: #ece7dd;
}

body.mlmg-public-shop[class] .shop-store-footer.shop-commerce-footer {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 16px 0 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-top: 1px solid var(--shop-footer-line) !important;
  border-radius: 0 !important;
  color: var(--shop-footer-text) !important;
  background: var(--shop-footer-surface) !important;
  box-shadow: none !important;
  isolation: isolate;
}

body.mlmg-public-shop main > .shop-help-hub:last-child {
  margin-bottom: 0 !important;
}

body.mlmg-public-shop main:has(> .shop-help-hub:last-child) {
  padding-bottom: 20px !important;
}

body.mlmg-public-shop .ux40-shell:has(> main > .shop-help-hub:last-child) {
  padding-bottom: 0 !important;
}

body.mlmg-public-shop .shop-commerce-footer,
body.mlmg-public-shop .shop-commerce-footer * {
  box-sizing: border-box;
  letter-spacing: 0;
}

body.mlmg-public-shop .shop-commerce-footer :is(a, button, summary) {
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

body.mlmg-public-shop .shop-commerce-footer :is(a, button) {
  text-decoration: none;
}

.shop-commerce-footer__inner {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.shop-commerce-footer__main {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, .72fr) minmax(280px, .9fr);
  align-items: start;
  gap: clamp(28px, 3.5vw, 52px);
  padding: clamp(32px, 4vw, 54px) 0 clamp(28px, 3.5vw, 46px);
}

.shop-commerce-footer__brand {
  min-width: 0;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
}

.shop-commerce-footer__logo {
  width: 68px;
  height: 68px;
  border: 1px solid var(--shop-footer-line);
  border-radius: 14px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--shop-footer-accent);
  background: #fff;
  box-shadow: 0 8px 24px rgba(26, 56, 47, .07);
}

.shop-commerce-footer__logo :is(img, span) {
  width: 100%;
  height: 100%;
}

.shop-commerce-footer__logo img {
  display: block;
  object-fit: contain;
  padding: 7px;
}

.shop-commerce-footer__logo > span {
  display: grid;
  place-items: center;
  font-size: 1.55rem;
  font-weight: 900;
}

.shop-commerce-footer__identity {
  min-width: 0;
}

.shop-commerce-footer__identity > span,
.shop-commerce-footer__eyebrow {
  display: block;
  margin-bottom: 5px;
  color: var(--shop-footer-accent);
  font-size: .72rem;
  font-weight: 800;
}

.shop-commerce-footer__identity > strong {
  display: block;
  overflow-wrap: anywhere;
  color: var(--shop-footer-text);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 900;
  line-height: 1.55;
}

.shop-commerce-footer__description {
  grid-column: 1 / -1;
  max-width: 520px;
  max-height: 6.2em;
  margin-top: 16px;
  overflow: hidden;
  color: var(--shop-footer-muted);
  font-size: .88rem;
  line-height: 2.05;
}

.shop-commerce-footer__description :is(p, div) {
  margin: 0;
}

.shop-commerce-footer__social {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  margin-top: 4px;
}

.shop-commerce-footer__social a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--shop-footer-muted);
  font-size: .8rem;
  font-weight: 750;
  transition: color .2s ease, transform .2s ease;
}

.shop-commerce-footer__social a i {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border: 1px solid var(--shop-footer-line);
  border-radius: 50%;
  color: var(--shop-footer-accent);
  background: rgba(255, 255, 255, .68);
  font-size: .82rem;
}

.shop-commerce-footer__navigation {
  min-width: 0;
  padding-inline: clamp(20px, 2.6vw, 34px);
  border-inline: 1px solid var(--shop-footer-line);
}

.shop-commerce-footer__navigation details + details {
  margin-top: 22px;
}

.shop-commerce-footer__navigation summary {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  list-style: none;
  color: var(--shop-footer-text);
  font-size: .88rem;
  font-weight: 900;
  cursor: default;
}

.shop-commerce-footer__navigation summary::-webkit-details-marker {
  display: none;
}

.shop-commerce-footer__navigation summary > i {
  display: none;
}

.shop-commerce-footer__navigation details > div {
  display: grid;
  gap: 2px;
  padding-top: 7px;
}

.shop-commerce-footer__navigation details > div > :is(a, button) {
  position: relative;
  width: 100%;
  min-height: 39px;
  padding: 5px 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  color: var(--shop-footer-muted);
  background: transparent;
  font-size: .82rem;
  font-weight: 720;
  text-align: start;
  cursor: pointer;
  transition: color .2s ease, transform .2s ease;
}

.shop-commerce-footer__navigation details > div > :is(a, button) i {
  width: 20px;
  color: var(--shop-footer-accent);
  font-size: .78rem;
  text-align: center;
}

.shop-commerce-footer__support {
  min-width: 0;
}

.shop-commerce-footer__support h2 {
  max-width: 330px;
  margin: 0 0 18px;
  color: var(--shop-footer-text);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.8;
}

.shop-commerce-footer__support-actions {
  display: grid;
  gap: 10px;
}

.shop-commerce-footer__track,
.shop-commerce-footer__contact {
  width: 100%;
  min-height: 58px;
  padding: 9px 13px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 11px;
  text-align: start;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.shop-commerce-footer__track {
  border: 1px solid var(--shop-footer-accent);
  color: var(--shop-footer-accent-ink);
  background: var(--shop-footer-accent);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--shop-footer-accent), transparent 82%);
}

.shop-commerce-footer__contact {
  border: 1px solid var(--shop-footer-line);
  color: var(--shop-footer-text);
  background: rgba(255, 255, 255, .58);
}

.shop-commerce-footer__track > i,
.shop-commerce-footer__contact > i {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 9px;
  display: grid;
  place-items: center;
}

.shop-commerce-footer__track > i {
  color: var(--shop-footer-accent);
  background: rgba(255, 255, 255, .9);
}

.shop-commerce-footer__contact > i {
  color: var(--shop-footer-accent);
  background: var(--shop-footer-accent-soft);
}

.shop-commerce-footer__track span,
.shop-commerce-footer__contact span,
.shop-commerce-footer__hours span,
.shop-commerce-footer__address span {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.shop-commerce-footer__track small,
.shop-commerce-footer__contact small,
.shop-commerce-footer__hours small,
.shop-commerce-footer__address small {
  color: inherit;
  font-size: .66rem;
  font-weight: 650;
  opacity: .76;
}

.shop-commerce-footer__track b,
.shop-commerce-footer__contact b,
.shop-commerce-footer__hours b,
.shop-commerce-footer__address b {
  overflow-wrap: anywhere;
  color: inherit;
  font-size: .82rem;
  font-weight: 850;
  line-height: 1.55;
}

.shop-commerce-footer__hours,
.shop-commerce-footer__address {
  margin: 13px 0 0;
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 10px;
  color: var(--shop-footer-muted);
  font-style: normal;
}

.shop-commerce-footer__hours > i,
.shop-commerce-footer__address > i {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  color: var(--shop-footer-accent);
}

.shop-commerce-footer__bottom {
  min-height: 58px;
  padding: 13px 0;
  border-top: 1px solid var(--shop-footer-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--shop-footer-muted);
  font-size: .74rem;
  line-height: 1.8;
}

.shop-commerce-footer__bottom b {
  flex: 0 0 auto;
  color: var(--shop-footer-accent);
  font-size: .72rem;
  font-weight: 800;
}

.shop-commerce-footer :is(a, button, summary):focus-visible {
  outline: 3px solid color-mix(in srgb, var(--shop-footer-accent), transparent 62%);
  outline-offset: 3px;
}

@media (hover: hover) {
  .shop-commerce-footer__social a:hover,
  .shop-commerce-footer__navigation details > div > :is(a, button):hover {
    color: var(--shop-footer-accent);
    transform: translateX(-3px);
  }

  .shop-commerce-footer__track:hover,
  .shop-commerce-footer__contact:hover {
    transform: translateY(-2px);
  }

  .shop-commerce-footer__track:hover {
    box-shadow: 0 14px 30px color-mix(in srgb, var(--shop-footer-accent), transparent 76%);
  }

  .shop-commerce-footer__contact:hover {
    border-color: color-mix(in srgb, var(--shop-footer-accent), transparent 54%);
  }
}

@media (max-width: 860px) {
  .shop-commerce-footer__inner {
    width: min(100% - 32px, 680px);
  }

  .shop-commerce-footer__main {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding-top: 28px;
  }

  .shop-commerce-footer__navigation {
    margin-top: 24px;
    padding: 0;
    border-inline: 0;
    border-top: 1px solid var(--shop-footer-line);
  }

  .shop-commerce-footer__navigation details + details {
    margin-top: 0;
  }

  .shop-commerce-footer__navigation details {
    border-bottom: 1px solid var(--shop-footer-line);
  }

  .shop-commerce-footer__navigation summary {
    min-height: 52px;
    cursor: pointer;
  }

  .shop-commerce-footer__navigation summary > i {
    display: inline-block;
    color: var(--shop-footer-accent);
    font-size: .7rem;
    transition: transform .2s ease;
  }

  .shop-commerce-footer__navigation details[open] summary > i {
    transform: rotate(180deg);
  }

  .shop-commerce-footer__navigation details > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px 18px;
    padding: 0 0 12px;
  }

  .shop-commerce-footer__support {
    margin-top: 26px;
  }

  .shop-commerce-footer__support-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-commerce-footer__support-actions > :only-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  body.mlmg-public-shop[class] .shop-store-footer.shop-commerce-footer {
    margin-top: 12px !important;
    margin-bottom: calc(82px + env(safe-area-inset-bottom)) !important;
  }

  body.mlmg-public-shop main:has(> .shop-help-hub:last-child) {
    padding-bottom: 10px !important;
  }

  .shop-commerce-footer__inner {
    width: min(100% - 28px, 480px);
  }

  .shop-commerce-footer__main {
    padding-top: 24px;
    padding-bottom: 22px;
  }

  .shop-commerce-footer__brand {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
  }

  .shop-commerce-footer__logo {
    width: 58px;
    height: 58px;
    border-radius: 12px;
  }

  .shop-commerce-footer__identity > strong {
    font-size: 1.12rem;
  }

  .shop-commerce-footer__description {
    margin-top: 13px;
    font-size: .82rem;
  }

  .shop-commerce-footer__navigation details > div,
  .shop-commerce-footer__support-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .shop-commerce-footer__support h2 {
    margin-bottom: 14px;
    font-size: .98rem;
  }

  .shop-commerce-footer__bottom {
    min-height: 72px;
    display: grid;
    justify-items: center;
    gap: 3px;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shop-commerce-footer * {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.mlmg-public-shop .mlmg-storefront-blog-link {
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid rgba(26, 60, 70, .18);
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #173e49;
  background: rgba(255, 255, 255, .9);
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.mlmg-public-shop .mlmg-storefront-blog-link:hover,
.mlmg-public-shop .mlmg-storefront-blog-link:focus-visible {
  border-color: #087f5b;
  color: #065f46;
  background: #fff;
}

.mlmg-public-shop .mlmg-storefront-blog-link:focus-visible {
  outline: 3px solid rgba(8, 127, 91, .24);
  outline-offset: 2px;
}

@media (max-width: 700px) {
  .mlmg-public-shop .mlmg-storefront-blog-link {
    width: 40px;
    min-width: 40px;
    padding: 0;
  }

  .mlmg-public-shop .mlmg-storefront-blog-link span {
    display: none;
  }
}

/* v67.18: accessible storefront hero carousel. */
.mlmg-public-shop .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.mlmg-public-shop .mlmg-hero-carousel {
  position: relative;
  width: 100%;
  isolation: isolate;
  touch-action: pan-y pinch-zoom;
}

.mlmg-public-shop .mlmg-hero-carousel-track {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.mlmg-public-shop .mlmg-hero-slide {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 5px, 0) scale(.995);
  transition: opacity 360ms ease, transform 440ms cubic-bezier(.22, 1, .36, 1), visibility 360ms ease;
}

.mlmg-public-shop .mlmg-hero-slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.mlmg-public-shop .mlmg-hero-slide-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: #eef4f1;
}

.mlmg-public-shop .mlmg-hero-slide-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.mlmg-public-shop .mlmg-hero-carousel-arrows {
  position: absolute;
  z-index: 8;
  inset: 50% 12px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  transform: translateY(-50%);
}

.mlmg-public-shop .mlmg-hero-carousel-arrows button {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 8px;
  padding: 0;
  display: grid;
  place-items: center;
  color: #145b47;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 8px 22px rgba(20, 65, 52, .16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
  pointer-events: auto;
  transition: color 160ms ease, background-color 160ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.mlmg-public-shop .mlmg-hero-carousel-arrows button i {
  color: inherit;
  background: transparent !important;
  font-size: 1.35rem;
  line-height: 1;
}

.mlmg-public-shop .mlmg-hero-carousel-dots {
  position: absolute;
  z-index: 9;
  right: 50%;
  bottom: 14px;
  min-height: 30px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 8px 20px rgba(20, 65, 52, .12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translateX(50%);
}

.mlmg-public-shop .mlmg-hero-carousel-dots button {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  border: 0;
  border-radius: 50%;
  padding: 5px;
  display: grid;
  place-items: center;
  background: transparent;
  cursor: pointer;
}

.mlmg-public-shop .mlmg-hero-carousel-dots button > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: block;
  background: #899b95;
  transition: width 180ms ease, border-radius 180ms ease, background-color 180ms ease;
}

.mlmg-public-shop .mlmg-hero-carousel-dots button.is-active > span {
  width: 16px;
  border-radius: 999px;
  background: #087f5b;
}

.mlmg-public-shop .mlmg-hero-carousel :is(button, a):focus-visible {
  outline: 3px solid #ffd166;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .mlmg-public-shop .mlmg-hero-carousel-arrows button:hover {
    color: #fff;
    background: #087f5b;
    box-shadow: 0 12px 28px rgba(8, 127, 91, .26);
    transform: translateY(-2px);
  }
}

@media (max-width: 700px) {
  .mlmg-public-shop .mlmg-hero-carousel-arrows {
    inset-inline: 7px;
  }

  .mlmg-public-shop .mlmg-hero-carousel-arrows button {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
  }

  .mlmg-public-shop .mlmg-hero-carousel-dots {
    bottom: 8px;
    min-height: 26px;
    padding: 4px 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mlmg-public-shop .mlmg-hero-slide,
  .mlmg-public-shop .mlmg-hero-carousel :is(button, button > span) {
    transition: none !important;
  }
}
