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;
}

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

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

    }
    .copyright-text p {
    color: #000;
}
.s-reviews-testimonial {
     background:#B28A1F;
    border-radius: 14px;
    padding: 25px;
    color:#fff
}
.s-reviews-header-wrapper .s-reviews-header {
  position: relative;
  font-size: 35px;
  line-height: 1.2;
  color: #000000;
  display: inline-block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
 padding: 0 36px;
}
.s-reviews-header-wrapper .s-reviews-header::after {
  content: "";
  position: absolute;
  left: 1px;
  right: 2px;
  bottom: 0; 
  height: 36px;
  background: url("https://g.top4top.io/p_3620tcijm1.png") center center / contain no-repeat;
  z-index: -1; 
}
.s-slider-block__title h2 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  margin-bottom: 20px; 
}
#best-offers-10-slider .s-slider-block__title{
  display: none;
}

.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;
}