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/LzD5VyVW/Mask-group-26.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 260px;
    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__inner .lg\:col-span-2 a h3::before {
  text-align: center;
  content: "";
  display: block;
  height: 100px;
  width: 100px;
  margin: auto auto 20px;
  background-image: url(https://i.ibb.co/F4yrkBm5/Mask-group-27.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);
  }
}



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

body {
  background-color:#Ffff ;
}

.top-navbar {
    background-image: url(https://i.ibb.co/dJ4XKSHm/Frame-2-7.png);
    background-size: cover;
    background-repeat: no-repeat;
}
input.s-search-input {
    background-color: #fff !important;
}
a.s-contacts-topnav-link {
    color: #fff;
}

/*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;
}
.s-button-primary-outline:hover {
    background-color: transparent;
}
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background-repeat: no-repeat;
    color: #fff;
    /* background-color: #000000; */
    border: none;
    border-radius: 0;
    background-image: url(https://i.ibb.co/qYzwxd2F/Frame-27-14.png);
    background-size: contain !important;
}
.s-product-card-content-sub {
    justify-content: center;
}

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

/*footer*/
.store-footer__inner,footer.store-footer  {
/*
    background-color: #F4E0C8 !important;*/
     background-image: url(https://i.ibb.co/fYzB8Vjk/Frame-53-4.png);
    background-size: cover;
    color: #fff;
}


.copyright-text p {
    color: #fff ;
}
@media(max-width: 768px){
.swiper-slide {
    width: 50%;
}
footer.store-footer {
    text-align: center;
}
.store-footer a,.s-social-list {
    justify-content: center;
}
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background-size: 100% 100% !important
}
}