.pkt-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    font-family: inherit;
}

.pkt-popup--visible {
    display: block;
}

.pkt-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.pkt-popup__content {
    position: relative;
    max-width: 420px;
    margin: 10% auto 0 auto;
    background: #ffffff;
    padding: 24px 28px 28px;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.pkt-popup__close {
    position: absolute;
    top: 8px;
    right: 10px;
    border: none;
    background: transparent;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
}

.pkt-popup__cart-link {
    display: inline-block;
    margin-top: 16px;
    padding: 10px 18px;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #333;
    font-size: 14px;
}
