/** Shopify CDN: Minification failed

Line 296:4 "zindex" is not a known CSS property
Line 369:20 Expected identifier but found whitespace
Line 369:22 Unexpected "{"
Line 369:30 Expected ":"

**/
*{
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
}
body{
  overflow-x: hidden;
}
#custom_drawer {
  overflow: hidden;
}
#custom_drawer .header__icon {
  justify-content: start !important;
  cursor: pointer;
  transition: all .2s linear;
}
.sld_text{
  position: absolute;
  left: -120%;
  font-size: 14px;
  color: #333333;
  font-family: 'Montserrat';
  font-weight: 300;
  transition: all .3s linear;
}
#custom_drawer .header__icon:hover{
  overflow: visible;
}
#custom_drawer .header__icon:hover .sld_text {
  left: 100%;
}
.header__icon .icon{
  height: 24px;
  width: 30px;
  stroke: black;
}
.product__info-wrapper #Capa_1{
   display: none !important;
 }
.section-header.shopify-section-group-header-group{
  z-index: 8 !important;
}
.section-header.shopify-section-group-header-group:not(.scrolled-past-header) .header__heading-logo{
  filter: invert(100%) grayscale(100%);
}
@media screen and (min-width: 1920px){
  .section-header.shopify-section-group-header-group:not(.scrolled-past-header){
    z-index: 4;
    position: absolute;
    width: 100%;
    top: 4.4%;
    transition: all .2s linear;
  }
}
@media screen and (min-width: 991px) and (max-width: 1919px){
  /* .section-header.shopify-section-group-header-group:not(.scrolled-past-header) {
    z-index: 4;
    position: absolute;
    width: 100%;
    top: 12.4%;
    transition: all .2s linear;
  } */
}


.drawer-triiger-text{
  display: none !important;
  transform: translateX(-100%);
  text-decoration: none;
  transition: all 2s linear;
}
#Details-menu-drawer-container .header__icon:hover .drawer-triiger-text{
  transition: all 2s linear;
  display: flex !important;
  transform: translateX(100%);
}
.shopify-section-group-header-group .header-wrapper{
  background: transparent;
}  
.scrolled-past-header .header-wrapper{
  background: #ffffff;
}
.header__icon--cart, .header__icon--account{
  width: 100%;
}
.cs_flex_head .svg-wrapper{
  width: 20px !important;
  height: 20px !important;
}
.cs_flex_head .header__icons{
  gap: 8px;
}
.cs_flex_head .cart-count-bubble{
  left: 30% !important;
  bottom: 4% !important;
  background-color: #5ecccb !important;
}
.cs_flex_head .cart-count-bubble span{
  font-size: 9px !important;
  color: #fff !important;
}
.cs_flex_head account-icon{
  width: 16px;
}
.shopify-policy__title *{
  font-size: 34px;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #444444;
  text-transform: capitalize;
  padding-bottom: 50px;
}
.shopify-policy__body h3{
  font-size: 22px;
  color: #444444;
  font-family: 'Montserrat';
  font-weight: 400;
  margin: 0;
  padding-bottom: 20px;
  letter-spacing: .25px;
}
.shopify-policy__body p:last-child{
  padding-bottom: 0;
}
.shopify-policy__body p{
  font-size: 17px;
  color: #4e5e6a;
  font-family: 'Montserrat';
  font-weight: 300;
  margin: 0;
  line-height: 1.8;
  padding-bottom: 30px;
}
.shopify-policy__body li{
  font-size: 17px;
  color: #4e5e6a;
  font-family: 'Montserrat';
  font-weight: 300;
  margin: 0;
  line-height: 1.8;
}
.shopify-policy__body .nop{
  padding-bottom: 0;
}
.shopify-policy__body em{
  padding-bottom: 0;
  font-style: normal;
}
.shopify-policy__body a{
  font-size: 17px;
  padding: 15px 30px;
  background: #5ecccb;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  font-family: "Montserrat";
}
.shopify-policy__body ul{
  margin: 0;
  padding: 0;
}
/* Custom Drawer */

