.featured-collections {
  .tab-header label.button {
    border-radius: 0px !important;
  }
  @media (max-width: 768px) {
    .tab-header label.button {
      padding: 0.5rem 1rem !important;
    }
  }
  .tab-header:first-of-type label.button {
    border-top-left-radius: var(--button-border-radius) !important;
    border-bottom-left-radius: var(--button-border-radius) !important;
  }
  .tab-header:last-of-type label.button {
    border-top-right-radius: var(--button-border-radius) !important;
    border-bottom-right-radius: var(--button-border-radius) !important;
  }
  .tab-header:not(:first-of-type) label.button {
    border-left: none;
  }

}
