/* ===== ZIBAL WOO DONATE ===== */

/* باکس پیام + دکمه */
.zwd-box {
    background: linear-gradient(135deg, #f0f7ff 0%, #fff 60%, #fff5f5 100%);
    border: 1.5px solid #b8d4e8;
    border-radius: 16px;
    padding: 1.2rem 1.4rem;
    margin-bottom: 1.25rem;
    margin-top: 0.5rem;
    direction: rtl;
    font-family: Tahoma, sans-serif;
    position: relative;
    overflow: hidden;
}
.zwd-box::before {
    content: '';
    position: absolute;
    top: 0; right: 0; left: 0;
    height: 3px;
    background: #1a6fa8;
}

.zwd-message {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 1rem;
}

.zwd-icon { flex-shrink: 0; margin-top: 2px; display: flex; align-items: center; }

.zwd-text {
    font-size: 0.88rem !important;
    color: #2c3e50 !important;
    line-height: 1.85 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 500 !important;
}

/* دکمه — گرادیان آبی به قرمز */
.zwd-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    background: #c0392b !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 0.85rem 1.4rem !important;
    border-radius: 10px !important;
    font-size: 0.92rem !important;
    font-weight: 700 !important;
    border: none !important;
    box-shadow: 0 4px 14px rgba(192,57,43,0.3) !important;
    transition: transform 0.15s, box-shadow 0.15s !important;
    font-family: Tahoma, sans-serif !important;
    cursor: pointer !important;
    text-align: center !important;
    letter-spacing: 0.01em !important;
}
.zwd-btn:hover {
    transform: translateY(-2px) !important;
    background: #96281b !important;
    box-shadow: 0 6px 20px rgba(192,57,43,0.42) !important;
    color: #fff !important;
    text-decoration: none !important;
}

/* badge قیمت — آبی */
.zwd-price-badge {
    display: inline-flex;
    align-items: center;
    background: #eaf4ff;
    color: #1a6fa8;
    border: 1.5px solid #b8d4e8;
    border-radius: 20px;
    padding: 5px 14px;
    font-size: 0.88rem;
    font-weight: 700;
    font-family: Tahoma, sans-serif;
    white-space: nowrap;
}

/* مخفی کردن عناصر ووکامرس */
.ch-single-product-purchase-box,
.ch-single-product-stock-status-label,
.single-product form.cart,
.single-product .cart,
.single-product .quantity,
.single-product .single_add_to_cart_button,
.single-product p.stock,
.woocommerce-variation-add-to-cart { display: none !important; }

/* موبایل */
@media (max-width: 768px) {
    .zwd-box { padding: 1rem; }
    .zwd-btn { font-size: 0.85rem !important; padding: 0.75rem 1rem !important; }
}
