@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

:root {
--screen-logo:url(https://cdn.salla.sa/ePazQK/F0q29yatiQiZu4WpjkXhmP3TLjNbSfBuHxo0LXc1.png) ;
    --main-color: #785cb3;
    --second-color: #fff;
    --third-color: #9689b4;
    --fourth-color: #fff;
    font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}


body:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 9999999999999;
    background: var(--second-color) 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% {
        opacity: 1;
        transform: scale(1)
    }

    75% {
        opacity: 1;
        transform: scale(1)
    }

    100% {
        opacity: 0;
        transform: scale(.1)
    }
}
/*
header.store-header:before {
    content: '';
    background: url(https://cdn.salla.sa/form-builder/UPGRB51RzW449ZW2qkwdk9H8ydmdnYbGG4P2MuUY.jpg);
    background-repeat-y: no-repeat;
    background-position-x: 0;
    animation: scrollBrands 2000s linear alternate both infinite;
    background-size: contain;
    height: 50px;
    display: block;
    background-color: #785CB3;
    background-position: center;
    margin-bottom: 0px;
}*/

@keyframes scrollBrands {
    0% {
        background-position-x: 0
    }

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

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

@media(max-width: 767px) {
    header.store-header:before {
        background-size:300%;
        height: 39px;
        background-position: center;
        margin-bottom: -2px
    }
}

 .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/8gcYsSBH/Mask-group-65.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color:transparent;

    background-color: #fff;
    border-radius: 50%;

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:#Fff ;
}

:root{--color-primary:#785CB3 }


.shadow-default {
    --tw-shadow: none !important;
}

input.s-search-input {
    background-color: #785CB3 !important;
    color:#fff;
}
.main-menu li.root-level>a {
    color: #785CB3 !important;
}
i.header-btn__icon.sicon-user-circle,i.header-btn__icon.icon.sicon-shopping-bag {
    border-color: #785CB3;
}
.sicon-user-circle:before,.s-menu-topnav-list a,.s-cart-summary-total,header.store-header .sicon-shopping-bag:before,header.store-header .sicon-sar:before,.sicon-menu:before,salla-contacts.s-contacts.s-contacts-header.hydrated a {
    color: #785CB3;
}


/*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*/

.s-block__title {
    justify-content: center;
}
.right-side h2 {
    font-size: 25px;
}

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

}

section:nth-of-type(2) .banner-entry {
    height: 160px;
    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-color: #785CB3;
    border: none;
 border-radius: 50px;
}

.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 {
    padding: 1rem !important;
    background-color: #fff;

}
.s-product-card-image img.loaded {
    background-color: #fff;
    border-radius: 10px;
}
.s-product-card-content-title a,.s-product-card-content-sub {
 color:#785CB3;
}


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

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

.copyright-text p {
    color: #000000 ;
}
footer.store-footer {
    margin-top: 0 !important;
}

@media(max-width: 768px){

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: 106px;
}
a.banner-entry.square-photos:nth-child(5) {
    left: -56%;
}

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

}