/*BITNO*/
.product-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero-wrapper {
  position: relative;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-content h1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-content {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  z-index: 2;
  color: #fff;
  text-align: center;
  align-items: center;
  flex-direction: column;
}

