.wag-category-hero {
  position: relative;
  overflow: hidden;
}
.wag-category-hero__media {
  height: 100%;
}
.wag-category-hero__media img {
  display: block;
  width: 100%;
  height: auto;
}

.wag-category-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 2rem;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .5) 100%);
}

.wag-category-hero__text p {
  color: var(--Blanc, #FFF)!important;

}

.wag-category-hero__overlay h2 {
  color: var(--Blanc, #FFF)!important;
  text-align: center!important;
  font-family: var(--primary, "Bodoni Moda")!important;
  font-size: 34px!important;
  font-style: normal!important;
  font-weight: 400!important;
  line-height: normal!important;
  letter-spacing: -0.6px!important;
}

.wag-category-hero--left .wag-category-hero__overlay {
  align-items: flex-start;
  text-align: left;
}

.wag-category-hero--center .wag-category-hero__overlay {
  align-items: center;
  text-align: center;
}

.wag-category-hero--right .wag-category-hero__overlay {
  align-items: flex-end;
  text-align: right;
}

.wag-category-hero__button {
  margin-top: 1rem;
  padding: .65rem 1.1rem;
  color: #fff;
  border:1px solid #fff;
  text-decoration: none;
  font-weight: 600;
}

.wag-category-hero__button:hover {
  background: #fff;
  color:#000
}