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(7) .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{
    margin: 0 auto;
    padding: 0;
    max-width:600px;
}
section:nth-of-type(3) {
    margin-top:1rem;
    max-width:400px;
}
@media (max-width: 767px) {
  .md\:grid-cols-3 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .two-row .banner-entry:first-child {
    flex-basis: 45%;
    padding: 0;
  }

  .banner-entry.square-photos {
    flex-basis: 45%;
  }
  section:nth-of-type(3) {
    margin-top: 0rem;
}
}
.s-slider-block__display-all {
  border: 1px solid black;
  height: 33px;
  width: 100px;
  border-radius: 20px;
  text-align: center;
  color: black;
  padding-top: 5px;
}

.s-product-card-entry {
    box-shadow: 0 0 10px 0 black;
    height: 100%;
    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: #000;
    background: #EED7CC;
}


.s-product-card-price, .s-product-card-starting-price h4 {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: #000;
}
.s-reviews-testimonial {
   background: #EED7CC;
    border-radius: 14px;
    padding: 25px;
    color:#000;
}
.s-reviews-header-wrapper .s-reviews-header {
  position: relative;
  font-size: 35px;
  line-height: 1.2;
  color: #fff;
  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: -44px;
    right: -42px;
    bottom: -10px;
    height: 56px;

  background: url("https://j.top4top.io/p_3889wl46n1.png") center center / contain no-repeat;
  z-index: -1; 
}
.s-slider-block__title h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  margin-bottom: 20px; 
}
.s-reviews-testimonial__icon svg ,
.s-rating-stars-small svg{
  fill: #000;
}


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

.footer-is-light .store-footer .store-footer__inner {
   background: #EED7CC;
    color: #000;
}

    .copyright-text p {
    color: #000;
}