/** Shopify CDN: Minification failed

Line 280:0 Unexpected "}"

**/
.mega-menu {
  position: static;
  transition: 0.3s easy-in-out;
}

.mega-menu__content {
  background-color: rgb(var(--color-background));
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}

.shopify-section-header-sticky .mega-menu__content {
  max-height: calc(100vh - var(--header-bottom-position-desktop, 20rem) - 4rem);
}

.header-wrapper--border-bottom .mega-menu__content {
  border-top: 0;
}

.mega-menu .mega-menu__content {
  overflow-y: hidden;
  max-height: 0;
  transition: 0.6s;
}

.mega-menu.active .mega-menu__content {
  max-height: 800px;
  transition: 0.6s;
  overflow-y: hidden;
}

@media screen and (min-width: 989px) {
  .header-wrapper:has(.mega-menu.active) {
    background: #1f1f1f;
    transition: background 0.6s;
  }

  body:has(.mega-menu.active) {
    overflow-y: hidden;
  }
}

.header-wrapper {
  background: transparent;
  transition: background 0.6s;
}

.header-wrapper:has(.mega-menu.active) .bg {
  display: block;
}

.header-wrapper:has(.mega-menu.active) .icon-cart-new {
  stroke: #fff !important;
}

.header-wrapper:has(.mega-menu.active) .cart-count-bubble {
  background-color: white;
  color: #1f1f1f;
}

.header-wrapper:has(.mega-menu.active) .cart-count-bubble-icon {
  color: #1f1f1f !important;
}

.header-wrapper:has(.mega-menu.active) .cart-count-bubble-icon span {
  color: white !important;
}

.header-wrapper:has(.mega-menu.active) .icon-cart-empty {
  stroke: white;
}

.header-wrapper:has(.mega-menu.active) .header__menu-item span:before {
  background-color: #fff !important;
}

.mega-menu svg.icon_caret-filter {
  margin-left: 3px;
  transition: transform 0.6s;
}

.mega-menu.active .filter_icon {
  stroke: #fff;
}

.mega-menu.active svg.icon_caret-filter {
  transform: rotate(180deg);
  transition: transform 0.6s;
}

.mega-menu.active .header-wrapper {
  background-color: #848484;
}

.mega-menu .mega-menu__list {
  opacity: 0;
  transition: opacity 0.6s;
}

.mega-menu.active .mega-menu__list {
  opacity: 1;
  overflow-y: hidden;
}

body.mega-menu.active {
  overflow-y: hidden;
}

.mega-menu__list {
  padding-top: 37px;
  padding-bottom: 37px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  list-style: none;
}

.mega-menu__link {
  display: block;
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
  text-decoration: none;
  transition: text-decoration var(--duration-short) ease;
  word-wrap: break-word;
  color: var(--White, #fff);
  /* Desktop/H3 */
  font-family: Unbounded !important;
  font-size: 30px;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 130%;
  /* 39px */
}

#child-0 {
  padding-right: 90px;
}

#child-0 a {
  padding-bottom: 16px;
  white-space: nowrap;
}

#child-1 a {
  padding-bottom: 10px;
  white-space: nowrap;
}

#child-1 {
  border-right: 1px solid var(--Dark-Grey, #848484);
  border-left: 1px solid var(--Dark-Grey, #848484);
  width: fit-content;
  padding-bottom: 100px;
}

#child-2 .last_link {
  display: none;
}

#child-2 .heading_with_view {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}

#child-2 .view_all_link {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

#child-2 .view_all_link a {
  transition: transform 0.3s ease;
  /* Add transition effect */
}

#child-2 .view_all_link:hover a {
  transform: translateX(-5px);
  /* Move the link 5 pixels to the left */
}

#child-2 .view_all_link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -8px;
  width: 0;
  height: 1px;
  /* Set the height/thickness of the line */
  background-color: rgb(var(--color-foreground));
  /* Adjust the color of the line */
  transition: width 0.3s ease;
  /* Add a transition for a smooth effect */
}

#child-2 .view_all_link:hover::after {
  width: 100%;
}

#child-2 .view_all_link a {
  color: var(--White, #fff);
  font-family: Inter !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  text-decoration: none;
  line-height: 125%;
}

#child-0 .view_all_link {
  display: none;
}

#child-1 .view_all_link {
  display: none;
}

#child-0 img {
  display: none;
}

#child-1 img {
  display: none;
}

#child-1 a {
  color: var(--White, #fff);
  text-align: left;
  /* Desktop/Body Short */
  font-family: Inter !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 125%;
  /* 20px */
  padding-left: 24px;
  padding-right: 24px;
  width: fit-content;
  padding-right: 80px;
}

#child-2 img {
  width: 100%;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: 60% 55%;
  max-height: 302px;
}

.mega-menu__link--level-2 {
  font-weight: bold;
}

.heading_with_view a {
  position: relative;
}

/* #child-0 .heading_with_view a::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgb(var(--color-foreground));
  transition: width 0.3s ease; */
}

.header--top-center .mega-menu__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 0;
}

.header--top-center .mega-menu__list > li {
  width: 16%;
  padding-right: 2.4rem;
}

.mega-menu__link {
  position: relative;
  display: inline-block;
}

/* Initially, set the pseudo-element's width to 0 */
.mega-menu__link::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 0;
  height: 1px;
  /* Set the height/thickness of the line */
  background-color: rgb(var(--color-foreground));
  /* Adjust the color of the line */
  transition: width 0.3s ease;
  /* Add a transition for a smooth effect */
}

#child-1 .mega-menu__link::after {
  left: 24px;
  bottom: 7px;
}

#child-1 .mega-menu__link:hover::after {
  width: 70%;
}

#child-2 .mega-menu__link:hover::after {
  width: 0;
}

.mega-menu__link:hover::after {
  width: 100%;
}

.mega-menu__link--active:hover {
  text-decoration-thickness: 0.2rem;
}

.mega-menu .mega-menu__list--condensed {
  display: block;
}

.mega-menu__list--condensed .mega-menu__link {
  font-weight: normal;
}

@media screen and (max-width: 1280px) {
  #child-1 a {
    padding-right: 20px;
  }

  #child-0 {
    padding-right: 0;
  }
}
