:root{
    --main-color : #e01d26;
    --white-color : #fff;
}
/* المنتجات */
.swiper  .swiper-wrapper{
    margin-bottom: 10px;
}
.swiper  .swiper-wrapper .s-products-slider-card .product-card{
    border : 1px solid #E5E7EB;
}
/* سلايدر البنرات (+) */
.products-lookbook .products-lookbook__gallery .container{
    padding : 0
}
/* بنر + منتجات */
.s-block--special-products-slider .w-full .bg-cover img + div p.description {
    margin-top: 10px;
}
.s-block--special-products-slider .w-full .bg-cover img + div a {
    margin-top: 10px;
}
/* بنر + تحته 3 صور */
section.special-cats-with-bg section .grid .group .w-full > p{
    display: none;
}
section.s-block--animate h1 {
    font-size: 3rem;
}
/* ماب */
.s-block--map  iframe + div > div {
    display : none
}
/* فوتر */
footer.store-footer  svg{
    display :  none
}
/* labtop */
@media (max-width : 1024px){
    /* زرار اللي جوا الاربع بنرات */
    .special-categories .group-banner .banner-button {
        font-size: 14px;
        line-height: 35px;
        padding: 0 25px;
    }
    /* صورة + منتجات */
    section.s-block--special-products-slider {
        padding: 0 10px;
    }
    section.s-block--special-products-slider .w-full > .bg-cover img{
        border-radius: 5px !important;
    }
    section.s-block--special-products-slider .w-full > .bg-cover p.description {
        margin: 10px 0 !important;
    }
    section.s-block--special-products-slider .w-full > .bg-cover a {
        margin: 0 !important;
    }
}
/* tablet */
@media (max-width : 768px){
    /* اول 3 بنرات في الموقع */
    section.s-block--fixed-banner .container .flex  {
        display : flex;
        flex-wrap : wrap;
        justify-content : center
    }
    section.s-block--fixed-banner .container .flex  a {
        flex-basis: 48% !important;
    }
    /* من نحن */
    section.s-block--about .w-full{
        text-align : center;
    }
    section.s-block--about .w-full a{
        margin-top : 0
    }
    /* عداد الاحصائيات */
    section.s-block .container .flex p.stats-number{
        font-size : 25px;
    }
    /* الاسئلة الشائعة */
    section.s-block--faq .container > .mx-auto > .mx-auto p:first-child {
        font-size : 1.6rem
    }
    section.s-block--faq .container > .mx-auto > .mx-auto p:nth-child(2) {
        font-size : 1rem
    }
    /* بنر + تحته 3 صور */
    section.s-block--animate h1 {
        font-size: 1.5rem;
    }
}
@media (max-width : 600px){
    /* اول 3 بنرات في الموقع */ 
    section.s-block--fixed-banner .container .flex  a {
        flex-basis: 100% !important;
    }
}