.elementor-2299 .elementor-element.elementor-element-253bfb04{--display:flex;}/* Start custom CSS *//* Product Page Buttons Alignment */
.single-product .cart {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 10px !important;
}

.single-product .quantity {
    margin-right: 0 !important;
}

.single-product .single_add_to_cart_button, 
.single-product .whatsapp-order-button { /* Change this class according to your WhatsApp plugin */
    flex: 1 1 auto !important;
    margin: 0 !important;
}

/* Benefits text after buttons */
.product-benefits-wrapper { /* Wrap your benefits in a div with this class */
    width: 100% !important;
    margin-top: 15px !important;
    order: 3 !important;
}/* End custom CSS */