.header {
  --header-column-gap: 8px;

  position: relative;
  /* background-color: rgb(var(--color-page-background)); */
  background: transparent;
  color: rgb(var(--color-text));
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/*safari iphone default text-color*/
.header a:not(.button),
.header a:not(.button):hover {
  color: rgb(var(--color-text));
}
.header .header__menu-drawer .modal__content {
  color: rgb(var(--color-text));
}
.header .search-modal__content {
  color: rgb(var(--color-text));
}
@media screen and (max-width: 959px) {
  .header {
    --header-column-gap: 0px;
    height: 48px;
  }
}
.header #cart-icon-bubble-wrapper {
  display: flex;
  height: 28px;
  width: 22px;
  justify-content: center;
  align-items: center;
}
.header {
  border-bottom: 0.5px solid rgb(var(--color-entry-line));
  background: #fff;
}

.header__container {
  display: grid;
  column-gap: var(--header-column-gap);
  align-items: center;
  margin-top: 0;
  padding-top: 0;
}

.header__container--left-left {
  grid-template: "logo menu tools icons" auto / auto 1fr auto auto;
}

@media screen and (min-width: 960px) {
  .header__container--left-left .header__heading {
    margin-right: 12px;
  }
}

.header__menu-drawer {
    height:100%;
    //padding:6px;
}

.header__container--middle-left {
  grid-template: "menu logo-custom buttons" auto / 1fr auto 1fr;
}

@media screen and (max-width: 959px) {
  .header__container--middle-left .header__menu-drawer {
    grid-area: menu-mobile;
  }
  .header__container--middle-left {
    grid-template: "menu-mobile logo-custom buttons" auto / 1fr auto 1fr;
  }
}

.header__container--left-line {
  grid-template:
    "logo . tools icons" auto
    "menu menu menu menu" auto
    / auto 1fr auto auto;
}

.header__container--left-line .header-inline-menus__link:first-child {
  padding-left: 0;
}

.header__container--middle-line {
  grid-template:
    "tools logo icons" auto
    "menu menu menu" auto
    / 1fr 1fr 1fr;
}

.header__container--middle-line .header__inline-nav {
  margin: auto;
}

#shopline-section-header .header.header-text-white {
    background:
        linear-gradient(to bottom,
            rgba(0, 0, 0, 0.3) 0%,
            rgba(0, 0, 0, 0) 100%),
        var(--header-background, transparent);
}

.header__nav-style--drawer.header__container--left-line,
.header__nav-style--drawer.header__container--left-left {
  grid-template: "drawer_menu logo tools icons" auto / auto 1fr auto auto;
}

.header__nav-style--drawer.header__container--left-line .header__heading,
.header__nav-style--drawer.header__container--left-left .header__heading {
  width: 100%;
}

.header__nav-style--drawer.header__container--middle-line,
.header__nav-style--drawer.header__container--middle-left {
  grid-template: "drawer_menu logo buttons" auto / 1fr auto 1fr;
}

.header__container--left-line .header__inline-nav--has-divider::before,
.header__container--middle-line .header__inline-nav--has-divider::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  border-top: 1px solid rgba(var(--color-text), 0.15);
}

.header__drawer-nav {
  padding: 0 16px 64px;
  grid-area: drawer_menu;
  height: 100%;
}

