/** Shopify CDN: Minification failed

Line 377:4 Unexpected "{"
Line 377:5 Expected identifier but found "%"
Line 377:49 Unexpected "{"
Line 377:50 Expected identifier but found "%"
Line 428:2 Expected "}" to go with "{"

**/
.header__icon--menu {
  position: initial;
}

.js menu-drawer > details > summary::before,
.js menu-drawer > details[open]:not(.menu-opening) > summary::before {
  content: '';
  position: absolute;
  cursor: default;
  width: 100%;
  height: calc(100vh - 100%);
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  top: 100%;
  left: 0;
  background: rgba(var(--color-foreground), 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: opacity 0s, visibility 0s;
}

menu-drawer > details[open] > summary::before {
  visibility: visible;
  opacity: 1;
  transition: opacity var(--duration-default) ease, visibility var(--duration-default) ease;
}

.menu-drawer {
  position: absolute;
  transform: translateX(-100%);
  visibility: hidden;
  z-index: 1001;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0;
  background-color: rgb(var(--color-background));
  overflow-x: hidden;
  filter: drop-shadow(
    var(--drawer-shadow-horizontal-offset) var(--drawer-shadow-vertical-offset) var(--drawer-shadow-blur-radius)
      rgba(var(--color-shadow), var(--drawer-shadow-opacity))
  );
}

.js .menu-drawer {
  height: calc(100vh - 100%);
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
}

.js details[open] > .menu-drawer,
.js details[open] > .menu-drawer__submenu {
  transition: transform var(--duration-default) ease, visibility var(--duration-default) ease;
}

.js details[open].menu-opening > .menu-drawer,
details[open].menu-opening > .menu-drawer__submenu {
  transform: translateX(0);
  visibility: visible;
}

.js .menu-drawer__navigation .submenu-open {
  visibility: hidden; /* hide menus from screen readers when hidden by submenu */
}

@media screen and (min-width: 750px) {
  .menu-drawer {
    width: 40rem;
    border-width: 0 var(--drawer-border-width) 0 0;
    border-style: solid;
    border-color: rgba(var(--color-foreground), var(--drawer-border-opacity));
  }
}

.menu-drawer__inner-container {
  position: relative;
  height: 100%;
}

.menu-drawer__navigation-container {
  display: grid;
  grid-template-rows: 1fr auto;
  align-content: space-between;
  overflow-y: auto;
  height: 100%;
  background:#FFFEF2;
}

.menu-drawer__navigation {
  padding: 3rem 0;
}

.menu-drawer__inner-submenu {
  height: 90%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #FFFEF2;
}

.js .menu-drawer__menu li {
  margin-bottom: 0.2rem;
}

.menu-drawer__menu-item {
  padding: 1.1rem 3rem;
  text-decoration: none;
  font-size: 16px;
  font-weight:600;
  line-height:100%;
  color:#111111;
}

.menu-drawer summary.menu-drawer__menu-item {
  padding-right: 5.2rem;
}

.menu-drawer__menu-item--active,
.menu-drawer__menu-item:focus,
.menu-drawer__close-button:focus,
.menu-drawer__menu-item:hover,
.menu-drawer__close-button:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-foreground), 0.04);
}

.menu-drawer__menu-item--active:hover {
  background-color: rgba(var(--color-foreground), 0.08);
}

.js .menu-drawer__menu-item .icon-caret {
  display: none;
}

.menu-drawer__menu-item > .svg-wrapper {
  width: 15px;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}

.js .menu-drawer__submenu {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgb(var(--color-background));
  z-index: 1002;
  transform: translateX(100%);
  visibility: hidden;
}

.js .menu-drawer__submenu .menu-drawer__submenu {
  overflow-y: auto;
}

.menu-drawer__close-button {
  margin-top: 1.5rem;
  padding: 1.2rem 2.6rem 1.2rem 3rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  width: 100%;
  background-color: transparent;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  text-align: left;
}

.menu-drawer__close-button .svg-wrapper {
  transform: rotate(180deg);
  margin-right: 1rem;
  width: 15px;
}

.menu-drawer__utility-links {
  padding: 0;
  background-color: rgba(var(--color-foreground), 0.03);
  position: relative;
}

.header--has-social .menu-drawer__utility-links {
  padding: 8rem 3rem;
}

@media screen and (max-width: 749px) {
  .header--has-account:where(:not(.header--has-social):not(.header--has-localizations)) .menu-drawer__utility-links {
        padding: 2rem 3rem 10rem 3rem;
  }
}

@media screen and (max-width: 989px) {
  .header--has-localizations:where(:not(.header--has-social)) .menu-drawer__utility-links {
    padding: 2rem 3rem;
  }
}

.menu-drawer__account {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 1rem 0;
  font-size: 1.4rem;
  color: rgb(var(--color-foreground));
  margin-bottom: 0;
}

