body{
  font-family: 'ZAIN mob';
}

/* =========================================================
                 header
========================================================= */

i.sicon-menu.text-primary.text-2xl{
  color: #fff;
}

<meta name="domain-verification" content="8f23f4265630199734b348cb8c1636e96f1b15d063cb3bcb8aae7ff1ddd0b359">



/* ==========================================
   Mobile - Hero Banner Below Header
========================================== */

@media (max-width: 991px) {

    /* الهيدر */
    .store-header{
        background: #82796a !important;
    }

    .store-header .header-inner{
        background: #82796a !important;
    }

    /* أول بنر */
    section.s-block.home-slider.s-block--hero-slider{
        margin-top: 80px; /* نفس ارتفاع الهيدر */
    }

}


/* =========================================================
   Center Section Titles + Decorative Image
========================================================= */

/* ------------------------------
   Testimonials
------------------------------ */

section.s-block.s-block--testimonials .s-slider-block__title{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
}

section.s-block.s-block--testimonials .s-slider-block__title-right{
    width: 100%;
    text-align: center;
}

section.s-block.s-block--testimonials .s-slider-block__title-right h2{
    display: inline-block;
    position: relative;
    margin: 0;
}

section.s-block.s-block--testimonials .s-slider-block__title-right h2::after{
    content: "";
    display: block;
    width: 180px;
    height: 22px;
    margin: 12px auto 0;
    background: url("https://i.ibb.co/sp1vGRHV/Frame-1000009279.png") center/contain no-repeat;
}

/* خلي الأسهم على الأطراف */
section.s-block.s-block--testimonials .s-slider-block__title-left{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


/* ------------------------------
   Popular Categories
------------------------------ */

section.s-block.s-block--banners .s-block__title{
    text-align: center;
}

section.s-block.s-block--banners .flex.flex-col.w-full{
    align-items: center;
}

section.s-block.s-block--banners .s-block__title h2{
    display: inline-block;
    position: relative;
    margin: 0;
}

section.s-block.s-block--banners .s-block__title h2::after{
    content: "";
    display: block;
    width: 180px;
    height: 22px;
    margin: 12px auto 0;
    background: url("https://i.ibb.co/sp1vGRHV/Frame-1000009279.png") center/contain no-repeat;
}


/* ------------------------------
   Products Sections
------------------------------ */

.s-block__title.angel-products-title{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* إخفاء زر عرض الكل */
.s-block__title.angel-products-title .s-block__display-all{
    display: none !important;
}

.s-block__title.angel-products-title .title-wrapper{
    width: 100%;
}

.s-block__title.angel-products-title h2{
    display: inline-block;
    position: relative;
    margin: 0;
}

.s-block__title.angel-products-title h2::after{
    content: "";
    display: block;
    width: 180px;
    height: 22px;
    margin: 12px auto 0;
    background: url("https://i.ibb.co/sp1vGRHV/Frame-1000009279.png") center/contain no-repeat;
}




/* =========================================================
                 footer
========================================================= */

footer li.pay-mahally_customer_wallet.w-12.h-7.bg-white.rounded.flex.items-center.p-1{
  display: none;
}