/* 
Theme Name: Dolce Vitale Theme
Author: Gagan Kumar
Description: DolceVitale is your premium destination for high-quality cosmetics and skincare essentials. Our online store offers a curated selection of beauty products that celebrate individuality, confidence, and self-care. From radiant skincare to bold makeup, each item is handpicked to meet the highest standards of elegance and effectiveness. Discover beauty that’s as unique as you are — with expert advice, exclusive collections, and a seamless shopping experience, all in one place.
Version: 1.0
*/
/* If hover image does NOT exist, stop image change */
.card-product-wrapper:not(:has(img.img-hover)) img.img-product {
    opacity: 1 !important;
}

.card-product-wrapper:not(:has(img.img-hover)) img.img-hover {
    display: none !important;
}

/* Avoid fading/white flash — force main image to stay on hover */
.card-product-wrapper:not(:has(img.img-hover)):hover img.img-product {
    opacity: 1 !important;
    transform: none !important;
}

/* Safety: If img-hover exists but broken/empty, hide it */
img.img-hover[src=""],
img.img-hover:not([src]),
img.img-hover[src*="placeholder"]{
    display:none !important;
}

