/* Add custom CSS styles below */ 

body {
  background-color:#Fff !important;
}

:root{--color-primary:#A63030 }
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/99HgwwSV/image-588255441.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: 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);
    }
}

.top-navbar {
    background-color: #f6f7f8;
}

/*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 !important;
  margin:0 !important;
}

[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 !important;
    padding-left: 0 !important;
}
.rounded-md,salla-slider.photos-slider .swiper-slide {
    border-radius: 0 !important;
}
salla-slider.photos-slider .swiper {
    padding-bottom: 0 !important;
}

.banner--fixed img {
    background-color: transparent !important;
    border-radius: 0 !important;
}

section:nth-of-type(2).s-block.s-block--fixed-banner.wide-placeholder img {
    max-width: 46%;
    margin: auto;
}
/*grid section*/

 .md\:grid-cols-3 {
    grid-template-columns: repeat(6,minmax(0,1fr));
    gap:1rem !important;
}
 .banner-entry {
    height: 219px;
    background-color: transparent;
}

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

a.banner-entry.lazy.h-lg-banner.entered.loaded:nth-child(2) {
    height: 100% !important;
    grid-row: span 2/ span 2;
}

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

 body.index section:nth-of-type(9) .md\:grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap:0rem !important;
}
body.index section:nth-of-type(9) .banner-entry {
    height: 365px;
    background-color: transparent;
    padding: 0 !important;
    margin: 0 !important;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    color: #fff;
    background-color: #AA2326;
    border: none;
 border-radius: 5px !important;
}

.s-slider-block__display-all{
  font-size: 24px !important;
}
.s-slider-block__title h2 {
    font-size: 30px !important;
}
.s-product-card-entry {
    background-color: transparent;
    box-shadow: 0px 0px 10px #00000045;
    border-radius: 15px;
}
salla-products-slider.s-products-slider-wrapper.hydrated .swiper {
    padding: 1rem 0;
}

/*footer*/
.store-footer__inner {
    background-color: #fbfbfb !important;
    color: #80827E;
}

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

.copyright-text p {
   color:#80827E; !important;
}

.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/99HgwwSV/image-588255441.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);
  }
}

@media(max-width: 768px){
section:nth-of-type(2).s-block.s-block--fixed-banner.wide-placeholder img {
    max-width: 60%;
}
.md\:grid-cols-3,body.index section:nth-of-type(7) .md\:grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 1rem !important;
}
.banner-entry {
    height: 120px;
}
body.index section:nth-of-type(9) .banner-entry {
    height: 99px;
}
body.index section:nth-of-type(7) {
    max-width: 90%;
}
.s-slider-block__display-all {
    font-size: 20px !important;
}
.s-slider-block__title h2 {
    font-size: 25px !important;
}
footer.store-footer p.text-gray-400.mb-2\.5.md\:mb-0 img {
    margin: auto !important;
}
.s-product-card-content-title a{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.swiper-slide {
    width: 50%;
}
footer.store-footer {
    text-align: center;
}
.store-footer a,.s-social-list {
    justify-content: center;
}

}