/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
body.index salla-slider.photos-slider .swiper {
  padding-bottom: 0 !important;
}
[dir=rtl] .carousel-slider .swiper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
section.s-block.s-block--photos-slider {
  margin-top:0 !important;
}
section.s-block.s-block--photos-slider img {
  border-radius: 0 !important;
}
section.s-block.s-block--photos-slider .swiper-slide {
  margin: 0 !important;
  padding:0 !important; 
  width: 100% !important;
  border-radius: 0 !important;
}

.s-block--square-photos .banner-entry {
   height: 260px !important;
}

.s-block__title .text-primary {
   color:#AF221B !important; 
}

@media(max-width:767px) {
  .s-block--square-photos .banner-entry {
    height: 180px !important;
  }
}



.discount-amount {
  display: none !important;
}
.price_is_on_sale {
  flex-direction: row !important;
  gap: 1rem !important;
}
.before-price {
   color:#050505 !important; 
}
.total-price {
   color:#c70c01 !important; 
}