.catalog-mobile-toolbar {
  position: sticky;
  top: 76px;
  z-index: 1015;
  background: rgba(8, 8, 8, 0.94);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  backdrop-filter: blur(12px);
}

.catalog-active-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.catalog-filter-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.35rem 0.7rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  font-size: 0.875rem;
}

.catalog-filter-panel {
  --bs-offcanvas-bg: var(--surface);
  --bs-offcanvas-color: var(--brand-white);
}

.catalog-filter-panel .offcanvas-header {
  border-bottom: 1px solid var(--border);
}

.catalog-results-summary {
  min-height: 32px;
}

@media (max-width: 991.98px) {
  .catalog-filter-panel {
    width: min(92vw, 390px) !important;
    border-right: 1px solid var(--border) !important;
  }

  .catalog-filter-panel .offcanvas-body {
    padding: 1rem;
  }

  .catalog-filter-panel .surface {
    border: 0;
    padding: 0;
    background: transparent;
  }
}

@media (min-width: 992px) {
  .catalog-filter-panel .offcanvas-body {
    display: block;
    overflow: visible;
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  .catalog-results-grid .product-card__description {
    display: none !important;
    min-height: 0 !important;
    margin-bottom: 0 !important;
  }

  .catalog-results-grid .product-card__badges {
    min-height: 0 !important;
    max-height: 48px !important;
    margin-bottom: 0.5rem !important;
  }

  .catalog-results-grid .product-card__body {
    padding: 0.85rem !important;
  }

  .catalog-results-grid .product-card__actions {
    min-height: 0 !important;
    gap: 0.4rem !important;
  }

  .catalog-results-grid .product-card__actions .btn {
    height: 42px !important;
    min-height: 42px !important;
  }

  .catalog-results-grid .product-card__actions .btn-ghost {
    order: 2;
    height: auto !important;
    min-height: 0 !important;
    padding: 0.35rem !important;
    border-color: transparent;
    background: transparent;
    font-size: 0.875rem;
  }
}
