/* Add custom CSS styles below */ 
body {
  background-color:#f5f5f5 ;
}

:root{--color-primary:#3a2897}


.shadow-default {
    --tw-shadow: none !important;
}
/*banner main*/
section:nth-of-type(1).s-block.s-block--photos-slider{
    margin-top: 0rem;
}
 section:nth-of-type(6).s-block.s-block--photos-slider {
    margin-top: -2rem;
}

 .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;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 2rem;
}
.banner--fixed img {
    background-color: transparent;
    border-radius: 0;
}
body.index section:nth-of-type(9).s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 1rem;
}
body.index section:nth-of-type(2) .banner--fixed img {
    background-color: transparent;
    border-radius: 0;
    margin: auto;
    max-width: 25%;
}
/*grid section*/


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

}
 .banner-entry {
    height: 165px;
    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;
}


/*product*/


button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
 border-radius: 10px;
  color:#fff;
  background-color:#3a2897;
   border:none;
}

.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;
}
.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 {
    text-align: center;
}
.s-product-card-content-sub {
    justify-content: center;
}

.s-reviews-testimonial {
    border-radius: 10px !important;
}
@media(max-width: 768px){
  body.index section:nth-of-type(2) .banner--fixed img {
    max-width: 60%;
}
 .md\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
 .banner-entry {
    height: 120px;
}
a.banner-entry.square-photos:nth-child(5) {
    left: -56%;
}


.swiper-slide {
    width: 50%;
}
footer.store-footer {
    text-align: center;
}
.store-footer a,.s-social-list {
    justify-content: center;
}
span.text-sm.copyright-text img {
    margin: auto;
}
.store-footer__inner .flex.gap-4 {
    justify-content: center;
}

}