.mobile-category-select {
  display: none !important;
}

.menu-toolbar > .mode-pill,
.menu-toolbar .menu-db-status,
.menu-toolbar .menu-media-status,
.category-seo-panel,
.schema-note,
.dual-price {
  display: none !important;
}

.product-card .product-body > p {
  display: none !important;
}

.product-card .product-body {
  display: flex;
  flex-direction: column;
}

.product-card .product-meta {
  margin-top: 8px;
}

.cart-form label:has([name="name"]),
.cart-form label:has([name="phone"]) {
  display: none !important;
}

.checkout-status[data-tone="muted"] {
  color: rgba(255,255,255,.64);
}

.category-tab {
  position: relative;
  overflow: hidden;
  min-height: 72px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 22px !important;
  padding: 16px 17px !important;
  color: #fff !important;
  background: linear-gradient(135deg, rgba(235,0,41,.36), rgba(255,244,228,.08)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 16px 38px rgba(0,0,0,.18);
  font-size: 18px;
  letter-spacing: -.02em;
}

.category-tab::before {
  content: "";
  position: absolute;
  inset: -40% auto auto -18%;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: rgba(255,244,228,.16);
  pointer-events: none;
}

.category-tab::after {
  content: "›";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255,244,228,.78);
  font-size: 26px;
  font-weight: 900;
}

.category-tab small {
  display: none !important;
}

.category-tab:nth-child(3n+1) { background: linear-gradient(135deg, rgba(235,0,41,.42), rgba(122,18,40,.55)) !important; }
.category-tab:nth-child(3n+2) { background: linear-gradient(135deg, rgba(255,150,42,.34), rgba(88,34,15,.54)) !important; }
.category-tab:nth-child(3n+3) { background: linear-gradient(135deg, rgba(37,211,102,.26), rgba(19,80,43,.58)) !important; }

.category-tab.active {
  color: #111 !important;
  background: linear-gradient(135deg, #fff4e4, #ffd9ac) !important;
  border-color: rgba(255,244,228,.84) !important;
  box-shadow: 0 18px 50px rgba(255,244,228,.16), inset 0 1px 0 rgba(255,255,255,.9);
}

.category-tab.active::after {
  color: rgba(0,0,0,.55);
}

@media (min-width: 861px) {
  .mobile-category-select {
    display: none !important;
  }

  .menu-sidebar {
    position: sticky !important;
    top: 96px;
    max-height: calc(100vh - 118px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,244,228,.35) transparent;
  }

  .menu-sidebar::-webkit-scrollbar { width: 6px; }
  .menu-sidebar::-webkit-scrollbar-thumb { background: rgba(255,244,228,.35); border-radius: 999px; }

  .menu-sidebar .category-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
}

@media (min-width: 861px) and (max-width: 1120px) {
  .menu-layout {
    grid-template-columns: 280px minmax(0, 1fr) !important;
  }
}

@media (max-width: 860px) {
  .product-card .product-meta {
    margin-top: 4px;
  }

  .mobile-category-select {
    display: block !important;
  }
}
