اطلب خدمة
بامكانك طلب خدمات تصميم بنرات او خدمات اخرى من هذا الرابط

استعرض جميع الخدمات

حفظ التغييرات


.s-products-list-wrapper .s-products-slider-card img,
.s-products-list-wrapper .s-products-slider-card picture img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* ✅ زر "نفذت الكمية" رمادي متناسق */
button.s-button-disabled,
.s-button-disabled {
    background-color: #888 !important; /* رمادي */
    color: #fff !important;           /* نص أبيض */
    border-radius: 10px !important;
    border: none !important;
    cursor: not-allowed !important;
}

/* ✅ الصور على كامل المربع بدون تشويه */
.s-products-list-wrapper .s-products-slider-card img,
.s-products-list-wrapper .s-products-slider-card picture img {
    width: 100% !important;       /* عرض كامل البطاقة */
    height: 100% !important;      /* ارتفاع كامل البطاقة */
    object-fit: cover !important; /* تغطية البطاقة مع الحفاظ على الأبعاد */
    display: block !important;    /* إزالة أي فراغات حول الصورة */
}