/* 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/LXgxZDWQ/freepik-background-25247-1.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 360px;
    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/LXgxZDWQ/freepik-background-25247-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);
  }
}



body {
  background-color:#f3f3f3 ;
}
header.store-header {
    position: relative;
    background-color: transparent !important;
    z-index: 99;
}
div#mainnav .bg-inherit {
    border-radius: 20px !important;
}
div#mainnav {
    margin: auto;
    max-width: 93%;
   border-radius: 20px !important;
}

/*banner main*/
section:nth-of-type(1).s-block.s-block--photos-slider {
    margin-top: -9rem;
}

 .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;

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

}

section:nth-of-type(2) .banner-entry {
    height: 365px;
    background-color: transparent;
}

a.banner-entry.square-photos:hover {
    transform: scale(1.1);
    transition:all 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;
}
.s-product-card-content {
    border-bottom-left-radius: 20px;
    padding: 1.25rem;
    background-color: #0C312A;
    color: #fff !important;
    border-bottom-right-radius: 20px;
}
.s-product-card-content-title a{
  color: #fff;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    border-color: #fff;
    color: #fff;
    border-radius: 1px;
}
.s-product-card-vertical {
    background-color: transparent;
}
.s-product-card-vertical .s-product-card-image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

/*footer*/
.store-footer__inner {
    /* background-color: #086E58 !important; */
    color: #fff;
    background-image: url(https://i.ibb.co/fYTWTtps/image-2731.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 488px;
}

footer.store-footer {
    background-color: #086E58 !important;
}

.copyright-text p {
    color: #fff ;
}
@media(max-width: 768px){
section:nth-of-type(1).s-block.s-block--photos-slider {
    margin-top: 0rem !important;
}
header.store-header {
    background-color: #969697 !important;
}
section:nth-of-type(2) .md\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
     gap:1rem !important;
}
section:nth-of-type(2) .banner-entry {
    height: 150px;
}
a.banner-entry.square-photos:nth-child(3) {
    left: -56%;
}
section:nth-of-type(6) .banner-entry {
    height: 265px;
    background-color: transparent;
}
footer.store-footer p.text-gray-400.mb-2\.5.md\:mb-0 img {
    margin: auto;
}
.swiper-slide {
    width: 50%;
}
footer.store-footer {
    text-align: center;
}
.store-footer a,.s-social-list {
    justify-content: center;
}
.store-footer__inner {
    color: #fff;
    /*
   background-color: #086E58 !important;
    background-image: url(https://i.ibb.co/fYTWTtps/image-2731.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
        background-image: none !important;
    */
        background-size: cover !important;
    height: 441px !important;
}
}