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(9) .container  {
    max-width:100%;
}
section.s-block.s-block--banners.container .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

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


@media (max-width: 1024px) {
  section.s-block.s-block--banners.container .banner-entry {
    flex: 0 0 calc(33.33% - 10px);
    max-width: calc(33.33% - 10px);
    height: 180px;
  }
}


@media (max-width: 640px) {
  section.s-block.s-block--banners.container .banner-entry {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    height: 130px;
  }
  }
 .s-product-card-entry {
  border: 1px solid rgba(0, 0, 0, 0.05); 
  border-radius: 12px; 
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);  
  transition: all 0.3s ease; 
}
.s-button-btn, .s-price-range-number-input {
    border-radius: .75rem;
    color: #fff;
    background: #C68580;
}

.s-product-card-price, .s-product-card-starting-price h4 {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: #A89F3A;
}
.footer-is-light .store-footer .store-footer__inner {
     background:#C68580;
    color: #fff;
}
.footer-is-light .store-footer {
    color: #fff;
    background-color: #C68580;
}
.copyright-text p {
    color: #fff;
}