/* Add custom CSS styles below */ 
/*banner main*/
section:nth-of-type(1).s-block.s-block--photos-slider {
    margin-top: 0;
    
}
.s-slider-block__title-nav {
    display: none !important;
}
salla-slider.photos-slider .swiper-slide {
    width: 100%;
    padding:0 !important;
  margin:0 !important;
}

[dir=rtl] .carousel-slider .swiper {
    padding-left: 0;
    padding-right: 0;
}
[dir=rtl] salla-slider.photos-slider .swiper {
    padding-left: 0;
    padding-right: 0;

}
.rounded-md,salla-slider.photos-slider .swiper-slide {
    border-radius: 0 !important;
}

.banner--fixed img {
    background-color: transparent !important;
    border-radius: 0 !important;

}

.s-slider-block__title-right h2 {
    color: rebeccapurple;
    color: #cfb064 !important;
}
section:nth-of-type(9).s-block.s-block--photos-slider.repeated-block,section:nth-of-type(10).s-block.s-block--photos-slider.repeated-block {
    margin-top: -3rem !important;
}
section.art-features {
    background-color: #171614 !important;
    margin-top: -3rem;
}
section.art-features p {
    color: #ffffff !important;
}
footer.store-footer.art-store-footer {
    background-color: #171614 !important;
    color: #c3a55e !important;
}
.art-store-footer a,.art-store-footer h3 {
    color: #c3a55e !important;
}

@media(max-width: 768px){

section:nth-of-type(1).s-block.s-block--photos-slider {
    margin-top: 0rem;
}
.swiper-slide {
    width: 50%;
}
footer.store-footer.art-store-footer {
    text-align: center !important;
}
.art-store-footer a, .art-store-footer h3,.s-social-list  {
    justify-content: center !important;
}


}

.grid.grid-cols-1.lg\:grid-cols-3 {
  display: none !important;
}