.drawer_tabs_container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #ddd;
}
.drawer_first_tab{
  width: 40%;
}
.grand_child_link>a{
  text-decoration: none;
  font-size: 14px;
  color: #4e5e6a;
  letter-spacing: 0;
  font-weight: 400;
  font-family: 'Montserrat',sans-serif;
}
.grand_child_container{
  margin: 0;
  padding: 0;
  list-style: none;
}
.drawer_other_tabs{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
}
.drawer_tab a{
  text-decoration: none;
  font-size: 14px;
  color: #4e5e6a;
  display: inline-block;
  text-transform: uppercase;
}
.drawer_nav_inner::after{
  content: '';
  display: block !important;
  height: 100%;
  width: 200%;
  position: absolute;
  background: rgb(0, 0, 0, 0.3);
  top: 0;
  right: 0;
  max-width: 200%;
  left: 100%;
  z-index: 2;
  backdrop-filter: blur(50px);
}
.shopify-payment-button:has(shop-pay-wallet-button){
  display: none;
}
.drawer_tab.active a{
  font-weight: 700;
}
.drawer_tab a:hover{
  color: #757575;
}
.drawer_nav_head{
  overflow: hidden;
}
.drawer_nav_head .header__icon{
  padding-left: 20px;
  padding-bottom: 20px;
}
.drawer_nav_inner{
  position: fixed;
  top: 0;
  z-index: 9999999999;
  background: #fff;
  width: 100%;
  left: 0;
  height: 100vh;
  max-width: 590px;
  padding: 80px 32px 10px;
}
.child_link>a{
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  display: block;
  padding-bottom: 10px;
  cursor: pointer;
  transition: all .15s linear;
}
.child_link a:hover{
  color: #757575;
}
.child_links_container{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 10px 0;
  gap: 30px;
}
.grand_child_container li{
  line-height: 1.2;
  padding-bottom: 10px;
}
.drawer_child_container{
  display: none;
}
.drawer_child_container[data-id="1"] {
  display: flex;
}
.drawer_child_container[data-id="1"] .child_links_container{
  display: flex;
  flex-direction: column; 
  padding: 0;
  gap: 40px;
}
/* end Custom drawer  */

.header__icon .icon{
  height: 24px;
  width: 30px;
  stroke: black;
}
.header__heading-logo{
  filter: grayscale(1);
}
@media screen and (max-width: 768px){
  .custom_header_link{
    display: none;
  }
  .section-header.shopify-section-group-header-group{
    zindex: 9999999 !important;
  }
  /* #custom_drawer .header__icon,.header__icon,.header__heading{
    z-index: 99999999999;
  } */
  header.header {
    padding-block: 20px !important;
  }
  .drawer_nav_inner{
    padding-top: 0px;
  }
  /* .icon-close{
    display: none;
  } */
  .sld_text{
    display: none;
  }
  .shopify-policy__container{
    padding: 15px 15px 36px 15px !important;
  }
  .shopify-policy__title *{
    margin: 0;
    font-size: 17px;
  }
  .shopify-policy__body h3{
    padding-bottom: 10px;
  }
  .shopify-policy__body p{
    font-size: 16px;
    letter-spacing: 0;
    padding-bottom: 10px;
  }
}

.slick-slider {
    width: 100%;
    box-sizing: border-box;
}

.slick-slide {
    width: 100%;
}
.splide__arrow{
    display:none;
} 
button.product-form__submit {
  background-color: #5ECCCB;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
.button:before, .button:after{
  display:none;
}
.product__title h1{
    font-size:21px
}
span.price-item.price-item--regular {
  font-size: 25px;
  color: #333;
  font-family: 'Montserrat';
  font-weight: 400;
}
.collection{
    max-width: 1548px;
}
  .card__media .media img {
  
   object-fit: contain;
   
}
  .card__media {
   background-color: {{section.settings.bg_color}};
}
  .card__heading{
   margin: 0;
    padding-bottom: 15px;
  }
   .quick-add__submit {
      display: inline-block;
      padding: 10px 30px;
      font-size: 16px;
      font-weight: bold;
      color: white;
      background-color: #4ecdc4;
      border: 2px solid white;
      border-radius: 4px;
      text-transform: uppercase;
      text-decoration: none;
      position: relative;
      transition: all 0.3s ease;
    }

    /* .quick-add__submit:hover {
      background-color: white;
      color: #4ecdc4;
      transform: translateY(-2px);
    } */

    /* .quick-add__submit::after {
      content: "➔";
      position: absolute;
     
      font-size: 18px;
      top: 50%;
      transform: translateY(-50%);
      transition: all 0.3s ease;
    } */

    /* .quick-add__submit:hover::after {
      right: 50px;
    } */
  button.product-form__submit:before, button.product-form__submit:after{
display: none;
  }


@media screen and (max-width: 990px) and (min-width: 768px) {
  /* .section-header.shopify-section-group-header-group:not(.scrolled-past-header) {
    z-index: 4;
    position: absolute;
    width: 100%;
    top: 8.4%;
    transition: all .2s linear;
  }   */
  .cs_flex_head{
    gap: 12px !important;
  }
  .custom_header_link{
    font-size: 13px !important;
  }
  .drawer_nav_inner{
    max-width: 100% !important;
    padding: 80px 30px 10px !important;
  }
  .drawer_nav_inner .search-modal__form{
    max-width: 100%;
  }
  .drawer_nav_inner .search-modal__form .field:before,
  .drawer_nav_inner .search-modal__form .field:after{
    display: none;
  }
  .drawer_nav_inner .search-modal__form .search__input.field__input::placeholder{
    opacity: 1;
  }
  .drawer_nav_inner .search-modal__form .search__input.field__input{
    box-shadow: none !important;
    border: 2px solid transparent;
    outline: none;
  }
  .drawer_nav_inner .search-modal__form .search__input.field__input:focus-visible{
    border-bottom: 1px solid #444444;
  }
  .drawer_nav_inner{
    max-width: 100%;
  }
  .drawer_other_tabs{
    justify-content: end !important;
    gap: 40px;
  }
  .grand_child_link>a{
    font-size: 15px;
    font-weight: 400;
  }
}