/* Add custom CSS styles below */ 
body:not(.product-index):not(.product-single):after{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background:white url(https://i.ibb.co/mVx9KkSt/7459403b54ad49ec905e3c1725623b6558364642.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px;
    animation-name: fade-in;
    animation-duration: 1.5s;
    transform: scale(0);
    border: none;
     
}

   @keyframes fade-in {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    75% {
        opacity: 1;
        transform: scale(1)
    }

    85% {
        opacity: .5;
        transform: scale(1)
    }

    99% {
        opacity: .2;
        transform: scale(1)
    }

    100% {
        opacity: 0;
        transform: scale(.1)
    }
}



/*********************************************/

 .navbar-brand img {
  max-height: 4rem;
  width: auto;
  max-width: 100px;
   animation-name: scale;
  animation-duration: 7s;
  animation-timing-function: linear;
    animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes scale {
    0% {
        
        transform: scale(1.0);
    }

    10% {
       
        transform: scale(1.1);
    }
    20% {
       
        transform: scale(0.95);
    }
    30% {
       
        transform: scale(1.0);
    }
    40% {
       
        transform: scale(1.1);
    }
    50% {
       
        transform: scale(1.0);
    }
 
    60% {
       
        transform: scale(1.1);
    }
    70% {
       
        transform: scale(1.0);
    }
      80% {
       
        transform: scale(0.95);
    }
      90% {
       
        transform: scale(1.1);
    }

  
    100% {
        
        transform: scale(1.0);
    }
}


/******************************************/
.store-footer a h3:nth-child(1)::before {
  text-align: center;
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  margin: auto auto 20px;
  background-image: url(https://i.ibb.co/mVx9KkSt/7459403b54ad49ec905e3c1725623b6558364642.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color:transparent;
animation: footerLogo 2s ease-in-out infinite;
 
}

@keyframes footerLogo {
  0% {
    transform: scale(1.4); 
  }
  50% {
    transform: scale(1.6); 
  }
  100% {
    transform: scale(1.4);
  }
}



/* Add custom CSS styles below */ 
body {
  background-color:#EDEDED ;
}
.container {
    max-width: 90%;
    padding: 0;
}

.shadow-default {
    --tw-shadow: none !important;
}
/*banner main*/
section:nth-of-type(1).s-block.s-block--photos-slider {
    margin-top: 0rem;
}

 .s-slider-block__title-nav {
    display: none !important ;
}
 salla-slider.photos-slider .swiper-slide {
    width: 100%;
    padding:0 ;
  margin:0 ;
}


[dir=rtl] .carousel-slider .swiper {
    padding-left: 0;
    padding-right: 0;
}
[dir=rtl] salla-slider.photos-slider .swiper {
    padding-left: 0;
    padding-right: 0;

}
salla-slider.photos-slider .swiper:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 0 ;
    padding-left: 0;
}
.rounded-md,salla-slider.photos-slider .swiper-slide {
    border-radius: 0;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 2rem;
}
.banner--fixed img {
    background-color: transparent;
    border-radius: 0;
    margin: auto;
}

a.slide--cat-entry {
    height: 10rem;
    background-color: transparent;
    border: none;
}
img.w-16.h-16.object-cover.rounded-full.mb-2\.5 {
    border-radius: 22px;
    width: 7rem;
    height: 7rem;
}
a.slide--cat-entry h2 {
    color: #364153 !important;
    font-size: 15px;
    font-weight: 400;
}

salla-slider .slide--one-sixth {
    width: 12.666667%;
}
/*product*/

.s-product-card-entry {
    background-color:#fff;
    box-shadow: 0px 0px 10px #33333317;
    border-radius: 10px;
    border:2px solid #EAE4D5;
}
salla-products-slider.s-products-slider-wrapper.hydrated .swiper {
    padding: 1rem 0;
}
.s-product-card-image {
    background-color: #fff;

}
.s-product-card-image img.loaded {
    background-color: #fff;
    border-radius: 10px;
}

.s-product-card-content-title {
    text-align: center;
}
.s-product-card-content-sub {
    justify-content: center;
}

.s-block--features__item {
    background-color: #EAE4D5;
    border-radius: 26px;
}
.feature-icon {
    background-color: #fff !important;
}
.feature-icon i {
    color: #333333 !important;
}
.s-block--features__item h2 {
    color: #986321;
}
.s-block--features__item p {
    color: #333333;
    font-size: 13px;
}


/*footer*/
.store-footer__inner,footer.store-footer {
    background-color: #EDEDED !important;
    color: #333333;
}


.copyright-text p {
    color: #333333 ;
}

@media(max-width: 768px){
salla-slider .slide--one-sixth {
    width: 36.666667%;
}

  .s-reviews-testimonial__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.swiper-slide {
    width: 50%;
}
footer.store-footer {
    text-align: center;
}
.store-footer a,.s-social-list {
    justify-content: center;
}
span.text-sm.copyright-text img {
    margin: auto;
}
.store-footer__inner .flex.gap-4 {
    justify-content: center;
}

}