@media (max-width: 768px) {

  body.store-home > section[data-type="banner"] + section.section > div.container > div.row {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    gap: 8px !important;
    padding-left: 20px !important;
  
  }

  body.store-home > section[data-type="banner"] + section.section > div.container > div.row > div.col-sm-4.col-md-4 {
    flex: 0 0 32% !important;
    max-width: 32% !important;
    padding: 0 !important;
  }
  body:not(.salla-theme_6) .category-featured {
    height: 120px !important;
    margin-bottom: 0px;

    
}
body > section:nth-child(8) {
    padding: 2rem 0 0;
}

}
@media (min-width: 992px) {
    .category-featured {
        height: 250px !important;
    }
}