/* line 4, app/assets/stylesheets/components/filters.scss */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* line 7, app/assets/stylesheets/components/filters.scss */
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* line 13, app/assets/stylesheets/components/filters.scss */
.filter-container {
  position: relative;
  z-index: 10;
}

/* line 18, app/assets/stylesheets/components/filters.scss */
.filter-toolbar__active-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1.5rem;
  padding: 1rem 1.5rem;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
  margin-bottom: 1.25rem;
}

/* line 27, app/assets/stylesheets/components/filters.scss */
.filter-toolbar__active-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/* line 35, app/assets/stylesheets/components/filters.scss */
.filter-toolbar__active-title {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #475569;
  font-weight: 600;
}

/* line 43, app/assets/stylesheets/components/filters.scss */
.filter-toolbar__clear {
  font-size: 0.85rem;
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
}

/* line 50, app/assets/stylesheets/components/filters.scss */
.filter-toolbar__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.75rem;
  padding-bottom: 0.25rem;
  overflow-x: auto;
}

/* line 59, app/assets/stylesheets/components/filters.scss */
.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #e4e8ff;
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #0f172a;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

/* line 75, app/assets/stylesheets/components/filters.scss */
.filter-chip:hover {
  background: #d6ddff;
  border-color: #c7d2fe;
  color: #111827;
}

/* line 81, app/assets/stylesheets/components/filters.scss */
.filter-chip__icon {
  width: 0.9rem;
  height: 0.9rem;
  color: #94a3b8;
  transition: color 0.2s ease;
}

/* line 88, app/assets/stylesheets/components/filters.scss */
.filter-chip:hover .filter-chip__icon {
  color: #4b5563;
}

/* line 92, app/assets/stylesheets/components/filters.scss */
.filter-toolbar__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: stretch;
  padding: 1rem 0 0.5rem;
}

/* line 100, app/assets/stylesheets/components/filters.scss */
.filter-pill-wrapper {
  position: relative;
  flex: 0 0 auto;
}

/* line 105, app/assets/stylesheets/components/filters.scss */
.filter-pill {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #d6d9f5;
  padding: 0.65rem 1.4rem;
  font-weight: 600;
  color: #0f172a;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

/* line 119, app/assets/stylesheets/components/filters.scss */
.filter-pill:hover {
  border-color: #bfc8ff;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.15);
}

/* line 124, app/assets/stylesheets/components/filters.scss */
.filter-pill.is-active {
  background: #eef2ff;
  border-color: #818cf8;
  color: #312e81;
  box-shadow: 0 18px 38px rgba(99, 102, 241, 0.25);
}

/* line 131, app/assets/stylesheets/components/filters.scss */
.filter-pill--wide {
  min-width: 230px;
}

/* line 135, app/assets/stylesheets/components/filters.scss */
.filter-pill__text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

/* line 141, app/assets/stylesheets/components/filters.scss */
.filter-pill__text--inline {
  flex-direction: row;
  align-items: center;
  gap: 0.4rem;
}

/* line 147, app/assets/stylesheets/components/filters.scss */
.filter-pill__subtext {
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 500;
}

/* line 153, app/assets/stylesheets/components/filters.scss */
.filter-pill__selection {
  font-size: 0.9rem;
  font-weight: 600;
  color: #475569;
}

/* line 159, app/assets/stylesheets/components/filters.scss */
.filter-pill__meta {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: auto;
}

/* line 166, app/assets/stylesheets/components/filters.scss */
.filter-pill__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  background: #2563eb;
  color: #fff;
}

/* line 179, app/assets/stylesheets/components/filters.scss */
.filter-pill__caret {
  width: 1rem;
  height: 1rem;
  color: #94a3b8;
  transition: color 0.2s ease;
}

/* line 186, app/assets/stylesheets/components/filters.scss */
.filter-pill:hover .filter-pill__caret,
.filter-pill.is-active .filter-pill__caret {
  color: #475569;
}

/* line 192, app/assets/stylesheets/components/filters.scss */
.filter-dropdown {
  animation: fadeIn 0.15s ease-out;
  max-height: 70vh;
  overflow: auto;
}

@media (min-width: 576px) {
  /* line 192, app/assets/stylesheets/components/filters.scss */
  .filter-dropdown {
    min-width: 420px;
    max-width: 420px;
  }
}

