/** Shopify CDN: Minification failed

Line 964:47 Expected ":"

**/
body.body--hidden {
  overflow-y: hidden;
}
.shopify-section-header {
  position: relative;
  z-index: 12;
  will-change: transform;
  transition: background var(--duration-default) linear;
}
.shopify-section-header.color-background-overlay:not(
    .shopify-section-header-sticky
  ) {
  background: rgba(0, 0, 0, 0);
  --color-background: 255, 255, 255;
  --color-foreground: 255, 255, 255;
  --color-foreground-secondary: 255, 255, 255;
  --color-background-secondary: 255, 255, 255, 0.2;
  --color-background-input: 255, 255, 255, 0.2;
  --color-border: 255, 255, 255, 0.12;
}
.shopify-section-header.color-background-overlay:not(
    .shopify-section-header-sticky
  )
  .header-wrapper {
  background-color: rgba(0, 0, 0, 0);
}
.shopify-section-header.color-background-overlay:not(
    .shopify-section-header-sticky
  )
  .cart-count-bubble {
  background-color: #89734c !important;
}
.shopify-section-header.color-background-overlay:not(
    .shopify-section-header-sticky
  )
  .cart-count-bubble
  span {
  color: #000;
}
.shopify-section-header.color-background-overlay:not(
    .shopify-section-header-sticky
  )
  .header-wrapper.container
  .menu-drawer {
  left: 0;
  right: 0;
  top: 0;
}
.shopify-section-header.color-background-overlay:not(
    .shopify-section-header-sticky
  )
  .header__heading-logo:not(.in-header-drawer) {
  display: none;
}
.shopify-section-header.color-background-overlay:not(
    .shopify-section-header-sticky
  )
  .header__heading-logo:not(.in-header-drawer):only-child {
  display: block;
}
.shopify-section-header.color-background-overlay:not(
    .shopify-section-header-sticky
  )
  .header__heading-logo--overlay:not(.in-header-drawer) {
  display: block;
}
.shopify-section-header.color-background-1 {
  background-color: rgb(var(--color-background));
}
.shopify-section-header.color-background-3 {
  background-color: rgba(0, 0, 0, 0);
}
.shopify-section-header.color-background-3 .header--border::before {
  background-color: rgba(249, 249, 249, 0.12);
}
.shopify-section-header.color-background-3 .header__account summary::before {
  background-color: rgba(249, 249, 249, 0.12);
}
.shopify-section-header.color-background-3 .header__heading-logo {
  display: none;
}
.shopify-section-header.color-background-3 .header__heading-logo:only-child {
  display: block;
}
.shopify-section-header.color-background-3 .header__heading-logo--overlay {
  display: block;
}
.shopify-section-header:not(.animate):not(.shopify-section-header-sticky)
  .header-wrapper.container {
  transition: all var(--duration-default);
  border-radius: 0.6rem;
}
@media screen and (min-width: 1200px) {
  .shopify-section-header:not(.animate):not(.shopify-section-header-sticky)
    .header-wrapper.container {
    border-radius: 1.2rem;
  }
}
.shopify-section-header-sticky {
  position: sticky;
  top: 0;
  z-index: 12;
  background-color: rgb(var(--color-background));
}
.shopify-section-header-sticky .header-wrapper {
  max-width: 100%;
  padding: 0;
}
.shopify-section-header-hidden {
  transform: translateY(-100%);
}
.shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}
.header-wrapper {
  display: block;
  position: relative;
  transition: all var(--duration-default);
  z-index: 2;
  background-color: rgb(var(--color-background));
}
.header-wrapper[data-sticky-type="on-scroll-up"] {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.header-wrapper.container {
  transition: all var(--duration-default);
}
.header-wrapper.container .header {
  margin-top: 1.6rem;
  padding-inline: 2rem;
  background: rgb(var(--color-background));
  border-radius: 0.6rem;
  box-shadow: 0px 8px 30px 0px rgba(var(--color-shadow), 0.08);
  transition: all var(--duration-default), border-radius var(--duration-short);
}
@media screen and (min-width: 1200px) {
  .header-wrapper.container .header {
    padding-inline: 3.2rem;
    margin-top: 3.2rem;
    box-shadow: 0px 8px 40px 0px rgba(var(--color-shadow), 0.08);
    border-radius: 1.2rem;
  }
}
@media screen and (min-width: 1600px) {
  .header-wrapper.container .header {
    padding-inline: 6.4rem;
  }
}
.header-wrapper.container .menu-drawer {
  left: 2rem;
  right: 2rem;
  width: auto;
  box-shadow: 0px 8px 40px 0px rgba(var(--color-shadow), 0.08);
  border-radius: 0.6rem;
}
.container--header {
  margin: 0 auto;
  padding-inline: 2rem;
}
@media screen and (min-width: 1360px) {
  .container--header {
    max-width: 174rem;
  }
}
.header {
  position: relative;
  display: block;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-header-menu-family);
  font-style: var(--font-header-menu-style);
  text-transform: var(--font-header-menu-text-transform);
  z-index: 4;
  min-height: 6rem;
}
@media screen and (max-width: 576px) {
  .header {
    padding-inline: 0;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    display: flex;
  }
}
.header > .header__heading,
.header > .header__heading-link {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.header__localization {
  position: relative;
  display: flex;
  align-items: center;
}
.header__localization localization-form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.header__localization localization-form .localization-form {
  width: 100%;
}
.no-js .header__localization localization-form {
  display: none;
}
.header__localization .disclosure {
  position: static;
}
.header__localization .disclosure__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-width: 4.4rem;
  min-height: 4.4rem;
  padding-inline: 0.4rem;
}
.header__localization .disclosure__button:hover,
.header__localization .disclosure__button:focus {
  box-shadow: none;
}
.header__localization .localization-selector.link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 1rem 0.6rem 2rem;
  min-height: 4.4rem;
  background-color: rgb(var(--color-background-input));
  border-radius: var(--border-radius-button);
}
.header__localization .localization-selector.link .icon-caret {
  position: static;
  margin: 0;
  flex-shrink: 0;
  z-index: 2;
  color: rgb(var(--color-foreground-secondary));
}
.header__localization .localization-selector.link .currency-country {
  flex-grow: 1;
  z-index: 2;
  display: flex;
  align-items: center;
  text-align: left;
}
.header__localization .localization-selector + .disclosure__list {
  right: 0;
  top: calc(100% + 1rem);
  bottom: auto;
  margin-top: 0;
  padding: 1.2rem 0;
  max-width: 25rem;
  border-radius: var(--border-radius-button);
  animation: animateMenuOpen var(--duration-default) ease;
  transform: translateY(0rem);
}
.header--border::before {
  position: absolute;
  content: "";
  bottom: 0;
  display: block;
  height: 0.1rem;
  width: 100%;
  background-color: rgb(var(--color-border));
  transition: background-color var(--duration-short);
  pointer-events: none;
  z-index: 3;
}
.header--left-logo {
  display: flex;
  align-items: stretch;
  gap: 0.8rem;
}
@media screen and (min-width: 1200px) {
  .header--left-logo .header__heading-link {
    margin-right: 2.4rem;
  }
}
.header--left-logo .header__shop {
  margin-left: 0;
}
.header--center-logo {
  display: grid;
  align-items: stretch;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.8rem;
}

