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


.banner--fixed img, .banner-entry {
    background: transparent;
    margin: 
    }
    
section.s-block.s-block--fixed-banner:nth-of-type(1) .container 
,section:nth-of-type(5) .container ,section:nth-of-type(9) .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:400px;
}

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: 160px;
  }
}


.s-product-card-entry {
    box-shadow: 0 0 10px black;
    height: 95%;
    margin: 5px;
   border-radius: 12px !important;
}
.s-button-btn, .s-price-range-number-input {
    border-radius: .75rem;
    color: #fff;
    background: #65A9AB;
}

.s-product-card-price, .s-product-card-starting-price h4 {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: #000;
}
.footer-is-light .store-footer .store-footer__inner {
    background:#65A9AB;
    color: #fff;
}
.footer-is-light .store-footer {
    color: #fff;
    background: #65A9AB;

    }
    .copyright-text p {
    color: #fff;
}
#best-offers-3-slider .s-slider-block__title{
  display: none;
}

#best-offers-7-slider .s-slider-block__title{
  display: none;
}

#best-offers-10-slider .s-slider-block__title{
  display: none;
}