/** Shopify CDN: Minification failed

Line 680:0 Unexpected "}"

**/
.new-header {
  border-bottom: 1px solid #ddd;
  position: relative;
}
.predictive-search {
  left: inherit;
  width: 100%;
  display: none;
}
.logo-search-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
}
a.subscription-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  /* border: 1px solid #999; */
  border-radius: 40px;
  padding: 5px 15px;
  line-height: initial;
}
.popup-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup-flex a {
  color: black;
  font-size: 18px;
  font-family: "Fira Sans";
}
.expert-popup p span {
  font-weight: bold;
}

.popup-btn-flex {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f2ed;
  padding: 25px 0;
}
.popup-btn-flex a {
  text-decoration: none;
  background: #f2f2ed;
  padding: 10px 20px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  color: #000;
  font-family: Fira Sans;
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.popup-btn-flex a:hover {
  transform: scale(1.03);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 5px;
}
a.subscription-btn span {
  font-size: 16px;
}
span.icon-box img {
  max-width: 100px;
}
.header-actions a#cart-icon-bubble,
.header-actions .signin a.header__icon {
  border: none;
}
.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 40px;
}
@media (min-width: 1199px) {
  .top-header {
    column-gap: 26px;
  }
}
.logo img {
  height: 50px;
}
.hamburger {
  display: none;
  font-size: 24px;
  cursor: pointer;
}
.mobile-menu-drawer {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: left 0.3s ease;
  z-index: 2000;
  /* padding: 20px; */
}
.mobile-menu-drawer.open {
  left: 0;
}
.mobile-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 20px;
  z-index: 3000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.mobile-search input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #999;
  border-radius: 4px;
  height: 3.5rem;
}
.mobile-search .close-search {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 40px;
  cursor: pointer;
  line-height: 40px;
}
.search-bar {
  width: 100%;
  position: relative;
}
.search-bar input {
  flex: 1;
  padding: 5px 15px;
  /*border: 1px solid #999;*/
  border-radius: 25px;
  background: #efefef99;
  outline: none;
  height: 46px;
  font-size: 16px;
}
.logo-search-wrapper .field__button {
  height: 30px;
  top: 17%;
}
.logo-search-wrapper label.field__label {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
}
.header-actions .signin a.header__icon {
  width: auto;
  height: auto;
}

button.search__button.field__button img {
  width: 30px;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  justify-content: space-between;
  width: 100%;
  max-width: fit-content;
}
.header-actions button {
  background: #fff;
  border: 0px solid #999;
  border-radius: 40px;
  padding: 5px 15px;
  font-size: 12px;
  text-align: left;
  line-height: 1.2;
  cursor: pointer;
  position: relative;
}
a.subscription-btn span {
  font-size: 16px;
  line-height: 1.4;
  text-decoration: underline;
  color: black;
  display: block;
}

.header-actions .icon-box,
.header-actions .icon-chat,
.header-actions .icon-user,
.header-actions .icon-cart {
  margin-right: 5px;
}

@media (min-width: 990px) {
  .header-actions .icon-box,
  .header-actions .icon-chat,
  .header-actions .icon-user,
  .header-actions .icon-cart {
    margin-right: 20px;
  }  
}
.signin {
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}
.cart {
  position: relative;
  font-size: 20px;
  cursor: pointer;
}
.cart-badge {
  position: absolute;
  top: -8px;
  right: -10px;
  background: #00a9e0;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  padding: 2px 6px;
}
.expert-popup {
  display: none;
  position: absolute;
  /* top: 60px; */
  right: 0;
  width: 480px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 2px 10px #0003;
  z-index: 1000;
  padding: 20px 25px;
}
.expert-popup h4 {
  text-align: center;
  margin: 10px 0 25px;
  font-size: 25px;
  font-weight: 700;
}
.expert-popup a[href^="tel:"] {
  text-align: center;
  display: block;
  font-size: 35px;
  color: #000;
  text-decoration: none;
  line-height: 22px;
  margin: 23px 0 0;
  font-weight: 700;
}

