:root {
  --mlgsf-ink: #10233f;
  --mlgsf-ink-2: #1e3554;
  --mlgsf-blue: #1259a7;
  --mlgsf-blue-2: #0a75c9;
  --mlgsf-sky: #eaf4ff;
  --mlgsf-accent: #ff8a1f;
  --mlgsf-paper: #ffffff;
  --mlgsf-soft: #f4f7fb;
  --mlgsf-line: #dce5ef;
  --mlgsf-muted: #607187;
  --mlgsf-shadow: 0 18px 55px rgba(16, 35, 63, .13);
  --mlgsf-radius: 20px;
}

.mlgsf-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* The replacement module is the switch: disabling it immediately restores these blocks. */
body#index .tvcmsslider,
body#index .tvcmscategoryslider,
body#index .tvcmscategorychainslider,
body#index .tvcmstabproducts,
body#index .tvcmsfeaturedproducts,
body#index .tvcmsnewproducts,
body#index .tvcmsbestsellerproducts,
body#index .tvcmsspecialproducts,
body#index .tvcmscategoryproduct,
body#index .tvcmsofferbanner,
body#index .tvcmstwoofferbanner,
body#index .tvcmsblogdisplayposts,
body#index .tvcms-slider-offerbanner-wrapper,
body#index .tvcmsmain-slider-wrapper,
body#index .tvcmsleftsideofferbanners-one,
body#index .tvcmscustomer-services,
body#index .tvcmstwoofferbanners-one,
body#index .tvcmstab-title-product,
body#index .tvcmsspecial-product,
body#index .tvcmstabcategory-product-slider,
body#index .tvcmsofferbanners-one,
body#index .tvcmscategory-chain-slider,
body#index .mlg-marketfront {
  display: none !important;
}

body#index #left-column {
  display: none !important;
}

body#index #content-wrapper {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}

.mlgsf-corporate-active .tvcms-header-cart,
.mlgsf-corporate-active .ttvcms-wishlist-icon,
.mlgsf-corporate-active .tvcmsdesktop-view-compare,
.mlgsf-corporate-active .tvcmsright-sticky,
.mlgsf-corporate-active .mgf-search {
  display: none !important;
}

.tv-menu-horizontal,
.tvcmsverticalmenu {
  display: none !important;
}

.mlgsf-nav,
.mlgsf-departments,
.mlgsf-home,
.mlgsf-home * {
  box-sizing: border-box;
}

.mlgsf-shell {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.mlgsf-nav {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 58px;
  border-radius: 12px;
  background: var(--mlgsf-paper);
  box-shadow: 0 8px 30px rgba(16, 35, 63, .09);
  z-index: 40;
}

.mlgsf-nav__brand {
  display: flex;
  align-items: baseline;
  gap: 4px;
  padding: 0 22px;
  color: var(--mlgsf-ink) !important;
  text-decoration: none !important;
  border-right: 1px solid var(--mlgsf-line);
  font-weight: 800;
  letter-spacing: .035em;
}

.mlgsf-nav__brand span {
  font-size: 1.1rem;
}

.mlgsf-nav__brand small {
  color: var(--mlgsf-blue);
  font-size: .6rem;
  letter-spacing: .16em;
}

.tvcms-header-menu #tvdesktop-megamenu .mlgsf-nav__brand {
  display: none;
}

.tvcms-header-menu #tvdesktop-megamenu .mlgsf-nav__link {
  padding-right: 10px;
  padding-left: 10px;
  font-size: .78rem;
}

.mlgsf-nav__toggle {
  display: none;
  margin-left: auto;
  min-width: 52px;
  border: 0;
  background: transparent;
  color: var(--mlgsf-ink);
}

.mlgsf-nav__items {
  display: flex;
  align-items: stretch;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mlgsf-nav__item {
  display: flex;
  align-items: stretch;
  margin: 0;
}

.mlgsf-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  min-height: 58px;
  padding: 0 14px;
  border: 0;
  background: transparent;
  color: var(--mlgsf-ink) !important;
  text-decoration: none !important;
  font-size: .86rem;
  font-weight: 700;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease;
}

.mlgsf-nav__link:hover,
.mlgsf-nav__link:focus-visible,
.mlgsf-nav__disclosure[aria-expanded="true"] {
  color: var(--mlgsf-blue) !important;
  background: var(--mlgsf-sky);
  outline: none;
}

