/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 07 2025 | 10:33:16 */
/* Mockup dourado em produtos do SharkWave */
.woocommerce ul.products li.product img {
    filter: grayscale(1) sepia(1) saturate(600%) hue-rotate(40deg) brightness(1.1);
    transition: filter 0.3s ease;
}

