/* Keep the "Хочу дешевле" button inside the single-product content column. */
@media (max-width: 767px) {
    .single-product .elementor-element-295c3b6 {
        flex-basis: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .single-product .elementor-element-295c3b6 .etheme-button-wrapper,
    .single-product .elementor-element-295c3b6 .open-modal-btn {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/*
 * Keep the related-product cards aligned. XStore renders this optional
 * category label for only some products, shifting their titles and buttons.
 */
.single-product
    .elementor-widget-woocommerce-product-etheme_related
    .products-page-cats {
    display: none !important;
}
