section:nth-of-type(7){
  padding: unset;
  max-width: unset;
}
body{
  background-color: white;
}
section:nth-of-type(7)::before {
content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: -1;
    margin: 0;
    background-image: url(https://a.top4top.io/p_3763m0axg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    bottom: 5%;
}
.banner--fixed img,
.banner-entry {
    background-color: transparent;
}
section:nth-of-type(1) {
  margin: unset;
}
section:nth-of-type(1) .container{
  padding: unset;
  max-width: unset;
}
section:nth-of-type(2) .container{
  max-width: 600px;
}
section:nth-of-type(3){
  margin-top: 1rem;
      max-width: 900px;
}
.banner-entry{
  height: 300px;
}
section:nth-of-type(3) .md\:grid-cols-3{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.two-row .banner-entry:first-child{
          grid-row: span 1 / span 1;
}
#best-offers-3-slider .s-slider-block__title h2 ,#best-offers-6-slider .s-slider-block__title h2{
  font-size: 1.7rem;
  border-bottom: 2px solid black;
  padding-bottom: 1rem;
}
.s-button-primary-outline{
  background: #FE6904;
  color: white;
}
.s-button-primary-outline:hover{
  background: #FE6904;
  color: white;
}
.s-product-card-entry{
  box-shadow: 0 0 10px black;
  margin: 10px;
  height: 95%;
}
#best-offers-8-slider .s-slider-block__title h2 
,#best-offers-10-slider .s-slider-block__title h2{
   font-size: 1.7rem;
  border-bottom: 2px solid white;
  padding-bottom: 1rem;
  color: white;
}
.s-reviews-header-wrapper{
  justify-content: center;
}
.s-rating-stars-small svg 
,.s-reviews-testimonial__icon svg{
  fill: black;
}
.store-footer__inner{
    background: white;
  color: black;
}
.s-reviews-header{
  font-size: 1.7rem;
  color: black;
  padding: 14px 95px;
  background-repeat: no-repeat;
  background-image: url(https://i.top4top.io/p_37638hmmu1.png);
}
@media(max-width:768px) {
    section:nth-of-type(3) {
        margin-top: 1rem;
        max-width: 400px;
    }

    .banner-entry {
        height: 200px !important;
    }

    section:nth-of-type(3) .md\:grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}