.header__drawer-nav .header__drawer-menus {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.header__drawer-nav .header__drawer-menus li {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header__drawer-nav .header__drawer-menus li details {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.header__drawer-nav
  .header__drawer-menus
  li
  details[open]
  .drawer-menus__sub-menus {
  padding: 0px 0;
}

.header__drawer-menus li {
  border-bottom: 0.5px solid #c2c2c2;
  padding-bottom: 4px;
  padding-top: 2px;
}

.drawer-menus__sub-menus li {
  border-bottom: none;
  padding-bottom: 0;
}

.header__inline-nav {
  grid-area: menu;
  padding: 5px 0 0 10px;
}

.header__buttons {
  display: flex;
  justify-content: flex-end;
  grid-area: buttons;
  //margin-top:-5px;
}

  @media screen and (max-width: 959px) {
    .header__buttons {
      position:absolute;
      right:5px;
      top:2px;
    }
  }

.header__tools {
  grid-area: tools;
  justify-self: flex-start;
}

.header__icons {
  grid-area: icons;
  justify-self: flex-end;
}

.header__icons,
.header__tools {
  display: flex;
  align-items: center;
  margin-left: calc(-1 * var(--header-column-gap));
}

.header__icons > *,
.header__tools > * {
  margin-left: var(--header-column-gap);
}

.header__icon-button {
  display: flex;
  padding: 6px;
}

.header__cart-point {
  background-color: rgba(var(--color-cart-dot));
  border-radius: 20px;
  color: rgba(var(--color-cart-dot-text));
  bottom: 1px;
  left: 13px;
  line-height: 20px;
  min-width: 20px;
  padding: 0 6px;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  max-width: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  z-index: 1;
}

#shopline-section-header {
  position: relative;
  z-index: 10;
}

#shopline-section-header.animate {
  transition: transform 0.15s ease-out;
}

#shopline-section-header.shopline-section-header-sticky {
  position: sticky;
  top: 0;
}

#shopline-section-header.shopline-section-header-hidden {
  transform: translateY(-100%);
}

#shopline-section-header.shopline-section-header-hidden.menu-open {
  transform: unset;
}

#shopline-section-header.shopline-section-header-sticky--always {
  position: sticky;
  top: 0;
  animation: modalSlideInTop 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header__heading {
  grid-area: logo;
  margin: 14px auto;
  display: flex;
}

@media screen and (max-width: 959px) {
  .header__heading {
    margin: 10px auto;
  }
}

.header__heading-link {
  color: rgb(var(--color-text));
  font-size: 30px;
  text-align: left;
  text-decoration: none;
}

.header__heading-logo {
  display: block;
  width: var(--header-logo-pc-width, 200px);
  height: auto;
}

@media screen and (max-width: 959px) {
  .header__heading-logo {
    width: var(--header-logo-mobile-width, 100px);
  }
}

.header__logo {
  grid-area: logo-custom;
  height: 100%;
  //margin-top:-5px;
}

  @media screen and (max-width: 959px) {
    .header__logo {
      //margin-top:-5px;
    }
  }

.header__logo .header__logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.header__logo .header__logo-link img {
  height: 40px;
}
@media screen and (max-width: 959px) {
  .header__logo .header__logo-link img {
    height: 36px;
  }
}

.menus__link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.2s;
  cursor: pointer;

  /* &:hover {
    opacity: 0.5;
  } */
}

.header__inline-menus {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}

.header-inline-menus__link {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  padding: 0;
}

a.header-inline-menus__link:not(.button),
a.header-inline-menus__link:not(.button):hover,
a.header-login:not(.button), a.header-login:not(.button):hover,
a.header__icon-button:not(.button), a.header__icon-button:not(.button):hover {
  color:inherit;
}

.header-inline-menus__item:hover .header-inline-menus__link,
.header-inline-menus__item:focus .header-inline-menus__link {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.header-inline-menus__item {
  width:auto;
  padding-right:3rem;
}

  @media screen and (max-width: 1280px) {
    .header-inline-menus__item {
            padding-right: 1.2rem;
        }
  }
         @media screen and (max-width: 1024px) {
             .header-inline-menus__item {
                 padding-right: 1rem;
             }
         }

.header-inline-menus__item--has-submenu {
  position: relative;
}

.header-inline-menus__item--has-submenu:hover .header__inline-submenus,
.header-inline-menus__item--has-submenu:focus .header__inline-submenus {
  pointer-events: initial;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.header__container:has(.header-inline-menus__item--has-submenu:hover),
.header__container:has(.header-inline-menus__item--has-submenu:focus) {
  color: rgb(var(--color-text));
  z-index: 11;
}
.header__container:has(.header-inline-menus__item--has-submenu:hover)
  .header__logo-link
  img,
.header__container:has(.header-inline-menus__item--has-submenu:focus)
  .header__logo-link
  img {
  filter: unset;
}

.header-inline-menus__item--has-submenu .header-inline-menus__arrow {
  display: initial;
}

.header-inline-menus__item.is-megamenu {
  position: static;
}

  #shopline-section-header .header__inline-menus>.header-inline-menus__item.is-megamenu:hover~.header {
      background: #fff !important;
  }

  /* Simpler targeting: when ARC li is hovered, style the header root */
  #shopline-section-header .header__inline-menus>.header-inline-menus__item.is-megamenu:hover #shopline-section-header .header {
      background: #fff !important;
  }
        /* When the ARC li (is-megamenu) is hovered, flip header bg */
        #shopline-section-header:has(.header-inline-menus__item.is-megamenu:hover) .header {
            background: #fff !important;
        }