@media screen and (min-width: 1200px) {
  .header--center-logo {
    display: grid;
    grid-template-columns: 5fr auto 5fr;
    gap: 0.8rem;
  }
}
.header--center-logo .header__shop {
  margin-left: 0;
}
.header__heading-logo {
  display: block;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 576px) {
  .header__heading-logo {
    max-width: 10rem;
  }
}
.header__heading {
  display: inline-flex;
  align-items: center;
  margin: 0;
  line-height: 0;
}
.header__heading span {
  line-height: 1;
  text-transform: var(--font-header-menu-text-transform);
}
.header__heading-link {
  display: inline-flex;
  padding: 0;
  text-decoration: none;
  word-break: break-word;
}
.header__heading-link span {
  display: flex;
  align-items: center;
  max-width: 25rem;
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: var(--font-header-menu-text-transform);
}
.header__heading-logo--overlay {
  display: none;
}
.header *[tabindex="-1"]:focus {
  outline: none;
}
.header__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: none;
  width: auto;
  min-height: 100%;
}
.header__column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: none;
  margin-left: auto;
  width: auto;
  min-height: 100%;
}
@media screen and (min-width: 750px) {
  .header__column {
    margin-right: -1.1rem;
  }
}
.header__icons {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 0;
  height: 100%;
}
@media screen and (min-width: 750px) {
  .header__icons {
    gap: 0.4rem;
  }
  .header__icons + .header__icons {
    margin-left: 0.4rem;
  }
}
.header__icons .header__localization::after {
  left: 0;
  right: 0;
  width: auto;
}
.header__icons .header__cart::after {
  right: 1.1rem;
}
@media screen and (min-width: 990px) {
  .header__icons + .header__icons {
    position: relative;
    margin-left: 1.7rem;
  }
  .header__icons + .header__icons::before {
    content: "";
    display: block;
    width: 0.1rem;
    height: 3.2rem;
    position: absolute;
    left: -0.9rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(var(--color-border));
  }
}
.header__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__icon--summary {
  justify-content: flex-start;
}
.header__icon .icon {
  color: rgba(var(--color-foreground));
}
.header__icon .icon-hamburger {
  width: 4.4rem;
  height: 4.4rem;
}
.header__icon--account {
  position: relative;
  transition: opacity var(--duration-default);
}
.header__icon--account:hover {
  opacity: 0.6;
}
.header__icon--account .icon {
  width: 4.4rem;
  height: 4.4rem;
}
.header__favorite {
  display: none;
}
@media screen and (min-width: 750px) {
  .header__favorite {
    display: block;
  }
}
.header__icon--favorite {
  position: relative;
  transition: opacity var(--duration-default);
}
.header__icon--favorite:hover {
  opacity: 0.6;
}
.header__icon--favorite .icon {
  width: 4.4rem;
  height: 4.4rem;
}
.header__icon--menu {
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
}
@media screen and (min-width: 750px) {
  .header__icon--menu {
    margin-left: -1.3rem;
  }
}
.header__icon--menu span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
}
.header__icon--menu .header__modal-close-button {
  opacity: 0;
}
.header__icon::after {
  content: none;
}
.header__icon .icon {
  fill: none;
  vertical-align: middle;
}
.header__icon--search {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-width: 4.4rem;
  height: 4.4rem;
}
.header__icon--search > span {
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  transition: opacity var(--duration-default);
}
.header__icon--search > span:hover {
  opacity: 0.6;
}
.header__icon--search > span .icon {
  width: 2rem;
  height: 2rem;
}
.header__icon--search,
.header__icon--cart {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-height: 4.4rem;
}
.header__icon .header__icon-name {
  display: none;
  margin-left: 0.7rem;
}
.header__icon--search .header__icon-name {
  position: relative;
}
.currency-flag {
  position: relative;
  width: 2rem;
  height: 2rem;
  flex: none;
  overflow: hidden;
  margin-right: 0.8rem;
}
.currency-flag::before,
.currency-flag::after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.currency-flag::before {
  content: attr(data-value);
  font-size: 0.8rem;
  text-align: center;
}
.currency-flag[data-value]::after {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 0.15rem solid rgb(var(--color-border));
}
.disclosure__link--flag::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 2rem;
  height: 2rem;
  flex: none;
  overflow: hidden;
  margin-right: 0.8rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 0.15rem solid rgb(var(--color-border));
}
.header__region {
  display: none;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .header__region {
    display: flex;
  }
  .header__region + .header__icons {
    margin-left: 2.4rem;
  }
}
.header__region-summary::after {
  content: "";
  display: none;
  position: fixed;
  z-index: 3;
  inset: 0;
  top: calc(-1 * (var(--announcement-height) + var(--countdown-bar-height)));
  height: 120vh;
  background: rgba(var(--color-overlay), 0.1);
  backdrop-filter: blur(2px);
}
.header__region-summary .currency-flag {
  flex-shrink: 0;
  margin: 0;
}
.header__region-summary > div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.4rem;
  min-width: 4.4rem;
  transition: opacity var(--duration-default);
}
.header__region-summary > div:hover {
  opacity: 0.7;
}
.header__region-heading {
  color: rgb(var(--color-foreground-secondary));
  margin-left: 0.8rem;
}
.header__region .region-modal {
  position: fixed;
  z-index: 4;
  inset: 0;
  top: calc(-1 * (var(--announcement-height) + var(--countdown-bar-height)));
  height: 100vh;
  pointer-events: none;
}
.header__region .region-modal__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.header__region .region-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: all;
  border-radius: 0.6rem;
}
@media screen and (min-width: 990px) {
  .header__region .region-modal__inner {
    max-width: 70%;
  }
}
.header__region .region-modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  position: relative;
  padding: 3rem;
}
@media screen and (min-width: 990px) {
  .header__region .region-modal__content {
    padding: 4rem;
  }
}
.header__region .region-modal__heading {
  margin: 0;
}
.header__region .region-modal__text {
  margin: 0;
  color: rgb(var(--color-foreground-secondary));
  text-align: center;
  max-width: 38.5rem;
}
.header__region .region-modal__selects {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}
.header__region .region-modal__close {
  position: absolute;
  top: 0;
  right: 0;
}
.header__region > details {
  position: static;
}
.header__region > details[open] .header__region-summary::after {
  display: block;
}
.header__region > details[open] .header__region-inner {
  animation: animateSearchOpen var(--duration-default) ease;
}
.header__account {
  display: none;
  align-items: center;
  height: 100%;
  position: relative;
}
.header__account-modal {
  position: absolute;
  top: 100%;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 2rem;
  min-width: 22rem;
  max-width: 30rem;
  height: auto;
  margin: 0;
  text-transform: none;
  background-color: rgba(var(--color-background));
  border-radius: 0;
  border: 0.1rem solid rgb(var(--color-border));
  transition: opacity var(--duration-default), transform var(--duration-default);
  z-index: 10;
}
.header--border .header__account-modal {
  border-top: none;
}
.header__account details[open] .header__account-modal {
  animation: animateMenuOpen var(--duration-default) ease;
}
.header__account-login {
  min-width: max-content;
  width: 100%;
}
.header__account-register {
  min-width: max-content;
  width: 100%;
}
.header__account-name {
  position: relative;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  color: rgba(var(--color-foreground-secondary));
  border-bottom: 0.1rem solid rgb(var(--color-border));
}
.header__account-body {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.header__account-body a {
  display: block;
  text-decoration: none;
  color: rgb(var(--color-foreground));
  transition: opacity var(--duration-default);
  padding: 0.8rem 0;
}
.header__account-body a:hover {
  opacity: 0.7;
}
.header__account-body > li:first-child a {
  padding-top: 0;
}
.header__account-body > li:last-child a {
  padding-bottom: 0;
}
@keyframes animateSearchOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 990px) {
  .header__icon .header__icon-name {
    display: flex;
  }
  .header__icons > .header__account {
    padding: 0;
  }
}
@media screen and (min-width: 990px) and (min-width: 990px) {
  .header__account summary {
    position: relative;
    width: 4.4rem;
    height: 4.4rem;
  }
}
@media screen and (min-width: 990px) {
  .header__account {
    display: inline-flex;
  }
}
@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}
menu-drawer + .header__search {
  display: none;
}
.shopify-section-header-sticky .header__search-inner {
  max-height: 100vh;
}
.header__search {
  display: flex;
  align-items: center;
}
.header__search > details {
  position: static;
}
.header__search > details[open] .header__search-inner {
  animation: animateSearchOpen var(--duration-default) ease;
}
.header__search > details[open] > summary::after {
  display: block;
}
.header__search > details > summary::after {
  content: "";
  display: none;
  position: fixed;
  z-index: 3;
  inset: 0;
  top: 100%;
  height: 100vh;
  background: rgba(var(--color-overlay), 0.1);
  backdrop-filter: blur(2px);
}
.header__search-inner {
  position: fixed;
  top: 100%;
  right: 0;
  left: 0;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  width: 100%;
  border-bottom: 0.1rem solid rgb(var(--color-border));
}
@media screen and (min-width: 990px) {
  .header__search-inner {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}
.header .search {
  z-index: 4;
}
.header .search__content {
  height: 100%;
  max-width: 110rem;
  margin: 0 auto;
}
@media screen and (max-height: 500px) {
  .header .search__content {
    overflow-y: auto;
  }
  .header .search__content::-webkit-scrollbar {
    width: 0.4rem;
  }
  .header .search__content::-webkit-scrollbar-thumb {
    background-color: rgb(var(--color-border));
    border-radius: 2rem;
  }
}
.header .search__form {
  width: 100%;
}
.header .search .field {
  position: relative;
  flex-direction: row;
  gap: 0.4rem;
  z-index: 3;
}
.header .search__icon {
  position: absolute;
  top: 50%;
  left: 0.8rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  color: rgb(var(--color-foreground));
}
.header .search__icon .icon-search {
  width: 1.6rem;
  height: 1.6rem;
}
.header .search__input {
  padding: 0 2rem 0 4.2rem;
  width: 100%;
  height: 100%;
}
.header .search__button {
  display: none;
}
@media screen and (min-width: 990px) {
  .header .search__button {
    flex-shrink: 0;
    min-width: 14rem;
    display: inline-flex;
  }
}
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}
.header__inline-menu details:hover > .header__submenu {
  opacity: 1;
  transform: translateY(0rem);
  animation: animateMenuOpen var(--duration-default) ease;
}
.header__articles {
  width: 38.4rem;
  max-width: 100%;
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 3;
  grid-column-end: 4;
}
@media screen and (min-width: 1440px) {
  .header__articles {
    width: 41.4rem;
  }
}
@media screen and (max-height: 680px) {
  .header__articles {
    height: 65vh;
  }
}
.header__articles .header__article:not(:first-child) {
  margin-top: -0.1rem;
}
@media screen and (max-height: 680px) {
  .header__articles .article-card-small {
    padding-block: 0.8rem;
  }
}
.header__articles .header__subtitle {
  margin-bottom: 2.4rem;
}
.header__articles .header__article-button {
  margin-top: 2.4rem;
}
.header__inline-menu {
  display: none;
}
.header__inline-menu .header__menu-item {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}
.header--center .header__heading-link {
  margin-left: 0;
}
@media screen and (min-width: 1200px) {
  .header__inline-menu {
    display: block;
    height: 100%;
  }
  .header--center .header__inline-menu {
    display: flex;
  }
}
.header__menu {
  padding: 0 1rem;
}
.header__menu-item {
  text-decoration: none;
  color: rgb(var(--color-foreground));
  transition: color var(--duration-default);
  overflow: hidden;
  white-space: nowrap;
  padding: 0 1rem;
  font-size: clamp(1rem, 2vw, 1.5rem);  Adjusts size based on viewport width 
}
.list-menu--inline {
  align-items: stretch;
  gap: 0.8rem 0;
  height: 100%;
}
.list-menu--inline li:not(.list-menu--megamenu) {
  position: relative;
}
.list-menu--inline .list-menu-item:hover > .header__submenu,
.list-menu--inline .list-menu-item:focus-within > .header__submenu,
.list-menu--inline .list-menu-item:focus > .header__submenu,
.list-menu--inline .list-menu-item:active > .header__submenu {
  opacity: 1;
  pointer-events: all;
}
.list-menu--inline
  .list-menu-item:not(.list-menu--submenu)
  > .header__menu-item {
  position: relative;
  display: flex;
  align-items: center;
  overflow: visible;
}
.list-menu--inline .list-menu-item > .header__menu-item {
  min-height: 4.4rem;
  height: 100%;
}
.list-menu--inline .header__menu-item span {
  display: flex;
  align-items: center;
}
.list-menu--inline .header__menu-item + .header__submenu {
  opacity: 0;
  pointer-events: none;
}
.list-menu--inline .header__menu-item + .header__submenu:hover,
.list-menu--inline .header__menu-item + .header__submenu:focus-within,
.list-menu--inline .header__menu-item + .header__submenu:focus,
.list-menu--inline .header__menu-item + .header__submenu:active {
  opacity: 1;
  pointer-events: all;
}
.list-menu--inline .header__menu-item:hover + .header__submenu,
.list-menu--inline .header__menu-item:focus-within + .header__submenu,
.list-menu--inline .header__menu-item:focus + .header__submenu,
.list-menu--inline .header__menu-item:active + .header__submenu {
  opacity: 1;
  pointer-events: all;
}
.list-menu--inline > .list-menu-item > .header__menu-item {
  padding: 0 1rem;
}
@media screen and (min-width: 1360px) {
  .list-menu--inline > .list-menu-item > .header__menu-item {
    padding: 0 1.2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.list-menu--inline > .list-menu-item > .header__menu-item > span {
  height: 100%;
}
.list-menu--inline > .list-menu-item > .header__menu-item > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 0.1rem;
  width: 100%;
  background-color: rgb(var(--color-foreground));
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--duration-default),
    visibility var(--duration-default);
}
.list-menu--inline > .list-menu-item > .header__menu-item:hover > span::after,
.list-menu--inline
  > .list-menu-item
  > .header__menu-item:focus-within
  > span::after,
