body{
  background-color: white;
}
.banner--fixed img, .banner-entry{
  background: transparent;
}
section:nth-of-type(1){
  margin: unset;
}
section:nth-of-type(1) .container ,
section:nth-of-type(6) .container,
section:nth-of-type(12) .container{
  max-width:unset;
  padding: unset;
}
section:nth-of-type(2) .container {
  max-width: 600px;
}
.s-slider-block__title h2{
  font-size: 1.7rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid black;
  color: black;
}
  /* section:nth-of-type(3) div{
grid-template-columns: repeat(13, minmax(0, 1fr));  
gap: 0.5rem;    
  } */
.two-row .banner-entry:first-child{
  grid-row: span 1 / span 1 ;
}
section:nth-of-type(3) {
  margin-top: 1rem;
}
  .banner-entry{
    height: 150px;
  }
.s-product-card-vertical{
  box-shadow: 0 0 10px black;
  margin: 10px;
}
.s-product-card-entry{
  height: 95%
}
.s-button-primary-outline ,
.store-footer__inner{
  color:white ;
  background-color: #421111;
}
.s-button-primary-outline:hover{
  color:white ;
  background-color: #421111
}
.s-reviews-testimonial{
   color:white ;
  background-color: #421111;
}
.footer-is-light .store-footer .store-footer__inner{
    color:white ;
  background-color: #421111;
}
.store-footer{
  background-color: white;
}
  @media (min-width:769px) {
    section:nth-of-type(3) div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
      gap: 0.5rem;
  }
  .banner-entry{
    width: 7%;
    height: 100px !important;
  }
   
}
@media (max-width:425px){
  section:nth-of-type(3) div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .banner-entry{
    width: 96px;
    height: 100px;
  }
}
@media (min-width:426px) and (max-width:768px){
    section:nth-of-type(3) div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .banner-entry{
    width: 30%;
    height: 180px !important;
  }