/* Favorites button active state */
/*.wishlist.favorite-btn.active {
    background-color: #9A4A3A !important;
    opacity: 1 !important;
}*/

/*.wishlist.favorite-btn.active::before {
    content: "\f004" !important;*/ /* Filled heart */
/*}*/

/*.clsfav.favorite-btn.active .favbtn {
    background-color: #9A4A3A !important;
}*/

/*.clsfav.favorite-btn.active .favbtn::before {
    content: "\2665" !important;*/ /* Filled heart symbol */
/*}*/

/* Favorites badge in header */
/*.favorites-badge {
    animation: pulse 0.3s ease;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}*/

/* Favorite button hover effects */
/*.wishlist.favorite-btn:hover {
    transform: scale(1.1);
    transition: all 0.3s ease;
}*/

/* Remove button in favorites page */
/*.favorite-remove-btn {
    font-family: Arial, sans-serif;
}

.favorite-remove-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(154, 74, 58, 0.3);
}*/

