@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/Ygxozg/hE52WKBsHiy5gSQccnyeK8Pqbib9BfmfT0EvJ9t4.png);
  --main-color:#374926;
  --second-color: #fff;
  --third-color: #fff;
  --fourth-color: #fff;
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
/*
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-color: #ADB680;
    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
    }
}
body:not(.product-index):not(.product-single):after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999999;
    background: #Fff url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/Ygxozg/hE52WKBsHiy5gSQccnyeK8Pqbib9BfmfT0EvJ9t4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 250px;
    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: .1;
        transform: scale(1)
    }

    100% {
        opacity: 0;
        transform: scale(.1)
    }
}



.navbar-brand img {
  max-height: 70px !important;
}
.store-footer a h3:nth-child(1) {
  font-size: 2rem;
}
.store-footer a h3:nth-child(1) {
  font-size: 1rem;
  color: transparent;
  background-image: var(--screen-logo);
  background-size: 100%;
  background-repeat: no-repeat;
  scale: 1.5;
  line-height: 6;
  background-position: center;
  margin-top: 0px;
}


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

body {
  background-color:#Fff ;
}

:root{--color-primary:#ADB680 }



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

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

/*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: 2rem !important;
    max-width: 100%;
}
section:nth-of-type(2) .md\:grid-cols-3 {
    grid-template-columns: repeat(6,minmax(0,1fr));
 gap: 0rem !important;

}

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


/*footer*/
.store-footer__inner {
    background-color:#DA8A97 !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: 144px;
}



.swiper-slide {
    width: 50%;
}
.s-product-card-content-title a{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.s-product-card-entry .w-full {
     width: 100%;
    margin-top: -1%;
}
footer.store-footer {
    text-align: center;
}
.store-footer a,.s-social-list {
    justify-content: center;
}

}