/** Shopify CDN: Minification failed

Line 102:3 Expected ":"

**/
menu-dropdown {
  position: relative;
  display: block;
  text-align: start;
}

.is-active>.header__menu-item .label {
  background-position: left bottom, left bottom;
  background-size: 100% 0.1rem, 100% 0.1rem;
}

.list-menu-dropdown {
  min-width: 20rem;
  max-width: 26rem;
  width: max-content;
  position: absolute;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  background-color: rgb(var(--color-background));
  padding-top: 2rem;
  padding-bottom: 2rem;
  box-shadow: 0 1rem 2rem rgba(var(--color-foreground), 0.08);
  transition-property: opacity, visibility;
  transition-duration: var(--duration-default);
  transition-timing-function: ease;
}

.list-menu-dropdown.hidden {
  display: flex !important;
  flex-wrap: wrap;
}

.is-active>.list-menu-dropdown {
  opacity: 1;
  visibility: visible;
}

.list-menu-dropdown .header__menu-item {
  width: 100%;
  padding: .4rem 3rem;
  justify-content: space-between;
  letter-spacing: 0;
  text-transform: none;
  font-size: calc(var(--font-heading-size) + 0.2rem);
  line-height: calc(1 + 0.4 / var(--font-body-scale));
}

.list-menu-dropdown .header__menu-item .icon-caret {
  display: block;
  height: 0.5rem;
}

@media screen and (hover: hover) {

  .list-menu-dropdown .is-active>.header__menu-item .icon-caret,
  .list-menu-dropdown .header__menu-item:hover .icon-caret {
    transform: rotate(-90deg);
  }
}

.list-menu-dropdown .list-menu-dropdown {
  top: -2rem;
  left: 100%;
}

menu-dropdown.is-megamenu {
  position: static;
}

.is-megamenu>.list-menu-dropdown {
  max-width: 100%;
  width: 100%;
  left: 0;
  right: 0;
  padding-top: 3.5rem;
  padding-bottom: 4rem;
  line-height: calc(1 + 0.4 / var(--font-body-scale));
}

.is-megamenu>.list-menu-dropdown .page-width {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  column-gap: 4rem;
  width: 100%;
}

.is-megamenu>.list-menu-dropdown .page-width.list-mega-menu__type--images {
  display: flex;
  justify-content: center;
  column-gap: 6rem;
}

.is-megamenu>.list-menu-dropdown .page-width.list-mega-menu__type--images .mega-menu__promo--image {
  width: calc(25% - 3rem);
  text-align: center;
  c
}

.list-mega-menu {
  flex: 2 2 auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  column-gap: 3rem;
}

.mega-menu__item {
  flex: 2 2 auto;
  /* max-width: 22rem; */
  page-break-inside: avoid;
  break-inside: avoid;
}

@media screen and (min-width: 1200px) {
  /* .list-mega-menu {
    column-gap: 3rem;
  } */

  .mega-menu__item {
    max-width: 28rem;
  }
}

.mega-menu__item-link {
  display: block;
  text-decoration: none;
  color: rgb(var(--color-link));
  transition: color var(--duration-default) ease;
}

.mega-menu__item-link .header__menu-item .label {
  background-image: linear-gradient(to top,
      rgb(var(--color-green_300)) 0px,
      rgb(var(--color-green_300)) 0px),
    linear-gradient(to top, transparent 0px, transparent 0px);
  background-repeat: no-repeat;
  background-position: right bottom, right bottom;
  background-size: 0% 0.1rem, 100% 0.1rem;
  transition-property: background-size;
  transition-timing-function: ease;
  transition-duration: var(--duration-default);
}

.mega-menu__item-link .header__menu-item {
  letter-spacing: 0rem;
  font-weight: 600;
  font-size: calc(var(--font-navigation-size) + 0.1rem);
  color: inherit;
  padding: 0;
}

.mega-menu__item-link.with-media {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.mega-menu__item-link.with-media .header__menu-item {
  position: absolute;
  z-index: 2;
  padding: 0 1.5rem 1rem;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 40.63%, rgba(0, 0, 0, 0.4) 100%);
}

.mega-menu__item-link.with-media .header__menu-item .label {
  text-align: center;
  color: rgb(var(--color-achromatic_000)) !important;
  margin: auto auto 0;
  background-image: none;
}

.mega-menu__item-link .media {
  object-fit: cover;
  padding-bottom: 80%
}

@media screen and (hover: hover) {

  .mega-menu__item-link:hover .header__menu-item .label {
    background-position: left bottom, left bottom;
    background-size: 100% 0.1rem, 100% 0.1rem;
    color: rgb(var(--color-green_300));
  }
}

.mega-menu__item--blank:empty {
  display: block;
}

.mega-menu__promo:not(.mega-menu__promo--image) {
  flex: 1 1 auto;
  text-align: center;
}

.list-menu-child .header__menu-item {
  padding-inline-start: 0;
  padding-inline-end: 0;
}

.mega-menu__column,
.mega-menu__column--secondary .mega-menu__item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.mega-menu__column--primary .mega-menu__item+.mega-menu__item {
  margin-top: 2rem;
}

.mega-menu__column--primary .mega-menu__item-link .label {
  font-size: 1.7rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: .3rem;
}

.mega-menu__column--secondary .mega-menu__item-link .label,
.mega-menu__column--primary .mega-menu__item-link--main .label {
  font-size: 1.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.mega-menu__promo .media {
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  border-radius: var(--card-radius);
}

.mega-menu__promo-link {
  position: relative;
  display: block;
  text-decoration: none;
  color: rgb(var(--color-link));
  transition: color var(--duration-default) ease;
}

.mega-menu__promo-link[aria-disabled="true"] {
  pointer-events: none;
}

.mega-menu__promo-heading {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0;
  letter-spacing: 0.05rem;
  transition: color var(--duration-default) ease;
  color: rgb(var(--color-achromatic_000));
}

.mega-menu__promo-heading .label {
  position: relative;
}

.mega-menu__promo-heading .label::after {
  content: "";
  position: absolute;
  height: 0.1rem;
  background-color: rgb(var(--color-border));
  bottom: 0;
  left: 51%;
  right: 50%;
  transition-property: left, right;
  transition-timing-function: ease;
  transition-duration: var(--duration-default);
}

.mega-menu__promo-subheading {
  font-size: 1.6rem;
  color: rgba(var(--color-link), 0.7);
}

@media screen and (hover: hover) {
  .mega-menu__promo-link:hover {
    color: rgba(var(--color-link), 0.7);
  }

  .mega-menu__promo-link:hover .mega-menu__promo-heading .label::after {
    left: 0;
    right: 0;
  }
}

.mega-menu__promo--overlay {
  position: relative;
}

.mega-menu__promo--overlay .mega-menu__promo-link::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(4, 4, 4, 0.26) 0, rgba(54, 54, 54, 0.08) 40%, transparent 100%);
  border-radius: var(--card-radius);
}

.mega-menu__promo--overlay .media {
  margin-bottom: 0;
}

.mega-menu__promo--overlay .mega-menu__promo-content {
  z-index: 1;
  position: absolute;
  top: 1rem;
  width: 100%;
  padding: 1rem;
  color: #ffffff;
  text-shadow: 0 1rem 2rem rgb(var(--color-foreground));
}

.mega-menu__promo--overlay .mega-menu__promo-subheading {
  color: inherit;
}