.the-product-title .elementor-widget-container {
    display: flex;
}

.the-product-title .elementor-widget-container button {
    display: none;
    margin-left: 16px;
    padding: 0 12px;
    height: 30px;
}

.elementor-widget-woocommerce-product-content {
    display: block;
}

@media (max-width: 767px) {
    .the-product-title .elementor-widget-container button {
        display: block;
    }

    .elementor-widget-woocommerce-product-content {
        display: none;
    }
}