/** Shopify CDN: Minification failed

Line 31:0 Unexpected "}"
Line 213:0 Unexpected "}"

**/
@media (min-width: 769px) {
  .wwfs-menu-title-wrap {
    display: inline !important;
  }

  .wwfs-menu-title {
    display: inline !important;
  }

  .wwfs-menu-subtitle {
    display: none !important;
  }

  .main-nav__child {
    background: #fff !important;
    border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14) !important;
  }

  .main-nav__collection-image,
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #f7f7f7 !important;
  }
}

@media (max-width: 768px) {
  .wwfs-menu-title-wrap {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    line-height: 1.25 !important;
  }

  .wwfs-menu-title {
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #2a2a2a !important;
  }

  .wwfs-menu-subtitle {
    display: block !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #666 !important;
  }

  .main-nav > li {
    border-bottom: 1px solid #eeeeee !important;
  }

  .main-nav__item--primary {
    padding: 18px 24px !important;
    min-height: 72px !important;
  }

  .main-nav__item-content {
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
  }

  .main-nav__child {
    background: #fff !important;
  }

  .main-nav__item--back {
    color: #6ebe45 !important;
    font-weight: 700 !important;
    padding: 18px 24px !important;
    border-bottom: 1px solid #eeeeee !important;
  }

  .main-nav__item-header {
    font-size: 24px !important;
    font-weight: 800 !important;
    padding: 20px 24px 24px !important;
    border-bottom: 1px solid #eeeeee !important;
  }

  .child-nav > li {
    border-bottom: 1px solid #eeeeee !important;
  }

  .child-nav__item--toggle {
    padding: 0 !important;
  }

  .child-nav__item--toggle .main-nav__item-content {
    padding: 16px 24px !important;
  }

  nav-menu details[open] > summary {
    background: #f5faf2 !important;
  }

  nav-menu details[open] > summary .child-nav__item {
    color: #6ebe45 !important;
    font-weight: 800 !important;
  }

  .main-nav__grandchild {
    padding: 10px 24px 18px !important;
  }

  .grandchild-nav__item {
    display: block !important;
    padding: 10px 0 !important;
    font-size: 15px !important;
    color: #333 !important;
  }

  .main-nav__item--go {
    display: block !important;
    margin: 18px 24px 24px !important;
    padding: 14px 18px !important;
    border: 1px solid #6ebe45 !important;
    border-radius: 10px !important;
    text-align: center !important;
    font-weight: 800 !important;
    color: #2a2a2a !important;
  }
}

/* ===========================================
   WWFS DESKTOP NAVIGATION
=========================================== */

@media (min-width: 769px) {
  /* Keep the label response light; the underline follows the open panel. */
  .main-nav__item--primary {
    transition: color 0.08s linear !important;
  }

  /* Remove any underline animation we've added */
  .main-nav__item--primary::after {
    display: none !important;
  }

  /* Dropdown surface */
  .main-nav__child {
    background: #fff !important;
    border-top: 1px solid #ececec !important;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14) !important;
  }

  /* The native :hover underline otherwise moves before the delayed panel. */
  .main-nav > li > details:not(.is-open) > summary > .main-nav__item--primary:not(.is-active):hover {
    box-shadow: none !important;
  }

  /* A panel-to-panel swap is deliberately immediate, without a blank frame. */
  .main-nav > li > details.wwfs-menu-switching > .main-nav__child {
    transition: none !important;
  }

  /* Column headings */
  .child-nav__item--toggle {
    margin-bottom: 12px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #ececec !important;
  }

  .child-nav__item--toggle > a,
  .child-nav__item--toggle > .main-nav__item-content {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #202020 !important;
    transition: color 0.12s linear !important;
  }

  /* Column heading hover */
  .child-nav__item--toggle:hover > a,
  .child-nav__item--toggle:hover > .main-nav__item-content {
    color: #f05b21 !important;
  }

  /* Product links */
  .grandchild-nav__item,
  .main-nav__grandchild .main-nav__item {
    padding: 5px 0 !important;
    line-height: 1.45 !important;
    transition:
      color 0.12s linear,
      transform 0.12s linear !important;
  }

  /* Product hover */
  .grandchild-nav__item:hover,
  .main-nav__grandchild .main-nav__item:hover {
    color: #6ebe45 !important;
    transform: translateX(4px);
  }

  /* Images */
  .main-nav__collection-image,
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #f7f7f7 !important;
  }

  /* Slightly tighter spacing */
  .child-nav {
    column-gap: 42px !important;
    row-gap: 26px !important;
  }
}