/* line 205, app/assets/stylesheets/components/filters.scss */
.filter-pill__label {
  font-size: 0.95rem;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 218, app/assets/stylesheets/components/filters.scss */
.filter-drawer__trigger {
  display: none;
}

@media (min-width: 576px) {
  /* line 224, app/assets/stylesheets/components/filters.scss */
  .filter-drawer {
    display: block !important;
    position: static;
    background: transparent;
  }
  /* line 230, app/assets/stylesheets/components/filters.scss */
  .filter-drawer__handle,
.filter-drawer__header {
    display: none;
  }
  /* line 235, app/assets/stylesheets/components/filters.scss */
  .filter-drawer__panel {
    position: static;
    max-height: none;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }
  /* line 243, app/assets/stylesheets/components/filters.scss */
  .filter-drawer__body {
    overflow: visible;
  }
}

@media (max-width: 575px) {
  /* line 251, app/assets/stylesheets/components/filters.scss */
  .filter-drawer__trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.625rem;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    padding: 0.6rem 1.1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e293b;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
    margin-top: 0.75rem;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
  }
  /* line 267, app/assets/stylesheets/components/filters.scss */
  .filter-drawer__trigger:active {
    border-color: #94a3b8;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.12);
  }
  /* line 273, app/assets/stylesheets/components/filters.scss */
  .filter-drawer__trigger-icon {
    width: 1.05rem;
    height: 1.05rem;
    color: #1e293b;
  }
  /* line 279, app/assets/stylesheets/components/filters.scss */
  .filter-drawer__trigger-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.25rem;
    height: 1.25rem;
    border-radius: 999px;
    font-size: 0.65rem;
    font-weight: 700;
    background: #0f172a;
    color: #fff;
    margin-left: 0.1rem;
  }
  /* line 294, app/assets/stylesheets/components/filters.scss */
  .filter-drawer {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: flex;
    align-items: flex-end;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(2px);
  }
  /* line 303, app/assets/stylesheets/components/filters.scss */
  .filter-drawer.hidden {
    display: none !important;
  }
  /* line 309, app/assets/stylesheets/components/filters.scss */
  .filter-drawer__panel {
    width: 100%;
    max-height: 85vh;
    background: #fff;
    border-radius: 1.25rem 1.25rem 0 0;
    box-shadow: 0 -12px 40px rgba(15, 23, 42, 0.18);
    display: flex;
    flex-direction: column;
  }
  /* line 320, app/assets/stylesheets/components/filters.scss */
  .filter-drawer__handle {
    width: 2.5rem;
    height: 0.25rem;
    background: #cbd5e1;
    border-radius: 999px;
    margin: 0.6rem auto 0;
    flex-shrink: 0;
  }
  /* line 330, app/assets/stylesheets/components/filters.scss */
  .filter-drawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.25rem 0.85rem;
    border-bottom: 1px solid #f1f5f9;
    flex-shrink: 0;
  }
  /* line 339, app/assets/stylesheets/components/filters.scss */
  .filter-drawer__header-left {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
  }
  /* line 345, app/assets/stylesheets/components/filters.scss */
  .filter-drawer__title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.01em;
  }
  /* line 352, app/assets/stylesheets/components/filters.scss */
  .filter-drawer__header-count {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6366f1;
    background: #eef2ff;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
  }
  /* line 361, app/assets/stylesheets/components/filters.scss */
  .filter-drawer__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    border: none;
    background: #f8fafc;
    color: #64748b;
    cursor: pointer;
    transition: background 0.15s ease;
  }
  /* line 374, app/assets/stylesheets/components/filters.scss */
  .filter-drawer__close:active {
    background: #e2e8f0;
  }
  /* line 380, app/assets/stylesheets/components/filters.scss */
  .filter-drawer__body {
    overflow-y: auto;
    padding: 0.25rem 0 1.5rem;
  }
  /* line 386, app/assets/stylesheets/components/filters.scss */
  .filter-toolbar__pills {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  /* line 392, app/assets/stylesheets/components/filters.scss */
  .filter-pill-wrapper {
    flex: 1 1 auto;
    width: 100%;
    border-bottom: 1px solid #f1f5f9;
  }
  /* line 397, app/assets/stylesheets/components/filters.scss */
  .filter-pill-wrapper:last-child {
    border-bottom: none;
  }
  /* line 403, app/assets/stylesheets/components/filters.scss */
  .filter-pill {
    width: 100%;
    border: none;
    border-radius: 0;
    border-left: 3px solid transparent;
    padding: 0.9rem 1.25rem 0.9rem 1.1rem;
    font-size: 0.9rem;
    gap: 0.5rem;
    box-shadow: none;
    background: #fff;
    transition: background 0.12s ease, border-color 0.12s ease;
  }
  /* line 415, app/assets/stylesheets/components/filters.scss */
  .filter-pill:active {
    background: #f8fafc;
  }
  /* line 419, app/assets/stylesheets/components/filters.scss */
  .filter-pill:hover {
    box-shadow: none;
    border-color: transparent;
  }
  /* line 424, app/assets/stylesheets/components/filters.scss */
  .filter-pill.is-active {
    border-left-color: #6366f1;
    background: #fafbff;
    box-shadow: none;
  }
  /* line 429, app/assets/stylesheets/components/filters.scss */
  .filter-pill.is-active .filter-pill__label {
    color: #312e81;
  }
  /* line 435, app/assets/stylesheets/components/filters.scss */
  .filter-pill__label {
    max-width: none;
    font-size: 0.925rem;
    font-weight: 600;
    color: #1e293b;
  }
  /* line 442, app/assets/stylesheets/components/filters.scss */
  .filter-pill__selection {
    font-size: 0.8rem;
    color: #6366f1;
  }
  /* line 447, app/assets/stylesheets/components/filters.scss */
  .filter-pill__badge {
    min-width: 1.3rem;
    height: 1.3rem;
    font-size: 0.7rem;
    background: #6366f1;
  }
  /* line 454, app/assets/stylesheets/components/filters.scss */
  .filter-pill__caret {
    color: #94a3b8;
    transition: transform 0.2s ease, color 0.2s ease;
  }
  /* line 459, app/assets/stylesheets/components/filters.scss */
  .filter-pill[aria-expanded="true"] .filter-pill__caret {
    transform: rotate(180deg);
    color: #6366f1;
  }
  /* line 464, app/assets/stylesheets/components/filters.scss */
  .filter-pill--wide {
    min-width: auto;
  }
  /* line 469, app/assets/stylesheets/components/filters.scss */
  .filter-drawer .filter-dropdown {
    position: relative !important;
    z-index: auto;
    margin-top: 0;
    min-width: 100% !important;
    max-width: 100% !important;
    border-radius: 0;
    border: none;
    border-top: 1px solid #f1f5f9;
    box-shadow: none;
    background: #f8fafc;
  }
}

