/* Add custom CSS styles below */ 
/*********** Grid ***********/
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

section.s-block.s-block--banners.container .two-row .banner-entry:first-child {
    grid-area: 1/1/1/1;
}

section.s-block.s-block--banners.container a.banner-entry.square-photos {
    background: transparent;
    height: 200px;
}

section.s-block.s-block--banners.container a.banner-entry.square-photos > div {
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 32px;
}

    section.s-block.s-block--banners.container a.banner-entry.square-photos {
    height: 119px;
}
}


:root {
    --main-color: #F2E4DF;
    --second-color: #F79052;
    --white-color: #fff;
   }

/************** colors ************/
.s-product-card-promotion-title {
   background-color: rgba(156, 163, 175, 1);
    
}

/* Footer Font */
.footer-is-light .store-footer {
    color: #F79052;
}

/* Botton */
.s-button-primary-outline {
    color: rgba(255, 255, 255, 1);
    background-color: #F79052;
}

/* Slider Size */
salla-slider.photos-slider .swiper-slide {
    margin-left: 0rem;
    margin-right: 0rem;
    width: 100%;
    }
  salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem;
    }  
    
    salla-slider.photos-slider .swiper {
    padding-bottom: 0;
}
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding-right: 0;
    }

    /* Slider Radius*/   
salla-slider.photos-slider .swiper-slide {
       
    border-radius: unset;
    padding: 0;
  }
  
  .rounded-md {
    border-radius: 0;
}
.py-5 {
    padding-top: 5.25rem;
    padding-bottom: 1.25rem;
}

      /* Slider Margin */
.main-nav-container {
    background-color: #fff;
}      
@media only screen and (min-width: 789px) {
.main-nav-container {
    margin-bottom: -4rem;
  }
}

    @media (max-width: 768px) {
.main-nav-container {
    margin-bottom: -2rem !important;
    padding-top: .7rem;
        }
.py-5 {
    padding-top: 3.25rem;
    }  
}

/* Six category in body */
.two-row .banner-entry:first-child {
    grid-row: span 1 / span 1;
    } 
.s-block.s-block--banners .grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));;
    }
    @media (max-width: 768px) {
    .s-block.s-block--banners .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));;
    }
}
       /* Height on mobile of banners */
@media (max-width: 480px){
.s-block--banners .grid .banner-entry {
    height: 100px;
    margin-bottom: 2rem;
    }
}

      /* Text category in body */
.banner-entry h3.text-with-border span {
    display: flex !important;
    justify-content: center !important;
    position: absolute !important;
    top: 100% !important;
    background: var(--raoua-color-sec) !important;
    min-width: 100% !important;
    padding: 0 !important;
    font-size: clamp(11px,13px,14px);
    max-height: 22px !important;
    overflow: hidden !important;
    }


.banner-entry h3 {
    line-height: 1.5rem;
    color: #000 !important;
    }
.banner-entry {
    background-color: rgba(0, 0, 0, 0);
   
    }
.has-overlay:after {
    display:none;

    }

.banner-entry h3, .banner-entry p {
     opacity: 1;
   }
   
.banner-entry h3.text-with-border {
    --tw-border-opacity: 0;
   }
.banner-entry {
   overflow: visible;
   }
   
.two-row .banner-entry:first-child h3 {
    line-height: unset;
    }


/* Text in page */
.full-banner-entry {
    height: 20%;
    }

.text-2xl {
    font-size: 2rem;
    color: black;
}
.full-banner-entry::after {
display: none
    }
.full-banner-entry::before {
   display: none
     }
.text-white {
    color: rgb(34 34 34);
    font-weight: 500;
    border-style: solid;
    border-width: thin;
    border-color: black;
    padding: .5rem;
    margin-top: 1.8rem;
}

/* Background Color */
.flex-col {
   
    background-color: #FFF4E4;
}
/* Foor=ter Color */
.footer-is-light .store-footer .store-footer__inner {
    background-color: #FFF4E4;
    }
.footer-is-light .store-footer  {
    background-color: #FFF4E4;
    }

/************** Features ************/


.s-block--features__item {
    background: transparent;
    border: none;
    padding: 7px;
    
}

.s-block--features__item .feature-icon {
    height: 7rem;
    width: 7rem;
    background: var(--second-color);
}
.s-block--features__item .feature-icon i:before {
    content: '';
    width: 100px;
    height: 100px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}




.s-block--features__item .feature-icon i.sicon-fire:before {
    background-image: url("https://i.ibb.co/BjhZ4vm/image.png");
}
.s-block--features__item .feature-icon i.sicon-shipping-fast:before {
    background-image: url("https://i.ibb.co/zGNb140/image.png");
}
.s-block--features__item .feature-icon i.sicon-store2:before {
    background-image: url("https://i.ibb.co/qRyvp9x/image.png");
}
.s-block--features__item h2 {
    font-size: 18px !important;
    line-height: 1.7rem !important;
    color: #000;
}
.s-block--features__item p {
    display: none !important;
}



.s-slider-block__title h2 {
    position: relative;
}
.s-block__title h2:before, .s-slider-block__title h2:before {
    position: absolute;
    content: '';
    height: 5px;
    width:20%;
    border-radius: 5px;
    background: var(--second-color);
    bottom: -10px;
    transform: translateX(0%);
    transition: all .5s;
    z-index: -1;
}
.s-block__title h2:hover, .s-slider-block__title h2:hover {
    color: var(--white-color);
}
.s-block__title h2:hover:before, .s-slider-block__title h2:hover:before {
    width: 100%;
    transition: all .5s;
}


.s-slider-block__display-all {
    background-color: var(--main-color);
    color: var(--white-color);
    padding: 7px;
    border-radius: 50px;
}

/***************** INTRO **************/

body.index::before {
    content: "";
    top:0;
    background: #F79052 url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/pydBj/u7JEdTMHw4u3U0HGWzGJSJ89fdDemeSE7s1eNIWz.png);
    background-size: 250px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 100%;
    height: 100vh !important;
    transform: scale(0);
    position: fixed;
    left: 0;
    z-index: 9999999 !important;
    animation:slide-out-right .5s cubic-bezier(.55,.085,.68,.53) 2s both
}
@keyframes slide-out-right{0%{transform:translateX(0);opacity:1}100%{transform:translateX(3000px);opacity:0}}