.menu-drawer__utility-links:has(.menu-drawer__localization) .menu-drawer__account {
  margin: 0;
}

.menu-drawer__account account-icon > .svg-wrapper {
  height: 2rem;
  width: 2rem;
  margin-right: 1rem;
}

.menu-drawer__account shop-user-avatar {
  --shop-avatar-size: 2.4rem;
  margin-right: 0.55rem;
  margin-left: -0.45rem;
}

.menu-drawer__account:hover account-icon > .svg-wrapper {
  transform: scale(1.07);
}

.menu-drawer .list-social {
  justify-content: flex-start;
  margin-left: -1.25rem;
}

.menu-drawer .list-social:empty {
  display: none;
}

.menu-drawer .list-social__link {
  padding: 1.1rem 1.1rem;
}

@media screen and (max-width: 749px) {
  .menu-drawer.country-selector-open {
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}
/* Tablet View */
@media screen and (min-width: 750px) and (max-width: 989px) {
  .menu-drawer__menu-item.new-arrivals-link,
.menu-drawer__menu-item.mobile-find-store-link {
  margin: 0px !important;
}
}
.menu-drawer__menu-item.new-arrivals-link,
.menu-drawer__menu-item.mobile-find-store-link {
  background-color: transparent;
  margin: 0px 30px 0px 30px;
  padding: 1.1rem 3rem;
  color: #111111 !important;
  font-weight: 600;
}

.menu-drawer__menu-item.new-arrivals-link .highlight-text,
.menu-drawer__menu-item.mobile-find-store-link .highlight-text {
  background-color: #FBE70C;
  padding: 0.3rem 0.8rem;
  border-radius: 0px;
  display: inline-block;
}
.menu-drawer__menu-item.mobile-find-store-link .store-icon {
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.menu-drawer__menu-item.mobile-find-store-link .store-icon svg {
  width: 16px;
  height: 16px;
  fill: #111111;
}

@media screen and (max-width: 749px) {
  .menu-drawer__menu-item.new-arrivals-link,
  .menu-drawer__menu-item.mobile-find-store-link {
    margin: 0px 8px 0px 8px;
    padding: 0rem 2rem;
  }
  
  .menu-drawer__menu-item.new-arrivals-link .highlight-text,
  .menu-drawer__menu-item.mobile-find-store-link .highlight-text {
    padding: 1.2rem 1.6rem 1.2rem 0.9rem;
    margin:2px;
  }
}

.menu-drawer__account-btn {
  display: block;
  width: 100%;
  background: #D32D2F;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 1rem;
  text-decoration: none;
  border: none;
}

.menu-drawer__register-btn {
  display: block;
  width: 100%;
  background: #fff;
  color: #111111;
  text-align: center;
  padding: 1rem 0;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  border: 2px solid #D32D2F;
  text-decoration: none;
}
.menu-drawer-container {
    display: flex;
  }

  .list-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .list-menu--inline {
    display: inline-flex;
    flex-wrap: wrap;
  }

  summary.list-menu__item {
    padding-right: 2.7rem;
  }

  .list-menu__item {
    display: flex;
    align-items: center;
    line-height: calc(1 + 0.3 / var(--font-body-scale));
    gap:8px;
  }

  .list-menu__item--link {
    text-decoration: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
  }

  @media screen and (min-width: 750px) {
    .list-menu__item--link {
      padding-bottom: 0.5rem;
      padding-top: 0.5rem;
    }
  }
      .header__menu-item.shop-by-concern-link {
    align-items: center !important;
    background-color: #FBE70C !important;
    {% comment %} border-radius: 0px !important; {% endcomment %}
    color: #111111 !important;
    text-decoration: none !important;
    padding: 10px 24px 10px 10px  !important;
    display: inline-flex !important;
    font-weight: 600 !important;
  }
  
  .header__menu-item.shop-by-concern-link:hover {
    background-color: #FBE70C !important;
    color: #111111 !important;
    text-decoration: none !important;
  }
  
  .header__menu-item.shop-by-concern-link:hover span {
    text-decoration: none !important;
  }
  
  .header__menu-item.shop-by-concern-link span {
    color: #111111 !important;
  }
  
  /* Additional specificity for desktop header */
  nav .header__menu-item.shop-by-concern-link {
    background-color: #FBE70C !important;
    color: #111111 !important;
        border-radius: 20px !important;

  }
  
  /* Target the specific menu item by text content */
  .header__menu-item:has(span:contains("SHOP BY CONCERN")) {
    background-color: #FBE70C !important;
    color: #111111 !important;
    padding: 8px 12px !important;
    border-radius: 0px !important;
  }
  
  /* Alternative approach using attribute selector */
  .header__menu-item[href*="shop-by-concern"] {
    background-color: #FBE70C !important;
    color: #111111 !important;
    padding: 8px 12px !important;
    border-radius: 0px !important;
  }
.menu-drawer__account-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #111111;
  text-align:start;
  