/** Shopify CDN: Minification failed

Line 9:0 Unexpected "{"
Line 9:1 Expected identifier but found "%"
Line 10:39 Unexpected "-"
Line 11:1 Expected identifier but found "%"

**/
{% comment %}
<!-- Designed by OnHOW YouTube Channel - Anas El Medlaoui -->
{% endcomment %}
.wishlist-button {
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.6rem;
  min-height: auto;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.1s ease;
  border-radius: 0.5rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wishlist-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5px;
}

.wishlist-button .wishlist-icon-filled {
  fill: #ffffff;
}

.wishlist-button:hover {
  background-color: #333333 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.header-country-selector {
  display: flex;
  align-items: center;
}

.header__icons.wishlist-button {
  margin-left: 1rem;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.localization-form__select {
  min-height: auto;
  vertical-align: middle;
}

@media screen and (max-width: 749px) {
  .wishlist-button {
    font-size: 0.75rem;
    padding: 0.50rem 0.75rem;
    border-radius: 0.2rem;
  }
  
  .wishlist-button svg {
    width: 16px;
    height: 16px;
  }
  
  .header__icons.wishlist-button {
    margin-left: 0.4rem;
  }
  
  .header--mobile-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .header__icons {
    display: flex;
    align-items: center;
    height: 100%;
  }
  
  .header__icons--localization {
    display: flex;
    align-items: center;
    margin-right: auto;
  }
  
  .desktop-localization-wrapper {
    display: flex;
    align-items: center;
  }
}