/* ================================
   BEYZADE – ÜRÜN LİSTE WHATSAPP & İNCELE BUTONLARI
   ================================ */

/* Ürün kartı içinde overflow sorunlarını çöz */
.woocommerce ul.products li.product,
.woocommerce ul.products li.product * {
    overflow: visible !important;
}

/* Liste Butonları */
.beyzade-buttons {
    display: flex !important;
    justify-content: center !important;
    width: 100%;
    gap: 10px;
    margin-top: 15px;
    position: relative;
    z-index: 9999;
}

.beyzade-buttons a {
    padding: 10px 18px;
    text-decoration: none !important;
    border-radius: 30px;
    font-weight: 600;
    transition: .3s;
    font-size: 14px;
    visibility: visible !important;
    opacity: 1 !important;
    display: inline-flex !important;
    align-items: center;
}

/* İncele */
.btn-incele {
    background: #ffffff;
    color: #7d0000 !important;
    border: 2px solid #7d0000;
}

.btn-incele:hover {
    background: #7d0000;
    color: #fff !important;
}

/* WhatsApp */
.btn-whatsapp {
    background: #25D366;
    color: white !important;
    display: flex !important;
    align-items: center;
    gap: 6px;
}

.btn-whatsapp i {
    font-size: 18px;
}

.btn-whatsapp:hover {
    transform: scale(1.05);
}


/* ================================
   TEKİL ÜRÜN SAYFASI – WHATSAPP BUTONU
   ================================ */

.single-wp-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 20px;
    padding: 14px 22px;
    background: #25D366;
    color: #fff !important;
    font-weight: 700;
    border-radius: 35px;
    text-decoration: none !important;
    transition: .3s ease;
    font-size: 16px;
    line-height: 1;
    visibility: visible !important;
    opacity: 1 !important;
}

.single-wp-btn:hover {
    transform: scale(1.08);
}

.single-wp-btn i {
    font-size: 20px;
}
