/* Add custom CSS styles below */ 

/* start hero banner */
body.index section:first-of-type{
  margin-top: 0;
}
salla-slider.photos-slider .swiper-slide {
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 0;
}
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding: 0;
}
.s-slider-v-centered .s-slider-block__title-nav {
    display: none;
}

/* start fixed banner */
section.s-block.s-block--fixed-banner .container {
    max-width: 100%;
    padding: 0;
}
.banner--fixed img {
    background-color: unset !important;
}

/* Fatures */
section.store-features-component .lg\:grid-cols-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}