.bm-header {
    --bm-teal: #1c7d6f;
    --bm-teal-dark: #155f55;
    --bm-ink: #16323a;
    --bm-slate: #2f4a52;
    --bm-muted: #6f888f;
    --bm-line: #e3eceb;
    --bm-soft: #f4f7f6;
    --bm-card: #ffffff;
    --bm-gold: #cfae6d;
    --bm-shadow: 0 26px 60px -26px rgba(20, 50, 58, .42);
    --bm-sticky-height: 0px;
    --bm-sticky-top: 0px;
    position: relative;
    z-index: 100;
    width: 100%;
    font-family: 'Outfit', sans-serif;
    color: var(--bm-ink);
    background: var(--bm-card);
    -webkit-font-smoothing: antialiased;
  }

  .bm-header::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 190;
    background: rgba(22, 50, 58, .34);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .22s ease, visibility .22s ease;
  }

  .bm-header.is-cart-open::before {
    z-index: 2147483001;
  }

  .bm-header *,
  .bm-header *::before,
  .bm-header *::after {
    box-sizing: border-box;
  }

  .bm-header a {
    color: inherit;
    text-decoration: none;
  }

  .bm-header button {
    font: inherit;
    appearance: none;
    -webkit-appearance: none;
  }

  .bm-header__bar {
    background: var(--bm-teal);
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .01em;
    padding: 9px 16px;
  }

  .bm-header__sticky {
    position: relative;
    top: 0;
    z-index: 120;
    background: var(--bm-card);
    box-shadow: 0 10px 28px -28px rgba(20, 50, 58, .45);
  }

  .bm-header.is-stuck {
    padding-bottom: var(--bm-sticky-height);
  }

  .bm-header.is-stuck .bm-header__sticky {
    position: fixed;
    top: var(--bm-sticky-top);
    right: 0;
    left: 0;
    z-index: 2147482000;
  }

  .bm-header.is-menu-open .bm-header__sticky {
    z-index: 2147483000;
  }

  .bm-header__main {
    max-width: 1240px;
    margin: 0 auto;
    padding-inline: 22px;
    display: grid;
    grid-template-columns: auto minmax(260px, 1fr) auto;
    align-items: center;
    gap: 22px;
    min-height: 78px;
    border-bottom: 1px solid var(--bm-line);
  }

  .bm-header__logo {
    display: inline-flex;
    align-items: center;
    min-width: 0;
  }

  .bm-header__logo img {
    display: block;
    width: auto;
    height: 55px;
    max-width: 260px;
    object-fit: contain;
  }

  .bm-header__tools {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-width: 0;
  }

  .bm-header__search,
  .bm-header__language {
    min-width: 0;
  }

  .bm-header__search {
    position: relative;
  }

  .bm-header__search :is(input, .aws-search-field, .dgwt-wcas-search-input, .search-field) {
    width: 100% !important;
    min-height: 44px;
    border: 1.5px solid var(--bm-line) !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: var(--bm-ink) !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 14px !important;
    box-shadow: none !important;
  }

  .bm-header__language {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: var(--bm-slate);
    background: transparent;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
  }

  .bm-header__language :is(select, button, a, .wpml-ls-link, .trp-language-switcher > div, .gt_switcher, .language-switcher) {
    border-color: #d8e5e3 !important;
    border-radius: 12px !important;
    background-color: #fbfdfd !important;
    box-shadow: none !important;
  }

  .bm-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
  }

  .bm-header__icon,
  .bm-header__menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: transparent;
    color: var(--bm-slate);
    cursor: pointer;
    transition: color .16s ease, background .16s ease, border-color .16s ease;
  }

  .bm-header button.bm-header__icon,
  .bm-header button.bm-header__menu-toggle,
  .bm-header button.bm-header__mobile-search-toggle,
  .bm-header button.bm-mobile-menu-close,
  .bm-header button.bm-cart-item__remove,
  .bm-header button.bm-nav__link {
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
  }

  .bm-header button.bm-header__icon,
  .bm-header button.bm-header__menu-toggle,
  .bm-header button.bm-header__mobile-search-toggle {
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    border: 1px solid transparent !important;
    border-radius: 12px !important;
    background: transparent !important;
    color: var(--bm-slate) !important;
  }

  .bm-header button.bm-header__icon:hover,
  .bm-header button.bm-header__menu-toggle:hover,
  .bm-header button.bm-header__mobile-search-toggle:hover {
    border-color: var(--bm-line) !important;
    background: var(--bm-soft) !important;
    color: var(--bm-teal) !important;
  }

  .bm-header__icon:hover,
  .bm-header__menu-toggle:hover {
    color: var(--bm-teal);
    background: var(--bm-soft);
    border-color: var(--bm-line);
  }

  .bm-header__icon svg,
  .bm-header__menu-toggle svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .bm-header__cart {
    position: relative;
  }

  .bm-header__cart-count {
    position: absolute;
    top: 1px;
    right: 1px;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--bm-teal);
    color: #fff;
    box-shadow: 0 0 0 2px #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 17px;
    text-align: center;
    transform: scale(0);
    transform-origin: center;
    transition: transform .16s ease;
    z-index: 2;
  }

  .bm-header__cart-count[data-count]:not([data-count=""]):not([data-count="0"]) {
    transform: scale(1);
  }

  .bm-header__mobile-main,
  .bm-header__quicklinks,
  .bm-header__mobile-inline-search {
    display: none;
  }

  .bm-header__menu-toggle {
    display: none;
  }

  .bm-header__navwrap {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    padding-inline: clamp(16px, 3.2vw, 56px);
  }

  .bm-nav {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 2px;
    min-height: 54px;
  }

  .bm-nav__item {
    position: relative;
  }

  .bm-nav__link {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 54px;
    padding: 0 14px;
    border: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    color: var(--bm-slate);
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    transition: color .16s ease, border-color .16s ease;
  }

  .bm-header button.bm-nav__link {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    width: auto !important;
    height: 54px !important;
    padding: 0 14px !important;
    border: 0 !important;
    border-bottom: 3px solid transparent !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--bm-slate) !important;
    cursor: pointer !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .bm-header button.bm-nav__link:hover,
  .bm-header .bm-nav__item.is-open > button.bm-nav__link {
    background: transparent !important;
    color: var(--bm-teal) !important;
  }

  .bm-header .bm-nav__item.has-mega.is-open > button.bm-nav__link {
    border-bottom-color: var(--bm-teal) !important;
  }

  .bm-nav__link:hover,
  .bm-nav__item.is-open > .bm-nav__link {
    color: var(--bm-teal);
  }

  .bm-nav__item.has-mega.is-open > .bm-nav__link {
    border-bottom-color: var(--bm-teal);
  }

  .bm-nav__caret {
    width: 13px;
    height: 13px;
    transition: transform .18s ease;
  }

  .bm-nav__item.is-open .bm-nav__caret {
    transform: rotate(180deg);
  }

  .bm-mega {
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    min-width: 540px;
    padding: 22px 24px 18px;
    border: 1px solid var(--bm-line);
    border-radius: 0 0 14px 14px;
    background: var(--bm-card);
    box-shadow: var(--bm-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    z-index: 20;
  }

  .bm-nav__item.is-open > .bm-mega {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .bm-nav__item:nth-last-child(-n+2) .bm-mega {
    right: 0;
    left: auto;
  }

  .bm-mega__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 30px;
  }

  .bm-mega__grid--one {
    grid-template-columns: 1fr;
  }

  .bm-mega__title {
    grid-column: 1 / -1;
    margin-bottom: 5px;
    color: var(--bm-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .bm-mega__link {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 9px 10px;
    border-radius: 9px;
    color: var(--bm-ink);
    transition: background .14s ease, color .14s ease;
  }

  .bm-mega__link:hover {
    background: var(--bm-soft);
    color: var(--bm-teal-dark);
  }

  .bm-mega__link-title {
    font-size: 14.5px;
    font-weight: 400;
  }

  .bm-mega__link-desc {
    margin-top: 1px;
    color: var(--bm-muted);
    font-size: 12px;
    line-height: 1.35;
  }

  .bm-mega__brands {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
    padding-top: 13px;
    border-top: 1px dashed var(--bm-line);
  }

  .bm-mega__brand {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 4px 9px;
    border-radius: 7px;
    background: #eaf4f1;
    color: var(--bm-teal-dark);
    font-size: 12px;
    font-weight: 800;
  }

  .bm-header__mobile-panel {
    display: contents;
  }

  .bm-mobile-menu-actions {
    display: none;
  }

  .bm-mobile-menu-close {
    display: none;
  }

  .bm-mobile-submenu-bar {
    display: none;
  }

  .bm-cart-drawer {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 2147483002;
    display: flex;
    flex-direction: column;
    width: min(430px, 100vw);
    height: 100dvh;
    padding: 22px 26px 28px;
    background: #fff;
    box-shadow: -28px 0 70px -42px rgba(20, 50, 58, .65);
    transform: translateX(100%);
    transition: transform .24s ease;
  }

  .bm-header.is-cart-open .bm-cart-drawer {
    transform: translateX(0);
  }

  .bm-cart-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--bm-line);
    position: relative;
    z-index: 2;
  }

  .bm-cart-drawer__title {
    color: var(--bm-ink);
    font-size: 20px;
    font-weight: 800;
  }

  .bm-cart-drawer__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: var(--bm-slate) !important;
    cursor: pointer;
  }

  .bm-cart-drawer__close:hover {
    background: var(--bm-soft) !important;
    color: var(--bm-teal) !important;
  }

  .bm-cart-drawer__close svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
  }

  .bm-cart-drawer__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 28px;
    min-height: 0;
  }

  .bm-cart-drawer__items {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-height: min(52dvh, 520px);
    overflow-y: auto;
    padding-right: 2px;
    border-bottom: 1px solid var(--bm-line);
  }

  .bm-cart-item {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr) 34px;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid var(--bm-line);
  }

  .bm-cart-item:last-child {
    border-bottom: 0;
  }

  .bm-cart-item__image {
    width: 82px;
    height: 82px;
    object-fit: contain;
    border-radius: 8px;
    background: var(--bm-soft);
  }

  .bm-cart-item__body {
    min-width: 0;
  }

  .bm-cart-item__title {
    display: block;
    color: var(--bm-teal-dark);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
  }

  .bm-cart-item__meta {
    margin-top: 6px;
    color: var(--bm-slate);
    font-size: 13px;
    line-height: 1.35;
  }

  .bm-cart-item__price {
    margin-top: 12px;
    color: #111;
    font-size: 14px;
    font-weight: 800;
  }

  .bm-cart-item__remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-top: 4px;
    padding: 0 !important;
    border: 1px solid var(--bm-line) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--bm-muted) !important;
    cursor: pointer;
    transition: color .16s ease, border-color .16s ease, background .16s ease;
  }

  .bm-cart-item__remove:hover {
    border-color: #d7b1bd !important;
    background: #fff5f8 !important;
    color: #9b3854 !important;
  }

  .bm-cart-item__remove svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
  }

  .bm-cart-item.is-removing {
    opacity: .45;
    pointer-events: none;
  }

  .bm-cart-item.is-removing .bm-cart-item__remove svg {
    display: none;
  }

  .bm-cart-item.is-removing .bm-cart-item__remove::after {
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid var(--bm-line);
    border-top-color: var(--bm-teal);
    border-radius: 999px;
    animation: bm-cart-spin .6s linear infinite;
  }

  @keyframes bm-cart-spin {
    to {
      transform: rotate(360deg);
    }
  }

  .bm-cart-drawer__subtotal {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 0 22px;
    border-bottom: 1px solid var(--bm-line);
    color: var(--bm-ink);
    font-size: 20px;
  }

  .bm-cart-drawer__subtotal strong {
    font-weight: 800;
  }

  .bm-cart-drawer__amount {
    color: var(--bm-slate);
    font-weight: 700;
    text-align: right;
  }

  .bm-cart-drawer__checkout {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin-top: 20px;
    border-radius: 999px;
    background: var(--bm-teal);
    color: #fff !important;
    font-size: 17px;
    font-weight: 800;
    text-align: center;
    transition: background .16s ease, transform .16s ease;
  }

  .bm-cart-drawer__checkout:hover {
    background: var(--bm-teal-dark);
    transform: translateY(-1px);
  }

  .bm-cart-drawer__empty,
  .bm-cart-drawer__loading {
    display: none;
    margin-top: 16px;
    color: var(--bm-muted);
    font-size: 14px;
  }

  .bm-cart-drawer.is-empty .bm-cart-drawer__empty {
    display: block;
  }

  .bm-cart-drawer.is-empty .bm-cart-drawer__items {
    display: none;
  }

  .bm-cart-drawer.is-loading .bm-cart-drawer__loading {
    display: block;
  }

  .bm-cart-drawer.is-loading .bm-cart-drawer__empty {
    display: none;
  }

  .bm-header.is-cart-open::before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .bm-header.is-menu-open,
  .bm-header.is-cart-open {
    z-index: 2147483000;
  }

  @media (max-width: 1020px) {
    .bm-header__main {
      display: none;
    }

    .bm-header__mobile-main {
      position: relative;
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      min-height: 62px;
      padding: 8px 16px;
      border-bottom: 0;
    }

    .bm-header__mobile-left,
    .bm-header__mobile-right {
      display: flex;
      align-items: center;
      gap: 8px;
      min-width: 0;
    }

    .bm-header__mobile-left {
      justify-content: flex-start;
    }

    .bm-header__mobile-right {
      justify-content: flex-end;
    }

    .bm-header__mobile-logo {
      justify-content: center;
    }

    .bm-header__mobile-logo img {
      height: 36px;
      max-width: 190px;
    }

    .bm-header__menu-toggle {
      display: inline-flex;
    }

    .bm-header__quicklinks {
      display: flex;
      justify-content: space-between;
      gap: 8px;
      padding: 8px 18px 12px;
    }

    .bm-header__quicklinks a {
      color: var(--bm-teal-dark);
      font-size: 13px;
      font-weight: 600;
      line-height: 1;
      white-space: nowrap;
      text-decoration: none;
    }

    .bm-header__mobile-inline-search {
      display: none;
      padding: 0 10px 12px;
    }

    .bm-header__mobile-inline-search.is-active {
      display: block;
    }

    .bm-header__mobile-inline-search :is(input, .aws-search-field, .dgwt-wcas-search-input, .search-field) {
      width: 100% !important;
      min-height: 44px;
      border: 1.5px solid var(--bm-line) !important;
      border-radius: 10px !important;
      background: #fff !important;
      color: var(--bm-ink) !important;
      font-family: 'Outfit', sans-serif !important;
      font-size: 14px !important;
      box-shadow: 0 8px 22px -18px rgba(20, 50, 58, .45) !important;
    }

    .bm-header__navwrap {
      padding-inline: 0;
    }

    .bm-header__mobile-panel {
      position: fixed;
      inset: 0;
      display: flex;
      flex-direction: column;
      width: 100vw;
      height: 100dvh;
      padding: 0;
      background: var(--bm-card);
      box-shadow: none;
      transform: translateX(100%);
      transition: transform .22s ease;
      z-index: 2147483001;
      overflow-y: auto;
      overscroll-behavior: contain;
    }

    .bm-mobile-menu-close {
      position: absolute;
      top: 11px;
      right: 14px;
      z-index: 2;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      padding: 0 !important;
      border: 2px solid rgba(255, 255, 255, .92) !important;
      border-radius: 8px !important;
      background: transparent !important;
      color: #fff !important;
      cursor: pointer;
    }

    .bm-mobile-menu-close svg {
      width: 22px;
      height: 22px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2.4;
      stroke-linecap: round;
    }

    .bm-mobile-menu-actions {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      flex: 0 0 auto;
      margin: 0;
      padding: 44px 18px 18px;
      background: var(--bm-teal);
      color: #fff;
    }

    .bm-mobile-menu-actions__link {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 7px;
      min-height: 68px;
      color: #fff !important;
      font-size: 14px;
      font-weight: 600;
      text-align: center;
      text-decoration: none;
    }

    .bm-mobile-menu-actions__link svg {
      width: 25px;
      height: 25px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .bm-mobile-submenu-bar {
      display: none;
      align-items: center;
      gap: 12px;
      min-height: 62px;
      padding: 13px 58px 13px 18px;
      border-bottom: 1px solid var(--bm-line);
      background: #fff;
      flex: 0 0 auto;
      position: sticky;
      top: 0;
      z-index: 3;
    }

    .bm-mobile-submenu-back {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 0 !important;
      border: 0 !important;
      background: transparent !important;
      color: var(--bm-teal-dark) !important;
      cursor: pointer;
      font-size: 14px;
      font-weight: 500;
    }

    .bm-mobile-submenu-back svg {
      width: 18px;
      height: 18px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2.2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .bm-mobile-submenu-title {
      min-width: 0;
      color: var(--bm-ink);
      font-size: 16px;
      font-weight: 500;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .bm-header.is-mobile-submenu .bm-mobile-menu-actions {
      display: none;
    }

    .bm-header.is-mobile-submenu .bm-mobile-menu-close {
      border-color: var(--bm-line) !important;
      background: #fff !important;
      color: var(--bm-ink) !important;
    }

    .bm-header.is-mobile-submenu .bm-mobile-submenu-bar {
      display: flex;
    }

    .bm-header.is-menu-open::before {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    .bm-header.is-menu-open .bm-header__mobile-panel {
      transform: translateX(0);
    }

    .bm-nav {
      flex-direction: column;
      min-height: 0;
      justify-content: flex-start;
      gap: 0;
      padding: 18px 18px 28px;
    }

    .bm-header.is-mobile-submenu .bm-nav {
      flex: 1 1 auto;
      min-height: 0;
      justify-content: flex-start;
      padding: 0;
      overflow: hidden;
    }

    .bm-nav__item {
      position: relative;
      width: 100%;
      border-bottom: 1px solid var(--bm-line);
    }

    .bm-nav__item.is-open {
      padding-bottom: 4px;
    }

    .bm-header.is-mobile-submenu .bm-nav__item {
      display: none;
    }

    .bm-header.is-mobile-submenu .bm-nav__item.is-mobile-active {
      display: block;
      border-bottom: 0;
      padding-bottom: 0;
      min-height: 0;
      align-self: stretch;
      overflow: hidden;
    }

    .bm-nav__link {
      justify-content: space-between;
      width: 100%;
      height: auto;
      min-height: 54px;
      padding: 0;
      border-bottom: 0;
      color: var(--bm-ink);
      font-size: 16px;
      text-align: left;
    }

    .bm-header button.bm-nav__link {
      justify-content: space-between !important;
      width: 100% !important;
      height: auto !important;
      min-height: 54px !important;
      padding: 0 !important;
      border-bottom: 0 !important;
      color: var(--bm-ink) !important;
      font-size: 16px !important;
      font-weight: 400 !important;
      text-align: left !important;
    }

    .bm-header .bm-nav__item.is-open > button.bm-nav__link {
      color: var(--bm-teal-dark) !important;
      font-weight: 500 !important;
    }

    .bm-header.is-mobile-submenu .bm-nav__item.is-mobile-active > .bm-nav__link {
      display: none !important;
    }

    .bm-mega {
      position: static;
      display: none;
      min-width: 0;
      width: auto;
      max-height: none;
      margin: 0 0 12px;
      padding: 8px 0 12px 14px;
      border: 0;
      border-left: 3px solid var(--bm-teal);
      border-radius: 0;
      background: #fbfdfd;
      box-shadow: none;
      opacity: 1;
      visibility: visible;
      overflow: visible;
      transform: none;
      left: auto;
    }

    .bm-nav__item.is-open > .bm-mega {
      display: block;
      transform: none;
    }

    .bm-header.is-mobile-submenu .bm-nav__item.is-mobile-active > .bm-mega {
      display: block;
      max-height: calc(100dvh - 63px);
      margin: 0;
      padding: 18px;
      border-left: 0;
      background: #fff;
      overflow-y: auto;
      overscroll-behavior: contain;
    }

    .bm-mega__grid {
      grid-template-columns: 1fr;
      gap: 0;
      max-width: none;
      margin: 0;
    }

    .bm-mega__title {
      margin: 0 0 7px;
      font-size: 10.5px;
    }

    .bm-mega__link {
      padding: 10px 10px;
      border-radius: 0;
    }

    .bm-mega__link:hover {
      background: transparent;
    }

    .bm-mega__brands {
      max-width: none;
      margin-top: 8px;
      margin-right: 0;
      margin-left: 0;
      padding-top: 10px;
    }
  }

  @media (max-width: 560px) {
    .bm-header__bar {
      font-size: 12px;
      padding: 8px 12px;
    }


    .bm-header__mobile-main {
      min-height: 58px;
      padding-inline: 14px;
    }

    .bm-header__mobile-logo img {
      height: 36px;
      max-width: 170px;
    }

    .bm-header__mobile-left,
    .bm-header__mobile-right {
      gap: 5px;
    }

    .bm-header__icon,
    .bm-header__menu-toggle {
      width: 38px;
      height: 38px;
      border-radius: 10px;
    }

    .bm-header button.bm-header__icon,
    .bm-header button.bm-header__menu-toggle {
      width: 38px !important;
      height: 38px !important;
      border-radius: 10px !important;
    }

    .bm-header__account {
      display: none;
    }

    .bm-header__quicklinks {
      padding-inline: 16px;
    }

    .bm-header__quicklinks a {
      font-size: 12.5px;
    }
  }

  body.bm-menu-lock {
    overflow: hidden;
  }

  body.bm-cart-lock {
    overflow: hidden;
  }
