/* Add custom CSS styles below */ 
.shop_by_category {
  margin-top: -4rem;
}
.Weekly_Picks{
  margin-bottom: -4rem;
}
.Most_requested{
  margin-bottom: -4rem;
}

.health{
   margin-bottom: -4rem;
}
/* .s-slider-block__title-right h2 {
    display: none;
  } */

section.line-type-none + section:has(.s-slider-block__title-right) .s-slider-block__title-right h2 {
    display: none;
}

@media (max-width: 767px) {
  .Weekly_Picks {
    margin-bottom: -1rem;
  }
  .Most_requested{
    margin-bottom: -1rem;
  }
  .health{
     margin-bottom: -1rem;
  }
}