.section-header:not(.shopify-section-header-sticky) .header {
  position: absolute;
  background: transparent;
  width: 100%;
  left: 0;
  border-bottom: none;
  margin-top: 0;
}

.section-header {
  position:relative;
  z-index: 50;
}

sticky-header {
  display:block;
  position:sticky;
  top:0;
  z-index: 60;
  background: rgba(7,5,26,0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(122,78,255,0.18);
  width: 100%;
}

.header.header--center-only {
  display:flex;
  justify-content:center;
  align-items:center;
  padding: 14px 1.5rem;
  max-width: var(--page-width);
  margin: 0 auto;
}

.header__heading { margin:0; }
.header__heading-link { display:inline-block; padding: 4px 0; }
.header__heading-logo {
  max-width: min(100%, 88px);
  height: auto;
  filter: brightness(0) invert(1);
}

@media(max-width: 989px) {
  .header.header--center-only { padding: 10px 14px; }
  .header__heading-logo { max-width: 72px; }
}

.age-badge {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width: 38px;
  height: 28px;
  padding: 0 8px;
  border-radius: 100px;
  border: 1px solid #ff4d6d;
  color:#ff4d6d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  background: rgba(255, 77, 109, 0.08);
}
.age-badge--big { min-width:48px; height:32px; font-size:14px; }
