body {
    background-color: rgb(255 255 255);
}


.banner--fixed img, .banner-entry {
    background: transparent;
    }
    
section.s-block.s-block--fixed-banner:nth-of-type(1) .container {
    max-width: 100%;
    padding: 0;
}

section.s-block.s-block--fixed-banner:nth-of-type(1) {
    margin: 0;
    padding: 0;
}
section.s-block.s-block--fixed-banner:nth-of-type(2) .container a.banner--fixed img {
    margin: 0 auto;
    padding: 0;
    width:600px;
}
section.s-block.s-block--fixed-banner:nth-of-type(10) .container {
    max-width: 100%;
    padding: 0;
}
section.s-block.s-block--fixed-banner:nth-of-type(12) .container {
    max-width: 100%;
    padding: 0;
}

section.s-block.s-block--banners.container .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

section.s-block.s-block--banners.container .banner-entry {
  flex: 0 0 calc(25% - 10px); 
  max-width: calc(20% - 10px);
  height: 200px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}


@media (max-width: 640px) {
  section.s-block.s-block--banners.container .banner-entry {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(46% - 10px);
    height: 140px;
  }
}

.s-product-card-entry {
    border: 2px solid #f5f5f5 ;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) outset;
}
.s-button-btn, .s-price-range-number-input {
    border-radius: .75rem;
    color: #fff;
    background: #7B1E39;
}
#best-offers-6-slider .s-slider-block__title{
  display: none;
}
.s-slider-block__title h2 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  margin-bottom: 20px; 
}


.s-slider-block__title h2::after {
    content: "";
    position: absolute;
    left: 59%;
    bottom: -13px;
    transform: translateX(-50%);
    width: 101%;
    height: 3px;
    background-color: #000;
    border-radius: 3px;
}