.list-menu--inline > .list-menu-item > .header__menu-item:focus > span::after,
.list-menu--inline > .list-menu-item > .header__menu-item:active > span::after {
  opacity: 1;
  visibility: visible;
}
.list-menu--inline > .list-menu-item > .header__menu-item + .header__submenu {
  border-top: 0.1rem solid rgb(var(--color-foreground));
  top: calc(100% - 0.1rem);
}
.list-menu--inline > .list-menu-item:first-child > .header__menu-item {
  padding-left: 0;
}
.list-menu--inline
  > .list-menu-item:first-child
  > .header__menu-item
  + .header__submenu {
  left: 0;
}
.header__menu-item > span {
  position: relative;
}
.header__icon .header__icon-name {
  text-decoration: none;
  line-height: var(--font-body-line-height);
  color: rgb(var(--color-foreground));
}
.header__submenu {
  text-transform: none;
  border-radius: 0;
  border: 1px solid var(--stroke, rgb(var(--color-border)));
  transition: opacity var(--duration-default);
  z-index: 15;
}
.header__submenu.list-menu {
  display: flex;
  flex-direction: column;
  padding: 1.2rem 0;
}
.header__submenu li {
  display: flex;
}
.header__submenu .header__menu-item {
  justify-content: space-between;
  height: auto;
  padding: 0;
  text-transform: none;
  width: 100%;
}
.header__submenu .header__menu-item span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.8rem .8rem 0.8rem .8rem;
}
.header__submenu .icon-caret {
  right: 1.6rem;
}
@media screen and (min-width: 1200px) {
  .header__submenu .header__submenu {
    --clientY: var(--header-height);
    max-height: calc(100vh - var(--clientY) - 2rem);
    overflow: auto;
  }
  .header__submenu .header__submenu::-webkit-scrollbar {
    width: 0.4rem;
  }
  .header__submenu .header__submenu::-webkit-scrollbar-thumb {
    background-color: rgba(var(--color-border));
    border-radius: 2rem;
  }
}
.header__submenu-item {
  color: rgb(var(--color-foreground));
  transition: opacity var(--duration-default);
}
.header__submenu-item--inactive {
  opacity: 0.7;
}
.header__menu-item .icon-caret {
  flex: none;
  width: 2rem;
  height: 2rem;
  transform: rotate(-90deg);
  z-index: 0;
}
.header__inline-menu .list-menu--disclosure {
  width: auto;
  left: auto;
}
.header__inline-menu li:hover > .header__submenu {
  opacity: 1;
  pointer-events: all;
}
.header__inline-menu span.header__menu-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.header__menu-item > span {
  position: relative;
}
.header__icon .header__icon-name {
  text-decoration: none;
  line-height: var(--font-body-line-height);
  color: rgb(var(--color-foreground));
}
@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes animateLocalOpen {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
.header__icon--cart {
  position: relative;
  gap: 0.4rem;
  padding-right: 0;
  min-width: 4.4rem;
  width: auto;
  height: 4.4rem;
  transition: opacity var(--duration-default);
}
.header__icon--cart:hover {
  opacity: 0.6;
}
.header__icon--cart .icon {
  width: 4.4rem;
  height: 4.4rem;
}
.header__cart {
  display: flex;
  align-items: center;
  position: relative;
}
.cart-count-bubble:empty {
  display: none;
}
.cart-count-bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  padding: 0.2rem;
  min-width: 2rem;
  height: 2rem;
  color: rgb(var(--color-button-text));
  background-color: #89734c;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  line-height: var(--font-body-line-height);
  letter-spacing: calc(var(--font-body-letter-spacing) * 0.1);
}
.scheme-toggled[data-scheme] *:not(.swiper-wrapper),
.scheme-toggled[data-scheme] *::after,
.scheme-toggled[data-scheme] *::before {
  transition: none !important;
}
.header__scheme {
  position: relative;
  display: none;
  align-items: center;
}
@media screen and (min-width: 990px) {
  .header__scheme {
    display: flex;
  }
}
.header__toggle-scheme {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  transition: opacity var(--duration-default);
  cursor: pointer;
}
.header__toggle-scheme:hover {
  opacity: 0.7;
}
.header__toggle-scheme-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 4.4rem;
  height: 4.4rem;
  color: rgb(var(--color-foreground));
}
.header__toggle-scheme-item .icon {
  flex: none;
  width: 2rem;
  height: 2rem;
}
@media (prefers-color-scheme: dark) {
  [data-scheme="auto"]
    .shopify-section-header:not(.color-background-overlay)
    .header__icons::before {
    background-color: rgba(255, 255, 255, 0.12);
  }
  [data-scheme="auto"] .header .card-wrapper {
    background-color: #343435;
  }
}
[data-scheme="dark"]
  .shopify-section-header:not(.color-background-overlay)
  .header__icons::before {
  background-color: rgba(255, 255, 255, 0.12);
}
noscript .localization-form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
noscript .localization-form__select {
  position: relative;
  display: flex;
  align-items: center;
}
noscript .localization-form__select .icon {
  position: absolute;
  right: 1.2rem;
  pointer-events: none;
}