@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fontawesome/webfonts/fa-regular-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('assets/fontawesome/webfonts/fa-solid-900.woff2') format('woff2');
}

.wishlist-icon-wrap {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.woocommerce ul.products li.product {
    position: relative;
}

.wishlist-heart {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    font-size: 22px;
    cursor: pointer;
    color: #aaa;
    transition: transform 0.2s ease;
}

.wishlist-heart.active {
    font-weight: 900;
    color: #e63946;
}

.wishlist-heart:hover {
    transform: scale(1.2);
}
