/* ================================================
   CATALOG — Ray-Ban Inspired Premium Collection
   Sharp edges, bold type, Marsala accent
   ================================================ */

/* Chips de filtros ativos (Fase 5 - melhoria UX) */
.active-filters {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
  align-items: center;
}
.active-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px 6px 14px;
  background: var(--primary-subtle);
  border: 1px solid var(--primary-ring);
  border-radius: 100px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.2s var(--ease-out);
  font-family: inherit;
}
.active-filter-chip:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-1px);
}
.active-filter-chip svg {
  flex-shrink: 0;
  padding: 3px;
  border-radius: 50%;
  background: rgba(155,28,71,0.1);
  transition: all 0.2s var(--ease-out);
}
.active-filter-chip:hover svg {
  background: rgba(255,255,255,0.25);
}
.active-filter-clear {
  background: transparent;
  border: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 4px;
  font-family: inherit;
  transition: color 0.2s var(--ease-out);
}
.active-filter-clear:hover {
  color: var(--primary);
}


/* ── Page Layout ── */
main.container { padding: 32px 24px 40px !important; max-width: 1340px }

.collection-header { margin-bottom: 20px }
.collection-header .page-title {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: var(--text);
  margin: 0 0 4px;
}
.collection-header .subtitle {
  font-size: 14px;
  color: var(--muted);
  font-weight: 400;
}

/* ── Search Hero (sempre visivel acima dos filtros) ── */
.catalog-search-hero {
  margin: 0 0 20px;
}
.catalog-search-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 640px;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 12px;
  padding: 0 14px;
  transition: all .25s var(--ease-out);
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.catalog-search-box:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px var(--primary-subtle, rgba(155,28,71,0.08)), 0 2px 8px rgba(155,28,71,0.06);
}
.catalog-search-box .search-icon {
  color: var(--muted);
  flex-shrink: 0;
  transition: color .2s;
}
.catalog-search-box:focus-within .search-icon {
  color: var(--primary);
}
.catalog-search-input {
  flex: 1;
  border: 0;
  background: transparent;
  height: 48px;
  padding: 0 8px 0 12px;
  font-family: inherit;
  font-size: 15px;
  color: var(--text);
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  min-width: 0;
}
.catalog-search-input::placeholder {
  color: var(--muted);
  font-weight: 400;
}
.catalog-search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.catalog-search-clear {
  display: none;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: var(--divider);
  border: 0;
  border-radius: 50%;
  color: var(--text-secondary);
  cursor: pointer;
  transition: all .2s;
  flex-shrink: 0;
}
.catalog-search-clear:hover {
  background: var(--text);
  color: #fff;
}
.catalog-search-clear.show {
  display: inline-flex;
}

/* Filter count badge */
.filter-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: var(--primary);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 100px;
  margin-left: 2px;
}

/* ── Quick Filter Bar (horizontal, above grid) ── */
.quick-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  margin-bottom: 16px;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.quick-filter-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.quick-filter-group .pill {
  padding: 9px 18px;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: var(--font-body);
  white-space: nowrap;
}
.quick-filter-group .pill:hover {
  border-color: var(--text);
  color: var(--text);
}
.quick-filter-group .pill.active {
  background: var(--text);
  border-color: var(--text);
  color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.quick-filter-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.filter-toggle-btn {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--text);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  border-radius: 100px;
  cursor: pointer;
  font-family: var(--font-body);
  transition: all 0.2s ease;
  position: relative;
}
.filter-toggle-btn:hover {
  border-color: var(--text);
  background: var(--divider);
}
.filter-toggle-btn:active {
  transform: scale(0.97);
}

.sort-wrapper select {
  height: 40px;
  border: 1.5px solid var(--border);
  border-radius: 100px;
  padding: 0 36px 0 16px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--text);
  font-family: var(--font-body);
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%23737373' d='M5 7L1 3h8z'/%3E%3C/svg%3E") no-repeat right 14px center;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.2s;
}
.sort-wrapper select:focus {
  outline: none;
  border-color: var(--primary);
}
.sort-wrapper select:hover {
  border-color: var(--text);
}

/* ── Catalog Grid ── */
.catalog {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr;
  min-height: 500px;
}
@media(min-width:1024px) {
  .catalog { grid-template-columns: 240px 1fr }
}

