/*
Theme Name: Astra Child
Template: astra
Version: 1.0.0
*/

/* Prevent hover zoom scaling on product images */
.woocommerce-product-gallery__image img {
    transform: none !important;       /* remove hover scale */
    transition: none !important;      /* stop scaling transition */
}
