/* Add custom CSS styles below */ 
.store-footer__inner {
    background-color: #565449;
    color: #D9D1BF;
}

lord-icon.flex.m-auto {
    --lord-icon-primary: #fff !important;
    --lord-icon-secondary: #000 !important;
    --lord-icon-primary-base: #fff !important;
    --lord-icon-secondary-base: #000 !important;
}

.index section.s-block--fixed-banner:nth-of-type(13) > .container,
.index section.s-block--fixed-banner:nth-of-type(14) > .container {
    max-width: 100%; /* تمديد الكونتينر بعرض الصفحة */
    padding: 0;      /* إزالة الهوامش الداخلية */
}

.banner--fixed img {
    background-color: rgb(255 255 255);
}
/* إخفاء عنصر البراندز في القائمة (الموبايل + الديسكتوب) */
li#brands {
  display: none !important;
}

div#contain {
    background-color: #b0aa9a;
}