/**
 * enpapa.gr — global storefront tweaks (not only PDP).
 * "Προσφορά!" / Sale badge removal (classic + blocks).
 */

.woocommerce span.onsale,
.woocommerce .onsale,
.wc-block-grid__product-onsale,
.wp-block-woocommerce-product-sale-badge,
.wc-block-components-product-sale-badge,
.wc-block-components-sale-badge {
	display: none !important;
}
