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/5W0Ypd5x/logo-1-1-1.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: 3rem;
  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: 60px;
  width:60px;
  margin: auto auto 20px;
  background-image: url(https://i.ibb.co/qYZhHY9L/logo-1-1.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:#FEF8F6 ;
}

:root{--color-primary:#AD5F89 }


.shadow-default {
    --tw-shadow: none !important;
}
.s-advertisement {
    background-color: #AD5F89 !important;
}
input.s-search-input {
    background-color: transparent !important;
    border: 1px solid #AD5F89 !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;
}

.banner--fixed img {
    background-color: transparent;
    border-radius: 0;
    max-width: 25%;
    margin: auto;
}
section.s-block.s-block--fixed-banner {
    margin-top: 2rem;
}
/*grid section*/


body.index section:nth-of-type(2) {
    margin-top: 2rem !important;
    max-width: 80%;
}
 .md\:grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr));
 gap: 0.75rem !important;

}
 .banner-entry {
    height: 465px;
    background-color: transparent;
}

a.banner-entry.square-photos:hover {
    transform: scale(1.1);
    transition: 3s ease-in-out;
}
.two-row .banner-entry:first-child {
    grid-column: span 1/span 1;
    grid-row: 1;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
section.s-block.container.section-4.animate__animated.animate__fadeInUpBig,section.s-block.container.section-7.animate__animated.animate__fadeInUpBig,section.s-block.container.section-10.animate__animated.animate__fadeInUpBig,section.s-block.container.section-13.animate__animated.animate__fadeInUpBig {
    margin-top: 1rem;
    max-width: 88%;
}
.right-side {
    display: none;
}
.s-block__title {
    justify-content: left;
}
.s-reviews-header-wrapper {
    display: none;
}
section.s-block.s-block--testimonials.s-block--custom-testimonials.container.overflow-hidden.section-16.animate__animated.animate__fadeInUpBig {
    margin-top: 2rem;
}

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

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

@media(max-width: 768px){
section.s-block.container.section-4.animate__animated.animate__fadeInUpBig,section.s-block.container.section-7.animate__animated.animate__fadeInUpBig,section.s-block.container.section-10.animate__animated.animate__fadeInUpBig,section.s-block.container.section-13.animate__animated.animate__fadeInUpBig {
    margin-top: 1rem;
    max-width: 99%;
}
body.index section:nth-of-type(2) {
    margin-top: 2rem !important;
    max-width: 90%;
}
 .md\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
 .banner-entry {
    height: 200px;
}
a.banner-entry.square-photos:nth-child(3) {
    left: -56%;
}
.banner--fixed img {
    max-width: 70%;
}
section.s-block.s-block--fixed-banner {
    margin-top: 0rem;
}
.swiper-slide {
    width: 50%;
}
.s-product-card-content-title a{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

footer.store-footer {
    text-align: center;
}
.store-footer a,.s-social-list {
    justify-content: center;
}
span.text-sm.copyright-text img {
    margin: auto;
}

}