body{
  background-color: white;
}
section:nth-of-type(1){
  margin: unset;
}
section:nth-of-type(1) .container{
  max-width: unset;
  padding: unset;
}
section:nth-of-type(2) .container{
 max-width:  600px;
  
}
.banner--fixed img, .banner-entry{
  background-color: transparent;
}
 .s-slider-block__title h2{
  border-bottom: 2px solid black ;
  padding-bottom: 0.5rem;
   
} 

.s-slider-block__display-all{
  color: #000000;
  border:1px solid;
  border-radius:10px;
  padding: 10px 20px;
}
.footer-is-light .store-footer .store-footer__inner{
    background-color: #99A28D;
  color: white;
}
section:nth-of-type(3){
 max-width: 400px;
  margin-top: 1rem;
}
@media (max-width:768px){
  
.grid-flow-row{
  grid-template-columns: repeat(2,1fr);
  display: grid;
  grid-auto-flow: column;
}
}
.s-reviews-header-wrapper {
  justify-content: center;
}
.s-button-primary-outline{
  background-color: #99A28D;
  color: white;
}
.s-button-primary-outline:hover{
   background-color: #99A28D;
  color: white;
}
.s-reviews-testimonial__text p {
  color: white;
}
.s-reviews-testimonial{
  background-color: #99A28D;
}
.s-reviews-testimonial__icon svg{
  fill: white;
}
.s-reviews-header{
  font-size: 20px;
  background-image: url(https://imglink.cc/cdn/PM2otILLmD.png);
  padding: 9px 92px;
  background-repeat:no-repeat;
  color: white;
}
.banner-entry{
  height: 300px;
}
.s-reviews-testimonial__info h2{
  color: white;
}
.s-rating-stars-hovered, .s-rating-stars-selected{
  fill: white;
}
.s-product-card-vertical{
  box-shadow: 0 0 10px black;
  margin: 15px;
    height: 95%
  
}