.mlgsf-nav__link .material-icons {
  font-size: 18px;
}

.mlgsf-nav__panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  display: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  max-height: min(64vh, 540px);
  padding: 26px;
  overflow: auto;
  border: 1px solid var(--mlgsf-line);
  border-radius: 16px;
  background: var(--mlgsf-paper);
  box-shadow: var(--mlgsf-shadow);
}

.mlgsf-nav__panel--catalog {
  grid-template-columns: repeat(var(--mlgsf-catalog-columns, 4), minmax(0, 1fr));
  align-items: start;
}

.mlgsf-nav__panel--catalog .mlgsf-nav__group {
  margin: 0;
}

.mlgsf-nav__catalog-column {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 24px;
}

.mlgsf-nav__disclosure[aria-expanded="true"] + .mlgsf-nav__panel {
  display: grid;
}

.mlgsf-nav__group {
  min-width: 0;
  padding: 0 8px;
}

.mlgsf-nav__group-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--mlgsf-ink) !important;
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none !important;
}

.mlgsf-nav__group-title small {
  color: var(--mlgsf-muted);
  font-weight: 600;
}

.mlgsf-nav__group ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.mlgsf-nav__group li {
  margin: 5px 0;
}

.mlgsf-nav__group li a {
  color: var(--mlgsf-muted) !important;
  font-size: .83rem;
  line-height: 1.35;
  text-decoration: none !important;
}

.mlgsf-nav__tree li[data-depth="2"] a {
  padding-left: 12px;
}

.mlgsf-nav__tree li[data-depth="3"] a,
.mlgsf-nav__tree li[data-depth="4"] a,
.mlgsf-nav__tree li[data-depth="5"] a {
  padding-left: 24px;
}

.mlgsf-nav__group a:hover,
.mlgsf-nav__group a:focus-visible {
  color: var(--mlgsf-blue) !important;
}

.mlgsf-departments {
  position: relative;
  width: 100%;
  z-index: 41;
}

.mlgsf-departments__toggle {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 0;
  border-radius: 11px;
  background: var(--mlgsf-ink);
  color: #fff;
  text-align: left;
}

.mlgsf-departments__toggle strong {
  flex: 1 1 auto;
  font-size: .9rem;
}

.mlgsf-departments__chevron {
  transition: transform .2s ease;
}

.mlgsf-departments__toggle[aria-expanded="true"] .mlgsf-departments__chevron {
  transform: rotate(180deg);
}

.mlgsf-departments__list {
  position: absolute;
  top: calc(100% + 7px);
  left: 0;
  display: none;
  width: min(330px, 90vw);
  max-height: 66vh;
  margin: 0;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid var(--mlgsf-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--mlgsf-shadow);
  list-style: none;
}

.mlgsf-departments__list.is-open {
  display: block;
}

.mlgsf-departments__list > li {
  border-bottom: 1px solid #edf1f6;
}

.mlgsf-departments__list > li:last-child {
  border-bottom: 0;
}

.mlgsf-departments__list > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 9px;
  color: var(--mlgsf-ink) !important;
  font-size: .88rem;
  font-weight: 750;
  text-decoration: none !important;
}

.mlgsf-departments__utilities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 5px 0 10px;
}

.mlgsf-departments__utilities > a {
  display: flex !important;
  justify-content: flex-start !important;
  gap: 7px !important;
  min-height: 42px;
  border-radius: 9px;
  background: var(--mlgsf-sky);
  color: var(--mlgsf-ink) !important;
  font-size: .76rem !important;
}

.mlgsf-departments__utilities .material-icons {
  color: var(--mlgsf-blue);
  font-size: 18px;
}

.mlgsf-departments__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
  align-items: center;
}

.mlgsf-departments__row > a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 9px;
  color: var(--mlgsf-ink) !important;
  font-size: .86rem;
  font-weight: 750;
  line-height: 1.3;
  overflow-wrap: anywhere;
  text-decoration: none !important;
}

.mlgsf-tree-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--mlgsf-muted);
}

.mlgsf-tree-toggle:hover,
.mlgsf-tree-toggle:focus-visible,
.mlgsf-tree-toggle[aria-expanded="true"] {
  background: var(--mlgsf-sky);
  color: var(--mlgsf-blue);
  outline: none;
}

.mlgsf-tree-toggle .material-icons {
  font-size: 20px;
  transition: transform .2s ease;
}

