section:nth-of-type(1)  {
  margin: unset;
}
section:nth-of-type(1) .container 
,section:nth-of-type(2) .container{
    padding: unset;
  max-width: unset;
}
section:nth-of-type(2){
     margin-top: 0 !important;
}
.s-slider-block__title{
    display: none;
} 
section:nth-of-type(7) .container{
     padding: unset;
  max-width: unset;
}
.banner--fixed img{
      background: transparent;
}
.s-button-primary-outline {
  background: #4B4D38;
    color: white;
}
.footer-is-light .store-footer .store-footer__inner{
  background: #4B4D38;
    color: white;
}
.s-product-card-entry{
  box-shadow: 0px 0px 8.35px 0px #00000045;
    margin: 10px;
      height: 87%;
}
.banner-entry{
      background: transparent;
  height: 400px;
  background-repeat: no-repeat;
    background-size: cover;
}
section:nth-of-type(2){
  padding: unset;
    max-width: unset;
}
section:nth-of-type(2) .grid{
  gap: 0;
}
@media(max-width:768px){
    .banner-entry{
      height: 200px;
    }
}
@media(min-width:1024px) and (max-width:1440px){
    .banner-entry{
      height: 348px;
      
    }
}
@media(min-width:1441px){
      .banner-entry{
  height: 500px;}
}