/* MV Miracle Makers Layout 1.3.0 — sticky editorial navigation and footer */
.mm-legacy-hidden {
  display: none !important;
}

.mm-layout-host-cleared {
  display: none !important;
}

body.mm-layout-lock {
  overflow: hidden !important;
}

body.mm-layout-page-inner {
  padding-top: var(--mm-layout-header-height, 98px);
}

.mm-layout-header,
.mm-layout-footer {
  --mm-layout-black: #050505;
  --mm-layout-ink: #0d0d0d;
  --mm-layout-charcoal: #171717;
  --mm-layout-line: #30302d;
  --mm-layout-bone: #f2efe8;
  --mm-layout-silver: #a6a59f;
  --mm-layout-accent: #edff38;
  --mm-layout-display: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  --mm-layout-body: Inter, "Helvetica Neue", Arial, sans-serif;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  box-sizing: border-box;
  color: var(--mm-layout-bone);
  font-family: var(--mm-layout-body);
  font-size: 16px;
  line-height: 1.5;
}

.mm-layout-header *,
.mm-layout-header *::before,
.mm-layout-header *::after,
.mm-layout-footer *,
.mm-layout-footer *::before,
.mm-layout-footer *::after {
  box-sizing: border-box;
}

.mm-layout-header a,
.mm-layout-footer a {
  color: inherit;
  text-decoration: none;
}

.mm-layout-header img,
.mm-layout-footer img {
  display: block;
  max-width: 100%;
}

.mm-layout-header button,
.mm-layout-header input,
.mm-layout-footer button,
.mm-layout-footer input {
  font: inherit;
}

.mm-layout-header button {
  border-radius: 0;
  box-shadow: none;
}

.mm-layout-header :focus-visible,
.mm-layout-footer :focus-visible {
  outline: 3px solid var(--mm-layout-accent);
  outline-offset: 3px;
}

.mm-layout-shell {
  width: min(calc(100% - 56px), 1420px);
  margin-inline: auto;
}

.mm-layout-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

/* Header */
.mm-layout-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background: transparent;
}

.mm-layout-announcement {
  position: relative;
  z-index: 6;
  min-height: 28px;
  overflow: hidden;
  background: var(--mm-layout-accent);
  color: var(--mm-layout-black);
  pointer-events: auto;
}

.mm-layout-announcement__track {
  width: max-content;
  min-height: 28px;
  display: flex;
  align-items: center;
  animation: mm-layout-ticker 26s linear infinite;
}

