.katyarts-proof-lightbox-trigger,
.wc-block-cart-item__image a,
.wc-block-components-order-summary-item__image a {
    cursor: zoom-in;
}

.katyarts-proof-lightbox-trigger img {
    display: block;
}

.katyarts-cart-preview-open {
    overflow: hidden;
}

.katyarts-cart-preview-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100000;
}

.katyarts-cart-preview-modal.is-open {
    display: flex;
}

.katyarts-cart-preview-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.82);
}

.katyarts-cart-preview-modal__dialog {
    position: relative;
    max-width: min(92vw, 980px);
    max-height: 92vh;
    padding: 18px 18px 12px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.28);
}

.katyarts-cart-preview-modal__image {
    display: block;
    max-width: min(88vw, 920px);
    max-height: 78vh;
    width: auto;
    height: auto;
    border-radius: 12px;
}

.katyarts-cart-preview-modal__close {
    position: absolute;
    top: 8px;
    right: 10px;
    border: 0;
    background: transparent;
    color: #0f172a;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.katyarts-cart-preview-modal__hint {
    margin: 10px 0 0;
    color: #475569;
    font-size: 13px;
    text-align: center;
}
