body {
  background: var(--bg);
  overflow-x: clip;
}

.collection-page {
  overflow-x: clip;
}

.collection-page .catalog {
  padding-top: clamp(16px, 2.4vw, 28px);
  padding-bottom: clamp(34px, 5vw, 72px);
}

.collection-page__category-bar {
  position: static;
  top: auto;
  z-index: 1;
  min-height: 0;
  padding: 0 var(--padding);
  margin: 0 calc(var(--padding) * -1) 14px;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.collection-page__breadcrumb-scroll {
  overflow: visible;
  touch-action: auto;
  min-height: 0;
}

.collection-page__category-bar .breadcrumbs {
  margin: 0;
}

.collection-page__intro {
  margin: 0 0 clamp(18px, 2.4vw, 28px);
  padding-top: 0;
}

.collection-page__title,
.collection-page__lead {
  max-width: 720px;
}

.collection-page__eyebrow {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: var(--weight-medium);
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}

.collection-page__title {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: var(--weight-regular);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.collection-page__lead {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.collection-page__meta {
  display: block;
  margin-top: 14px;
  color: var(--text);
  font-size: 11px;
  font-weight: var(--weight-medium);
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}

.collection-page .product-grid {
  padding-top: 0;
}
