/*
Theme Name: Razzi Child
Template: razzi
Version: 1.0.0
Description: ALA child theme for custom page templates
*/

/* Hide HOT and SALE badges on product pages */
.woocommerce-product-gallery .woocommerce-badges,
.woocommerce-badges.woocommerce-badges--dark,
.images .woocommerce-badges,
span.woocommerce-badges {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
.featured.woocommerce-badge,
.onsale.woocommerce-badge {
    display: none !important;
}
