/* تثبيت أبعاد صور المنتجات */
.s-product-card-image,
.s-product-image,
.product-card-image {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

/* منع تحرك الصور أثناء التحميل */
img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* تحسين عرض الصور */
.s-product-card-image img,
.s-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* منع القفزات الناتجة عن النوافذ المنبثقة */
.s-alert,
.s-popup {
    contain: layout;
}
.our-features *,
.features-section *{
animation:none !important;
transition:none !important;
}