.home-shop-hub__panel[data-shop-hub-panel="jewellery"] .collection-tabs--five {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-shop-hub__panel[data-shop-hub-panel="jewellery"] .collection-tabs--five > button[data-collection-tab="all-jewellery"] {
  order: 99;
  grid-column: 1 / -1 !important;
}

.home-shop-hub__panel[data-shop-hub-panel="jewellery"] .collection-tabs--five > button[data-collection-tab="keychains"] {
  grid-column: auto !important;
}

@media (max-width: 800px) {
  .home-shop-hub__panel[data-shop-hub-panel="jewellery"] .collection-tabs--five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
