/** Shopify CDN: Minification failed

Line 1058:0 Expected "}" to go with "{"

**/
.header--alternative {
  grid-template-areas: "left-icon heading icons";
  grid-template-columns: 1fr auto 1fr;
}

.header--alternative .header__right {
  height: 38px;
}

.shopify-section-header-sticky:not(.shopify-section-header-hidden) .header--alternative .search-modal__form .field {
  margin-top: 0;
}

.header--alternative .header__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: auto;
  min-height: auto;
  padding: 0 1.5rem
}

.header--alternative .accordion .accordion__content {
  padding-bottom: 0;
}

.header--alternative .header__inline-menu .header__menu-item .label {
  padding-bottom: 0;
}

.header--alternative .header__heading-logo {
  width: auto;
}

.header--alternative .header__heading-link {
  padding-bottom: 0;
}

.header--alternative  .header__menu-item {
  font-weight: 600;
  letter-spacing: 0;
  padding: 0 1.5rem;
}

.header--alternative cart-drawer {
  width: auto;
  height: auto;
  margin-bottom: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header--alternative dropdown-menu {
  display: flex;
}

.header-alternative__footer {
  grid-area: secondary-menu;
  margin-top: 8px;
  box-shadow: 0 -.1rem rgba(var(--color-header-border), .3);
}

.header-alternative__footer {
    display: none;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    padding: 0 50px;
  }

.header-alternative__footer > div {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  margin: 0;
  margin-top: 8px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

@media screen and (min-width: 1601px) {

  .header-alternative__footer {
    padding: 0;
  }

  .header-alternative__footer>div {
    padding: 5px 50px;
    margin: 8px auto 0;
  }
}

@media screen and (min-width: 1200px) {

  .header-alternative__footer {
    display: block;
  }

  .header--alternative {
    grid-template-areas: "navigation heading icons";
  }

  .header--alternative:has(.header-alternative__footer) {
    grid-template-areas: 
      "navigation heading icons"
      "secondary-menu secondary-menu secondary-menu";
  }

  .header--alternative .header__inline-menu {
    display: flex;
  }
}

.header.header--alternative .header__inline-menu {
  margin-inline-start: 0;
}

.header.header--alternative:not(.header--middle-left,.header--center-split) .header__inline-menu {
  margin-top: 0;
}

.alternative-search {
  min-width: 170px;
}

.alternative-search--mobile {
  display: none;
}

header-drawer .alternative-search--mobile {
  display: block;
}

.alternative-search .search-modal__form .field {
  max-width: 170px;
  margin: 0;
  border-radius: 5px;
  padding: 0 8px;

  column-gap: 11px;
}

@media screen and (min-width: 991px) {

  .alternative-search {
    min-width: 282px;
  }

  .alternative-search .search-modal__form .field {
    max-width: 282px;
  }
}

.alternative-search .search__button.focus-inset:has(.icon-close),
.alternative-search .search-modal__form .search__button[type=reset] {
  display: none;
}

.alternative-search .search-modal__form .search__button .icon {
  width: 18px;
  height: 18px;
}

.alternative-search .search-modal__form .search__input {
  font-size: 14px;
  font-family: var(--font-navigation-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  height: 38px;
}

.alternative-search .search-modal__form .search__input::placeholder {
  font: inherit;
  color: inherit;
}

@media screen and (max-width: 749px) {

  .header-section--padding.header-section--padding {
    padding-top: var(--section-padding-top);
    padding-bottom: var(--section-padding-bottom)
  }

  .header--alternative .header__right {
    gap: 12px;
  }

  .header--alternative {
     grid-template-areas: 
      "left-icon heading icons"
      "alternative-search alternative-search alternative-search";
      row-gap: 8px;
    }

    .alternative-search .search-modal__form .field {
      max-width: 100%;
    }
    
    .alternative-search {
      display: none;
      margin: 0 -1.5rem;
      padding: 8px 1.5rem 0;
    }

    .alternative-search--mobile {
      display: block;
      grid-area: alternative-search;
      box-shadow: 0 -.1rem rgba(var(--color-header-border), .3)
    }

    .header--alternative .header__left {
      margin-inline-start: 0;
    }

    .header--alternative .header__left .header__icon--menu .icon {
      left: 0;
    }
}

.header-additional-menu {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-additional-item .link {
  padding: 4px 12px;
  border-radius: 5px;
  background: rgb(var(--color-header-secondary-background));
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-additional-item .link:hover .text {
  color: rgb(var(--color-header-accent));
}

.header-additional-item .icon {
  width: 20px;
  height: 20px;
}

.header-additional-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.header-additional-item .text {
  white-space: nowrap;
  color: rgb(var(--color-header-foreground));
  text-align: center;
  font-family: var(--font-navigation-family);
  font-size: var(--font-navigation-size);
  font-weight: var(--font-navigation-weight);
  line-height: normal;
  margin: 0;
}

.header-alternative__footer .header__inline-menu {
  margin-inline-start: 0;
}

.header-alternative__footer .header__inline-menu .list-menu > li .header__menu-item {
  padding-left: max(2px, min(17.25px, calc(2px + (15.25 * ((100vw - 1200px) / 312)))));
  padding-right: max(2px, min(17.25px, calc(2px + (15.25 * ((100vw - 1200px) / 312)))));
  letter-spacing: 0;
}

.header-alternative__footer .header__inline-menu .list-menu>li:first-child .header__menu-item:first-child {
  padding-left: 1.5rem;
}

.header-alternative__footer .header__menu-item .label {
  padding-bottom: 0;
}

@media screen and (min-width: 750px) {
  .alternative-search {
  position: relative;
}

.alternative-search .search-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.alternative-search .search-modal.searching {
  height: 65vh;
}

.header--alternative .predictive-search__results-list {
  flex-direction: column;
  flex-wrap: nowrap;
  padding-right: 0;
  padding-bottom: 10px;
}

.header--alternative .predictive-search__results-list {
  row-gap: 1.3rem;
  padding-inline-end: 0;
  margin-inline-end: 0;
}

.header--alternative .predictive-search-results {
  padding: 0 1.5rem;
}

.header--alternative .predictive-search__heading {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header--alternative .predictive-search__results-list li {
  width: 100%;
}

.header--alternative .predictive-search__item--term {
  min-width: 100%;
  margin-top: 0;
}

.header--alternative .predictive-search__item-heading {
  font-size: 14px;
}

.header--alternative .predictive-search {
  margin: 1.5rem 0 2rem;
}
}

@media screen and (min-width: 750px) and (max-width: 990px) {
  .header--alternative .search-modal.searching .predictive-search {
    width: 282px;
    background-color: rgb(var(--color-header-background));
    margin-top: 0;
  }

  .header--alternative .predictive-search-results {
    margin-top: 0;
  }

  .alternative-search .search-modal {
    background-color: transparent;
  }

  .alternative-search .predictive-search--header {
    overflow: hidden;
    margin-bottom: 0;
    right: 5rem;
  }
}

.alternative-search--mobile {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-top: 6px;
  margin-top: 8px;
  box-shadow: 0 -.1rem rgba(var(--color-header-border), .3);
}

.alternative-search--mobile search-modal {
  background: rgb(var(--color-header-secondary-background));
  border-radius: 5px;
  margin: 0 1.5rem;
}

.alternative-search--mobile search-modal {
  width: calc(100% - 3rem)
}

.alternative-search--mobile search-modal details {
  width: 100%;
}

.search-alternative .search-form-input-text {
  color: #7C7C7C;
}

.search-alternative {
  padding: 7px 8px;
  height: 38px;
  display: flex;
  align-items: center;
  gap: 8px;
}

@media screen and (max-width: 749px) {
  .header--alternative > .alternative-search--mobile {
    padding-bottom: 6px;
  }
}

mega-menu.alternative {
  position: relative;
}

mega-menu.alternative .list-menu-dropdown {
  min-width: 317px;
  top: calc(100% + 4px);
}

@media screen and (hover: hover) {
  mega-menu.alternative .header__menu-item .label,
  dropdown-menu .header__menu-item .label {
    background-image: none !important;
  }

  .is-active > .header__menu-item .label {
    color: rgb(var(--color-header-accent));
    font-weight: 600;
  }

  .header--alternative .link-with-icon .label {
    background-image: none;
  }

  .header--alternative .link:hover {
    background-position: 0%;
    background-size: auto;
    background-image: none;
  }
}

.is-megamenu.alternative .mega-menu__item-link:hover .label {
  color: rgb(var(--color-header-accent));
}

mega-menu.alternative .list-menu-dropdown:has(.mega-menu__promo) {
  min-width: 577px;
}

.is-megamenu.alternative >.list-menu-dropdown {
  left: -9px;
}

.header-alternative__footer + .header-background:before,
.header-alternative__footer + .header-background:after {
  background: transparent;
  background-color: transparent;
  box-shadow: none;
}

.header-alternative__footer .header__inline-menu ul li dropdown-menu > a,
mega-menu.alternative > a {
  padding-top: 8px;
  padding-bottom: 8px;
}

.header-alternative__footer .header__inline-menu ul li dropdown-menu > a,
mega-menu.alternative > a label {
  line-height: 22px;
}

.is-megamenu.alternative > .list-menu-dropdown {
  max-width: 577px;
  background: rgb(var(--color-header-secondary-background));
  padding: 16px 0;
  border-radius: 5px;
}

.is-megamenu.alternative > .list-menu-dropdown .page-width {
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.is-megamenu.alternative .list-mega-menu {
  max-width: 288px;
  width: 100%;
  flex-direction: column;
  flex: none;
  gap: 1px;
}

.is-megamenu.alternative .mega-menu__item-link,
.is-megamenu.alternative .mega-menu__item-link .header__menu-item {
  margin-bottom: 0;
}

.is-megamenu.alternative .mega-menu__item-link {
  padding: 9px 0;
}

.is-megamenu.alternative  .list-menu-dropdown .header__menu-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.is-megamenu.alternative .mega-menu__item-link .header__menu-item {
  color: rgb(var(--color-header-foreground));
  text-align: center;
  font-family: var(--font-body-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.is-megamenu.alternative .mega-menu__item-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.is-megamenu.alternative .mega-menu__link-icon {
  min-width: 20px;
  width: 20px;
  height: 20px;
}

.is-megamenu.alternative  .mega-menu__link-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.is-megamenu.alternative .list-menu-child {
  margin-top: 5px;
  padding-left: 5px;
}

.is-megamenu.alternative .list-menu-dropdown .list-menu-child.list-menu .header__menu-item {
  font-size: 14px;
}

.is-megamenu.alternative.show-images-without-promo .mega-menu__item {
  max-width: 100%;
  width: 100%;
}

.mega-menu__additional-link {
  margin-top: 8px;
  padding: 7px;
  border-radius: 5px;
  background: rgb(var(--color-header-background));
  text-align: center;
  color: rgb(var(--color-header-accent));
  font-family: var(--font-body-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.is-megamenu.alternative .mega-menu__promo {
  align-self: normal;
  border-radius: 5px;
  border: 2px solid rgb(var(--color-header-secondary-background));
  background: rgb(var(--color-header-background));
  max-width: 244px;
  width: 100%;
  flex: none;
  padding: 12px;
  text-align: left;
}

.is-megamenu.alternative .promo__link {
  display: block;
  text-decoration: none;
  height: 100%;
}

.promo__image-container {
  position: relative;
  border-radius: 5px;
  border: 1px solid rgb(var(--color-header-secondary-background));
  background: url(<path-to-image>) lightgray -84.186px 53.109px / 176.533% 38.602% no-repeat, rgb(var(--color-header-background));
  margin-bottom: 12px;
}

.promo__tag-list {
  display: flex;
  gap: 4px;
  align-items: center;

  position: absolute;
  top: 4px;
  left: 4px;
}

.promo__tag {
  padding: 4px 5px;
  border-radius: 5px;
  background: var(--tag-background);
  color: var(--tag-color);
  text-align: center;
  font-family: var(--font-body-family);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  display: flex;
  align-items: center;
  gap: 4px;
}

.promo__tag-icon {
  width: 14px;
  height: 14px;
}

.promo__tag-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.promo__tag-text {
  color: var(--tag-color);
  text-align: center;
  font-family: var(--font-body-family);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.promo__image {
  border-radius: 5px;
  border: 1px solid rgb(var(--color-header-secondary-background));
  overflow: hidden;
  width: 100%;
  height: 173px;
}

.promo__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mega-menu__promo .label {
  display: inline-block;
  padding: 3px 4px;
  border-radius: 5px;
  background: var(--background);
  color: var(--color);
  font-family: var(--font-body-family);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
}

.mega-menu__promo  .promo__title {
  color: rgb(var(--color-header-foreground));
  font-family: var(--font-body-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin: 0;
  margin-bottom: 4px;
}

.promo__info-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.promo__product-stock {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgb(var(--color-header-foreground));
  font-family: var(--font-body-family);
  font-size: 10px;
  font-style: italic;
  font-weight: 500;
  line-height: 21.86px;
  text-decoration: none;
  margin: 0;
}

.promo__product-stock:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #27AF70;
}

.promo__richtext {
  color: rgb(var(--color-header-foreground));
  text-align: right;
  font-family: var(--font-body-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  margin: 0;
}

.promo__richtext * {
  font: inherit;
  margin: 0;
}

.promo__richtext strong {
  font-weight: 700;
}

/* header drawer HEADER */

.menu-drawer.alternative {
  width: 100%;
}

.menu-drawer.alternative .menu-drawer__navigation {
  border-top: 0;
}

.menu-drawer__header {
  display: grid;
  grid-template-areas:
    "drawer-icon drawer-logo drawer-close"
    "drawer-search drawer-search drawer-search";
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 8px 16px;
  border-bottom: 1px solid rgb(var(--color-header-secondary-background));
}

.menu-drawer__header .header__icon--account {
  grid-area: drawer-icon;
  justify-content: flex-start;
}

.menu-drawer__header .header__heading-logo {
  grid-area: drawer-logo;
}

.menu-drawer__header drawer-close-button {
  grid-area: drawer-close;
  width: 24px;
  height: 24px;
  margin-left: auto;
}

.menu-drawer.alternative drawer-close-button svg {
  width: 24px;
  height: 24px;
  color: rgb(var(--color-heading), 1);
}

.menu-drawer__header .alternative-search--mobile {
  grid-area: drawer-search;
}

.menu-drawer.alternative .menu-drawer__navigation {
  margin-top: 0;
}

.menu-drawer.alternative drawer-close-button.header__icon--menu {
  position: static;
}

.menu-drawer.alternative .menu-drawer__navigation-container {
  height: calc(100% - 119px);
  justify-content: space-between;
}

@media screen and (min-width: 750px) {

  .js .menu-drawer.alternative {
    height: calc(100vh - 34px);
    top: 0;
  }

  body:has(#shopify-section-announcement-bar) .menu-drawer.alternative {
    height: calc(100vh - calc(var(--announcement-height) + 8px));
  }
}

 .menu-drawer.alternative .menu-drawer__navigation-container {
    height: calc(100% - var(--menu-drawer-height));
  }

.menu-drawer__main-menu {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.menu-drawer.alternative .menu-drawer__main-menu .menu-drawer__item {
  max-width: 115px;
  width: 100%;
}

.menu-drawer__link {
  width: 100%;
  border-radius: 5px;
  background: rgb(var(--color-header-accent));
  padding: 16px;
  display: flex;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.menu_drawer__icon {
  width: 48px;
  height: 48px;
}

.menu_drawer__icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.menu-drawer__link-title {
  color: rgb(var(--color-header-background));
  font-family: var(--font-heading-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  margin: 0;
}

.menu-drawer__navigation {
  padding: 0 16px;
}

.menu-drawer__secondary-menu__title {
  color: rgb(var(--color-header-foreground));
  font-family: var(--font-heading-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
}

.menu-drawer__secondary-menu .accordion__heading {
  border-bottom: 1px solid rgb(var(--color-header-secondary-background));
}

.menu-drawer__secondary-menu .accordion__heading label {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 12px 8px 12px 16px;
}

.menu-drawer__secondary-menu .accordion__heading label span {
  color: rgb(var(--color-header-foreground));
  text-align: center;
  font-family: var(--font-body-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.menu-drawer__secondary-menu .accordion {
  margin-top: 0;
  border-top: none;
  border-bottom: none;
}

.menu-drawer__secondary-menu .menu-drawer__item {
  padding: 9px 25px;
  background: rgb(var(--color-header-secondary-background));
}

.menu-drawer__secondary-menu .menu-drawer__link-icon {
  min-width: 20px;
  width: 20px;
  height: 20px;
}

.menu-drawer__secondary-menu .menu-drawer__link-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.menu-drawer__secondary-menu .accordion__content {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 0;
  padding-top: 1px;
  padding-bottom: 0;
}

.menu-drawer__secondary-menu .list-menu-child .label {
  font-weight: 400;
}

.menu-drawer__item-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: rgb(var(--color-header-foreground));
  font-family: var(--font-body-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.menu-drawer__additional-link {
  margin-top: 6px;
  border-radius: 5px;
  background: rgb(var(--color-header-secondary-background));
  padding: 7px;
  text-align: center;
  color: rgb(var(--color-header-accent));
  font-family: var(--font-body-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.header--alternative .menu-drawer__utility-links {
  padding: 16px 0 0;
  border-top: none;
}

.header-drawer__utility-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, auto);
}

.header-drawer__utility-item:nth-child(-n+2) .link {
  padding: 9px 0;
  border-radius: 5px;
  background: rgb(var(--color-header-secondary-background));
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.header-drawer__utility-item:nth-child(1) {
  margin-left: 16px;
  margin-right: 8px;
}

.header-drawer__utility-item:nth-child(2) {
  margin-right: 16px;
  margin-left: 8px;
}

.header-drawer__utility-item:nth-last-child(-n+2) .link {
  padding: 17px 0;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;

  border-top: 1px solid rgba(147, 41, 211, 0.20);
}

.header-drawer__utility-item:nth-last-child(1) .link {
  border-right: 0.5px solid rgba(147, 41, 211, 0.20);
}

.header-drawer__utility-item:nth-last-child(2) .link {
  border-left: 0.5px solid rgba(147, 41, 211, 0.20);
}

.header-drawer__utility-item:nth-child(-n+2) .icon {
  width: 20px;
  height: 20px;
}

.header-drawer__utility-item:nth-last-child(-n+2) .icon {
  width: 24px;
  height: 24px;
  margin-right: 0;
}

.header-drawer__utility-item .icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.header-drawer__utility-item:nth-child(-n+2) .text {
  margin: 0;
  color: rgb(var(--color-header-accent));
  text-align: center;
  font-family: var(--font-body-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.header-drawer__utility-item:nth-last-child(-n+2) .text {
  margin: 0;
  color: rgb(var(--color-header-foreground));
  text-align: center;
  font-family: var(--font-body-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

.header-drawer__utility-item:has(.menu-drawer__account) {
  grid-area: 2 / 1 / 3 / 2;
