.browse-hero-shell {
  padding-bottom: 28px;
}

.browse-hero-copy {
  text-align: left;
}

.browse-sticky-search-wrap {
  position: sticky;
  top: 112px;
  z-index: 25;
  margin-top: -8px;
  padding-bottom: 18px;
  background: linear-gradient(to bottom, rgba(252, 249, 241, 0.96), rgba(252, 249, 241, 0.9));
  backdrop-filter: blur(8px);
}

.browse-search-card {
  padding: 24px;
  max-width: 760px;
  margin: 0 auto;
}

.browse-search-card-sticky {
  box-shadow: var(--shadow-md);
}

.browse-search-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  margin-bottom: 20px;
}

.browse-type-filter {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--border);
}

.browse-type-filter > span {
  flex: 0 0 auto;
  color: var(--text-soft);
  font-family: var(--font-heading);
  font-size: 0.88rem;
}

.browse-chip-row {
  justify-content: center;
}

.browse-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.browse-reset {
  border: none;
  background: transparent;
  color: var(--blue);
  font-family: var(--font-heading);
  font-size: 1rem;
  cursor: pointer;
}

.price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.check-stack {
  display: grid;
  gap: 12px;
}

.check-stack label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-soft);
  font-size: 1rem;
}

.browse-boosted-label {
  color: var(--green);
  font-family: var(--font-heading);
  font-size: 1rem;
}

.browse-filter-toggle {
  display: none;
  width: 100%;
}

.browse-results-summary {
  color: var(--text-soft);
  white-space: nowrap;
}

.browse-results-section + .browse-results-section {
  margin-top: 34px;
}

.browse-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.browse-section-heading .section-eyebrow {
  margin-bottom: 4px;
}

.browse-section-heading h3 {
  font-family: var(--font-heading);
  font-size: 1.35rem;
}

.browse-shops-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .browse-search-top {
    grid-template-columns: 1fr;
  }

  .browse-sticky-search-wrap {
    top: 68px;
  }

  .browse-filter-toggle {
    display: inline-flex;
    margin-bottom: 12px;
  }

  .browse-filters {
    display: none;
  }

  .browse-filters.mobile-filters-open {
    display: block;
  }

  .browse-shops-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .browse-type-filter,
  .browse-section-heading,
  .home-section-header {
    align-items: stretch;
    flex-direction: column;
  }

  .browse-type-filter .chip-row {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .browse-type-filter .chip,
  .browse-search-top .btn {
    width: 100%;
  }

  .browse-search-card {
    padding: 14px;
  }
}