.mm-layout-announcement p {
  min-width: 50vw;
  margin: 0;
  padding: 6px 34px;
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes mm-layout-ticker {
  to { transform: translateX(-25%); }
}

.mm-layout-bar {
  position: relative;
  z-index: 5;
  margin: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(5, 5, 5, 0.58);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  pointer-events: auto;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.mm-layout-header.is-scrolled .mm-layout-bar,
body.mm-layout-page-inner .mm-layout-bar {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(5, 5, 5, 0.92);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
}

.mm-layout-bar__inner {
  width: min(calc(100% - 34px), 1780px);
  min-height: 68px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  grid-template-areas: "nav logo utilities";
  align-items: center;
  gap: clamp(18px, 2.2vw, 42px);
  transition: min-height 180ms ease;
}

.mm-layout-header.is-scrolled .mm-layout-bar__inner {
  min-height: 60px;
}

.mm-layout-logo {
  grid-area: logo;
  width: 54px;
  height: 54px;
  display: block;
  overflow: hidden;
  justify-self: center;
  transition: width 180ms ease, height 180ms ease;
}

.mm-layout-header.is-scrolled .mm-layout-logo {
  width: 46px;
  height: 46px;
}

.mm-layout-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mm-layout-nav {
  grid-area: nav;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(22px, 2.4vw, 44px);
}

.mm-layout-nav > a,
.mm-layout-nav > button {
  position: relative;
  min-height: 68px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--mm-layout-bone);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: color 160ms ease, min-height 180ms ease;
}

.mm-layout-header.is-scrolled .mm-layout-nav > a,
.mm-layout-header.is-scrolled .mm-layout-nav > button {
  min-height: 60px;
}

.mm-layout-nav > a > span,
.mm-layout-nav > button > span {
  color: var(--mm-layout-accent);
  font-size: 0.48rem;
  letter-spacing: 0.08em;
}

.mm-layout-nav > button svg {
  width: 12px;
  height: 12px;
  margin-left: 2px;
  transition: transform 180ms ease;
}

.mm-layout-header.is-mega-open .mm-layout-nav > button svg {
  transform: rotate(180deg);
}

.mm-layout-nav > a::after,
.mm-layout-nav > button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  height: 1px;
  background: var(--mm-layout-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.mm-layout-nav > a:hover::after,
.mm-layout-nav > button:hover::after,
.mm-layout-header.is-mega-open .mm-layout-nav > button::after {
  transform: scaleX(1);
}

.mm-layout-utilities {
  grid-area: utilities;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 24px;
}

.mm-layout-utility {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--mm-layout-bone);
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.mm-layout-utility svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.mm-layout-utility:hover {
  color: var(--mm-layout-accent);
}

.mm-layout-cart strong {
  min-width: 23px;
  min-height: 23px;
  display: inline-grid;
  place-items: center;
  margin-left: 1px;
  border-radius: 50%;
  background: var(--mm-layout-accent);
  color: var(--mm-layout-black);
  font-size: 0.6rem;
}

.mm-layout-menu-toggle {
  grid-area: nav;
  width: 46px;
  height: 46px;
  display: none;
  align-content: center;
  justify-items: start;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--mm-layout-bone);
  cursor: pointer;
}

.mm-layout-menu-toggle::before,
.mm-layout-menu-toggle::after,
.mm-layout-menu-toggle > span:first-child {
  content: "";
  width: 26px;
  height: 1px;
  display: block;
  background: currentColor;
}

.mm-layout-search,
.mm-layout-mega {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-bottom: 1px solid var(--mm-layout-line);
  background: var(--mm-layout-black);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: opacity 190ms ease, transform 190ms ease, visibility 190ms ease;
}

.mm-layout-search.is-open,
.mm-layout-mega.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mm-layout-panel-index {
  display: block;
  color: var(--mm-layout-accent);
  font-size: 0.56rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mm-layout-search {
  padding-block: 46px 54px;
}

.mm-layout-search form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 18px;
  border-bottom: 1px solid #74746f;
}

.mm-layout-search input {
  min-width: 0;
  min-height: 74px;
  padding: 0 20px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--mm-layout-bone);
  font-family: var(--mm-layout-display);
  font-size: clamp(1.8rem, 4vw, 4.4rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.mm-layout-search input::placeholder {
  color: #555550;
  opacity: 1;
}

.mm-layout-search button {
  min-width: 126px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 4px 0 22px;
  border: 0;
  background: transparent;
  color: var(--mm-layout-accent);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.mm-layout-search button span:last-child {
  font-size: 1.25rem;
}

.mm-layout-mega {
  max-height: calc(100dvh - 116px);
  overflow-y: auto;
  padding-block: 52px;
}

.mm-layout-mega__grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.85fr) minmax(420px, 1.6fr) minmax(210px, 0.65fr);
  gap: clamp(40px, 5vw, 88px);
}

.mm-layout-mega__intro p {
  margin: 18px 0 30px;
  font-family: var(--mm-layout-display);
  font-size: clamp(2.5rem, 4.5vw, 5.2rem);
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 0.82;
  text-transform: uppercase;
}

.mm-layout-mega__intro > a,
.mm-layout-mega__drop > a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: var(--mm-layout-silver);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.mm-layout-mega__intro > a:hover,
.mm-layout-mega__drop > a:hover {
  color: var(--mm-layout-accent);
}

.mm-layout-mega__links {
  display: grid;
  align-content: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--mm-layout-line);
}

.mm-layout-mega__links a {
  min-height: 72px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 12px 16px 12px 0;
  border-bottom: 1px solid var(--mm-layout-line);
  transition: color 160ms ease, padding-left 160ms ease;
}