.header-inline-menus__arrow {
  display: none;
  margin-left: 5px;
}

.header__inline-submenus {
  display: block;
  position: absolute;
  left: 0;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  background-color: rgba(var(--color-page-background));
  width: 100%;
  z-index: -1;
}

.header__inline-submenus.header-dropdown-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  max-height: 600px;
  overflow-y: auto;
  z-index: -1;
  padding: 72px 30px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 9%);
  color: rgb(var(--color-text));
}

.header__inline-submenus.header-dropdown-menu ul {
  padding: 0;
}

.header__inline-submenus.header-megamenu {
  padding: 20px 0 40px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 9%);
}

.header-inline-submenus__link {
  --padding-inline: 16px;
  --padding-block: 8px;

  display: inline-block;
  padding: 10px 16px;
}
.header__inline-submenus.header-dropdown-menu .header-inline-submenus__link {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #8e8e8e;
}

.header-inline-submenus__link:hover {
  text-decoration: underline !important;
  text-underline-offset: 5px;
}

.megamenu__list {
  display: flex; //grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 36px;
  list-style: none;
  margin: auto;
  padding-left:30px;
}

.megamenu-submenu__item > .menus__link {
  font-size:13px;
}

.megamenu__list .menus__link:not(a) {
  cursor: default;
}

.megamenu__list .menus__link:not(a):hover {
  opacity: 1;
}

.megamenu__list a.menus__link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.megamenu-list__submenu {
  padding: 0;
}

.megamenu-submenu__item + .megamenu-submenu__item {
  margin-top: 8px;
}

.megamenu-list__item-title {
  display: block;
  margin-bottom: 10px;
}

.header__menu-drawer .drawer__main {
  margin-left: calc(-1 * var(--drawer-padding-inline));
  margin-right: calc(-1 * var(--drawer-padding-inline));
}

.header__user-center-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  letter-spacing: 0.1em;
}

.header__user-center-button .icon {
  margin-right: 8px;
}

.drawer-menus__sub-menus {
  /* background: rgba(var(--color-text), 0.05); */
  color: #8e8e8e;
  background: transparent;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.drawer-menus__sub-menus .drawer-menus__sub-menus {
  background: transparent;
}

.drawer-menus__sub-menus .drawer-menus__sub-menus .drawer-menus__sub-item {
  /* padding-left: calc(var(--drawer-padding-inline) + 15px); */
  font-size: 12.5px;
  color: #111;
  font-weight: 400;
}

.drawer-menus__item,
.drawer-menus__sub-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;

  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;

  background: transparent;
  transition: background 0.2s;
}

.drawer-menus__item {
  padding: 12px 0 12px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
}

@media screen and (min-width: 960px) {
  .drawer-menus__item:hover {
    background: rgba(var(--color-text), 0.05);
  }
}

