.s-products-list-wrapper{
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.bg-\[var\(--header-menu-color\)\]{
  background-color: #345f52;
}
section:nth-of-type(3){
  padding: unset;
}
section:nth-of-type(3) .container{
  max-width: unset;
  padding: unset;
}
.banner--fixed img, .banner-entry{
  background-color: transparent;
}
@media (max-width:768px){
.s-products-list-wrapper{
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
} 
}