body {
    background-color: #FFFFFF;
}


.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(5) .container {
    max-width: 370px;
}
section.s-block.s-block--fixed-banner:nth-of-type(8) .container {
    max-width: 370px;
}
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--banners.container .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: -2rem;
}

section.s-block.s-block--banners.container .banner-entry {
 flex: 0 0 calc(46% - 10px);
    max-width: calc(26% - 10px);
    height: 209px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
@media (width: 768px) {
  section.s-block.s-block--banners.container .banner-entry {
    height: 112px;
   margin-top: -8px;
  }
}
@media (width: 1024px) {
  section.s-block.s-block--banners.container .banner-entry {
    height: 160px;
    margin-top: -18px;
    
  }
}
@media (max-width: 640px) {
  section.s-block.s-block--banners.container .banner-entry {
       flex: 0 0 calc(31% - 10px);
        max-width: calc(35% - 10px);
        height: 81px;
        margin-top: 1rem;
        margin-bottom: -2rem;
  }
}
.s-product-card-entry {
    box-shadow: 0 0 10px 0 black;
    border-radius: 12px !important;
}
.s-products-slider-card {
  padding: 1rem;
}
.s-products-list-vertical-cards { 
  padding: 1rem;
}  
.s-button-btn, .s-price-range-number-input {
    border-radius: .75rem;
    color: #fff;
    background: linear-gradient(90deg, #C208D8 0%, #660472 100%);
}

.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: #870696;
    color: #fff;
}
.footer-is-light .store-footer{
    background: #fff;
    color: #000;
}
.copyright-text p {
    color: #000;
} 
#best-offers-8-slider .s-slider-block__title {
  display: none;
}