.mlgsf-tree-toggle[aria-expanded="true"] .material-icons {
  transform: rotate(180deg);
}

.mlgsf-departments__tree[hidden] {
  display: none !important;
}

.mlgsf-departments__tree li[data-depth="2"] a {
  padding-left: 14px;
}

.mlgsf-departments__tree li[data-depth="3"] a,
.mlgsf-departments__tree li[data-depth="4"] a,
.mlgsf-departments__tree li[data-depth="5"] a {
  padding-left: 27px;
}

.mlgsf-departments__list a:hover,
.mlgsf-departments__list a:focus-visible {
  color: var(--mlgsf-blue) !important;
}

.mlgsf-departments__list small {
  color: var(--mlgsf-muted);
  font-weight: 600;
}

.mlgsf-departments__list ul {
  margin: -2px 0 9px;
  padding: 0 9px 0 20px;
  list-style: none;
}

.mlgsf-departments__list ul li {
  margin: 5px 0;
}

.mlgsf-departments__list ul a {
  color: var(--mlgsf-muted) !important;
  font-size: .8rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-decoration: none !important;
}

.mlgsf-departments__tree a {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
}

.mlgsf-departments--column {
  margin-bottom: 24px;
}

.mlgsf-departments--column .mlgsf-departments__list {
  position: static;
  width: 100%;
  max-height: 70vh;
  margin-top: 7px;
  overflow: auto;
  box-shadow: 0 8px 24px rgba(16, 35, 63, .08);
}

.mlgsf-home {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: var(--mlgsf-ink);
  background: #fff;
  font-family: inherit;
}

.mlgsf-home h1,
.mlgsf-home h2,
.mlgsf-home h3,
.mlgsf-home p {
  margin-top: 0;
}

.mlgsf-home h1,
.mlgsf-home h2,
.mlgsf-home h3 {
  color: var(--mlgsf-ink);
  font-family: inherit;
  font-weight: 800;
  letter-spacing: -.025em;
}

.mlgsf-eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: #dcecff;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.mlgsf-eyebrow--dark {
  color: var(--mlgsf-blue);
}

.mlgsf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mlgsf-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: .88rem;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.mlgsf-button:hover,
.mlgsf-button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.mlgsf-button--primary {
  background: var(--mlgsf-accent);
  color: #17243a !important;
  box-shadow: 0 10px 30px rgba(255, 138, 31, .24);
}

.mlgsf-button--ghost {
  border-color: rgba(255, 255, 255, .55);
  background: rgba(255, 255, 255, .08);
  color: #fff !important;
  backdrop-filter: blur(8px);
}

.mlgsf-button--light {
  background: #fff;
  color: var(--mlgsf-ink) !important;
}

.mlgsf-button--outline-light {
  border-color: rgba(255, 255, 255, .5);
  color: #fff !important;
}

.mlgsf-corp-hero,
.mlgsf-shop-hero {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0c2343;
}

.mlgsf-corp-hero__image,
.mlgsf-shop-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mlgsf-corp-hero__overlay,
.mlgsf-shop-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 26, 53, .94) 0%, rgba(7, 26, 53, .82) 43%, rgba(7, 26, 53, .3) 72%, rgba(7, 26, 53, .08) 100%);
}

.mlgsf-corp-hero__content,
.mlgsf-shop-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 84px;
  padding-bottom: 84px;
}

.mlgsf-corp-hero__content h1,
.mlgsf-shop-hero__content h1 {
  max-width: 820px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(2.55rem, 5vw, 4.9rem);
  line-height: 1.02;
}

.mlgsf-shop-hero__content h1 {
  max-width: 700px;
  font-size: clamp(2.4rem, 4.7vw, 4.45rem);
}

.mlgsf-corp-hero__content > p,
.mlgsf-shop-hero__content > p {
  max-width: 680px;
  margin-bottom: 30px;
  color: #e7eef8;
  font-size: 1.1rem;
  line-height: 1.75;
}

.mlgsf-corp-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 36px;
  color: #f3f7fc;
  font-size: .84rem;
  font-weight: 700;
}

.mlgsf-corp-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.mlgsf-corp-proof .material-icons {
  color: #82bff5;
  font-size: 20px;
}

.mlgsf-section {
  padding: 96px 0;
}

.mlgsf-section--soft {
  background: var(--mlgsf-soft);
}

