/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.wa-info-text {
    margin-top: 15px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 12px;
    background: #fff8e5;
    color: #8a6d3b;
    border: 1px solid #ffe58f;
    display: inline-block;
}

.modern-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 28px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    background: linear-gradient(135deg, #25D366, #1ebe5d);
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(37,211,102,0.35);
    transition: all 0.3s ease;
    margin-top: 15px;
}

.modern-whatsapp-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(37,211,102,0.45);
}


.product-grid-item .wd-add-btn { 
display: none;
}