/** Shopify CDN: Minification failed

Line 184:0 Expected "}" to go with "{"

**/
.is-hidden {
  display: none !important;
}
  
  @media (min-width: 1025px) {
.custom-hero-banner {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
  overflow: hidden;

  min-height: 595px; 
  aspect-ratio: 16/9;
}
  }
  @media (max-width: 1024px) {
  .custom-hero-banner {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
}
.custom-hero-banner__content {
}
  }
/* Wrapper per l'immagine con gradient */
.custom-hero-banner__image-wrapper {
  position: relative;
  width: 100%;
}

.custom-hero-banner__image-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}

.custom-hero-banner__image {
width: 100%;
  height: 100%;
  object-fit: contain; 
  object-position: center top; 
  position: relative;
  z-index: 0;
}

/* 🔹 Nasconde l'immagine mobile su desktop */
.custom-hero-banner__image.mobile {
  display: none;
}

@media screen and (min-width: 767.99px) and (max-width: 1023.99px) {
  .custom-hero-banner__image-wrapper {
    height: auto !important; 
  }
  
  .custom-hero-banner__image {
    height: auto !important; 
    display: block; 
  }
}

/* 🔹 Nasconde l'immagine desktop su mobile */
@media (max-width: 767.98px) {
  .custom-hero-banner__image.desktop {
    display: none;
  }
  .custom-hero-banner__image.mobile {
    display: block;
  }
  /* 🔹 Testo sopra l'immagine */
#shopify-section-template--28410311672145__banner_images_2_buttons_NMAyBx .custom-hero-banner__content {
  bottom: 8% !important;
  }
}

/* 🔹 Testo sopra l'immagine */
.custom-hero-banner__content {
  position: absolute;
  z-index: 2;
  padding: 0 1rem;
  width: 100%;
  color: white;
  text-align: center;
  bottom: 15%;
}

@media (min-width:767.98px){
.custom-hero-banner__content {
  bottom: 20%;
  }
}

.custom-hero-banner__content.only-title {
  bottom: 10%;
  font-size: 1.7rem;
}

.custom-hero-banner__content.only-title h2.custom-hero-banner__title {
  font-size: 1.8rem !important;
}

.custom-hero-banner__title {
  font-size: 2.7rem !important;
  color: white;
  margin-bottom: 1.5rem;
}

.custom-hero-banner__subtitle {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: white;
}

/* 🔹 Contenitore per i due bottoni */
.custom-hero-banner__buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

/* 🔹 Stile dei bottoni */
@media (max-width: 1024px) {
  .custom-hero-banner__title {
    font-size: 2rem !important;
  }
  .custom-hero-banner__subtitle {
    font-size: 1.2rem;
    width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .custom-hero-banner__buttons {
    flex-direction: initial;
    gap: 10px;
  }
      .custom-hero-banner__subtitle {
        width: 100%;
        max-width: 30rem;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 480px) {
  .custom-hero-banner__title {
    font-size: 2rem !important;
  }
  .custom-hero-banner__subtitle {
    font-size: 1.2rem;
      margin-top: 10px;
  }
}
@media (min-width: 767.99px) {
.custom-hero-banner {
  min-height: 0px !important; aspect-ratio: unset !important; 
}
  .custom-hero-banner__buttons.hidden + .custom-hero-banner__subtitle {
  margin-bottom: 0px !important;
}