.mlgsf-section-heading {
  max-width: 790px;
  margin-bottom: 44px;
}

.mlgsf-section-heading h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 3.6vw, 3.25rem);
  line-height: 1.08;
}

.mlgsf-section-heading p {
  margin-bottom: 0;
  color: var(--mlgsf-muted);
  font-size: 1rem;
  line-height: 1.72;
}

.mlgsf-section-heading--split {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: end;
  gap: 60px;
  max-width: none;
}

.mlgsf-text-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--mlgsf-blue) !important;
  font-weight: 800;
  text-decoration: none !important;
}

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

.mlgsf-lines article {
  min-height: 250px;
  padding: 30px;
  border: 1px solid var(--mlgsf-line);
  border-radius: var(--mlgsf-radius);
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.mlgsf-lines article:hover {
  transform: translateY(-4px);
  border-color: #bed4ea;
  box-shadow: var(--mlgsf-shadow);
}

.mlgsf-lines .material-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
  border-radius: 14px;
  background: var(--mlgsf-sky);
  color: var(--mlgsf-blue);
}

.mlgsf-lines h3 {
  margin-bottom: 11px;
  font-size: 1.2rem;
}

.mlgsf-lines p {
  margin-bottom: 0;
  color: var(--mlgsf-muted);
  line-height: 1.65;
}

.mlgsf-store-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.mlgsf-store-card {
  position: relative;
  grid-column: span 2;
  min-height: 330px;
  overflow: hidden;
  border-radius: var(--mlgsf-radius);
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 12px 35px rgba(16, 35, 63, .13);
}

.mlgsf-store-card:nth-child(4),
.mlgsf-store-card:nth-child(5) {
  grid-column: span 3;
}

.mlgsf-store-card img,
.mlgsf-store-card__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mlgsf-store-card img {
  object-fit: cover;
  transition: transform .45s ease;
}

.mlgsf-store-card__shade {
  background: linear-gradient(180deg, rgba(9, 28, 56, .08), rgba(9, 28, 56, .9));
}

.mlgsf-store-card__content {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.mlgsf-store-card__content strong {
  margin-bottom: 8px;
  font-size: 1.35rem;
}

.mlgsf-store-card__content small {
  min-height: 44px;
  color: #e6eef8;
  font-size: .88rem;
  line-height: 1.5;
}

.mlgsf-store-card__content em {
  margin-top: 17px;
  color: #fff;
  font-size: .83rem;
  font-style: normal;
  font-weight: 800;
}

.mlgsf-store-card:hover img,
.mlgsf-store-card:focus-visible img {
  transform: scale(1.045);
}

.mlgsf-support-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.mlgsf-support-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3.4vw, 3.15rem);
  line-height: 1.08;
}

.mlgsf-support-copy p {
  color: var(--mlgsf-muted);
  font-size: 1rem;
  line-height: 1.72;
}

.mlgsf-support-links {
  display: grid;
  gap: 12px;
}

.mlgsf-support-links a {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 15px;
  align-items: center;
  min-height: 76px;
  padding: 13px 18px;
  border: 1px solid var(--mlgsf-line);
  border-radius: 16px;
  color: var(--mlgsf-ink) !important;
  text-decoration: none !important;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.mlgsf-support-links a:hover,
.mlgsf-support-links a:focus-visible {
  transform: translateX(4px);
  border-color: #b9d3ec;
  box-shadow: 0 10px 30px rgba(16, 35, 63, .08);
  outline: none;
}

.mlgsf-support-links .material-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--mlgsf-sky);
  color: var(--mlgsf-blue);
}

.mlgsf-logistics,
.mlgsf-help-banner {
  padding: 64px 0;
  background: linear-gradient(120deg, #0a2a55, #0f5da6);
  color: #fff;
}

.mlgsf-logistics__inner,
.mlgsf-help-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.mlgsf-logistics__inner > div:first-child,
.mlgsf-help-banner__inner > div:first-child {
  max-width: 650px;
}

.mlgsf-logistics .material-icons,
.mlgsf-help-banner .material-icons {
  margin-bottom: 14px;
  color: #8cc9ff;
  font-size: 38px;
}

.mlgsf-logistics h2,
.mlgsf-help-banner h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 2rem;
}

.mlgsf-logistics p,
.mlgsf-help-banner p {
  margin-bottom: 0;
  color: #dceaff;
  line-height: 1.65;
}

