/* Style the new Order on WhatsApp button */
.custom-whatsapp-btn {
    display: inline-block !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    padding: 16px 32px !important;
    border-radius: 999px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    letter-spacing: 0.5px;
    text-decoration: none !important;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s ease;
    width: 100%;
}

/* Hover effect */
.custom-whatsapp-btn:hover {
    background-color: #333333 !important;
    color: #ffffff !important;
}

/* Hide it on the main product page */
.single-product .quick-view-whatsapp-wrap {
    display: none !important;
}

/* Ensure it STAYS visible inside the Fynode Quick View popup */
.klb-quick-view .quick-view-whatsapp-wrap,
.product-quick-view .quick-view-whatsapp-wrap {
    display: block !important;
}