/* ===========================================
   WWFS BRANDS MEGA MENU DESCRIPTIONS
   The existing collection-image layout remains unchanged.
=========================================== */

.wwfs-brand-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.wwfs-brand-copy .child-nav__item {
  display: block;
}

.wwfs-brand-description {
  display: block;
  margin-top: 3px;
  color: #6b6e70;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
  pointer-events: none;
}

@media (max-width: 768px) {
  .wwfs-brand-description {
    margin-top: 2px;
    padding-right: 20px;
    font-size: 12px;
  }
}

/* ===========================================
   WWFS ACCOUNT + CART
=========================================== */

.header__icons {
  align-items: center;
  gap: 28px;
  overflow: visible;
}

.wwfs-account-menu {
  position: relative;
  flex: 0 0 auto;
  color: inherit;
}

.wwfs-account-menu > summary {
  list-style: none;
}

.wwfs-account-menu > summary::-webkit-details-marker {
  display: none;
}

.wwfs-header-action {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 11px;
  width: auto !important;
  min-width: 0;
  min-height: 48px;
  padding: 4px 0 !important;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.wwfs-header-action:hover {
  color: inherit;
  opacity: 0.86;
}

.wwfs-header-action:focus-visible {
  outline: 2px solid #6ebe45;
  outline-offset: 5px;
  border-radius: 4px;
}

.wwfs-header-action__icon,
.wwfs-cart-icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.wwfs-header-action__icon svg,
.wwfs-cart-icon-wrap > svg {
  display: block;
  width: 32px !important;
  height: 32px !important;
}

.wwfs-header-action__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 92px;
  line-height: 1.15;
  white-space: nowrap;
}

.wwfs-header-action__title {
  font-size: 13px;
  font-weight: 700;
}

.wwfs-header-action__subtitle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.9;
}

.wwfs-account-chevron {
  display: inline-flex;
  width: 11px;
  height: 11px;
  transition: transform 0.18s ease;
}

.wwfs-account-chevron svg {
  width: 11px !important;
  height: 11px !important;
}

.wwfs-account-menu[open] .wwfs-account-chevron {
  transform: rotate(180deg);
}

.wwfs-account-dropdown {
  position: absolute;
  z-index: 1000;
  top: calc(100% + 12px);
  right: 0;
  width: 240px;
  padding: 8px;
  color: #313435;
  background: #fff;
  border: 1px solid rgba(49, 52, 53, 0.12);
  border-radius: 12px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.wwfs-account-dropdown::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 28px;
  width: 13px;
  height: 13px;
  background: #fff;
  border-top: 1px solid rgba(49, 52, 53, 0.12);
  border-left: 1px solid rgba(49, 52, 53, 0.12);
  transform: rotate(45deg);
}

.wwfs-account-dropdown__heading {
  position: relative;
  padding: 11px 12px 10px;
  font-size: 13px;
  font-weight: 800;
  color: #313435;
  border-bottom: 1px solid #eceeee;
}

.wwfs-account-dropdown__links {
  display: grid;
  padding-top: 5px;
}

.wwfs-account-dropdown__links a {
  display: block;
  padding: 10px 12px;
  color: #313435;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  border-radius: 8px;
}

