/* Add custom CSS styles below */ 

section.s-block.s-block--fixed-banner .container {
  max-width:100% !important;
  padding:0 !important;
}
.banner--fixed img {
  border-radius:0 !important;
  background-color: transparent !important;
}


.s-product-card-content-footer salla-add-product-button .s-button-outline, .s-button-primary {
    border-color: #313131 !important;
    background-color: #313131 !important;
    color: #fff !important;
}

/*** FLEX ***/
section.s-block.s-block--banners.container div.grid {
  display:flex !important;
  align-items:center;
  /*justify-content:center;*/
  flex-wrap:wrap;
}
section.s-block.s-block--banners.container div.grid div.banner-entry {
  width: 31%;
  background-color: transparent !important;
  height: 200px !important;
}
@media(max-width:767px) {
  section.s-block.s-block--banners.container div.grid div.banner-entry {
    width: 48%;
    height: 100px !important;
  }
}
.banner-entry > div {
  background-size:contain !important;
  background-repeat: no-repeat;
}