
/*
| RR_EXPLORE_PRODUCTS_WRAPPER_LINE_FIX_V2
| Removes only the legacy Explore Our Products heading/wrapper line.
| Category product section dividers remain untouched.
*/
html body:not(.admin) .rr-explore-products-wrapper-hidden-v2,
html body:not(.admin) .rr-explore-products-heading-hidden-v2 {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 0 !important;
}
