Skip to content
Your cart is empty
Time to fill up the cart
/* disable product card hover images */
@media (hover: hover) and (pointer: fine) {
.product_card .card__image-wrapper .card__image-hover-container.group-hover\:opacity-100 {
display: none !important;
}
.product_card .card__image-wrapper .card__image > .image__responsive.group-hover\:opacity-0 {
opacity: 1 !important;
transition: none !important;
}
}