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(6) .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--banners.container .grid {
  display: grid;
  grid-template-columns: repeat(3, 153px);  
  justify-content: center;
  gap: 10px;
}
@media (max-width: 640px) {
  section.s-block.s-block--banners.container .grid {
    grid-template-columns: 1fr; 
     gap: 10px;
  }

  section.s-block.s-block--banners.container .banner-entry {
    width: 100% !important;
    max-width: 100% !important;
    
  }
}

.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:#482720;


}
.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:#3C1B24; 
    color: #fff;
}
.footer-is-light .store-footer {
    color: #fff;
    background: #3C1B24;

    }
    .copyright-text p {
    color: #fff;
}
.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: linear-gradient(90deg, #FFFFFF 12.64%, #492821 99.72%);
    border-radius: 3px;
}
#best-offers-6-slider .s-slider-block__title{
  display: none;
}