/** Shopify CDN: Minification failed

Line 11:103 Expected identifier but found whitespace
Line 11:115 Unexpected "!"
Line 51:0 Expected "}" to go with "{"

**/
.header-lang-dropdown .select-input__wrapper .select-input__el {padding: 5px 30px 0px 5px; height: 100%; font-family: Montserrat;font-size: 16px;  letter-spacing: normal; border: none; color: #000; font-weight: 500; text-transform: capitalize; }
.header-lang-dropdown .select-input__wrapper .select-input__el option {font-size: 16px;}
.header__nav .header__nav-items .header__nav-item .drawer.drawer-desk {display: none; font-family: Montserrat !important;}
.header__utils .header__utils-items .header__util-item .drawer.drawer-desk {display: none; font-family: Montserrat !important
.header-lang-dropdown .select-input__wrapper .select-input__el:focus-visible {outline: none}
.header-lang-dropdown .select-input__wrapper svg {margin-top: 4px;}



@media (max-width: 989px) {
    .mobile-header-lang-dropdown .drawer__row.header-lang-dropdown {display: block !important;}
     .header-lang-dropdown .select-input__wrapper .select-input__el {
    font-size: 16px !important;
    padding-left: 0px;
  }
}

.card-product__hover-add-to-cart {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.card-product:hover .card-product__hover-add-to-cart {
  opacity: 1;
  pointer-events: auto;
}

/* Make sure product image is visible */
.card-product__media {
  position: relative;
  z-index: 1;
}





