/* BEGIN CT_HOME_GENDER_HEROES_01Z_MAIN_HERO_DIMENSIONS_SAFE */
html body#index .ct-home-gender-heroes-01x {
  clear: both;
  width: 100%;
  margin: 0 0 -6px;
  transform: translateY(-22px);
}

html body#index .ct-home-gender-heroes-01x__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}

html body#index .ct-home-gender-hero-01x {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1916 / 821;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e4ddd3;
  border-radius: 2px;
  background: #f8f5f0;
  color: #171717;
  text-decoration: none;
}

html body#index .ct-home-gender-hero-01x picture,
html body#index .ct-home-gender-hero-01x__image {
  display: block;
  width: 100%;
  height: 100%;
}

html body#index .ct-home-gender-hero-01x__image {
  object-fit: cover;
  transition: filter 160ms ease;
}

html body#index .ct-home-gender-hero-01x--uomo .ct-home-gender-hero-01x__image {
  object-position: 61% 26%;
}

html body#index .ct-home-gender-hero-01x--donna .ct-home-gender-hero-01x__image {
  object-position: 63% 25%;
}

/* BEGIN CT_HOME_GENDER_HERO_CTA_01AA_COMPACT_GLASS_SAFE */
html body#index .ct-home-gender-hero-01x__caption {
  position: absolute;
  left: 56px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 166px;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 2px;
  background: rgba(255, 255, 255, .32);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 16px rgba(17, 17, 17, .06);
  color: #111;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: clamp(15px, 1.15vw, 19px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

html body#index .ct-home-gender-hero-01x__caption svg {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

html body#index .ct-home-gender-hero-01x:hover {
  color: #111;
  text-decoration: none;
}

html body#index .ct-home-gender-hero-01x:hover .ct-home-gender-hero-01x__image {
  filter: brightness(.97);
}

html body#index .ct-home-gender-hero-01x:hover .ct-home-gender-hero-01x__caption {
  border-color: rgba(180, 138, 69, .72);
  background: rgba(255, 255, 255, .52);
  box-shadow: 0 5px 18px rgba(17, 17, 17, .09);
}

html body#index .ct-home-gender-hero-01x:focus-visible {
  outline: 2px solid #b48a45;
  outline-offset: 3px;
}

@media (max-width: 767.98px) {
  html body#index .ct-home-gender-heroes-01x {
    width: calc(100vw - 20px);
    margin-top: -12px;
    margin-right: -10px;
    margin-bottom: 16px;
    margin-left: auto;
    position: relative;
    left: 10px;
    transform: none;
  }

  html body#index .ct-home-gender-heroes-01x__grid {
    gap: 8px;
  }

  html body#index .ct-home-gender-hero-01x--uomo .ct-home-gender-hero-01x__image,
  html body#index .ct-home-gender-hero-01x--donna .ct-home-gender-hero-01x__image {
    object-position: 66% 25%;
  }

  html body#index .ct-home-gender-hero-01x__caption {
    right: auto;
    bottom: 12px;
    left: 50%;
    width: auto;
    max-width: calc(100% - 48px);
    min-width: 166px;
    min-height: 44px;
    padding: 10px 14px;
    font-size: 16px;
    transform: translateX(-50%);
  }
}
/* END CT_HOME_GENDER_HERO_CTA_01AA_COMPACT_GLASS_SAFE */
/* END CT_HOME_GENDER_HEROES_01Z_MAIN_HERO_DIMENSIONS_SAFE */
