/* ==================================================
   UNIVERSAL ZERO BOX-SHADOW / FILTER RESET (WP + ASTRA + WOO)
   Elimina qualquer sombra em imagens em todo o site
   ================================================== */

/* 1. Reset Global de Imagens e Âncoras */
img,
a img,
picture img,
figure img,
.wp-block-image img,
.entry-content img,
.entry-summary img,
.site-content img {
    box-shadow: none !important;
    filter: none !important;
    -webkit-box-shadow: none !important;
    -webkit-filter: none !important;
}

/* 2. Galeria do WooCommerce, Miniaturas e Viewport */
.woocommerce div.product div.images,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
.woocommerce div.product div.images .woocommerce-product-gallery__image,
.woocommerce div.product div.images .flex-viewport,
.woocommerce div.product div.images ol.flex-control-thumbs li img,
.woocommerce-product-gallery,
.woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery__image,
.woocommerce-product-gallery img {
    box-shadow: none !important;
    filter: none !important;
    -webkit-box-shadow: none !important;
    -webkit-filter: none !important;
}

/* 3. Descrições, Separadores e Widgets de Produto */
.woocommerce-product-details__short-description img,
.woocommerce-Tabs-panel img,
#tab-description img,
#tab-additional_information img,
#tab-reviews img,
.product .entry-summary .my_image,
.ast-product-payments-trust img {
    box-shadow: none !important;
    filter: none !important;
    -webkit-box-shadow: none !important;
    -webkit-filter: none !important;
}

/* 4. Grelhas de Produtos e Catálogo (Loop) */
ul.products li.product img,
ul.products li.product a img,
.wc-block-grid__product-image img,
.wp-block-woocommerce-product-template img {
    box-shadow: none !important;
    filter: none !important;
    -webkit-box-shadow: none !important;
    -webkit-filter: none !important;
}