/* Add Frontend CSS Here */

a:where(:not(.wp-element-button)) {
    text-decoration: none !important;
}

img.product-img:hover {
    scale: 1.1 !important;
    transition: 0.3s ease-in-out !important;
}