/* Sherbot custom override — kills shopping list zebra striping.
   Added 2026-07-19. Safe to delete this file + the two nginx lines
   that reference it to fully revert. */
.shopping-list-item:nth-child(odd) {
  background: initial !important;
}
.shopping-list-item:nth-child(odd) ion-item.groupedItem {
  --background: initial !important;
}
