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

.s-button-primary-outline {
  background-color: black;;
  color: white;
  border: none;
}
.s-button-primary-outline:hover{
   background-color: black;
  color: white;
}
.s-slider-block__title h2{
  border-bottom: 2px solid black;
  padding-bottom: 1rem;
  font-size: 20PX;
  
}
.footer-is-light .store-footer .store-footer__inner{
  background-color:black; 
  color: white;
}
.s-product-card-vertical{
   box-shadow: 0 0 10px black;
  margin-top: 20px;
  height: 90%;
} 

#best-offers-4-slider .s-slider-block__title{
  display: none;
}
#best-offers-6-slider .s-slider-block__title{
  display: none;
}

 section:nth-of-type(8) .container {
    max-width: unset;
    padding: unset;
  }