.expert-popup p {
  margin: 3px 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
}

.expert-popup p.popup-address {
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0 10px;
}
.header-actions .expert-hover {
  position: relative;
}
.header-actions .expert-hover:hover .expert-popup {
  display: block;
}
.nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 10px 0;
  background: #fff;
  border-top: 1px solid #ddd;
}
.nav a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}
.nav a:hover {
  text-decoration: underline;
}
.mobile-icons {
  display: none;
}
button.expert-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
span.icon-chat {
  max-width: 100px;
}
span.icon-chat img {
  width: 100%;
  height: 100%;
}
button.expert-btn span {
  font-size: 16px;
  line-height: 1.4;
  font-family: "Fira Sans";
  text-decoration: underline;
}

.acc-img {
    display: flex;
}

img.new-head-account {
  max-width: 50px;
}
.ls-header__sign-in {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-family: "Fira Sans";
  row-gap: 4px;
}

@media (max-width: 1199px) {
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: unset;
    font-size: unset;
  }
  .search-bar,
  .subscription-btn,
  .expert-hover {
    display: none;
  }
  .mobile-icons {
    display: flex;
    align-items: center;
    gap: 18px;
    line-height: 1;
  }
  .nav {
    display: none;
  }
  a.subscription-btn {
    display: none;
  }
  .ls-header__sign-in span {
    display: none;
  }
  .top-header {
    padding: 18px 16px;
    column-gap: 20px;
    justify-content: space-between;
    width: 100%;
  }
  /* span.icon-chat img {
    height: 25px;
    width: 30px;
  } */
  span.icon-search img {
    width: 25px;
  }
  .signin a {
    padding: 0;
    margin: 0;
  }
  .signin a img {
    width: 25px;
    height: 25px;
  }
  .signin {
    display: none;
  }
  .header-actions .cart {
    display: none;
  }
  .mob-cart .cart {
    display: block;
  }

  .logo img {
    height: 50px;
  }
  .header-actions a {
    border: none;
    padding: 0;
  }
  img.new-head-account {
    height: 25px;
    width: 25px;
  }
  a#cart-icon-bubble svg {
    height: 34px;
  }
  .logo-search-wrapper {
    gap: 10px;
    width: 250px;
  }

.mobile-drawer-header {
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E7E7E7;
}

.mobile-drawer-header .logo a {
    all: unset;
    line-height: 1;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

    .mobile-menu-drawer .close-btn-menu-drawer {
        inset: unset;
        position: relative;
        cursor: pointer;
        text-align: right;
        width: fit-content;
        display: flex;
        line-height: 1;
    }

  .mobile-menu-drawer {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: left 0.3s ease;
    z-index: 2000;
    /* padding: 60px 10px; */
    overflow: auto;
  }
  .mobile-menu-drawer ul {
    padding: 0;
    opacity: 1;
  }

  .tmenu_indicator_icon svg {
    fill: currentColor !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    width: 30px;
    height: 30px;
  }
  .tmenu_item_mobile .tmenu_item_link {
    font-size: 26px;
  }
  .mobile-search .close-search {
    top: 20px;
  }
  .search .field__button {
    height: 3.4rem;
  }
  .search-modal__form {
    max-width: 100%;
    background-color: #F6F6F6;
  }
}

@media (min-width: 1200px) {
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .search-bar {
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .search-bar {
    width: 100%;
  }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  /*.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
    flex-wrap: wrap;
  }
   .logo-search-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
    justify-content: space-between;
  } */
  .header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    justify-content: center;
    width: 100%;
  }
}
/* .search-modal__form {
  max-width: 99%;
} */
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .mobile-search label.field__label {
    font-size: 14px;
    line-height: 1.2;
  }
  .mobile-search .close-search {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 40px;
    cursor: pointer;
    line-height: 40px;
  }
  .mobile-search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px 15px 10px;
    z-index: 3000;
    box-shadow: 0 2px 10px #0003;
  }
  .mobile-search .field__button {
    height: 50px;
    width: 40px;
  }
  /* span.icon-chat,
  span.icon-chat a {
    line-height: 0;
  } */
  button.search__button.field__button img {
    width: 20px;
  }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
  .top-header {
    column-gap: 10px;
  }
}


