.kld-modal{display:none;}
.kld-modal.is-open{display:block;}

.kld-overlay{
    position:fixed; inset:0;
    background:rgba(0,0,0,.6);
    z-index:9998;
}

.kld-modal-box{
    position:fixed;
    top:50%; left:50%;
    transform:translate(-50%,-50%);
    width:90%;
    /*max-width:1000px;*/
    height:98%;
    background:#fff;
    z-index:9999;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,.4);
}
.kld-wrapper {
    display: flex;
    justify-content: center;
}

.kld-iframe{width:100%; height:100%; border:0;}
.kld-close{
    position:absolute;
    top:10px; right:10px;
    z-index:10000;
}
.product-customization,
#product-customization,
.customization-block,
.customization {
    display: none !important;
}

.kld-label-preview {
    width: 260px;          /* ⬅️ aumenta qui */
    max-width: 100%;
    margin: 12px 0;
}

.kld-label-preview svg {
    width: 100%;
    height: auto;
    display: block;
}



.kld-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 33px 0;

}

.kld-label-preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    margin: 30px 0;
}

.kld-label-preview-title {
    font-size: 13px;
    font-weight: 600;
    opacity: 0.85;
}
.kld-wrapper > .btn {
    margin-top: 15px;
}
.product-add-to-cart + .kld-wrapper {
    margin-top: 30px;
}


.kld-label-preview svg {
    width: 260px;
    max-width: 100%;
    height: auto;
    display: block;
}



@media all and (max-width: 1199px) {


    .kld-wrapper {
        margin: 0 0;
        scale: 1.2;
    }
    .kld-label-preview {
        position: relative;
        z-index: 11000;
    }

    .product-add-to-cart {
        z-index: 9999;
    }


}