.mlgsf-trust {
  padding: 34px 0;
  border-bottom: 1px solid var(--mlgsf-line);
  background: #fff;
}

.mlgsf-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.mlgsf-trust__grid > div {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
}

.mlgsf-trust__grid .material-icons {
  grid-row: span 2;
  color: var(--mlgsf-blue);
}

.mlgsf-trust__grid strong {
  font-size: .92rem;
}

.mlgsf-trust__grid small {
  color: var(--mlgsf-muted);
  font-size: .76rem;
  line-height: 1.35;
}

.mlgsf-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.mlgsf-category-card {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 94px;
  padding: 17px;
  border: 1px solid var(--mlgsf-line);
  border-radius: 16px;
  background: #fff;
  color: var(--mlgsf-ink) !important;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.mlgsf-category-card:hover,
.mlgsf-category-card:focus-visible {
  transform: translateY(-3px);
  border-color: #b7d1eb;
  box-shadow: 0 12px 32px rgba(16, 35, 63, .1);
  outline: none;
}

.mlgsf-category-card .material-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: var(--mlgsf-sky);
  color: var(--mlgsf-blue);
}

.mlgsf-category-card strong {
  font-size: .88rem;
  line-height: 1.35;
}

.mlgsf-category-card small {
  color: var(--mlgsf-muted);
  font-size: .75rem;
  font-weight: 700;
}

.mlgsf-product-tabs__list {
  display: flex;
  gap: 7px;
  margin-bottom: 28px;
  padding-bottom: 7px;
  overflow-x: auto;
}

.mlgsf-product-tabs__list button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--mlgsf-line);
  border-radius: 999px;
  background: #fff;
  color: var(--mlgsf-muted);
  font-size: .85rem;
  font-weight: 800;
  white-space: nowrap;
}

.mlgsf-product-tabs__list button[aria-selected="true"] {
  border-color: var(--mlgsf-ink);
  background: var(--mlgsf-ink);
  color: #fff;
}

.mlgsf-product-tabs__list button:focus-visible {
  outline: 3px solid rgba(18, 89, 167, .25);
  outline-offset: 2px;
}

.mlgsf-product-panel[hidden] {
  display: none !important;
}

.mlgsf-product-shelves {
  display: grid;
  gap: 28px;
}

.mlgsf-product-shelf {
  padding: 24px;
  border: 1px solid var(--mlgsf-line);
  border-radius: 22px;
  background: #f8fafc;
  box-shadow: 0 10px 34px rgba(16, 35, 63, .06);
}

.mlgsf-product-shelf--offers {
  border-color: #f0d7a8;
  background: #fffaf0;
}

.mlgsf-product-shelf__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.mlgsf-product-shelf__heading h3 {
  margin: 0;
  font-size: 1.35rem;
}

.mlgsf-product-shelf__heading a {
  color: var(--mlgsf-blue) !important;
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none !important;
  white-space: nowrap;
}

.mlgsf-product-shelf__empty {
  margin: 0;
  padding: 28px;
  border: 1px dashed #cbd5e1;
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
  color: var(--mlgsf-muted);
  text-align: center;
}

.mlgsf-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.mlgsf-product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--mlgsf-line);
  border-radius: 18px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.mlgsf-product-card:hover {
  transform: translateY(-4px);
  border-color: #b8d0e7;
  box-shadow: 0 16px 44px rgba(16, 35, 63, .12);
}

.mlgsf-product-card__visual {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  padding: 16px;
  background: #f7f9fc;
}

.mlgsf-product-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.mlgsf-product-card__badge {
  position: absolute;
  top: 13px;
  left: 13px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #e4f7ed;
  color: #17633b;
  font-size: .66rem;
  font-weight: 800;
}

.mlgsf-product-card__body {
  padding: 18px;
}

.mlgsf-product-card h3 {
  min-height: 48px;
  margin-bottom: 14px;
  font-size: .9rem;
  line-height: 1.45;
}

.mlgsf-product-card h3 a {
  color: var(--mlgsf-ink) !important;
  text-decoration: none !important;
}

.mlgsf-product-card__price {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin-bottom: 14px;
}

.mlgsf-product-card__price del {
  color: #8b98a8;
  font-size: .75rem;
}

.mlgsf-product-card__price strong {
  color: var(--mlgsf-blue);
  font-size: 1.15rem;
}

