/** Shopify CDN: Minification failed

Line 7:0 Unexpected "`"
Line 535:39 Expected identifier but found whitespace

**/
`.header__icon--menu {
  position: initial;
}
.index.template-index.overflow-hidden-tablet {
  overflow: hidden;
}

.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: 2;
  transition: opacity var(--duration-default) ease,
  visibility var(--duration-default) ease;
}
.custom-model-main[data-quickview-popup] .custom-model-wrap {
  height: 100%;
  max-height: 650px;
}
.custom-model-wrap .arrows_product-next {
  display: none !important;
}

menu-drawer > details[open] > summary::before {
  visibility: visible;
  opacity: 1;
}

.menu-drawer {
  position: absolute;
  transform: translateX(-100%);
  visibility: hidden;
  z-index: 3;
  left: 0;
  top: 100%;
  width: calc(100vw - 4rem);
  padding: 0;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
  border-left: 0;
  background-color: rgb(var(--color-background));
  overflow-x: hidden;
}

.js .menu-drawer {
  height: calc(100vh - 100%);
  height: calc(
    var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%))
  );
}
.no-js details[open] > .menu-drawer,
.js details[open].menu-opening > .menu-drawer,
details[open].menu-opening > .menu-drawer__submenu {
  transform: translateY(0);
  visibility: visible;
}
.js details[open] > #menu-drawer {
 position:fixed; 
 transition: transform var(--duration-default) ease,
 visibility var(--duration-default) ease;
}
.custom-model-wrap .product__info-container--sticky {
  position: inherit;
}
.custom-model-wrap  .product-form__buttons .btn-out-of-stock span {
  min-width: auto;
}
.custom-model-wrap .main-product-sec {
  padding: 0;
  margin: 0 0 0 0;
}

@media screen and (min-width: 1280px) {
  
  .custom-model-main[data-quickview-popup] .custom-model-wrap {
    height: 100%;
    max-height: 700px;
  }
  
}
@media screen and (min-width: 750px) {
  
  .menu-drawer {
    width: 40rem;
  }
  .no-js .menu-drawer {
    height: auto;
  }
  
}

.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%;
}
.menu-drawer__navigation {
  padding: 5.6rem 0;
}
.menu-drawer__inner-submenu {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.no-js .menu-drawer__navigation {
  padding: 0;
}
.no-js .menu-drawer__navigation > ul > li {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.04);
}
.no-js .menu-drawer__submenu ul > li {
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.04);
}
.js .menu-drawer__menu li {
/*   margin-bottom: 0.2rem; */
}
.menu-drawer__menu-item {
  padding: 1.1rem 3.2rem;
  text-decoration: none;
  font-size: 1.8rem;
}
.no-js .menu-drawer__menu-item {
  font-size: 1.6rem;
}
.no-js .menu-drawer__submenu .menu-drawer__menu-item {
  padding: 1.2rem 5.2rem 1.2rem 6rem;
}
.no-js .menu-drawer__submenu .menu-drawer__submenu .menu-drawer__menu-item {
  padding-left: 9rem;
}
.menu-drawer .menu-drawer__menu-item {
  padding-right: 5.2rem;
}
.no-js .menu-drawer__menu-item .icon-caret {
  right: 3rem;
}
/* .menu-drawer__navigation-container .menu-opening[open] {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-foreground), 0.04);
} */
.menu-drawer__close-button:focus,
.menu-drawer__close-button:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-foreground), 0.04);
}
.js .menu-drawer__menu-item .icon-caret,
.no-js .menu-drawer .icon-arrow {
  display: none;
}
.menu-drawer__menu-item > .icon-arrow {
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.js .menu-drawer__submenu {
  position: relative;
  top: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgb(var(--color-background));
  border-left: 0.1rem solid rgba(var(--color-foreground), 0.2);
  z-index: 1;
  transform: translateY(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;
  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);
}
.no-js .menu-drawer__close-button {
  display: none;
}
.header--top-center .list-menu__item a {
  position: relative;
}
.header--top-center .ld_menu_item a:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -30px;
  width: calc(100% + 60px);
  height: calc(100% + 20px);
}
.menu-drawer__close-button .icon-arrow {
  transform: rotate(180deg);
  margin-right: 1rem;
}
.menu-drawer__utility-links {
  padding: 2rem;
  background-color: rgba(var(--color-foreground), 0.03);
}
.menu-drawer__account {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 1.2rem;
  margin-left: -1.2rem;
  font-size: 1.4rem;
}
.menu-drawer__account .icon-account {
  height: 2rem;
  width: 2rem;
  margin-right: 1rem;
}
.menu-drawer .list-social {
  justify-content: flex-start;
  margin-left: -1.25rem;
  margin-top: 2rem;
}
.menu-drawer .list-social:empty {
  display: none;
}
.menu-drawer .list-social__link {
  padding: 1.3rem 1.25rem;
}
.menu-drawer__utility-links .list-social__link:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.header--top-center .list-menu__item a {
  color: var(--menu-color);
  /* font-size: 15px; */
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px 6px 0px 6px;
  line-height: 1.20;
}
.header.header--top-center .header__inline-menu .list-menu li.link--activated {
  background: #e0d6f6;
  text-decoration: none;
}

.header--top-center .list-menu__item a {
  /* padding: 3px 6px 0px 6px; */
  /* line-height: 1.20; */
}
.header.header--top-center .header__inline-menu .list-menu .megamenu[open] summary {
  background: var(--menu-bg-color);
}
.header.header--top-center .header__inline-menu .list-menu li.link--activated .megamenu_col_wrp .list-menu__item a {
  background: var(--menu-bg-color);
}
.header.header--top-center .header__inline-menu .list-menu .megamenu_col_wrp[open] summary {
  background: var(--menu-bg-color);
}

@media screen and (max-width: 1440px) {
  /* .header.header--top-center .header__inline-menu .list-menu .list-menu__item a:before */
  .header--top-center .ld_menu_item a:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 23px);
  }
  
}


@media screen and (max-width: 1439px) {
  
  .seacrh-bar .search .search__input {
    font-size: 14px;
  }
  /* .header.header--top-center .header__inline-menu .list-menu .link */
  .header--top-center .ld_menu .ld_menu_item {
    font-size: 14px;
  }
  .header--top-center .ld_menu_item a {
    font-size: 14px;
  }
  .custom-link-wrap .link-wrap .custom-link {
    font-size: 14px;
  }
  
}


@media screen and (max-width: 1365px) {

  .header--top-center .header__inline-menu .seacrh-bar .search .search__input {
    padding: 8px 15px 8px 30px;
  }
}

@media screen and (max-width: 1199px) {
  
  .menu-drawer-container .menu-drawer.motion-reduce {
    width: 33.7rem;
    top: -0px;
    z-index: 5;
    box-shadow: none;
    border: none;
    height: 100vh;
  }  
  .header__icon span svg.icon.icon-close {
    width: 40px;
    height: 40px;
  } 
 
  span.icon.icon-close {
    top: 10px;
    right: inherit;
    left: 297px;
    width: 40px;
    height: 40px;
    display: flex;
    position: fixed;
    background: #fff;
    z-index: 33;
    color: #000;
    padding: 0;
    transform: none;
/*     transition: 0.1s; */
/*     transition: 1s; */
    transform: translateX(-75px) !important;
  }
  .menu-drawer-container.menu-opening .icon.icon-close {
    transform: translateX(0) !important;
    transition: transform 450ms ease, visibility 450ms ease;
  }
  .header--sticky #shopify-section-header .shopify-section-header-hidden .menu-drawer.motion-reduce {
    top: 0;
  }  
  .menu-drawer-container .icon-close svg {
    width: 26px;
    height: 26px;
  }
  .menu-drawer-container .icon-close {
    top: 0;
  }
  summary.header__icon.header__icon--menu.header__icon--summary.link.link--text.focus-inset span:focus-visible {
    outline: none;
    box-shadow: none;
  }  
  .header {
    padding-top: 5px;
  }
  .menu-drawer__navigation {
    padding: 0 0 8rem;
  }
  .menu-drawer__navigation li {
    border-bottom: 1px solid #ebebeb;
    position: relative;
    margin: 0;
  }
  .language-switcher--wrapper li {
    border-bottom: 1px solid #ebebeb;
    position: relative;
  }
/* .menu-drawer summary.menu-drawer__menu-item  */
.menu-drawer__navigation .link {
  padding: 16px 50px 14px 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
}
  .third_menu a {
    padding: 16px 50px 14px 20px;
  }

/* .menu-drawer__navigation ul.menu-drawer__menu.list-menu li:last-child summary {
    color: #fd6b60;
} */
/* .menu-drawer__navigation .icon-arrow {
    color: #000;
}  */

.menu-drawer__navigation ul.menu-drawer__menu.list-menu li .menu-drawer__inner-submenu button.menu-drawer__close-button {
    margin: 0;
    padding: 20px 20px;
}  
/* .menu-drawer__navigation .menu-opening[open] .icon-caret {
    display: block;
    width: 15px;
    height: 20px;
    right: 17px;
    top: 45%;
    transform: translateY(-40%);
} */
/* .menu-drawer__navigation ul.menu-drawer__menu.list-menu li details.menu-opening[open] svg.icon.icon-arrow */

.secound_menu .menu-drawer__menu-item .icon.icon-arrow {
 display: none;
}
/* .menu-drawer__navigation .menu-drawer__menu .menu-drawer__submenu .menu-drawer__menu.list-menu details .menu-drawer__menu-item .icon.icon-arrow */
.secound_menu .menu-drawer__menu-item .icon.icon-arrow {
  display: block;
  right: 12px;
}
/* .secound_menu .menu-opening[open] .icon.icon-caret */

.menu-drawer__navigation .menu-opening[open] .menu-drawer__submenu .menu-drawer__menu-item .icon-caret
 {
    display: none;
}
.menu-drawer__navigation ul.menu-drawer__menu.list-menu li details.menu-opening[open] .menu-drawer__submenu.motion-reduce .menu-drawer__inner-submenu ul.menu-drawer__menu.list-menu details.menu-opening[open] svg.icon.icon-arrow {
    display: none;
}
.menu-drawer__navigation .menu-opening[open] .menu-opening[open] .icon-caret {
    display: block;
    right: 12px;
} 
.shopify-section-header-hidden .menu-drawer.motion-reduce {
    top: 0px;
}  
.shopify-section-header-hidden .header__icon span svg.icon.icon-close  {
  top: 10px;
}
.menu-drawer__navigation-container {
   height: auto;
}  
.menu-drawer input {
    padding: 18px 10px 18px 48px;
    border: none;
    box-shadow: none;
    line-height: 24px;
    color: rgb(0, 0, 0);
    letter-spacing: 0;
} 
div.snize-ac-results.snize-ac-results-mobile li.snize-mobile-top-panel {
    background-color: #fff;
    height: 50px;
    margin: 0 0 -1px 0;
    position: relative;
    z-index: 12;
    display: table;
    width: 100%;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #e8e8e8;
}  
/* .header--top-center details-modal .search__button {
    right: auto;
    left: 5px;
    height: auto;
    top: 18px;
} */
.header--top-center details-modal.header__search form.search.search-modal__form label.field__label {
    left: 52px;
    font-size: 16px;
    line-height: 24px;
    color: rgb(177 177 177);
    letter-spacing: 0;
}
.header--top-center details-modal.header__search details {
    display: none;
} 
.menu-drawer summary.menu-drawer__menu-item:focus-visible {
    outline: none;
    outline-offset: 0;
    box-shadow: none;
} 
.menu-drawer summary.menu-drawer__menu-item:focus {
    outline: none;
    outline-offset: 0;
    box-shadow: none;
} 
summary.header__icon.header__icon--menu.header__icon--summary.link.link--text.focus-inset:focus {
    outline: none;
    outline-offset: 0;
    box-shadow: none;
} 
summary.header__icon.header__icon--menu.header__icon--summary.link.link--text.focus-inset:focus-visible {
    outline: none;
    outline-offset: 0;
    box-shadow: none;
}   
.menu-drawer__menu-item>.icon-arrow {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
}  
.header__search .search-modal__form {
    margin: 8px 0 0;
}
.header--top-center .icon.icon--search {
    height: 2rem;
    width: 2.7rem;
}  
header.header.header--top-center details-modal.header__search input:focus-visible {
    box-shadow: none;
    outline: none;
}
.header--sticky.overflow-hidden-tablet .section-announcement-bar.is-opened ~ #shopify-section-header sticky-header.header-wrapper .menu-drawer.motion-reduce {
    top: 0px;
}    
}

@media screen and (max-width: 1024px) {
  .custom-model-wrap .product__info-container .btn-quantity-wrap {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {.
  
  .header--sticky #shopify-section-header span.icon.icon-close {
    position: absolute;
    top: 3px;
    left: 296px;
    right: 0;
  }

  .header--sticky.overflow-hidden-tablet .section-announcement-bar.is-opened ~ #shopify-section-header sticky-header.header-wrapper .menu-drawer.motion-reduce {
    top: 0px;
  }
  .menu-drawer__navigation ul.menu-drawer__menu.list-menu li summary svg.icon.icon-arrow {
    z-index: 2;
  }
  .menu-drawer.motion-reduce .menu-drawer__inner-container .menu-drawer__navigation-container nav.menu-drawer__navigation ul.menu-drawer__menu.list-menu li details summary a {
    display: inline-block;
    width: auto;
  }
  
}
  
  
  
@media screen and (max-width: 414px) {
.menu-drawer-container .menu-drawer.motion-reduce {
    top: -0px;  
}
.header__icon span svg.icon.icon-close {
    top: -60px;
} 
.shopify-section-header-hidden .menu-drawer.motion-reduce {
    top: 10px;
}  
.shopify-section-header-hidden .header__icon span svg.icon.icon-close  {
  top: 0px;
}
.header--sticky #shopify-section-header span.icon.icon-close {
    position: relative;
    left: 290px;
    top: -54px;
}
.header--sticky #shopify-section-header sticky-header.header-wrapper #menu-drawer {
    top: 0;
} 
.overflow-hidden-tablet .section-announcement-bar~.shopify-section-header-sticky .wrapper-overlay {
    top: 0;
}
.overflow-hidden-tablet .section-announcement-bar ~.shopify-section-header-sticky .menu-drawer.motion-reduce {
    top: -0px;
} 
  
}

@media screen and (max-width: 375px) {
  
  .menu-drawer-container .menu-drawer.motion-reduce {
    width: 33rem;  
  }
  .header--sticky #shopify-section-header span.icon.icon-close {
    left: 274px;
  }
  summary.header__icon.header__icon--menu.header__icon--summary.link.link--text.focus-inset span.icon.icon-close {
    left: 280px;
  }
  
}

@media screen and (max-width: 360px) {
.header--sticky #shopify-section-header span.icon.icon-close {
    position: absolute;
    left: 281px;
    top: -1px;
}
.menu-drawer-container .menu-drawer.motion-reduce {
    width: 32rem;
}
}

@media screen and (max-width: 320px) {
.header--sticky #shopify-section-header span.icon.icon-close {
    position: absolute;
    left: 234px;
    top: -1px;
}
.menu-drawer-container .menu-drawer.motion-reduce {
    width: 28rem;
}  
summary.header__icon.header__icon--menu.header__icon--summary.link.link--text.focus-inset span.icon.icon-close {
    left: 240px;
}  
}

.drawer-wishlist_section li {
  border-bottom: none !important;
  border-top: 1px solid #ebebeb;
}
.drawer-wishlist_section a.menu-drawer__menu-item {
  padding-left: 17px;
}
.drawer-wishlist_section svg {
  width: 20px;
  height: 18px;
  color: transparent;
  fill: white;
  stroke: black;
  stroke-width: 34px;
  margin-right: 10px;
}

.drawer-wishlist_section a.menu-drawer__menu-item span {
    font-size: 15px;
}