.no-link { color: #aaa !important; font-weight: 500 !important; letter-spacing:0.5px;}

.drawer-menus__sub-menus > li > .no-link { padding-bottom:0px; }

.drawer-menus__sub-item {
  /* padding: 10px var(--drawer-padding-inline); */
  padding: 9px 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #111;
}

.drawer-menus__sub-menus > li, .drawer-menus__sub-menus > details {
  padding-left: 8px;
}

.drawer-menus__item-icon {
  display: flex;
  padding: 0 0 0 30px;
  align-items: flex-start;
  justify-content: flex-end;
  margin: -20px;
}

.drawer-menus__sub-item > .drawer-menus__item-icon {
  margin: 0px;
}

.drawer-menus__item-icon .icon-arrow {
  position: revert;
  margin-top: -5px;
}

.drawer-menus__item-icon-off {
  display: none;
}

details[open] > .drawer-menus__item .drawer-menus__item-icon-on,
details[open] > .drawer-menus__sub-item .drawer-menus__item-icon-on {
  display: none;
}

details[open] > .drawer-menus__item .drawer-menus__item-icon-off,
details[open] > .drawer-menus__sub-item .drawer-menus__item-icon-off {
  display: flex;
}

@media screen and (max-width: 959px) {
  details[open] > .drawer-menus__item {
    //text-decoration: underline;
    text-underline-offset: 3px;
  }
  details[open] > .drawer-menus__sub-item {
    color: #000000;
  }
}

.icon-arrow-right > .icon-arrow {
  transform: rotate(-90deg);
  width:8px;
  height:9px;
  margin-left:10px;
  padding-top:2px;
}

@keyframes headerSearchModal {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.header__search .modal__content {
  position: absolute;
}

.header__search details[open] .modal__overlay::after {
  position: absolute;
  top: 100%;
  z-index: initial;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 20px;
}

.search-modal__close-button {
  margin-left: 4px;
  padding: 12px;
}

.search-modal__close-button .icon {
  width: 16px;
  height: 16px;
}

.search-modal__form {
  position: relative;
  max-width: 600px;
  flex: 1 0 0;
}

@media screen and (max-width: 959px) {
  .search-modal__form {
    position: static;
  }

  .search-modal__form .predictive-search {
    border-top: 1px solid rgb(var(--color-entry-line));
  }
}

.search-modal__field {
  position: relative;
  margin: 0;
}

.search-modal__input {
  height: 32px !important;
  padding: 14px 68px 4px 20px;
}

@media screen and (max-width: 959px) {
  .search-modal__input {
    height: 46px !important;
    padding: 14px 68px 4px 20px;
  }
}

.search-modal__field-label {
  width: calc(100% - 68px);
  left: 20px;
}

.search-modal__submit-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  width: 68px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}

.predictive-search {
  --predictive-search-result-padding: 20px;

  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgb(var(--color-page-background));
  border-top: none;
  border-radius: 0 0 var(--menu-modal-border-radius)
    var(--menu-modal-border-radius);
}

.predictive-search__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(var(--predictive-search-result-padding) / 2)
    var(--predictive-search-result-padding);
  color: rgb(var(--color-light-text));
  text-transform: uppercase;
}

