/* VERDE KM: #BED031; */

/* ===== BANNER CONSULENZA MOBILE - REGOLA GLOBALE ===== */
.consulenza-banner-mobile {
  padding: 1rem !important;
  background-color: #f8f9fa !important;
  border-bottom: 1px solid #e0e0e0 !important;
  box-sizing: border-box !important;
}

/* ===== BANNER CONSULENZA DESKTOP ===== */
.desktop-view .consulenza-banner-desktop {
  background-color: #f8f9fa !important;
  padding: 2rem 0 !important;
  border-bottom: 1px solid #e0e0e0 !important;
  width: 100% !important;
  position: relative !important;
  z-index: 10 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-height: 80px !important;
}

.consulenza-banner-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.consulenza-banner-text {
  flex: 1;
}

.consulenza-banner-text p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #343a40;
  font-weight: 400;
}

.consulenza-banner-button {
  flex-shrink: 0;
}

.consulenza-banner-button .btn {
  white-space: nowrap;
  padding: 0.8rem 1.6rem;
  font-size: 1rem;
}

/* Smartphone & Tablet */
@media screen and (min-width: 0px) and (max-width: 992px) {

  .carousel-indicators {
    top: 0px;
    height: 25px;
    }

    .carousel-indicators-2{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    }

    .carousel-indicators-2 li {
      background-color: rgba(190,208,49,0);
      height: 5px;
      width: 25px;
      display: inline-block;
      opacity: 1;
      border: 1px solid #BED031;
      margin-left: 8px;
      margin-right: 8px;
      margin-top: 0px;
      }

    .carousel-indicators-2 li.active {
      background-color: rgba(190,208,49,1);
      opacity: 1;
      }


  .carousel-indicators li {
    background-color: rgba(190,208,49,0);
    height: 5px;
    width: 25px;
    display: inline-block;
    opacity: 1;
    border: 1px solid #BED031;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 0px;
    }

  .carousel-indicators li.active {
    background-color: rgba(190,208,49,1);
    }

.caption-image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-origin: content-box;
  min-height: 50vh;
  padding: 1rem 0rem;
}

.title {
  padding: .5rem 1rem;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
}

.altri{
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 1rem!important;
  text-transform: uppercase;
}

.altri a{
  text-align: center;
  position: relative;
  white-space: normal;
  word-wrap: normal;
  background-color: #BED031;
  color:  #FFF;
  padding: .8rem 1.6rem;
  border-radius: .2rem;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}

.altri a:hover{
  color: #FFFFFF!important;
  background-color: #343a40!important;
  border-color: #343a40!important;
}

.altri_simple{
  text-align: center;
  margin-top: 2rem;
  font-size: 1rem!important;
  text-transform: uppercase;
}

.altri_simple a{
  text-align: center;
  position: relative;
  white-space: normal;
  word-wrap: normal;
  background-color: #BED031;
  color:  #FFF;
  padding: .8rem 1.6rem;
  border-radius: .2rem;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}

.altri_simple a:hover{
  color: #FFFFFF!important;
  background-color: #343a40!important;
  border-color: #343a40!important;
}

#checkboxes input[type=checkbox]{
  display: none;
}

#checkboxes input[type=checkbox]:checked + .whatever{
background-color: rgba(190,208,49,0.2);
background-image: url('../img/icon/square_checked.png');
background-repeat: no-repeat;
background-position: left;
background-size: auto;
}

.checkbox {
background-image: url('../img/icon/square_unchecked.png');
background-repeat: no-repeat;
background-position: left;
background-size: auto;
text-align: left;
padding-left: 36px;
font-size: 1rem;
}

.image_carousel_header{
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 75vh;
}

.index-img-header {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 75vh;
  top: 0px;
  margin-top: -60px;
  z-index: 1;
}

.index-img-header-caption {
  position: absolute;
  text-align: center;
  padding: 3rem 1rem;
  min-height: 100%;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}


.top-img-home{
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 90vh;
}

