/* Add custom CSS styles below */ 

:root {
    --main-color:#6f1f20;
    --second-color: #fad8b3;
    --third-color: #ffffff;
}
:root{--color-primary:#A5CBB8 }

body {
    background:#f1f1f1;
}


.navbar-brand img {
    max-height: 4rem;
    width: auto;
    animation: pulse 1s infinite;
}


@keyframes pulse {
    0% {
        transform: scale(1);

    }

    50% {
        transform: scale(1.03);

    }

    100% {
        transform: scale(1);

    }
}
body:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background: url(https://basic-settings.apps.salla.sa/_next/image?url=https%3A%2F%2Fcdn.salla.sa%2FvXOvXO%2FAXmqcasZ5z0u7WL01Idevo8b12pXwyID5SeGix7A.png&w=128&q=75);
    left: 0;
    backdrop-filter:blur(15px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px;
    animation-name: fade-in;
    animation-duration: 3.4s;
    transform: scale(0);
    border: none;
}

.store-footer a h3:nth-child(1) {
    font-size: 1.4rem;
    color: transparent;
    background-image: url(https://basic-settings.apps.salla.sa/_next/image?url=https%3A%2F%2Fcdn.salla.sa%2FvXOvXO%2FAXmqcasZ5z0u7WL01Idevo8b12pXwyID5SeGix7A.png&w=128&q=75);
    background-size: 80%;
    background-repeat: no-repeat;
    scale: 1.7;
    background-position: center;
    background-color: transparent;
    padding: 20px 10px 20px 10px;
    animation: shake 18s ease-in-out infinite;

}

@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://iili.io/dPw3oqg.png);
    background-position-x: 0;
    animation: scrollBrands 1100s linear infinite;
    display: block;
    background-color: var(--main-color);
    z-index: 9999999999999999
}

@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: 180%;
        height: 39px;
        background-position: center;
        margin-bottom: -2px;
    }
}

@media(min-width: 767px) {
    header.store-header:before {
        background-size: 110%;
        height: 80px;
        background-position: center;
        margin-bottom: -2px;
    }
}
*/


/**********************************/
/**/
.section-1{
margin: unset;
}
.section-1 > div{
padding: unset;
max-width: unset;
}
/**/


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

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

}

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

.s-product-card-entry {
    background-color: #fff;
    box-shadow: 0px 0px 10px #33333317;
    border-radius: 8px;
}
salla-products-slider.s-products-slider-wrapper.hydrated .swiper {
    padding: 1rem 0;
}
#product-1105492500 > div.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16 > form > section.sticky-product-bar.bg-white.p-5.rounded-md.rounded-b-none.section-2 > salla-add-product-button > div > salla-button > button > span{
  color:#000;
}
.s-product-card-image img.loaded {
    border-radius: 10px !important;
}

.s-slider-block__display-all {
   color: #A5CBB8 !important;
}
.s-product-card-image {
    padding: 1rem;
    background-color: #fff;
}


/*footer*/
footer.store-footer {
    margin-top: 1rem;
}
.store-footer__inner {
    background-color:#A5CBB8 !important;
    color: #fff;
}

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

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

@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: 85px;
}

.swiper-slide {
    width: 50%;
}

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

}