/* تحسين أداء تقديم المحتوى أسفل الشاشة */
.footer-wrapper, 
.product-reviews, 
.related-products {
    content-visibility: auto;
    contain-intrinsic-size: 500px;
}

/* تحسين تجربة تحميل الصور لتقليل الـ Layout Shifts */
img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}