.top-img-home-caption {
  font-size: 1.4rem;
  font-weight: 400;
  position: absolute;
  padding: 1rem;
  text-align: center;
  min-height: 100%;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content:center;
}

.top-img-home-2{
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 90vh;
}

.top-img-home-caption-2 {
  position: absolute;
  padding: 1rem;
  text-align: center;
  min-height: 100%;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.item_back{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding: 2rem 0rem 1rem 0rem;
}

.item{
  width: 45%;
  background-color: #F5F5F5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  padding: .2rem 1rem;
  height: 10vh;
  min-height: 10vh;
  margin-bottom: 1rem;
}

.item-2{
  width: 45%;
  background-color: #F5F5F5;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #343A40;
  padding: 2rem .2rem .2rem 2rem;
  height: 15vh;
  min-height: 15vh;
  margin-bottom: 1rem;
}

.top-img-btn {
  margin-top: 40px;
  border: 1px solid #FFF;
  display: inline;
  padding: .5rem 1rem;
  text-decoration: none;
}

.top-img-btn a{
  color: #FFF;
  text-decoration: none;
}


.top-sport-selection {
  background-size: cover;
  background-position: center;
  height: 120px;
  text-align: center;
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.top-sport-button {
  font-size: 2rem;
  font-weight: 700;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  padding: .1rem .8rem;
  background-color: rgba(52,58,64, 0.7);
}

.block-mob {
  display: block;
  min-height: 600px;
  vertical-align: middle;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}


.instagram_box {
  float: left;
  display: table;
  margin: 2px;
  width: calc(50vw - 4px);
  height: calc(50vw - 4px );
  background-position: center;
  background-size: cover;
  text-align: center;
  vertical-align: middle;
}

.interessi-list {
position: relative;
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
margin: 10px;
}

.interessi-box {
  display: inline-block;
  position: relative;
  width: 70vw;
  border-radius: .25rem;
  border: 1px solid #cfcfcf;
  margin-right: 10px;
}


.interessi-img{
  position: relative;
  width: 100%;
  height: 20vh;
  min-height: 20vh;
  padding: .2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-origin: content-box;
}

.product-brand {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position:absolute;
  height: 40px;
  width: 40px;
  top:1rem;
  right:1rem;
}

.product-brand-small {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position:absolute;
  height: 32px;
  width: 32px;
  bottom:0rem;
  left:.5rem;
}

.interessi-desc{
  position: relative;
  height: 23vh;
  min-height: 23vh;
  margin: 10px;
  word-wrap: break-word;
  white-space: normal;
}

.interessi-price{
  position: relative;
  margin: 10px;
  word-wrap: normal;
  white-space: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.interessi-discount {
  position:  absolute;
  display: block;
  z-index: 111;
  top: .5rem;
  left: .5rem;
  font-weight: 700;
  font-size: .8rem;
  color: #343a40;
  padding: .2rem .5rem;
  background-color: #BED031;
  border-radius: .25rem;
}

.product-discount-solo-omline-label {
  position: absolute;
  z-index: 111;
  top: .5rem;
  left: .5rem;
  font-weight: 700;
  font-size: .8rem;
  color: #FFF;
  padding: .2rem .5rem;
  background-color: #7B2CBF;
  border-radius: .25rem;
  width: auto;
}


.product-discount-solo-online {
  position: absolute;
  z-index: 111;
  top: 2.1rem;
  left: .1rem;
  color: #7B2CBF; 
  font-size: .7rem;
  font-weight: 600;
}


.product-heart {
  position:absolute;
  top:.5rem;
  right:.5rem;
  background-image: url('../img/icon/heart.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
}

.product-heart:hover {
background-image: url('../img/icon/heart_outline.png');
}

.product-heart-fill {
  position:absolute;
  top:.5rem;
  right:.5rem;
  background-image: url('../img/icon/heart-fill.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
}

.riga-pad {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90vh;
  padding: 8vw;
  background-color: #FFF;
}

.riga-pad2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background-color: #BED031;
}

.cella-text {
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 1rem;
  justify-content: center;
  background-color: #FFF;
}

.cella-text-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: left;
  color: #343A40;
  text-align: center;
  margin: 1rem 0rem;
}


/* Main Promo Section --------------------------------------------------------------------- */

/* Main Promo Section */
.main-promo-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  padding: 1.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.main-promo-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Slightly darker overlay for readability */
  z-index: 1;
}

.promo-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
}

/* Left Section: Title and Meta Title */
.promo-text {
  flex: 2;
  text-align: left;
  display: flex;
  flex-direction: column; /* Stack the title and meta_title vertically */
  justify-content: center;
  align-items: flex-start;
}

.promo-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
}

