/* خلفية الموقع */
body,
main,
.s-main {
    background: #ECE3D6 !important;
}

/* جميع الأقسام */
.s-block,
.s-block-container,
section {
    background: transparent !important;
}

/* بطاقات المنتجات */
.s-product-card,
.s-product-card-entry,
.s-slider-block__item,
.card {
    background: #FFFFFF !important;
    border-radius: 14px;
}

/* الهيدر */
header,
.s-header {
    background: #F5F1E8 !important;
}

/* الفوتر */
footer,
.s-footer {
    background: #E3D7C8 !important;
}