/* ====================================
   الوضع الداكن – لون النص
==================================== */
.dark body.product-single,
.dark h2,
.dark strong,
.dark p,
.dark span {
    color: white !important;
}

/* ====================================
   تغيير لون النص في زر إضافة للسلة
==================================== */
.s-button-primary,
.s-button-primary span,
.s-button-primary .s-button-text,
.s-button-primary * {
    color: #24263d !important;
}

.s-button-primary:hover,
.s-button-primary:hover span,
.s-button-primary:hover .s-button-text {
    color: #24263d !important;
}

/* ====================================
   إلغاء جميع تأثيرات Hover
==================================== */
button:hover,
.btn:hover,
.s-button:hover,
a:hover,
.product-card:hover,
.product-item:hover,
.product-block:hover,
img:hover {
    transform: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    text-decoration: none !important;
}

/* ====================================
   إخفاء زر الواتساب
==================================== */
.whatsapp-btn,
.whatsapp-float,
.whatsapp-button,
.floating-whatsapp,
.wa-chat-box,
.wa-widget,
[class*="whatsapp"],
[id*="whatsapp"],
iframe[src*="whatsapp"],
iframe[src*="wa.me"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* زر واتساب في صفحة المنتج فقط */
.product-single .whatsapp-btn,
.product-page .whatsapp-btn,
body[class*="product"] .whatsapp-btn {
    display: none !important;
}

/* ====================================
   حل الفراغ في بطاقة المنتج
==================================== */
.product-card-wrapper {
    height: auto !important;
    min-height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    padding-bottom: 0 !important;
}

.product-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.product-card-content {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.product-card-footer,
.product-price-wrapper,
.product-actions {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* إزالة الفراغ أسفل البطاقة */
.product-card-content-meta {
    padding-bottom: 69px !important;
}

.product-card-actions {
    margin-top: -68px !important;
}
.product-card-content-meta{
 padding-bottom:69px;
}
.product-card-actions{
 margin-top: -68px;
}