.promo-text h4.promo-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 1rem; /* Space between title and meta_title */
  color: #BED031; /* Accent color matching website theme */
}

/* Right Section: Promo End Date */
.promo-end-date-box {
  flex: 1;
  text-align: right;
  background-color: rgba(190, 208, 49, 0.6);
  padding: 1rem;
  margin-top: 2rem;
  border-radius: 10px;
}

.promo-end-date-box p {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #f1f1f1;
}

.promo-end-date-box span {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}

/* Promo Button Styling */
.promo-button {
  background-color: #7B2CBF; /* Deep purple */
  color: #fff !important;
  padding: 0.75rem 2rem;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  z-index: 2;
}

.promo-button:hover {
  background-color: #BED031; /* Lime green hover effect */
  color: #000;
/*   transform: translateY(-3px);
 */}


/* Main Promo Section - END--------------------------------------------------------------------- */


}



/* Laptop & PCs */
@media screen and (min-width: 993px) {


/* Main Promo Section --------------------------------------------------------------------- */

/* Main Promo Section */
.main-promo-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  padding: 1.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.main-promo-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Slightly darker overlay for readability */
  z-index: 1;
}

.promo-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 0 2rem;
}

/* Left Section: Title and Meta Title */
.promo-text {
  flex: 2;
  text-align: left;
  padding-right: 2rem;
  display: flex;
  flex-direction: column; /* Stack the title and meta_title vertically */
  justify-content: center;
  align-items: flex-start;
}

.promo-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
}

.promo-text h4.promo-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 1rem; /* Space between title and meta_title */
  color: #BED031; /* Accent color matching website theme */
}

/* Right Section: Promo End Date */
.promo-end-date-box {
  flex: 1;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1rem;
  border-radius: 10px;
}

.promo-end-date-box p {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #f1f1f1;
}

.promo-end-date-box span {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}

/* Promo Button Styling */
.promo-button {
  background-color: #7B2CBF; /* Deep purple */
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  z-index: 2;
}

.promo-button:hover {
  background-color: #BED031; /* Lime green hover effect */
  color: #000;
/*   transform: translateY(-3px);
 */}