.mm-layout-mega__links a:nth-child(odd) {
  padding-right: 28px;
  border-right: 1px solid var(--mm-layout-line);
}

.mm-layout-mega__links a:nth-child(even) {
  padding-left: 28px;
}

.mm-layout-mega__links a:hover {
  color: var(--mm-layout-accent);
}

.mm-layout-mega__links span {
  color: var(--mm-layout-accent);
  font-size: 0.5rem;
  font-weight: 950;
}

.mm-layout-mega__links strong {
  overflow: hidden;
  font-family: var(--mm-layout-display);
  font-size: clamp(1rem, 1.4vw, 1.45rem);
  font-weight: 900;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.mm-layout-mega__links i {
  color: var(--mm-layout-silver);
  font-size: 0.9rem;
  font-style: normal;
}

.mm-layout-mega__drop {
  min-height: 280px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--mm-layout-line);
  background: var(--mm-layout-charcoal);
}

.mm-layout-mega__drop > span {
  color: var(--mm-layout-accent);
  font-size: 0.54rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.mm-layout-mega__drop > strong {
  font-family: var(--mm-layout-display);
  font-size: clamp(2.1rem, 3vw, 3.8rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 0.82;
}

.mm-layout-drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
  width: min(94vw, 520px);
  height: 100dvh;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  padding: 24px;
  border-right: 1px solid var(--mm-layout-line);
  background: var(--mm-layout-black);
  transform: translateX(-102%);
  visibility: hidden;
  transition: transform 230ms ease, visibility 230ms ease;
}

.mm-layout-header.is-drawer-open .mm-layout-drawer {
  transform: translateX(0);
  visibility: visible;
}

.mm-layout-drawer__top {
  min-height: 54px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--mm-layout-line);
}

.mm-layout-drawer__top > span {
  padding-top: 8px;
  color: var(--mm-layout-accent);
  font-size: 0.55rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.mm-layout-drawer__close {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--mm-layout-bone);
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}

.mm-layout-drawer__search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  margin-top: 20px;
  border: 1px solid var(--mm-layout-line);
}

.mm-layout-drawer__search input,
.mm-layout-drawer__search button {
  min-height: 48px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--mm-layout-bone);
}

.mm-layout-drawer__search input {
  min-width: 0;
  padding: 0 14px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.mm-layout-drawer__search button {
  color: var(--mm-layout-accent);
  cursor: pointer;
}

.mm-layout-drawer__nav {
  overflow-y: auto;
  padding-block: 20px;
}

.mm-layout-drawer__nav a {
  min-height: 64px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--mm-layout-line);
}

.mm-layout-drawer__nav a > span {
  color: var(--mm-layout-accent);
  font-size: 0.52rem;
  font-weight: 950;
}

.mm-layout-drawer__nav a > strong {
  font-family: var(--mm-layout-display);
  font-size: clamp(1.6rem, 7vw, 2.6rem);
  font-weight: 950;
  line-height: 0.9;
  text-transform: uppercase;
}

.mm-layout-drawer__nav a > i {
  color: var(--mm-layout-silver);
  font-style: normal;
}

.mm-layout-drawer__nav .mm-layout-drawer__category {
  min-height: 48px;
}

.mm-layout-drawer__nav .mm-layout-drawer__category > strong {
  font-size: 1rem;
  line-height: 1.1;
}

.mm-layout-drawer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  padding-top: 18px;
  border-top: 1px solid var(--mm-layout-line);
}

.mm-layout-drawer__bottom a {
  color: var(--mm-layout-silver);
  font-size: 0.59rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.mm-layout-overlay {
  position: fixed;
  inset: 0;
  z-index: 3;
  display: block;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.72);
  opacity: 0;
  visibility: hidden;
  cursor: default;
  transition: opacity 200ms ease, visibility 200ms ease;
}

.mm-layout-header.is-overlay-visible .mm-layout-overlay {
  opacity: 1;
  visibility: visible;
}

/* Footer */
.mm-layout-footer {
  width: 100%;
  max-width: none;
  margin-left: 0;
  overflow: hidden;
  border-top: 1px solid var(--mm-layout-line);
  background: var(--mm-layout-black);
}

