@media (min-width: 761px) {
  .desktop-navigation .shop-menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: .38rem;
    min-height: 2.75rem;
    padding: 0;
    border: 1px solid transparent;
    background: transparent;
    color: inherit;
    font: 600 .84rem / 1 "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    letter-spacing: .01em;
    cursor: pointer;
  }

  .shop-menu-toggle:hover,
  .shop-menu-toggle:focus-visible {
    text-decoration: underline;
    text-underline-offset: .24em;
  }

  .shop-menu-toggle[aria-expanded="true"] {
    padding-inline: .65rem;
    border-color: rgba(45, 42, 38, .48);
    background: rgba(255, 255, 255, .78);
  }

  .shop-menu-caret {
    display: inline-block;
    font-size: 1.15em;
    line-height: 1;
    transition: transform 180ms ease;
  }

  .shop-menu-toggle[aria-expanded="true"] .shop-menu-caret {
    transform: rotate(180deg);
  }

  .shop-mega-menu {
    position: fixed;
    z-index: 29;
    inset: 7.625rem 0 auto;
    border-top: 1px solid rgba(45, 42, 38, .08);
    background: #f5f5f4;
    box-shadow: 0 1.1rem 1.8rem rgba(37, 33, 28, .09);
  }

  .shop-mega-menu[hidden] {
    display: none;
  }

  .shop-mega-menu-inner {
    display: grid;
    grid-template-columns: 1.25fr .7fr 1.1fr .62fr;
    gap: clamp(2rem, 5vw, 6.25rem);
    max-width: 86rem;
    min-height: 17.25rem;
    margin: 0 auto;
    padding: clamp(2rem, 4vw, 3.75rem);
  }

  .shop-menu-group {
    display: grid;
    align-content: start;
    gap: .92rem;
  }

  .shop-menu-heading,
  .shop-menu-primary-link {
    margin: 0;
    color: #2d2a26;
    font: 700 clamp(1rem, 1.22vw, 1.22rem) / 1.25 "Be Vietnam Pro", sans-serif;
    letter-spacing: .01em;
  }

  .shop-mega-menu .shop-menu-link {
    display: inline-block;
    min-height: 0;
    padding: 0;
    color: #68645f;
    font: 500 clamp(.98rem, 1.18vw, 1.16rem) / 1.35 "Be Vietnam Pro", sans-serif;
    text-decoration: none;
  }

  .shop-mega-menu .shop-menu-link:hover,
  .shop-mega-menu .shop-menu-link:focus-visible {
    color: #2d2a26;
    text-decoration: underline;
    text-underline-offset: .22em;
  }

  .shop-mega-menu .shop-menu-primary-link {
    text-decoration: none;
  }

  .shop-mega-menu .shop-menu-sale-link {
    color: #8a3f37;
    text-decoration: underline;
    text-underline-offset: .2em;
  }
}

@media (min-width: 761px) and (max-width: 1000px) {
  .shop-mega-menu-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .shop-menu-toggle,
  .shop-mega-menu {
    display: none;
  }
}
