.bundles-lists-hero {
  width: 100%;
  height: 320px;
}
.bundles-lists-hero img {
  position: absolute;
  inset: 0;
}
.bundles-lists-hero__mask {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(18, 31, 62, 0.7) 0%, rgba(18, 31, 62, 0) 100%);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.bundles-lists-header {
  top: -119px;
  margin-bottom: -119px;
  z-index: 5;
}
.bundles-lists-header__mask {
  position: absolute;
  inset: 8px;
  bottom: -8px;
  border-radius: 32px;
  opacity: 0.5;
  background: var(--white);
  z-index: 1;
}
.bundles-lists-header__overlay-img {
  width: 280px;
  height: 280px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  top: auto;
}

.bundles-lists-filters__mask {
  position: absolute;
  inset: 8px;
  bottom: -8px;
  border-radius: 16px;
  opacity: 0.5;
  background: var(--white);
  z-index: 1;
}
.bundles-lists-filters .bundles-lists-sort-input {
  width: 220px;
}
