/* الفوتر */
custom-salla-product-card .s-product-card-content-footer {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

/* القلب */
custom-salla-product-card .s-product-card-content-footer salla-button.btn--wishlist {
    position: static !important;
    flex: 0 0 auto !important;
}

/* شكل القلب */
custom-salla-product-card .s-product-card-content-footer button.btn--wishlist {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background: #4321ad !important;
    border: 2px solid #fff !important;
}

/* أيقونة القلب */
custom-salla-product-card .s-product-card-content-footer button.btn--wishlist i {
    font-size: 16px !important;
    color: #fff !important;
}

/* زر السلة ياخذ المساحة */
custom-salla-product-card .s-product-card-content-footer salla-add-product-button {
    flex: 1 !important;
}

/* زر أضف للسلة */
custom-salla-product-card 
.s-product-card-content-footer button.s-button-element.s-button-wide {

    /* التدرج */
    background: linear-gradient(90deg, #801c11 0%, #4321ad 100%) !important;

    /* إزالة الإطار الافتراضي */
    border: none !important;

    /* لون النص */
    color: #ffffff !important;
}

/* تحسين وضوح النص */
custom-salla-product-card 
.s-product-card-content-footer button.s-button-element.s-button-wide .s-button-text {
    color: #ffffff !important;
}
.s-trust-badges-label,
.s-trust-badges-number,
.s-trust-badges-image {
  display: none !important;
}
a[href^="tel:"] {
  display: none !important;
}
.product_description strong {
  color: red !important;
}