.mm-layout-footer__main {
  border-bottom: 1px solid var(--mm-layout-line);
}

.mm-layout-footer__primary {
  display: grid;
  grid-template-columns: minmax(320px, 1.1fr) minmax(520px, 1fr);
  align-items: start;
  gap: clamp(70px, 10vw, 170px);
  padding-block: clamp(64px, 7vw, 112px);
}

.mm-layout-footer__intro > span {
  display: block;
  color: var(--mm-layout-accent);
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mm-layout-footer__intro h2 {
  max-width: 650px;
  margin: 18px 0 0;
  font-family: var(--mm-layout-display);
  font-size: clamp(2.6rem, 4.5vw, 5.3rem);
  font-weight: 950;
  letter-spacing: -0.05em;
  line-height: 0.84;
  text-transform: uppercase;
}

.mm-layout-footer__intro > p {
  max-width: 46ch;
  margin: 24px 0 0;
  color: var(--mm-layout-silver);
  font-size: 0.78rem;
  line-height: 1.7;
}

.mm-layout-footer__shop-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--mm-layout-silver);
  color: var(--mm-layout-bone);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.mm-layout-footer__shop-link:hover {
  border-color: var(--mm-layout-accent);
  color: var(--mm-layout-accent);
}

.mm-layout-footer__shop-link i {
  font-size: 1rem;
  font-style: normal;
}

.mm-layout-footer__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(34px, 5vw, 76px);
}

.mm-layout-footer__column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}