@media screen and (max-width: 959px) {
  .predictive-search__head {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
}

.predictive-search__head .predictive-search__spinner {
  display: none;
}

.predictive-search__head .predictive-search__rusults {
  text-transform: initial;
}

.predictive-search__list-item > * {
  transition: color 0.3s, background 0.3s;
}

.predictive-search__list-item[selected="true"] > *,
.predictive-search__list-item:hover > * {
  color: rgb(var(--color-text));
  background-color: rgba(rgb(var(--color-text)), 0.08);
}

.predictive-search__list-item:nth-of-type(1):not(:last-child),
.predictive-search__list-item:nth-last-of-type(1):not(:first-child) {
  border-top: 1px solid rgb(var(--color-entry-line));
}

.predictive-search__list-item:nth-of-type(1):not(:last-child)
  .predictive-search__item {
  padding-top: var(--predictive-search-result-padding);
}

.predictive-search__list-item:nth-last-of-type(2) .predictive-search__item {
  padding-bottom: var(--predictive-search-result-padding);
}

.predictive-search__item {
  padding: calc(var(--predictive-search-result-padding) / 2)
    var(--predictive-search-result-padding);
  display: grid;
  grid-template: "image content" auto / auto 1fr;
  gap: var(--predictive-search-result-padding);
  align-items: center;
}

.predictive-search__item-image {
  display: block;
  width: 62px;
  height: 62px;
  grid-area: image;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 959px) {
  .predictive-search__item-image {
    width: 56px;
    height: 56px;
  }
}

.predictive-search__item-content {
  grid-area: content;
  justify-content: center;
}

.predictive-search__item-head {
  margin: 0;
}

.predictive-search__term {
  width: 100%;
  padding: 8px var(--predictive-search-result-padding);
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: rgba(var(--color-text));
}

.predictive-search__term:hover .predictive-search__term-icon {
  transform: scale(1.1);
}

.predictive-search__term-icon {
  display: inline-flex;
  transition: transform 0.3s;
  width: 20px;
  height: 20px;
}

.predictive-search__spinner {
  display: inline-flex;
  animation: button-loading linear 1.5s infinite;
}

.predictive-search__spinner .icon {
  width: 15px;
  height: 15px;
}

.predictive-search__loading-state {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

.predictive-search__results {
  overflow: hidden;
  overflow-y: auto;
}

predictive-search[data-focus][open] .predictive-search,
predictive-search[data-focus][loading] .predictive-search {
  display: block;
}

predictive-search[data-focus][loading]
  .predictive-search__results:empty
  ~ .predictive-search__loading-state {
  display: flex;
}

predictive-search[data-focus][loading]
  .predictive-search__head
  .predictive-search__spinner {
  display: flex;
}

/* The ipad end responds to the mobile end in vertical screen */

/* @custom-media --tablet (max-width: 959px); */

/* @custom-media --gt-mobile (min-width: 751px); */

/* detectingScreen need to consider the configuration of the tablet */

.header__container:has(> .drawer.header__menu-drawer > details[open="true"])
  logo-switcher {
  position: fixed;
  z-index: 1002;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.header__container:has(> .drawer.header__menu-drawer > details[open="true"])
  .header__buttons {
  position: fixed;
  z-index: 1002;
  top: 2px;
  right: 5px;
  color: #000000;
}

.header__container:has(> .drawer.header__menu-drawer > details[open="true"])
  .header__logo-link
  img {
  filter: unset;
}

.header__container:has(> .drawer.header__menu-drawer > details[open="true"])
  .header__search
  .modal__content {
  position: fixed;
  bottom: unset;
  z-index: 1003;
}

.header.header-text-white {
  color: #ffffff;
}
.header.header-text-white .header__logo-link img {
  filter: invert(1);
}

@media screen and (max-width: 959px) {
  .header-login,
  .customer-name {
    display: none;
  }
}

.header-menu__customer-name {
  font-weight:600;
}

.header-nav__signin,
.header-nav__signup {
  font-weight:600;
  padding: 5px 10px;
  font-size: 13px;
  text-transform: uppercase;
}

li.drawer-menus__customer {
  padding-top: 20px;
  border-bottom:none;
  padding-bottom: 15px;
}

li.drawer-menus__account {
  border-bottom:none;
  padding-bottom: 15px;
  text-transform: capitalize;
}

/* Mobile: make the search bar stick to the real top (viewport), not the transformed header) */
@media (max-width: 960px) {
    :root {
        --header-h: 56px;
    }

    /* adjust to your mobile header height */

    /* 0) On open: neutralize containing-block creators on header wrappers */
    sticky-header:has(.header__search details[open]),
    sticky-header:has(.header__search details[open]) .header,
    sticky-header:has(.header__search details[open]) .header .page-width,
    sticky-header:has(.header__search details[open]) .header .header__container,
    sticky-header:has(.header__search details[open]) .header .header__buttons,
    sticky-header:has(.header__search details[open]) .header .header__tools {
        transform: none !important;
        will-change: auto !important;
        filter: none !important;
        perspective: none !important;
        contain: none !important;
        /* if the theme used contain: paint/layout */
        isolation: auto !important;
    }

    /* 1) Top bar (search box) — fixed to the viewport top */
    .header .header__search details[open]>.modal__content {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        height: var(--header-h);
        background: rgb(var(--color-page-background, 255 255 255));
        z-index: 1000;
        display: flex;
        align-items: center;
        border-radius: 0 !important;
        box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
        transform: none !important;
        /* kill any theme centering */
        margin: 0 !important;
    }

    /* Inner layout: search input aligned left */
    .header .header__search details[open] .search-modal__content,
    .header .header__search details[open] .search-modal__form {
        width: 100%;
        height: var(--header-h);
        display: flex;
        align-items: center;
        gap: 8px;
        padding-left: 20px !important;
        /* flush to the left */
        padding-right: 24px;
        /* leave room for close button */
        box-sizing: border-box;
        transform: none !important;
        margin: 0 !important;
    }

    .header .header__search details[open] input[type="search"],
    .header .header__search details[open] input[type="text"] {
        flex: 1 1 auto;
        min-width: 0;
    }

    /* Close button pinned to the far right */
    .header .header__search details[open] .search-modal__close-button {
        position: absolute !important;
        right: 0px !important;
        /* moved further right */
        top: 50%;
        transform: translateY(-50%) !important;
        z-index: 1001;
    }

    /* 2) Results panel directly below the bar */
    .header .header__search details[open] .predictive-search {
        position: fixed !important;
        top: var(--header-h);
        left: 0;
        right: 0;
        max-height: calc(100dvh - var(--header-h));
        overflow: auto;
        background: rgb(var(--color-page-background, 255 255 255));
        z-index: 999;
        border-top: 1px solid rgba(0, 0, 0, .08);
        -webkit-overflow-scrolling: touch;
    }

    /* 3) Overlay behind results (not over the bar) */
    .header .header__search details[open] .modal__overlay {
        position: fixed !important;
        top: var(--header-h);
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .35);
        z-index: 998;
    }

    /* Optional: lock page scroll while open */
    html:has(.header__search details[open]) body {
        overflow: hidden;
    }
}

/** Special Header Management for menu tags **/
/* White-text gradient on header */
#shopline-section-header:has(.header.header-text-white) {
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, 0) 100%),
        var(--header-background, transparent);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.menu-tag {
    display: block;
    font-size: .65rem;
    line-height: 1;
    //color: var(--muted, #6b7280); 
    //background: var(--tag-bg, #f1f5f9); 
    //border: 1px solid var(--tag-border, #e5e7eb); 
    /* padding: 0px 4px; */
    border-radius: 999px;
    transform: translateY(-1px);
    white-space: normal;
    word-break: break-word;
    margin-top: 0px;
    /* margin-left: 2px; */
    font-weight: normal;
    text-transform: lowercase;
    clear: both;
    /* ensure it clears floats/inline */
    //text-align: center; /* helpful on mobile summary */
}

