/* ===== HIDE RELATED PRODUCTS ON SINGLE PRODUCT PAGES ===== */
.single-product .related.products,
.single-product .cv-related,
.single-product #related-products,
.single-product .woocommerce-related-products,
.single-product .you-may-also-like {
    display: none !important;
}

/* Also hide the "You May Also Like" heading */
.single-product .cv-related h2.cv-h2,
.single-product #related-products h2.cv-h2 {
    display: none !important;
}