.mm-layout-footer__column h2 {
  margin: 0 0 16px;
  color: var(--mm-layout-bone);
  font-size: 0.59rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mm-layout-footer__column a {
  color: var(--mm-layout-silver);
  font-size: 0.7rem;
  line-height: 1.45;
  transition: color 150ms ease, transform 150ms ease;
}

.mm-layout-footer__column a:hover {
  color: var(--mm-layout-accent);
  transform: translateX(3px);
}

.mm-layout-footer__newsletter {
  max-width: 560px;
  margin-top: 30px;
}

.mm-layout-footer__newsletter .block_newsletter,
.mm-layout-footer__newsletter form {
  width: 100%;
  margin: 0;
  padding: 0 !important;
  background: transparent !important;
}

.mm-layout-footer__newsletter input[type="email"],
.mm-layout-footer__newsletter input[type="text"] {
  min-height: 50px;
  border: 0;
  border-bottom: 1px solid #61615d;
  border-radius: 0;
  background: transparent;
  color: var(--mm-layout-bone);
}

.mm-layout-footer__newsletter button,
.mm-layout-footer__newsletter input[type="submit"] {
  min-height: 50px;
  border: 0;
  border-bottom: 1px solid var(--mm-layout-accent);
  border-radius: 0;
  background: transparent;
  color: var(--mm-layout-accent);
  font-weight: 950;
}

.mm-layout-footer__legal {
  padding-block: 22px;
  background: var(--mm-layout-black);
  color: #777772;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.mm-layout-footer__legal .mm-layout-shell {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}

.mm-layout-footer__legal a {
  justify-self: end;
}

.mm-layout-footer__legal a:hover {
  color: var(--mm-layout-accent);
}

.mm-layout-footer__wordmark {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.1em;
  overflow: hidden;
  padding: clamp(28px, 3vw, 52px) 12px 0;
  color: #181816 !important;
  font-family: var(--mm-layout-display);
  font-size: clamp(5.6rem, 12.1vw, 14.4rem);
  font-weight: 950;
  letter-spacing: -0.075em;
  line-height: 0.72;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  transition: color 220ms ease;
}

.mm-layout-footer__wordmark:hover {
  color: #20201d !important;
}

@media (max-width: 1240px) {
  .mm-layout-bar__inner {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 18px;
  }

  .mm-layout-utilities {
    gap: 16px;
  }

  .mm-layout-account span,
  .mm-layout-search-toggle span {
    display: none;
  }

  .mm-layout-mega__grid {
    grid-template-columns: minmax(220px, 0.75fr) minmax(390px, 1.5fr) minmax(190px, 0.6fr);
    gap: 34px;
  }
}

@media (max-width: 1120px) {
  .mm-layout-bar__inner,
  .mm-layout-header.is-scrolled .mm-layout-bar__inner {
    min-height: 64px;
    grid-template-columns: 54px 1fr auto;
    grid-template-areas: "nav logo utilities";
    gap: 14px;
  }

  .mm-layout-menu-toggle {
    display: grid;
  }

  .mm-layout-logo,
  .mm-layout-header.is-scrolled .mm-layout-logo {
    width: 50px;
    height: 50px;
    justify-self: center;
  }

  .mm-layout-nav,
  .mm-layout-mega {
    display: none;
  }

  .mm-layout-footer__primary {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .mm-layout-footer__links {
    max-width: 760px;
  }
}

@media (max-width: 800px) {
  .mm-layout-shell {
    width: calc(100% - 32px);
  }

  .mm-layout-announcement {
    min-height: 27px;
  }

  .mm-layout-announcement p {
    min-width: 100vw;
    font-size: 0.5rem;
  }

  .mm-layout-bar__inner,
  .mm-layout-header.is-scrolled .mm-layout-bar__inner {
    min-height: 60px;
    grid-template-columns: 44px 1fr auto;
    grid-template-areas: "nav logo utilities";
    gap: 10px;
  }

  .mm-layout-logo,
  .mm-layout-header.is-scrolled .mm-layout-logo {
    width: 46px;
    height: 46px;
  }

  .mm-layout-account,
  .mm-layout-search-toggle {
    display: none;
  }

  .mm-layout-utilities {
    gap: 4px;
  }

  .mm-layout-cart > span {
    display: none;
  }

  .mm-layout-cart strong {
    min-width: 20px;
    min-height: 20px;
  }

  .mm-layout-search {
    padding-block: 30px 36px;
  }

  .mm-layout-search input {
    min-height: 60px;
    font-size: clamp(1.5rem, 7vw, 2.6rem);
  }

  .mm-layout-footer__primary {
    gap: 48px;
    padding-block: 62px;
  }

  .mm-layout-footer__intro h2 {
    font-size: clamp(2.9rem, 10vw, 4.8rem);
  }

  .mm-layout-footer__legal .mm-layout-shell {
    grid-template-columns: 1fr auto;
  }

  .mm-layout-footer__legal .mm-layout-shell > span:nth-child(2) {
    display: none;
  }

  .mm-layout-footer__wordmark {
    font-size: 12vw;
  }
}

@media (max-width: 520px) {
  .mm-layout-search form {
    grid-template-columns: minmax(0, 1fr) 46px;
  }

  .mm-layout-search button {
    min-width: 46px;
    padding: 0;
    justify-content: center;
  }

  .mm-layout-search button span:first-child {
    display: none;
  }

  .mm-layout-drawer {
    width: 100%;
    padding: 20px 18px;
  }

  .mm-layout-footer__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 24px;
  }

  .mm-layout-footer__legal .mm-layout-shell {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .mm-layout-footer__legal a {
    justify-self: start;
  }

  .mm-layout-footer__wordmark {
    display: block;
    padding: 34px 16px 0;
    font-size: 20vw;
    line-height: 0.68;
    text-align: left;
    white-space: normal;
  }

  .mm-layout-footer__wordmark span {
    display: block;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mm-layout-header *,
  .mm-layout-header *::before,
  .mm-layout-header *::after,
  .mm-layout-footer *,
  .mm-layout-footer *::before,
  .mm-layout-footer *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .mm-layout-announcement__track {
    transform: none !important;
  }
}

/* 1.3.0: legibilidad real sobre Warehouse y controles táctiles consistentes. */
.mm-layout-header,
.mm-layout-footer {
  --mm-layout-silver: #b8b8b2;
}

.mm-layout-header .mm-layout-announcement p {
  color: #050505 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
}

.mm-layout-header .mm-layout-nav > a,
.mm-layout-header .mm-layout-nav > button,
.mm-layout-header .mm-layout-utility {
  color: #f2efe8 !important;
  font-size: 13px !important;
  line-height: 1 !important;
}

.mm-layout-header .mm-layout-nav > a > span,
.mm-layout-header .mm-layout-nav > button > span,
.mm-layout-header .mm-layout-panel-index,
.mm-layout-header .mm-layout-mega__links span,
.mm-layout-header .mm-layout-mega__drop > span,
.mm-layout-header .mm-layout-drawer__top > span,
.mm-layout-header .mm-layout-drawer__nav a > span {
  color: #edff38 !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
}

.mm-layout-header .mm-layout-cart strong {
  color: #050505 !important;
  font-size: 11px !important;
}

.mm-layout-header .mm-layout-mega__intro > a,
.mm-layout-header .mm-layout-mega__drop > a,
.mm-layout-header .mm-layout-mega__links strong,
.mm-layout-header .mm-layout-drawer__bottom a,
.mm-layout-header .mm-layout-drawer__search input,
.mm-layout-header .mm-layout-search button {
  color: #f2efe8 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

.mm-layout-header .mm-layout-mega__intro > a:hover,
.mm-layout-header .mm-layout-mega__drop > a:hover,
.mm-layout-header .mm-layout-mega__links a:hover strong {
  color: #edff38 !important;
}

.mm-layout-footer .mm-layout-footer__intro > span,
.mm-layout-footer .mm-layout-footer__column h2 {
  color: #edff38 !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
}

.mm-layout-footer .mm-layout-footer__intro > p {
  color: #c7c6c0 !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

.mm-layout-footer .mm-layout-footer__shop-link,
.mm-layout-footer .mm-layout-footer__column a {
  color: #c7c6c0 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.mm-layout-footer .mm-layout-footer__shop-link:hover,
.mm-layout-footer .mm-layout-footer__column a:hover {
  color: #edff38 !important;
}

.mm-layout-footer .mm-layout-footer__legal,
.mm-layout-footer .mm-layout-footer__legal a {
  color: #a9a9a3 !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

.mm-layout-footer .mm-layout-footer__wordmark {
  color: #151513 !important;
  font-size: clamp(72px, 9vw, 148px) !important;
  line-height: 0.76 !important;
}

.mm-layout-cookie-ready {
  z-index: 1100 !important;
  padding: 14px 20px !important;
  border-top: 1px solid #343431 !important;
  background: #050505 !important;
  color: #f2efe8 !important;
}

.mm-layout-cookie-ready p,
.mm-layout-cookie-ready a {
  color: #f2efe8 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.mm-layout-cookie-ready button,
.mm-layout-cookie-ready .btn {
  min-height: 44px !important;
  padding: 10px 18px !important;
  border: 1px solid #edff38 !important;
  background: #edff38 !important;
  color: #050505 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

@media (max-width: 1120px) {
  .mm-layout-header .mm-layout-menu-toggle,
  .mm-layout-header .mm-layout-utility,
  .mm-layout-header .mm-layout-drawer__close,
  .mm-layout-header .mm-layout-drawer__search button {
    min-width: 44px !important;
    min-height: 44px !important;
  }

  .mm-layout-header .mm-layout-drawer__nav a,
  .mm-layout-header .mm-layout-drawer__nav .mm-layout-drawer__category {
    min-height: 58px !important;
  }

  .mm-layout-header .mm-layout-drawer__nav .mm-layout-drawer__category > strong {
    color: #f2efe8 !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 800px) {
  .mm-layout-header .mm-layout-announcement p {
    font-size: 10px !important;
  }

  .mm-layout-footer .mm-layout-footer__primary {
    gap: 42px;
    padding-block: 52px;
  }

  .mm-layout-footer .mm-layout-footer__wordmark {
    font-size: 16vw !important;
  }
}

@media (max-width: 520px) {
  .mm-layout-footer .mm-layout-footer__links {
    grid-template-columns: 1fr 1fr;
  }

  .mm-layout-footer .mm-layout-footer__column a {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
  }

  .mm-layout-footer .mm-layout-footer__wordmark {
    padding-top: 24px;
    font-size: 20vw !important;
  }
}
