/* WooCommerce Categories Hover Effects b6fab2c2 */

.product-category a img {
    transition: filter 0.3s ease, transform 0.3s ease !important;
}

.product-category a:hover img {
    filter: brightness(0.6) !important;
    animation: angie-pulse-b6fab2c2 1.2s infinite ease-in-out !important;
}

@keyframes angie-pulse-b6fab2c2 {
    0% { transform: scale(1); }
    50% { transform: scale(1.03); }
    100% { transform: scale(1); }
}

.woocommerce-loop-category__title {
    transition: color 0.3s ease !important;
}

.product-category a:hover .woocommerce-loop-category__title {
    color: #E74C3C !important;
}
