.apreach-products-loading {
  min-height: 40vh;
}

.apreach-products-error {
  display: none;
}

.apreach-products-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(74, 124, 76, 0.16), transparent 26%),
    linear-gradient(135deg, #f6f8f4 0%, #eef5ed 48%, #ffffff 100%) !important;
}

.apreach-products-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: var(--primary-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.apreach-products-kicker::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--primary-dark);
}

.apreach-products-subhead {
  max-width: 720px;
}

.apreach-products-categoryStrip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
  margin: -1.6rem 0 2rem;
  position: relative;
  z-index: 2;
}

.apreach-products-categoryTile {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 86px;
  padding: 0.95rem;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-sm);
  color: var(--text-main);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.apreach-products-categoryTile:hover,
.apreach-products-categoryTile.is-active {
  transform: translateY(-2px);
  border-color: rgba(74, 124, 76, 0.34);
  box-shadow: var(--shadow-md);
}

.apreach-products-categoryIcon {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--primary);
  color: #fff;
  font-weight: 700;
}

.apreach-products-categoryTile strong,
.apreach-products-categoryTile small {
  display: block;
}

.apreach-products-categoryTile small {
  margin-top: 0.22rem;
  color: var(--text-muted);
  font-size: 0.75rem;
  line-height: 1.35;
}

.apreach-products-sidebar {
  position: sticky;
  top: 96px;
  align-self: start;
  overflow: hidden;
  border: 1px solid var(--border-light) !important;
  box-shadow: var(--shadow-sm);
}

.page_categoryLink__mIK6U {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.page_categoryLink__mIK6U small {
  min-width: 2rem;
  padding: 0.22rem 0.45rem;
  border-radius: 999px;
  background: var(--bg-light);
  color: var(--primary-dark);
  font-size: 0.72rem;
  text-align: center;
}

.page_categoryActive__blbv8 small {
  background: rgba(255, 255, 255, 0.75);
}

.apreach-products-topBar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  min-height: auto !important;
  padding: 1rem 1.15rem !important;
  border: 1px solid var(--border-light) !important;
  border-left: 4px solid var(--primary) !important;
  border-radius: var(--radius-md) !important;
  background:
    linear-gradient(90deg, rgba(74, 124, 76, 0.07), rgba(255, 255, 255, 0.96) 42%),
    #fff !important;
  box-shadow: var(--shadow-sm);
}

.page_resultCount__H_eai {
  display: flex !important;
  align-items: center !important;
  gap: 0.85rem !important;
  color: var(--text-main) !important;
}

.page_resultCount__H_eai strong {
  display: grid;
  place-items: center;
  min-width: 2.75rem;
  height: 2.75rem;
  padding: 0 0.7rem;
  border-radius: 14px;
  background: var(--primary-dark);
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
}

.page_resultCount__H_eai small {
  display: block;
  margin-top: 0.16rem;
  color: var(--text-muted);
  font-size: 0.82rem;
}

.apreach-products-topBar .page_pagination__yG6uP {
  margin-left: auto;
}

.page_grid__95EGe {
  gap: 1.25rem !important;
}

.page_card___11WJ {
  overflow: hidden;
  border: 1px solid var(--border-light) !important;
  border-radius: var(--radius-md) !important;
  background: #fff !important;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.page_card___11WJ:hover {
  transform: translateY(-3px);
  border-color: rgba(74, 124, 76, 0.3) !important;
  box-shadow: var(--shadow-md);
}

.page_cardImage__Zh0jI {
  background: var(--bg-light) !important;
}

.page_cardImage__Zh0jI img {
  transform: scale(0.98);
  transition: transform 0.24s ease;
}

.page_card___11WJ:hover .page_cardImage__Zh0jI img {
  transform: scale(1.01);
}

.page_cardBody__9_bj7 {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  padding: 1rem 1rem 1.1rem !important;
}

.page_cardCategory__xXgTH {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 1.65rem;
  margin: 0 0 0.75rem !important;
  padding: 0.3rem 0.62rem;
  border: 1px solid rgba(74, 124, 76, 0.16);
  border-radius: 999px;
  background: #eef5ed;
  color: var(--primary-dark) !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
  text-transform: uppercase;
}

.page_cardTitle__Aamo8 {
  color: var(--text-main) !important;
  font-size: 1rem !important;
  line-height: 1.34 !important;
}

.apreach-products-cardLink {
  display: inline-flex;
  margin-top: 0.85rem;
  color: var(--primary-dark);
  font-size: 0.82rem;
  font-weight: 700;
}

.apreach-products-cardLink::after {
  content: "→";
  margin-left: 0.35rem;
  transition: transform 0.18s ease;
}

.page_card___11WJ:hover .apreach-products-cardLink::after {
  transform: translateX(3px);
}

.apreach-product-detail-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0.9rem;
  padding: 0.34rem 0.68rem;
  border: 1px solid rgba(74, 124, 76, 0.16);
  border-radius: 999px;
  background: var(--bg-light);
  color: var(--primary-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .apreach-products-categoryStrip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .apreach-products-categoryStrip {
    grid-template-columns: 1fr;
    margin-top: -1rem;
  }

  .apreach-products-sidebar {
    position: static;
  }

}
