body{
  background-color: white;
}
section:nth-of-type(1){
  max-width: 100%;
  margin: unset; 
}
section:nth-of-type(1) .container{
  max-width: unset;
  padding: unset;
}
section:nth-of-type(2) .container{
  max-width: 600px;
}
 section:nth-of-type(3) {
   margin-top: 1rem;
 }
.banner--fixed img, .banner-entry{
  background-color: transparent;
}
.s-button-primary-outline {
  background-color: #EBD075;;
  color: black;
  border: none;
}
.s-button-primary-outline:hover{
   background-color: #EBD075;
  color: black;
}
.s-slider-block__title h2{
  border-bottom: 2px solid black;
  padding-bottom: 1rem;
  font-size: 20PX;
}
.s-product-card-vertical{
   box-shadow: 0 0 10px black;
  margin-top: 20px;
  height: 90%;
} 

#best-offers-5-slider .s-slider-block__title{
  display: none;
}
#best-offers-6-slider .s-slider-block__title{
  display: none;
}
#best-offers-7-slider .s-slider-block__title{
  display: none;
}
#best-offers-9-slider .s-slider-block__title{
  display: none;
}
#best-offers-11-slider .s-slider-block__title{
  display: none;
}
#best-offers-12-slider .s-slider-block__title{
  display: none;
}
.s-reviews-testimonial__text p {
  color: black;
}
.s-reviews-testimonial{
  background-color: #EBD075;
}
.s-reviews-testimonial__icon svg{
  fill: black;
}
.s-reviews-header{
  color: black;
  font-size: 30px;
  background-image: url(https://imglink.cc/cdn/FELZ3rq-JO.png);
  padding: 3px 80px;
  background-repeat:no-repeat;
}
.s-reviews-header-wrapper{
  justify-content: center;
 
}
.s-reviews-testimonial__info h2{
  color: black;
}
.s-rating-stars-hovered, .s-rating-stars-selected{
  fill: black;
}
.footer-is-light .store-footer .store-footer__inner{
  background-color:#EBD075; 
  color: black;
}
section:nth-of-type(3) div { 
 grid-template-columns: repeat(6,1fr);
}
.two-row .banner-entry:first-child{
  grid-row: span 1 / span 1;
}
@media (max-width:768px){
  section:nth-of-type(3) div { 
 grid-template-columns: repeat(3,1fr);
}
}