/* ==========================================
   تنظيف أي تأثير سابق
   ========================================== */

.s-cart-summary-wrapper i {
    background-image: none !important;
    filter: none !important;
}


/* ==========================================
   أيقونة السلة - العلوية
   ========================================== */

.s-cart-summary-wrapper i.sicon-cart {
    background-image: url("https://cdn.salla.sa/form-builder/75jUyZpgbRZQmjkUtOtgUU5m5xmELTDYuVo5J8Ih.png") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;

    width: 31px !important;
    height: 31px !important;
    display: inline-block !important;

    /* تحويل الأيقونة البيضاء إلى اللون الغامق */
    filter: brightness(0) saturate(100%) invert(9%) sepia(56%)
            saturate(3207%) hue-rotate(214deg)
            brightness(93%) contrast(101%) !important;
}


/* إخفاء رسم السلة الأصلي فقط */
.s-cart-summary-wrapper i.sicon-cart::before {
    opacity: 0 !important;
}


/* ==========================================
   أيقونة السلة - القائمة السفلية
   نفس الصورة ولكن باللون الأبيض
   ========================================== */

.selia-bottom-nav i.sicon-cart.text-base {
    background-image: url("https://cdn.salla.sa/form-builder/75jUyZpgbRZQmjkUtOtgUU5m5xmELTDYuVo5J8Ih.png") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;

    width: 21px !important;
    height: 22px !important;
    display: inline-block !important;

    /* الصورة الأصلية بيضاء */
    filter: none !important;
}


/* نخفي فقط أيقونة Selia الأصلية */
.selia-bottom-nav i.sicon-cart.text-base::before {
    opacity: 0 !important;
}


/* ==========================================
   منع التكرار نهائياً
   هذا هو العنصر الذي ظهر بالصورة الثانية
   ========================================== */

.s-cart-summary-wrapper i.sicon-sar {
    background-image: none !important;
    background: none !important;
    filter: none !important;
}