body{
  background-color: white;
}
.banner--fixed img, .banner-entry{
  background-color: transparent;
}
section:nth-of-type(1) .container{
  max-width: unset;
  `padding: unset;
}
section:nth-of-type(1) {
  margin: unset;
}
section:nth-of-type(2) .container{
  max-width: 600px;
}
section:nth-of-type(3){
  margin-top:1rem;
  max-width: 1020px;
}
section:nth-of-type(3) div { 
grid-template-columns: repeat(7, minmax(0, 1fr));
  
}
.two-row .banner-entry:first-child{
  grid-row: span 1 / span 1;
}
.s-button-primary-outline {
  background-color: #FD8238;
  color: black;
  border: none;
}
.s-button-primary-outline:hover{
   background-color: #FD8238;
  color: black;
}
.s-product-card-vertical{
   box-shadow: 0 0 10px black;
   margin: 10px;
   height: 93%;
} 

 .s-slider-block__title h2{
   border-bottom: 2px solid black;
   padding-bottom: 10px;
   font-size: 1.7rem;
 }
.s-slider-block__display-all{
  border: 1px solid black;
   border-radius: 20px;
   padding: 5px 15px;
  color: black !important;
 }
  .s-reviews-testimonial__text p{
    color: black;
  }
.s-reviews-testimonial__info h2{
  color: black;
}
.s-reviews-testimonial{
  background-color: #FD8238;
}
.s-reviews-testimonial__icon svg {
  fill: black
}
.s-rating-stars-small svg{ 
  fill: black;
}

.s-reviews-header-wrapper{
  justify-content: center;
}
#best-offers-5-slider .s-slider-block__title{
  display: none;
}
#best-offers-6-slider .s-slider-block__title{
  display: none;
}
#best-offers-8-slider .s-slider-block__title{
  display: none;
}
.s-reviews-header{
  color: black;
  padding:10px 87px;
  font-size: 25px;
  background-repeat: no-repeat;
  background-image: url(https://imglink.cc/cdn/hu60DAxQgJ.png);
}
 .footer-is-light .store-footer .store-footer__inner
{
  background-color:#FD8238; 
  color: black;
}
section:nth-of-type(3) div {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 1rem;
}

section:nth-of-type(3) a {
    flex-basis: 220px;
}

.two-row .banner-entry:first-child {
    height: 200px;
}

@media (max-width: 768px) {
    section:nth-of-type(3) a {
        flex: 0 0 calc(50% - 20px);
    }

    section:nth-of-type(3) {
        max-width: 400px;
        gap: 1.75rem;
    }

    .two-row .banner-entry:first-child {
        height: 200px;
    }
    section:nth-of-type(3) div {
        flex-wrap: wrap;
    }
}