.wwfs-account-dropdown__links a:hover,
.wwfs-account-dropdown__links a:focus-visible {
  color: #313435;
  background: #f3f9ef;
}

.wwfs-account-dropdown__links a:focus-visible {
  outline: 2px solid #6ebe45;
  outline-offset: -2px;
}

.wwfs-account-dropdown__links .wwfs-account-dropdown__primary {
  color: #fff;
  background: #6ebe45;
}

.wwfs-account-dropdown__links .wwfs-account-dropdown__primary:hover,
.wwfs-account-dropdown__links .wwfs-account-dropdown__primary:focus-visible {
  color: #fff;
  background: #5daa39;
}

.wwfs-account-dropdown__links .wwfs-account-dropdown__signout {
  margin-top: 5px;
  padding-top: 11px;
  color: #666;
  border-top: 1px solid #eceeee;
  border-radius: 0 0 8px 8px;
}

#cart-icon.wwfs-cart-action {
  position: relative;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 11px !important;
  flex: 0 0 auto;
  width: auto !important;
  overflow: visible;
}

.wwfs-cart-label {
  display: inline-block !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

#cart-icon-bubble {
  position: absolute;
  top: -7px;
  right: -10px;
  display: block;
}

.wwfs-cart-count,
.wwfs-cart-icon-wrap #cart-icon-bubble .header__cart-count {
  position: static !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 22px !important;
  height: 22px !important;
  padding: 0 5px !important;
  color: #fff !important;
  background: #6ebe45 !important;
  border: 2px solid rgb(var(--nav-bg-color));
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  word-break: normal !important;
  box-sizing: border-box;
}

.wwfs-cart-count .header__cart-count-number,
.wwfs-cart-icon-wrap #cart-icon-bubble .header__cart-count-number {
  position: static !important;
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  transform: none !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  word-break: normal !important;
}

@media (max-width: 768px) {
  .header__icons {
    gap: 11px !important;
  }

  .wwfs-header-action {
    gap: 7px;
    min-height: 44px;
  }

  .wwfs-header-action__icon,
  .wwfs-cart-icon-wrap {
    flex-basis: 27px;
    width: 27px;
    height: 27px;
  }

  .wwfs-header-action__icon svg,
  .wwfs-cart-icon-wrap > svg {
    width: 27px !important;
    height: 27px !important;
  }

  .wwfs-header-action__copy {
    min-width: 64px;
    gap: 1px;
  }

  #cart-icon.wwfs-cart-action {
    gap: 7px !important;
  }

  .wwfs-header-action__title,
  .wwfs-cart-label {
    font-size: 11px;
  }

  .wwfs-header-action__subtitle {
    gap: 4px;
    font-size: 10px;
  }

  .wwfs-account-dropdown {
    right: 0;
    width: min(260px, calc(100vw - 24px));
  }

  .wwfs-account-dropdown::before {
    display: none;
  }

  #cart-icon-bubble {
    top: -8px;
    right: -9px;
  }

  .wwfs-cart-count,
  .wwfs-cart-icon-wrap #cart-icon-bubble .header__cart-count {
    width: auto !important;
    min-width: 21px !important;
    height: 21px !important;
    padding: 0 4px !important;
    font-size: 10px !important;
  }
}

@media (max-width: 389px) {
  .header__icons {
    gap: 9px;
  }

  .wwfs-header-action {
    gap: 5px;
  }

  .wwfs-header-action__icon,
  .wwfs-cart-icon-wrap {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
  }

  .wwfs-header-action__icon svg,
  .wwfs-cart-icon-wrap > svg {
    width: 24px !important;
    height: 24px !important;
  }

  .wwfs-header-action__copy {
    min-width: 60px;
  }

  .wwfs-header-action__title,
  .wwfs-cart-label {
    font-size: 10px;
  }

  .wwfs-header-action__subtitle {
    font-size: 9px;
  }
}