/* ── Filters Sidebar ── */
.filters {
  position: sticky;
  top: 76px;
  height: fit-content;
  max-height: calc(100vh - 96px);
  overflow-y: auto;
  padding: 0;
  background: var(--bg-elevated);
  border: 1px solid var(--border-light);
  border-radius: 2px;
  scrollbar-width: thin;
  scrollbar-color: var(--border) transparent;
}
.filters::-webkit-scrollbar { width: 3px }
.filters::-webkit-scrollbar-track { background: transparent }
.filters::-webkit-scrollbar-thumb { background: var(--border); border-radius: 2px }

/* Filters header */
.filters-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border-light);
}
.filters-header-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
}
.filters-header .filters-close {
  display: none;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.15s;
}
.filters-header .filters-close:hover {
  background: var(--divider);
  color: var(--text);
}

/* Filter sections (accordion) */
.filter-section {
  border-bottom: 1px solid var(--border-light);
}
.filter-section:last-child { border-bottom: none }

.filter-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  cursor: pointer;
  user-select: none;
  transition: background 0.15s;
}
.filter-section-header:hover { background: var(--divider) }

.filter-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text);
}

.filter-section-header .chevron {
  color: var(--muted);
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.filter-section.collapsed .chevron { transform: rotate(-90deg) }

.filter-section-body {
  padding: 0 20px 16px;
  max-height: 500px;
  transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.2s ease;
  overflow: hidden;
}
.filter-section.collapsed .filter-section-body {
  max-height: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  pointer-events: none;
}

/* Search with icon */
.search-wrapper {
  position: relative;
}
.search-wrapper svg {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
  pointer-events: none;
}
.search-wrapper .search {
  width: 100%;
  padding: 9px 12px 9px 34px;
  border: 1px solid var(--border);
  border-radius: 2px;
  font-size: 13px;
  color: var(--text);
  background: var(--bg-elevated);
  font-family: var(--font-body);
  transition: border-color 0.2s;
}
.search-wrapper .search:focus {
  outline: none;
  border-color: var(--primary);
}
.search-wrapper .search::placeholder {
  color: var(--muted);
  font-weight: 400;
}

/* Pill buttons (sidebar) */
.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.pill-sm {
  padding: 6px 14px;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 500;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: var(--font-body);
  white-space: nowrap;
}
.pill-sm:hover {
  border-color: var(--text);
  color: var(--text);
}
.pill-sm.active {
  background: var(--text);
  border-color: var(--text);
  color: #fff;
}

/* Radio buttons (categories, brands) — !important overrides inline styles from JS */
.filters label {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 7px 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
  font-size: 13px !important;
  color: var(--text-secondary) !important;
  transition: color 0.15s !important;
  border-bottom: 1px solid var(--divider);
}
.filters label:last-child { border-bottom: none }
.filters label:hover { color: var(--text) !important }
.filters input[type="radio"] {
  width: 15px;
  height: 15px;
  accent-color: var(--primary);
  cursor: pointer;
  flex-shrink: 0;
  margin-right: 0 !important;
}

/* Clear filters */
.clear-filters-btn {
  width: 100%;
  padding: 10px;
  border: none;
  background: transparent;
  color: var(--primary);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: var(--font-body);
  transition: all 0.15s;
  border-radius: 2px;
}
.clear-filters-btn:hover {
  background: var(--primary-subtle);
  color: var(--primary-dark);
}

/* ── Product Grid ── */
.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media(min-width:1024px) {
  .grid { grid-template-columns: repeat(3, 1fr); gap: 20px }
}
@media(min-width:1280px) {
  .grid { grid-template-columns: repeat(3, 1fr); gap: 24px }
}

/* ── Product Cards ── */
.card {
  display: flex;
  flex-direction: column;
  background: var(--card);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-light);
  transition: transform 0.35s var(--ease-out), border-color 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.card:hover {
  border-color: var(--border);
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

.card .thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  background: #f7f7f7;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  box-sizing: border-box;
}
.card .thumb img {
  width: 100% !important;
  height: 100% !important;
  /* contain: mostra a IMAGEM INTEIRA sem cortar (fiel ao upload do admin).
     !important sobrescreve qualquer estilo inline residual de JS antigo cacheado. */
  object-fit: contain !important;
  opacity: 1 !important;
  /* Anula blur-up de animations.css - catalog cards renderizam async e nao recebem
     a classe .is-loaded a tempo, ficando borradas. Forca nitidez sempre. */
  filter: none !important;
  -webkit-filter: none !important;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.card:hover .thumb img { transform: scale(1.04) }

.card .body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 4px;
}

.brand-label {
  font-size: 10px;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 2px;
}

.product-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  margin: 0 0 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.price {
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.02em;
}

.compare {
  font-size: 12px;
  color: var(--muted);
  text-decoration: line-through;
  font-weight: 400;
}

/* Discount badge */
.card .thumb span[style*="background:#ef4444"],
.card .thumb span[style*="background: #ef4444"] {
  border-radius: 2px !important;
  font-weight: 600 !important;
  font-size: 11px !important;
  letter-spacing: 0.02em !important;
}

/* Favorite button */
.icon-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 3;
  opacity: 1;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.card:hover .icon-btn {
  opacity: 1;
  transform: scale(1.05);
}
.icon-btn:hover {
  background: var(--primary);
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(155,28,71,0.3);
}
.icon-btn:active {
  transform: scale(0.95);
}
.icon-btn svg {
  width: 16px;
  height: 16px;
  transition: all 0.2s;
}
.icon-btn:hover svg { stroke: #fff }

/* Product tags */
.product-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  color: var(--muted);
  background: var(--divider);
  padding: 3px 8px;
  border-radius: 2px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* Card actions */
.card .actions { margin-top: auto; padding-top: 12px }
.card .actions .btn {
  width: 100%;
  height: 42px;
  padding: 0 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 100px;
  border: 1.5px solid var(--text);
  background: transparent;
  color: var(--text);
  transition: all 0.25s ease;
  cursor: pointer;
}
.card .actions .btn:hover {
  background: var(--text);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.card .actions .btn:active {
  transform: scale(0.98);
}

/* ── Active Filters ── */
.active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.active-filters:empty { margin-bottom: 0 }

.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 28px;
  padding: 0 10px;
  border-radius: 2px;
  background: var(--divider);
  color: var(--text-secondary);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: none;
}

/* ── Toolbar ── */
.toolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  padding: 0;
}
.toolbar .subtitle {
  font-size: 13px;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 0.02em;
}
.toolbar .subtitle span {
  color: var(--text);
  font-weight: 600;
}

/* ── Mobile Filters FAB ── */
.filters-toggle {
  display: none;
  position: fixed;
  bottom: 88px;
  right: 20px;
  width: 48px;
  height: 48px;
  background: var(--text);
  color: white;
  border: none;
  border-radius: 2px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  cursor: pointer;
  z-index: 40;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.filters-toggle:hover { background: var(--primary) }
.filters-toggle svg { width: 20px; height: 20px }

.filters-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 45;
  backdrop-filter: blur(2px);
}
.filters-overlay.show { display: block }

/* ── Card Animation ── */
.card {
  animation: cardFadeIn 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.card:nth-child(1) { animation-delay: 0ms }
.card:nth-child(2) { animation-delay: 40ms }
.card:nth-child(3) { animation-delay: 80ms }
.card:nth-child(4) { animation-delay: 120ms }
.card:nth-child(5) { animation-delay: 160ms }
.card:nth-child(6) { animation-delay: 200ms }

@keyframes cardFadeIn {
  from { opacity: 0; transform: translateY(8px) }
  to { opacity: 1; transform: translateY(0) }
}

/* ── Empty State ── */
.empty-state {
  grid-column: 1 / -1;
  text-align: center;
  padding: 80px 20px;
}
.empty-state svg { margin: 0 auto 20px; opacity: 0.2 }
.empty-state h3 {
  margin: 0 0 6px;
  color: var(--text);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
}
.empty-state p { margin: 0; color: var(--muted); font-size: 13px }

/* ================================================
   RESPONSIVE
   ================================================ */

/* ── Desktop large (1280+) ── */
@media (min-width: 1280px) {
  main.container { padding: 40px 48px 48px !important }
  .collection-header .page-title { font-size: 32px }
}

/* ── Tablet (max 1024px) ── */
@media (max-width: 1024px) {
  .catalog { grid-template-columns: 1fr }

  /* Show filter toggle buttons */
  .filters-toggle { display: flex }
  .filter-toggle-btn { display: inline-flex }

  /* Sidebar becomes slide-over */
  .filters {
    position: fixed;
    top: 0;
    left: -100%;
    width: 320px;
    max-width: 85vw;
    height: 100vh;
    max-height: none;
    margin: 0;
    border-radius: 0;
    border: none;
    z-index: 50;
    transition: left 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: none;
  }
  .filters.show {
    left: 0;
    box-shadow: 20px 0 60px rgba(0,0,0,0.15);
  }
  .filters-header .filters-close { display: flex }
}

/* ── Mobile (max 768px) ── */
@media (max-width: 768px) {
  main.container { padding: 14px 12px 32px !important }

  .collection-header { margin-bottom: 14px }
  .collection-header .page-title { font-size: 22px }
  .collection-header .subtitle { font-size: 13px }

  /* Search hero - sticky no topo do catalogo */
  .catalog-search-hero {
    position: sticky;
    top: 56px; /* abaixo do header sticky */
    z-index: 30;
    margin: 0 -12px 14px;
    padding: 8px 12px;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-light);
  }
  .catalog-search-box {
    padding: 0 12px;
    border-radius: 12px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.05);
  }
  .catalog-search-input {
    height: 44px;
    font-size: 14px;
  }

  /* Quick filters scroll horizontally - mais respiro */
  .quick-filters {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    margin: 0 -12px 12px;
    padding-left: 12px;
    padding-right: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid var(--border-light);
    border-bottom: 1px solid var(--border-light);
  }
  .quick-filters::-webkit-scrollbar { display: none }
  .quick-filter-group {
    gap: 6px;
    flex-shrink: 0;
  }
  .quick-filter-group .pill {
    padding: 8px 14px;
    font-size: 12px;
    border-width: 1px;
  }
  .quick-filter-right {
    margin-left: auto;
    gap: 6px;
    flex-shrink: 0;
  }
  .filter-toggle-btn {
    padding: 8px 12px;
    font-size: 12px;
    border-width: 1px;
  }
  .filter-toggle-btn span:not(.filter-count-badge) { display: none }
  .sort-wrapper { display: none }

  /* Grid - 2 colunas com cards bem espacosos */
  .grid { grid-template-columns: repeat(2, 1fr); gap: 12px }
  .card { border-radius: 10px }
  .card .body { padding: 12px 12px 14px; gap: 2px }
  .brand-label { font-size: 9px; letter-spacing: 0.14em; margin-bottom: 2px }
  .product-name { font-size: 13px; margin-bottom: 6px; line-height: 1.35 }
  .price { font-size: 15px }
  .compare { font-size: 11px }
  .card .actions { padding-top: 10px }
  .card .actions .btn { height: 38px; font-size: 11px; letter-spacing: 0.02em }
  .icon-btn { width: 32px; height: 32px; top: 8px; right: 8px }
  .icon-btn svg { width: 14px; height: 14px }

  /* Filter drawer - bottom sheet */
  .filters {
    position: fixed;
    bottom: -100%;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    height: 88vh;
    max-height: 88vh;
    border-radius: 20px 20px 0 0;
    transition: bottom 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 -10px 40px rgba(0,0,0,0.15);
    border: none;
    z-index: 50;
  }
  .filters.show {
    bottom: 0;
    left: 0;
  }
  /* Pega de arrastar (drag handle) */
  .filters::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: var(--border);
    border-radius: 100px;
  }
  .filters-header {
    padding: 22px 20px 16px;
  }
  .filters-header-title {
    font-size: 16px;
    letter-spacing: -0.01em;
    text-transform: none;
    font-weight: 600;
  }

  /* FAB oculto - usamos o botao do header agora */
  .filters-toggle { display: none !important }
}

/* ── Small Mobile (max 480px) ── */
@media (max-width: 480px) {
  .catalog-search-box { padding: 0 12px }
  .grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .card .body { padding: 10px 10px 12px }
  .product-name { font-size: 12px; -webkit-line-clamp: 2 }
  .price { font-size: 14px }
  .card .product-tag { display: none }
  .card .actions .btn { height: 36px; font-size: 11px; padding: 0 10px }

  .quick-filter-group .pill { padding: 7px 12px; font-size: 11px }
}
