/* Custom Professional WhatsApp Button Styling */
.wa-order-btn-68c75f19 {
    background-color: #25D366 !important;
    color: #FFFFFF !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    border-radius: 8px !important;
    padding: 13px 20px !important;
    width: 100% !important;
    text-align: center !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    border: none !important;
    text-transform: none !important;
    text-decoration: none !important;
    transition: background-color 0.3s ease, transform 0.2s ease !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    line-height: 1.2 !important;
    margin-top: 15px; /* Ensures spacing in Elementor product grids */
}

.wa-order-btn-68c75f19:hover,
.wa-order-btn-68c75f19:focus {
    background-color: #1DA851 !important;
    color: #FFFFFF !important;
    outline: none !important;
}

.wa-order-btn-68c75f19 svg {
    width: 18px;
    height: 18px;
    fill: #FFFFFF;
}

/* Hide standard add to cart button on single product page */
.woocommerce-variation-add-to-cart .single_add_to_cart_button,
.cart:not(.grouped_form):not(.variations_form) .single_add_to_cart_button {
    display: none !important;
}

/* For Single Product Page: Button layout */
.single-wa-btn {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    width: auto !important; /* Allow it to match qty box size or be larger */
    min-width: 250px;
}

/* Ensure equal height behavior in Elementor Grids */
.woocommerce ul.products li.product,
.elementor-widget-woocommerce-products ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

/* Push the WhatsApp button to the bottom of the card dynamically */
.woocommerce ul.products li.product .wa-order-btn-68c75f19,
.elementor-widget-woocommerce-products ul.products li.product .wa-order-btn-68c75f19 {
    margin-top: auto !important;
}
