body{
  background-color: #FEF4E8;
}
.top-navbar{
  background-color: white;
}
.banner--fixed img, .banner-entry{
  background-color: transparent;
}
section:nth-of-type(1){
  max-width: 100%;
  padding: unset;
  margin: unset;
}
section:nth-of-type(1) .container{
  max-width: unset;
}

section:nth-of-type(3) .banner-entry{
  height: 250px !important;
}
  
section:nth-of-type(2){
   max-width: 600px;
   margin: auto;
  padding-bottom: 3rem;
  
}

.s-button-primary-outline{
  background-color: #AF8954;
  color: white;
}
.s-button-primary-outline:hover {
  background-color: #AF8954;
  color: white;
}
.footer-is-light .store-footer .store-footer__inner{
  background-color: #AF8954 !important;
  color: white;
}
.md\:flex{
  background-color: #FEF4E8;
  color: white;
  max-width: 100%;
}

section:nth-of-type(2){
  max-width: 600px;
}

.s-slider-block__title h2{
  border-bottom: 2px solid black;
  padding-bottom: 1rem;
}
.s-slider-block__display-all{
  border: 1px solid black;
  border-radius: 20px;
  padding: 7px 20px;
}
.s-reviews-header-wrapper{
  justify-content: center;
}
.s-products-slider-card{
  box-shadow: 0 0 1px black;
}
.s-product-card-vertical{
  box-shadow: 0 0 10px black;
  margin: 10px;
}
.copyright-text p{
  color: white;
}
.s-product-card-entry {
  height: 95%;
}
 

.s-reviews-header{
  font-size: 2.125rem;
}
.s-reviews-testimonial{
  background-color: #AF8954;
}
.s-reviews-testimonial__info h2{
  color: white;
}
.s-reviews-testimonial__text p{
  color: white;
}
 .s-rating-stars-wrapper{
  color: white !important;
}
.s-reviews-header{
  background-image: url(https://imglink.cc/cdn/GNZRsQ8u_O.png);
  padding: 6px 108px;
  background-repeat: no-repeat;
  color: white;
}
      @medea (max-width:768px) {
          section:nth-of-type(3).grid{ 
          display: grid;
          }
          section:nth-of-type(3) .md\:grid-cols-3 
          grid-template-columns: repeat(3,1fr);
          }
         section:nth-of-type(3) .grid-flow-row{
          grid-auto-flow: column;
          margin-top: -6rem !important;
         }  
          }
        }
section:nth-of-type(7){
  max-width: 100%;
}
section:nth-of-type(7) .container{
  max-width: unset;
  margin: unset;
}
#best-offers-7-slider .s-slider-block__title{
  display: none;
}
#best-offers-8-slider .s-slider-block__title{
  display: none;
}
.s-rating-stars-selected{
  fill: white;
}
section:nth-of-type(10){
 
  margin: 2rem auto;
}