/* Main Promo Section - END--------------------------------------------------------------------- */



  .top-img-home{
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 40vh;
  }

  .top-img-home-caption {
    font-size: 1.6rem;
    font-weight: 400;
    position: absolute;
    padding: 1rem 15rem;
    text-align: center;
    min-height: 100%;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content:center;
  }

  .image_carousel_header{
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 80vh;
  }

  .index-img-header {
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 80vh;
    margin-top: -70px;
    z-index: 1;
  }

  .index-img-header-caption {
    position: absolute;
    text-align: center;
    padding: 4rem 1rem 10rem 1rem;
    min-height: 100%;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }



  .top-img-btn {
    margin-top: 40px;
    border: 1px solid #FFF;
    display: inline;
    padding: .5rem 1rem;
    text-decoration: none;
  }

  .top-img-btn a{
    color: #FFF;
    text-decoration: none;
  }

  .carousel-indicators {
    bottom: 0px;
    height: 25px;
    }

  .carousel-indicators li {
    background-color: rgba(190,208,49,0);
    height: 5px;
    width: 25px;
    display: inline-block;
    opacity: 1;
    border: 1px solid #BED031;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 0px;
    }

  .carousel-indicators li.active {
    background-color: rgba(190,208,49,1);
    }

    .product-heart {
      position:absolute;
      top:1rem;
      right:1rem;
      background-image: url('../img/icon/heart.png');
      background-position: center;
      background-repeat: no-repeat;
      background-size: auto;
      min-width: 32px;
      min-height: 32px;
      width: 32px;
      height: 32px;
    }

    .product-heart:hover {
    background-image: url('../img/icon/heart_outline.png');
    }

    .product-heart-fill {
      position:absolute;
      top:1rem;
      right:1rem;
      background-image: url('../img/icon/heart-fill.png');
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      min-width: 32px;
      min-height: 32px;
      width: 32px;
      height: 32px;
    }


    #checkboxes input[type=checkbox]{
      display: none;
    }

    #checkboxes input[type=checkbox]:checked + .whatever{
    background-color: rgba(190,208,49,0.2);
    background-image: url('../img/icon/square_checked.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto;
    }

    .checkbox {
    background-image: url('../img/icon/square_unchecked.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto;
    text-align: left;
    padding-left: 36px;
    font-size: 1rem;
    }


    .riga {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      min-height: 60vh;
    }

    .riga-newsletter {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      min-height: 20vh;
      background-color: #BED031;
    }

    .cella-text-newsletter-dx {
      width: 60vw;
      display: flex;
      align-items: center;
      padding: 0rem 1rem;
      height: 20vh;
      min-height: 20vh;
      justify-content: center;
    }

    .cella-text-newsletter-sx {
      width: 40vw;
      display: flex;
      text-align: right;
      align-items: center;
      padding: 0rem 1rem;
      height: 20vh;
      min-height: 20vh;
      justify-content: center;
    }

    #sezione_news_ins a:hover{
      color: #000;
    }

    .riga-pad {
      display: flex;
      align-items: center;
      min-height: 80vh;
      padding: 0rem 0rem 0rem 4rem;
      background-color: #F5F5F5;
    }

    .riga-pad-sub {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      width: 100%;
    }

    .riga-pad-5 {
      display: flex;
      align-items: center;
      min-height: 80vh;
      padding: 0rem 0rem 0rem 4rem;
      background-color: #FFFFFF;
    }

    .riga-pad-5-sub {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      width: 100%;
    }

    .riga-pad-4 {
      display: flex;
      align-items: center;
      min-height: 80vh;
      padding: 4rem 4rem 4rem 0rem;
      background-color: #F5F5F5;
    }

    .riga-pad-4-sub {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .riga-pad-sponsor {
      background-color: #343A40;
      min-height: 70vh;
      display: flex;
      align-items: center;
    }

    .riga-pad-sponsor-sub{
      width: 100%;
    }

    .cella-text-4 {
      width: 45vw;
      min-height: 24px;
      display: flex;
      text-align: center;
      align-items: center;
      flex-direction: column;
      padding: 0rem 3rem;
      height: 60vh;
      min-height: 60vh;
      justify-content: center;
      background-color: #F5F5F5;
    }

    .cella-img-4 {
      width: 55vw;
      height: 60vh;
      min-height: 60vh;
      min-height: 24px;
      text-align: right;
      font-size: .8rem;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }


    .riga-pad2 {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      padding: 5vw;
      background-color: #343a40;
    }

    .cella-text {
      width: 45vw;
      display: flex;
      text-align: center;
      align-items: center;
      flex-direction: column;
      padding: 0rem 3rem;
      height: 60vh;
      min-height: 60vh;
      justify-content: center;
      background-color: #F5F5F5;
    }

    .cella-text-5 {
      width: 55vw;
      display: flex;
      text-align: center;
      align-items: center;
      flex-direction: column;
      padding: 0rem 3rem;
      height: 60vh;
      min-height: 60vh;
      justify-content: center;
      background-color: #FFFFFF;
    }

    .cella-img-5 {
      width: 45vw;
      display: flex;
      text-align: center;
      align-items: center;
      flex-direction: column;
      padding: 0rem 3rem;
      height: 60vh;
      min-height: 60vh;
      background-color: #FFFFFF;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
    }

    .cella-text-2 {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 50%;
      font-size: 1.3rem;
      min-height: 30vw;
      text-align: left;
      padding: 2vw;
      color: #BED031;
      border-right: 1px dashed #BED031;
      border-top: 1px dashed #BED031;
      border-bottom: 1px dashed #BED031;
    }

    .cella-text-3 {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 50%;
      font-size: 1.3rem;
      min-height: 30vw;
      text-align: center;
      padding: 2vw;
      background-color: #BED031;
    }

    .cella-img {
      width: 55vw;
      height: 60vh;
      min-height: 60vh;
      min-height: 24px;
      text-align: right;
      font-size: .8rem;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }

    .cella-text-lg {
      width: calc(70% - 1rem);
      text-align: center;
      display: flex;
      flex-flow: wrap;
      align-items: flex-start;
      justify-content: flex-start;
      padding: 1rem;
    }

    .back_sponsor {
      display:flex;
      align-items: flex-start;
      background-position: right;
      background-size: auto;
      background-repeat: no-repeat;

    }

    .cella-img-sm {
      width: calc(30% - 1rem);
      min-height: 20rem;
      height: 20rem;
      margin: 1rem;
      text-align: right;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: column;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }


    .item-home{
      text-align: center;
      width: 30%;
      min-height: 6rem;
      height: 6rem;
      margin-right: 1rem;
      margin-bottom: 1rem;
      border: 1px solid #737373;
      border-radius: .2rem;
      background-color: #F5F5F5;
      background-position: center;
      background-repeat: no-repeat;
      background-origin: content-box;
      background-size: contain;
    }

    .item-home-2 {
      padding: .5rem 1rem;
      text-align: center;
      width: 30%;
      min-height: 6rem;
      height: 6rem;
      margin-right: 1rem;
      margin-bottom: 1rem;
      border: 1px solid #737373;
      border-radius: .2rem;
      background-color: #F5F5F5;
      background-position: center left;
      background-repeat: no-repeat;
      background-origin: content-box;
      background-size: contain;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
    }

    .cella-img-btn {
      margin-top: 3rem;
      margin-bottom: 3rem;
      text-align: center;
    }

    .cella-img-btn a{
      border: 1px solid #343a40;
      color: #343a40;
      text-decoration: none;
      text-align: center;
      display: inline;
      position: relative;
      padding: .5rem 1rem;
      font-size: 1.4rem;
      font-weight: 400;
    }

    .altri{
      text-align: center;
      margin-top: 3rem;
      margin-bottom: 6rem;
      text-transform: uppercase;
    }

    .altri a{
      text-align: center;
      position: relative;
      white-space: normal;
      word-wrap: normal;
      background-color: #BED031;
      color:  #FFF;
      padding: .8rem 1.6rem;
      border-radius: .2rem;
      text-decoration: none;
      font-weight: 700;
    }

    .altri a:hover{
      color: #FFFFFF!important;
      background-color: #343a40!important;
      border-color: #343a40!important;
    }

    .altri_simple{
      text-align: center;
      margin-top: 3rem;
      text-transform: uppercase;
    }

    .altri_simple a{
      text-align: center;
      position: relative;
      white-space: normal;
      word-wrap: normal;
      background-color: #BED031;
      color:  #FFF;
      padding: .8rem 1.6rem;
      border-radius: .2rem;
      text-decoration: none;
      font-weight: 700;
    }

    .altri_simple a:hover{
      color: #FFFFFF!important;
      background-color: #343a40!important;
      border-color: #343a40!important;
    }

    #radioboxes {
      display: flex;
      align-items: center;
      border-radius: 0rem;
      padding: 2rem 1rem 2rem 1rem;
    }

    #radioboxes input[type=radio]{
        display: none;
    }

    #radioboxes input[type=radio]:checked + .whatever-radio{
      text-decoration: underline;
      font-weight: 700;
      background-color: #FFF;
      color: #000;
      background-repeat: no-repeat;
      background-position: left;
      background-size: contain;
    }

    .whatever-radio{
      background-color: #737373;
      color: #FFF;
      font-weight: 700;
      font-size: 1rem;
    }

    label {
      margin-bottom: 0px;
    }

    .interessi-list {
    position: relative;
    display: flex;
    justify-content: flex-start;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    }

    .interessi-box {
      float: left;
      position: relative;
      width: 22.5vw;
      border-radius: .25rem;
      border: 1px solid #cfcfcf;
      margin: 1vw;
      padding: 1vw;
    }

    .interessi-box a{
      text-decoration: none;
      color: #343a40;
    }

    .interessi-img{
      position: relative;
      width: 100%;
      height: 30vh;
      min-height: 30vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-origin: content-box;
      padding: 1rem;
    }

    .product-brand {
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      position:absolute;
      height: 32px;
      width: 32px;
      bottom:0rem;
      left:0rem;
    }

    .interessi-desc{
      position: relative;
      height: 9rem;
      min-height: 9rem;
      margin-top: 10px;
      word-wrap: normal;
      white-space: normal;
    }

    .interessi-price{
      position: relative;
      margin: 10px 10px 10px 0px;
      word-wrap: normal;
      white-space: normal;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .interessi-discount {
      position: absolute;
      z-index: 111;
      top: .5rem;
      left: .5rem;
      font-weight: 700;
      font-size: 1.2rem;
      color: #343a40;
      padding: .4rem .8rem;
      background-color: #BED031;
      border-radius: .25rem;
    }

    .product-discount-solo-omline-label {
      position: absolute;
      z-index: 111;
      top: .5rem;
      left: .5rem;
      font-weight: 700;
      font-size: 1.2rem;
      color: #FFF;
      padding: .4rem .8rem;
      background-color: #7B2CBF;
      border-radius: .25rem;
      width: auto;
    }
    
    .product-discount-solo-online {
      position: absolute;
      z-index: 111;
      top: 3.4rem;
      left: .5rem;
      color: #7B2CBF; 
      font-size: .7rem;
      font-weight: 600;
    }
    
    /* ===== BANNER CONSULENZA MOBILE ===== */
    .mobile-view .consulenza-banner-mobile {
      background-color: #f8f9fa !important;
      padding-top: 1rem !important;
      padding-right: 1rem !important;
      padding-bottom: 1rem !important;
      padding-left: 1rem !important;
      border-bottom: 1px solid #e0e0e0 !important;
      width: 100% !important;
      position: relative !important;
      z-index: 10 !important;
      margin: 0 !important;
      box-sizing: border-box !important;
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
      min-height: 120px !important;
    }
    
    /* Override per assicurarsi che il padding non venga resettato */
    .consulenza-banner-mobile {
      padding: 1rem !important;
    }

    .mobile-view .consulenza-banner-content-mobile {
      display: flex !important;
      flex-direction: column !important;
      gap: 1rem !important;
      width: 100% !important;
      padding: 0 !important;
      margin: 0 !important;
      box-sizing: border-box !important;
    }

    .mobile-view .consulenza-banner-text-mobile {
      width: 100% !important;
      padding: 0 !important;
      margin: 0 !important;
      box-sizing: border-box !important;
    }

    .mobile-view .consulenza-banner-text-mobile p {
      margin: 0 !important;
      padding: 0 !important;
      font-size: 1rem !important;
      line-height: 1.5 !important;
      color: #343a40 !important;
      font-weight: 400 !important;
      text-align: center !important;
      box-sizing: border-box !important;
    }

    .mobile-view .consulenza-banner-button-mobile {
      width: 100% !important;
      padding: 0 !important;
      margin: 0 !important;
      box-sizing: border-box !important;
    }

    .mobile-view .consulenza-banner-button-mobile .btn {
      width: 100% !important;
      padding: 0.8rem 1.6rem !important;
      font-size: 1rem !important;
      box-sizing: border-box !important;
    }

}