/* Custom */
.logo-search-wrapper label.field__label {
    left: 3.5rem;
}
.logo-search-wrapper:has(.field__input:focus) .predictive-search-descktop-icon ,
.logo-search-wrapper:has(.field__input:not(:placeholder-shown)) .predictive-search-descktop-icon {
  opacity: 0;
}
.predictive-search-descktop-icon {
    position: absolute;
    top: 50%;
    left: 1.6rem;
    transform: translateY(-50%);
    z-index: 1;
}
.header-actions a#cart-icon-bubble {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 4px;
}

.cart a#cart-icon-bubble{
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    font-family: 'Fira Sans';
    color: #3D3D3D;
}

.chat-label, .cart-label-mbl , .hamburger-label{
    font-size: 14px;
    font-family: Fira Sans;
    font-weight: 400;
    display: block;
    text-align: center;
    margin-top: 4px;
}

.search-bar-mobile {
  display: none;
}

.drawer-search-bar {
  position: relative;
}

@media (max-width: 1199px) {
  .top-header .search-bar-mobile,
  .logo-search-wrapper > .search-bar-mobile {
    display: none;
  }

  .mobile-menu-drawer .search-bar-mobile {
    display: block;
    margin: 16px 16px 0;
  }
}

  .mobile-menu-drawer .search-bar-mobile input, .search-bar-mobile input {
    font-size: 14px;
  }
  
.search-bar-mobile label.field__label {
    left: 3.5rem;
    font-size: 16px;
    letter-spacing: 0;
}
.search-bar-mobile:has(.field__input:focus) .predictive-search-descktop-icon ,
.search-bar-mobile:has(.field__input:not(:placeholder-shown)) .predictive-search-descktop-icon {
  opacity: 0;
}
  .search-bar-mobile .search.search-modal__form {
    border-radius: 100px;
  }
  .search-bar-mobile .search__input.field__input {
      background: inherit;
      max-height: 44px;
  }
  .header-actions {
    width: unset;
  }
  .top-header {
      display: grid;
      grid-template-columns: 1fr auto;
  }
  .logo-search-wrapper {
      display: grid;
      grid-template-columns: auto 1fr;
      width: unset;
  }
.logo-search-wrapper .logo {
    display: flex;
    justify-content: center;
}
  .mobile-icons {
      grid-column-start: 2;
      grid-row-start: 1;
  }
}


/* Custom Drawer */

/* Nested Link List Styles */

.nested-link-list {
  width: 100%;
}

.nested-link-list__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.nested-link-list__heading {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  color: #333;
}

.nested-link-list__wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 16px;
}

.nested-link-list__empty {
  text-align: center;
  padding: 60px 20px;
  color: #666;
}

/* First Tier - Accordion Style */
.link-list-tier-1 {
  border: 1px solid #EEFBF3;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
}

.link-list-tier-1__header {
  position: relative;
  display: flex;
  align-items: center;
  background: #EEFBF3;
}

.link-list-tier-1__toggle,
.link-list-tier-1__link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s ease;
}

.link-list-tier-1__toggle:hover,
.link-list-tier-1__link:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.link-list-tier-1__title {
    font-size: 18px;
    font-weight: 600;
    color: #111315;
    font-family: 'Fira Sans';
}

.link-list-tier-1__icon {
  flex-shrink: 0;
  transition: transform 0.3s ease;
  color: #666;
}

.link-list-tier-1.is-open .link-list-tier-1__icon {
  transform: rotate(180deg);
}

.link-list-tier-1__badge {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #FC560F;
  color: white;
  padding: 3px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.link-list-tier-1__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #fff;
}

.link-list-tier-1.is-open .link-list-tier-1__content {
  border-top: 1px solid #e0e0e0;
}

