/* Add custom CSS styles below */ 
body,
main,
.s-main{
    background:#FFFFFF !important;
}
/* خلفية الفوتر */
.store-footer,
.store-footer__inner{
    background:#51342D !important;
}

/* جميع النصوص */
.store-footer,
.store-footer *{
    color:#fff !important;
}

/* الروابط */
.store-footer a{
    color:#fff !important;
}

/* الخط الفاصل أعلى الفوتر */
.store-footer{
    border-top:none !important;
}

/* لو فيه أي بلوكات بيضاء داخل الفوتر */
.store-footer__inner > div{
    background:transparent !important;
}

section{
    margin:0 !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
}
/* جعل غلاف صورة المنتج مربع */
.s-product-card-image {
    aspect-ratio: 1 / 1 !important;
    width: 100% !important;
    height: auto !important;
    overflow: hidden !important;
}

/* الصورة تملأ المربع بالكامل */
.s-product-card-image-contain {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}