/* Add custom CSS styles below */ 
p.text-\[var\(--m-color\)\].leading-\[normal\].lg\:leading-8.opacity-70.text-\[12px\].md\:text-\[20px\] {
    color: white;
}
h1.font-bold.text-\[var\(--m-color\)\].mb-1.lg\:mb-5.lg\:leading-20 {
    color: white;
}
.s-block--features__item .feature-icon {
    background-color: #471e1f00 !important;
}
.sicon-check-circle:before {
    content: "\ea9b";
    font-size: 50px;
    color: #471E1F;
}
#app > div.flex.flex-col.min-h-full.app-inner.overflow-hidden > section.s-block.s-block--features.container > div > div:nth-child(1) > div {
    background-color: #471e1f !important;
}
.sicon-clothes-hanger:before {
    content: "\e900";
    font-size: 50px;
    color: #471E1F;
}
.sicon-shipping-fast:before {
    content: "\ef31";
    font-size: 50px;
    color: #471E1F;
}

.main-nav-container .mobile-menu ul li a {
    color: #ffffff;
}
/* 1. الصفحة الرئيسية (الهوم بيج) تكون شفافة */
body#app.index {
    .bg-inherit {
        background-color: transparent !important;
    }
    .top-navbar {
        background-color: transparent !important;
    }
}

/* 2. باقي صفحات الموقع تأخذ اللون المطلوب */
body#app:not(.index) {
    .bg-inherit {
        background-color: #471e1f !important;
    }
    .top-navbar {
        background-color: #471e1f !important;
    }
.\!text-\[var\(--m-color\)\] {
    color: #fff4f4 !important;
}
}
.\!text-\[var\(--m-color\)\] {
    color: #ffffff !important;
}