/* Add custom CSS styles below */ 
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");
:root {
  --screen-logo: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/RAzeQw/iAXsRulEKGKADvrTrjeqdfNkdVruT9FpQ8NuCHPT.png);
  --main-color: #73646F;
  --second-color: #fff;
  --third-color: #fff;
  --fourth-color: #fff;
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

body {
  background:#fff;
}
body:not(.product-index):not(.product-single):after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 999999;
  background: transparent var(--screen-logo);
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 300px;
  animation-name: fade-in;
  animation-duration: 1.5s;
  transform: scale(0);
  border: none;
}
@keyframes fade-in {
  0% {
    
    transform: scale(0.5)rotate(0deg);
    opacity:0.5;
  }
  50% {
    
    transform: scale(1.2)rotate(180deg);
    opacity:1;
  }
  100% {
    opacity: 0;
    transform: scale(1)rotate(360deg);
    opacity:1;
  }
}

header.store-header:before {
    content: '';
    background: url(https://iili.io/dPw3oqg.png);
    background-repeat-y: no-repeat;
    background-position-x: 0;
    animation: scrollBrands 2000s linear alternate both infinite;
    background-size: contain;
    height: 25px;
    display: block;
    background-position: center;
    margin-bottom: 5px;
    z-index: 9999999999999999
}
@keyframes scrollBrands {
    0% {
        background-position-x: 0
    }

    50% {
        background-position-x: 35000px
    }

    100% {
        background-position-x: 0
    }
}


.navbar-brand img {
  max-height: 5rem;
  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: 70px;
  width: 70px;
  margin: auto auto 20px;
  background-image: url(https://i.ibb.co/V0mFknR9/Mask-group-35.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);
  }
}




/**/

header.store-header {
    background-image: linear-gradient(45deg, #331C2C, #844872,#331C2C);
}
div#mainnav {
     background-color: transparent !important;
}

input.s-search-input {
    background-color:#fff !important;
}
.main-menu li.root-level>a {
    color: #fff !important;
}
i.header-btn__icon.sicon-user-circle,i.header-btn__icon.icon.sicon-shopping-bag {
    border-color: #fff;
}
.sicon-user-circle:before,.sicon-shopping-bag:before,.sicon-sar:before,.sicon-menu:before {
    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;

}
/*grid section*/
section:nth-of-type(2).s-block.s-block--banners.container.section-2.animate__animated.animate__fadeInUpBig {
    margin-top: 0rem !important;
    max-width: 100%;
    background-image: url(https://i.ibb.co/Psb1VptG/CAT-5.png);
    background-size: cover;
    padding: 3% 7rem;
}

section:nth-of-type(2) .md\:grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr));

}
section:nth-of-type(2) .banner-entry {
    height: 223px;
    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;
}

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-image: linear-gradient(45deg, #844872,#331C2C);
    border: none;
 border-radius: 10px;
}

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

/*footer*/
.store-footer__inner,footer.store-footer {
       background-image: linear-gradient(45deg, #331C2C, #844872,#331C2C);
    color: #fff;
}

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

@media(max-width: 768px){
section:nth-of-type(2).s-block.s-block--banners.container.section-2.animate__animated.animate__fadeInUpBig {
    background-image: url(https://i.ibb.co/Psb1VptG/CAT-5.png);
    background-size: contain;
    padding: 0% 2rem;
    background-repeat: no-repeat;
    background-position: center;
}
section:nth-of-type(2) .md\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
section:nth-of-type(2) .banner-entry {
    height: 98px;
}
.swiper-slide {
    width: 50%;
}

footer.store-footer {
    text-align: center;
}
.store-footer a,.s-social-list {
    justify-content: center;
}
}