.desktop-tag-wrapper {
    display: block;
}

.desktop-tag-wrapper>.menu-tag {
    height: 16px;
    width: 100%;
}

/* Mobile summary ARC alignment */
summary.drawer-menus__item {
    display: block;
    text-align: left;
    min-width: 120px;
    min-height: 48px;
    width: 90%;
}

.header__drawer-nav .header__drawer-menus li {
    display: block;
}

a.drawer-menus__item {
    display: block;
}

.altered em {
    font-style: italic;
}

/* ABOUT relocation (≤1200px).
     We tag the ABOUT <li> with .is-about in JS below for robustness.
  */
.header__inline-menus .header-inline-menus__item {
    flex: 0 0 auto;
    float: none;
    /* neutralize any theme float at this breakpoint */
}

.header__inline-menus .header-inline-menus__item.is-about {
    margin-left: auto;
    /* pushes ABOUT to the far right */
}

.header__inline-menus::after {
    content: "";
    flex: 0 0 400px;
    /* reserved space from the right edge */
}
}

.header__inline-menus .header-inline-menus__item.is-about {
    position: absolute;
    right: 400px;
    /* requested offset from right edge */
    top: 0;
}
}

/* Keep default widths sane */
.header-inline-menus__item--has-submenu {
    width: auto;
}

a.static {
  font-weight:300;
  padding-right: 20px;
  text-transform: capitalize;
}

@media screen and (min-width:768px) {
    #shopline-section-header>sticky-header>header>div>nav>ul>li:nth-child(5) {
        display: none;
    }
}

@media screen and (max-width:767px) {
  a.static {
    display:none;
  }
}

.megamenu-submenu__item .no-link {padding-top:10px;}

#HeaderBtnBox>a>div>span>svg {
    width: 18px !important;
    height: 14px !important;
}