.category-tabs button {
    padding: 0 2px 18px;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #77817d;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
}

.category-tabs button span { margin-right: 5px; }
.category-tabs button.active { color: var(--ink); border-color: var(--orange); }
.category-tabs button:focus-visible { outline: 2px solid var(--orange); outline-offset: 4px; }
.menu-search { position: relative; }
.menu-search small { position: absolute; right: 12px; bottom: -19px; color: var(--muted); font-size: 9px; white-space: nowrap; }
.product-card[hidden], [data-menu-empty][hidden] { display: none; }
.product-grid > [data-menu-empty] { grid-column: 1 / -1; margin: 0; }
.payment-error { margin: 10px 0 0; color: #a44337; font-size: 10px; }
.payment-callout .btn:disabled { opacity: .65; cursor: wait; transform: none; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