/* Second Tier - Direct Dropdown */
.link-list-tier-2 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.link-list-tier-2__item {
  border-bottom: 1px solid #f0f0f0;
}

.link-list-tier-2__item:last-child {
  border-bottom: none;
}

.link-list-tier-2__link {
  display: block;
  padding: 14px 20px;
  color: #555;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.2s ease;
  background: #fff;
}

.link-list-tier-2__link:hover {
  color: #000;
  background-color: #f8f8f8;
  padding-left: 25px;
}

/* Third Tier - Drawer Style */
.link-list-tier-3 {
  background-color: #fff;
}

.link-list-tier-3__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: all 0.2s ease;
}

.link-list-tier-3__toggle:hover {
  background-color: #f8f8f8;
}

.link-list-tier-3__title {
  font-size: 16px;
  font-weight: 500;
  color: #555;
}

.link-list-tier-3__icon {
  flex-shrink: 0;
  transition: transform 0.3s ease;
  color: #666;
}

.link-list-tier-3.is-open .link-list-tier-3__icon {
  transform: rotate(90deg);
}

.link-list-tier-3__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #fafafa;
}

.link-list-tier-3__content {
  list-style: none;
  padding: 0;
  margin: 0;
}

.link-list-tier-3__item {
  border-top: 1px solid #e8e8e8;
}

.link-list-tier-3__item:first-child {
  border-top: none;
}

.link-list-tier-3__link {
  display: block;
  padding: 12px 20px 12px 40px;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s ease;
  position: relative;
  background: #fafafa;
}

.link-list-tier-3__link:before {
  content: '•';
  position: absolute;
  left: 25px;
  color: #999;
  font-size: 18px;
}

.link-list-tier-3__link:hover {
  color: #000;
  background-color: #f0f0f0;
  padding-left: 45px;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .nested-link-list__heading {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .link-list-tier-1__toggle,
  .link-list-tier-1__link {
    padding: 14px 12px;
  }

  .link-list-tier-1__title {
    font-size: 18px;
  }

  .link-list-tier-1__badge {
    right: 16px;
    padding: 3px 20px;
    font-size: 14px;
    font-family: 'Fira Sans';
    font-weight: 500;
  }

  .link-list-tier-2__link {
    padding: 12px 16px;
    font-size: 15px;
  }

  .link-list-tier-2__link:hover {
    padding-left: 20px;
  }

  .link-list-tier-3__toggle {
    padding: 12px 16px;
  }

  .link-list-tier-3__title {
    font-size: 15px;
  }

  .link-list-tier-3__link {
    padding: 10px 16px 10px 36px;
    font-size: 13px;
  }

  .link-list-tier-3__link:before {
    left: 22px;
    font-size: 16px;
  }

  .link-list-tier-3__link:hover {
    padding-left: 40px;
  }
}


.menu-drawer__utility-links-no-padding {
    padding-block: unset;
}

.list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media only screen and (max-width: 749px) {
  .menu-drawer__utility-links-no-padding .list-social {
    justify-content: left;
  }
}

.menu-drawer__utility-links-no-padding .list-social__item .icon {
  height: 1.4rem;
  width: 1.4rem;
}
.menu-drawer__utility-links-no-padding {
  padding-inline: 16px;
}
.menu-drawer__utility-links-no-padding .list-social__link {
  align-items: center;
  display: flex;
  padding: 1rem;
  padding-inline: 12px;
  color: rgb(var(--color-foreground));
}

.menu-drawer__utility-links-no-padding .list-social__link:hover .icon {
  transform: scale(1.07);
}

.menu-drawer__utility-links.menu-drawer__utility-links-no-padding {
    display: flex;
    flex-direction: column;
}

.mobile-menu-drawer .menu-drawer__utility-links {
  background-color: unset;
}
.menu-drawer__utility-links-no-padding .menu-drawer__account,
.menu-drawer__utility-links-no-padding .utility-drawer-link {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Fira Sans';
    padding-inline: 12px;
    padding-block: 12px;
    text-decoration: none;
    color: #111315;
}