body{
  background-color: white;
}
.banner--fixed img, .banner-entry{
  background-color: transparent;
}
section:nth-of-type(1){
  margin: unset;
}
section:nth-of-type(1) .container 
,section:nth-of-type(5) .container 
,section:nth-of-type(8) .container{
  padding: unset;
  max-width: unset;
}
section:nth-of-type(2) .container{
  max-width: 600px;
}
section:nth-of-type(3){
  margin-top: 1rem;
  
}
.banner-entry{
  height: 230px;
}
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;
}
.s-slider-block__title h2{
  font-size: 1.7rem;
  border-bottom: 2px solid black;
  padding-bottom: 1rem;
}
.s-product-card-entry{
  box-shadow: 0 0 10px black;
  margin: 10px;
  height: 95%;
}
.s-button-primary-outline{
  color: white;
  background-color: #D396A4;
}
.s-button-primary-outline:hover{
  color: white;
  background-color: #D396A4;
}
.footer-is-light .store-footer .store-footer__inner{
   color: white;
  background-color: #D396A4;
}
@media(max-width:768px) {
    section:nth-of-type(3) {
        margin-top: 1rem;
        max-width: 500px;
    }

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

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