.mlgsf-product-card__link {
  color: var(--mlgsf-ink) !important;
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none !important;
}

.mlgsf-product-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.mlgsf-product-links a {
  color: var(--mlgsf-blue) !important;
  font-size: .84rem;
  font-weight: 800;
  text-decoration: none !important;
}

@media (max-width: 1199px) {
  .mlgsf-nav__brand {
    padding: 0 15px;
  }

  .mlgsf-nav__link {
    padding: 0 9px;
    font-size: .76rem;
  }

  .mlgsf-nav__panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mlgsf-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .mlgsf-nav__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mlgsf-nav__items {
    position: absolute;
    top: calc(100% + 7px);
    left: 0;
    right: 0;
    display: none;
    max-height: 72vh;
    padding: 8px;
    overflow: auto;
    border: 1px solid var(--mlgsf-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--mlgsf-shadow);
  }

  .mlgsf-nav__items.is-open {
    display: block;
  }

  .mlgsf-nav__item,
  .mlgsf-nav__link {
    width: 100%;
  }

  .mlgsf-nav__item--dropdown {
    flex-direction: column;
  }

  .mlgsf-nav__link {
    min-height: 46px;
    justify-content: space-between;
    padding: 0 12px;
    font-size: .86rem;
  }

  .mlgsf-nav__panel {
    position: static;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: none;
    margin-bottom: 8px;
    padding: 16px;
    border-radius: 12px;
    box-shadow: none;
  }

  .mlgsf-corp-hero,
  .mlgsf-shop-hero {
    min-height: 590px;
  }

  .mlgsf-corp-hero__overlay,
  .mlgsf-shop-hero__shade {
    background: linear-gradient(90deg, rgba(7, 26, 53, .94), rgba(7, 26, 53, .72));
  }

  .mlgsf-lines {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mlgsf-store-card,
  .mlgsf-store-card:nth-child(4),
  .mlgsf-store-card:nth-child(5) {
    grid-column: span 3;
  }

  .mlgsf-support-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .mlgsf-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .mlgsf-shell {
    width: min(100% - 28px, 1240px);
  }

  .mlgsf-section {
    padding: 68px 0;
  }

  .mlgsf-section-heading--split {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .mlgsf-corp-hero,
  .mlgsf-shop-hero {
    min-height: 610px;
  }

  .mlgsf-corp-hero__image,
  .mlgsf-shop-hero__image {
    object-position: 68% center;
  }

  .mlgsf-corp-hero__overlay,
  .mlgsf-shop-hero__shade {
    background: linear-gradient(180deg, rgba(7, 26, 53, .62), rgba(7, 26, 53, .96) 72%);
  }

  .mlgsf-corp-hero__content,
  .mlgsf-shop-hero__content {
    align-self: flex-end;
    padding-top: 140px;
    padding-bottom: 58px;
  }

  .mlgsf-corp-hero__content h1,
  .mlgsf-shop-hero__content h1 {
    font-size: clamp(2.25rem, 11vw, 3.4rem);
  }

  .mlgsf-corp-hero__content > p,
  .mlgsf-shop-hero__content > p {
    font-size: .98rem;
  }

  .mlgsf-corp-proof {
    gap: 10px 18px;
  }

  .mlgsf-lines,
  .mlgsf-trust__grid {
    grid-template-columns: 1fr;
  }

  .mlgsf-lines article {
    min-height: 0;
  }

  .mlgsf-store-grid {
    grid-template-columns: 1fr;
  }

  .mlgsf-store-card,
  .mlgsf-store-card:nth-child(4),
  .mlgsf-store-card:nth-child(5) {
    grid-column: auto;
    min-height: 310px;
  }

  .mlgsf-logistics__inner,
  .mlgsf-help-banner__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .mlgsf-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mlgsf-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mlgsf-product-shelf {
    padding: 18px;
  }
}

@media (max-width: 480px) {
  .mlgsf-nav__panel {
    grid-template-columns: 1fr;
  }

  .mlgsf-actions {
    flex-direction: column;
  }

  .mlgsf-button {
    width: 100%;
  }

  .mlgsf-category-grid {
    grid-template-columns: 1fr;
  }

  .mlgsf-product-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .mlgsf-product-card__visual {
    aspect-ratio: 4 / 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mlgsf-home *,
  .mlgsf-nav *,
  .mlgsf-departments * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
