#shopline-section-header {
  position: sticky;
  top: 0;
  z-index: 100;
}

.header {
  height: 32rem;
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
}

.header_container {
  flex-grow: 1;
  height: 100%;
}

.header_title {
  font-size: 9rem;
  line-height: 10rem;
}

.tag {
  padding: 1rem 4rem;
  border-radius: 9999px;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.icon-close-header {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
}
