/* Final cashier layout corrections */

.pos-product-card[hidden],
#product-search-empty[hidden],
.pos-catalog-pagination[hidden],
#cash-section[hidden] {
  display: none !important;
}

.page-heading-row:has(+ .pos-metric-grid) {
  justify-content: flex-end;
  margin-bottom: 12px;
}

.page-heading-row:has(+ .pos-metric-grid) > div {
  display: none;
}

.pos-workspace {
  align-items: stretch;
}

.pos-catalog-card,
.pos-checkout-card {
  min-height: 0;
  height: auto;
}

.pos-catalog-card {
  min-height: 700px;
}

.pos-checkout-card > form {
  height: auto;
  min-height: 100%;
}

.pos-cart-list {
  min-height: 110px;
  max-height: 170px;
}

.pos-payment-area {
  margin-top: 0;
  gap: 9px;
  padding-top: 12px;
}

.pos-field-label {
  margin-bottom: 5px;
}

.pos-payment-help {
  min-height: 14px;
}

.pos-cash-input {
  min-height: 48px;
  font-size: 23px;
}

.pos-quick-amounts button {
  min-height: 31px;
}

.pos-bill-summary {
  padding: 11px 13px;
}

.pos-bill-total {
  padding-bottom: 8px;
}

.pos-bill-change {
  padding-top: 8px;
}

.pos-bill-summary strong {
  font-size: 22px;
}

.pos-catalog-pagination {
  min-height: 56px;
  padding-block: 9px;
}

.pos-submit {
  display: inline-flex !important;
  flex: 0 0 auto;
  margin-top: 2px;
}

@media (max-width: 980px) {
  .page-heading-row:has(+ .pos-metric-grid) {
    display: flex;
  }

  .pos-catalog-card,
  .pos-checkout-card {
    min-height: auto;
  }

  .pos-cart-list {
    max-height: 240px;
  }
}
