
/*
| RR_EXPLORE_PRODUCTS_HEADING_REMOVE_V1
| Removes legacy Explore Products heading from public storefront.
| DB/cart/product/feature logic untouched.
*/
html body:not(.admin) .rr-explore-products-heading-hidden-v1 {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
}
