/* Force proper flow for the upsell/related container to prevent overlapping */

/* Target the upsell container in the Elementor Single Product template */
.elementor-location-single.product .elementor-element-bb379,
.elementor-location-single.product .elementor-widget-woocommerce-product-upsell,
.elementor-location-single.product .elementor-widget-woocommerce-product-related {
    clear: both !important;
    position: relative !important;
    margin-top: 40px !important;
    z-index: 10 !important;
}

/* Ensure the main content containers (images and summary) don't overflow */
.elementor-location-single.product .elementor-element-72bd8 {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/* Fallback for general WooCommerce single product layout if not strictly matching Elementor IDs */
.single-product div.product .related.products, 
.single-product div.product .upsells.products {
    clear: both !important;
    margin-top: 50px !important;
    width: 100% !important;
    float: none !important;
    position: relative !important;
}
