/* Immagine visibile mentre scrolli */
.col-product-image .images-container.js-images-container.images-container-bottom{
    position: sticky;
    top: 0px;
}
.col-product-image .after-cover-tumbnails.text-center{
    position: sticky;
    top: 0px;
}
/* Allarga pulippary distance */
.pg-option-wrapper.pg-option.pupillary-distance{
  grid-column: 2 / 4;
}
.ak-riepilogo-totale{
font-size: 1.2rem;
}
.ak-riepilogo-totale-valore{
font-weight:bold;
}
/* Modal */
  .ak-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }

  .ak-modal {
    background: #fff;
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 1rem;
    border-radius: 8px;
    position: relative;
  }

  .ak-modal .btn-close-wrapper {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .ak-modal .btn-close {
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
  }

  .ak-info-button {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
    border-radius: 50%;
    border: 1px solid #666;
    background: #231f20;
    color: #fff;
    font-size: 14px;
    margin-left: 8px;
    cursor: pointer;
  }

  .ak-modal img {
    max-width: 100%;
    height: auto;
  }

  @media (min-width: 768px) {
    .step-2-modal-cnt-wrapper {
      display: flex;
      gap: 20px;
    }
  }