/* line 484, app/assets/stylesheets/components/filters.scss */
.slider-input {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  position: absolute;
  pointer-events: none;
}

/* line 492, app/assets/stylesheets/components/filters.scss */
.slider-min {
  z-index: 1;
}

/* line 496, app/assets/stylesheets/components/filters.scss */
.slider-max {
  z-index: 2;
}

/* line 500, app/assets/stylesheets/components/filters.scss */
.slider-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #3b82f6;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  pointer-events: all;
  position: relative;
}

/* line 513, app/assets/stylesheets/components/filters.scss */
.slider-input::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #3b82f6;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  pointer-events: all;
  position: relative;
}

/* line 3, app/assets/stylesheets/components/subcategory_grid.scss */
.brand-catalog {
  margin-bottom: 3rem;
}

/* line 7, app/assets/stylesheets/components/subcategory_grid.scss */
.brand-catalog__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

/* line 14, app/assets/stylesheets/components/subcategory_grid.scss */
.brand-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 1rem 0.75rem;
  border-radius: 12px;
  border: 1px solid #e2e5ea;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease, background 0.15s ease;
}

/* line 27, app/assets/stylesheets/components/subcategory_grid.scss */
.brand-card:hover {
  border-color: #c8ccd3;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

/* line 32, app/assets/stylesheets/components/subcategory_grid.scss */
.brand-card:active {
  transform: scale(0.98);
  background: #f9fafb;
}

/* line 39, app/assets/stylesheets/components/subcategory_grid.scss */
.brand-card__logo {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.875rem;
  padding: 8px;
}

/* line 51, app/assets/stylesheets/components/subcategory_grid.scss */
.brand-card__logo--icon {
  background: #fff;
  padding: 12px;
}

/* line 57, app/assets/stylesheets/components/subcategory_grid.scss */
.brand-card__img {
  width: 100%;
  height: 100%;
  max-height: 80px;
  max-width: 80px;
  object-fit: contain;
  display: block;
}

/* line 67, app/assets/stylesheets/components/subcategory_grid.scss */
.brand-card__initial {
  font-family: 'Inter Semibold', system-ui, sans-serif;
  font-size: 1.75rem;
  color: #c4c8cf;
  line-height: 1;
  user-select: none;
}

/* line 76, app/assets/stylesheets/components/subcategory_grid.scss */
.brand-card__name {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #111827;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media (min-width: 480px) {
  /* line 89, app/assets/stylesheets/components/subcategory_grid.scss */
  .brand-catalog__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 640px) {
  /* line 95, app/assets/stylesheets/components/subcategory_grid.scss */
  .brand-catalog__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.625rem;
  }
  /* line 100, app/assets/stylesheets/components/subcategory_grid.scss */
  .brand-card__logo {
    width: 128px;
    height: 128px;
  }
}

@media (min-width: 1024px) {
  /* line 107, app/assets/stylesheets/components/subcategory_grid.scss */
  .brand-catalog__grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 0.75rem;
  }
  /* line 112, app/assets/stylesheets/components/subcategory_grid.scss */
  .brand-card {
    padding: 1.25rem 1rem;
  }
  /* line 116, app/assets/stylesheets/components/subcategory_grid.scss */
  .brand-card__logo {
    width: 140px;
    height: 140px;
    border-radius: 12px;
  }
}
