.editor-v2-return-offer {
    align-items: center;
    background: rgba(22, 28, 38, .58);
    bottom: 0;
    display: none;
    font-family: Arial, sans-serif;
    justify-content: center;
    left: 0;
    padding: 24px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 110500;
}

.editor-v2-return-offer.is-visible {
    display: flex;
}

.editor-v2-return-offer__dialog {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .28);
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    max-width: 900px;
    min-height: 410px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.editor-v2-return-offer__visual {
    align-items: center;
    background: linear-gradient(145deg, #fff6f9 0%, #fff 100%);
    border-right: 1px solid #f1dce4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 34px;
}

.editor-v2-return-offer__mark {
    display: block;
    height: 112px;
    width: 112px;
}

.editor-v2-return-offer__mark img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.editor-v2-return-offer__product {
    color: #b91d58;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .16em;
    margin-top: 14px;
    text-transform: uppercase;
}

.editor-v2-return-offer__content {
    align-self: center;
    padding: 58px 64px 52px;
}

.editor-v2-return-offer__eyebrow {
    color: #d9005b;
    display: block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .08em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.editor-v2-return-offer__content h2 {
    color: #172033;
    font-size: 28px;
    line-height: 1.18;
    margin: 0 0 16px;
}

.editor-v2-return-offer__content p {
    color: #5f6b7d;
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}

.editor-v2-return-offer__actions {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 17px;
    margin-top: 28px;
}

.editor-v2-return-offer__primary {
    background: #d9005b;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(217, 0, 91, .2);
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    min-height: 46px;
    padding: 0 24px;
    width: 100%;
}

.editor-v2-return-offer__primary:hover,
.editor-v2-return-offer__primary:focus {
    background: #bd0050;
}

.editor-v2-return-offer__old {
    color: #5f6b7d;
    cursor: pointer;
    font-size: 14px;
    margin: 0 auto;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.editor-v2-return-offer__old:hover,
.editor-v2-return-offer__old:focus {
    color: #172033;
}

.editor-v2-return-offer__note {
    color: #8590a1 !important;
    font-size: 12px !important;
    margin-top: 22px !important;
}

.editor-v2-return-offer__note i {
    color: #d9005b;
    margin-right: 6px;
}

.editor-v2-return-offer__close {
    background: transparent;
    border: 0;
    color: #7c8797;
    cursor: pointer;
    font-size: 26px;
    line-height: 1;
    padding: 10px;
    position: absolute;
    right: 13px;
    top: 10px;
}

.editor-v2-return-offer__close:hover,
.editor-v2-return-offer__close:focus {
    color: #172033;
}

.editor-v2-return-offer__primary:focus,
.editor-v2-return-offer__old:focus,
.editor-v2-return-offer__close:focus {
    outline: 3px solid rgba(217, 0, 91, .22);
    outline-offset: 3px;
}

@media (max-width: 680px) {
    .editor-v2-return-offer {
        padding: 14px;
    }

    .editor-v2-return-offer__dialog {
        display: block;
        max-width: 460px;
        min-height: 0;
    }

    .editor-v2-return-offer__visual {
        border-bottom: 1px solid #f1dce4;
        border-right: 0;
        flex-direction: row;
        gap: 14px;
        justify-content: flex-start;
        padding: 18px 24px;
    }

    .editor-v2-return-offer__mark {
        height: 50px;
        width: 50px;
    }

    .editor-v2-return-offer__mark img {
        height: 100%;
        width: 100%;
    }

    .editor-v2-return-offer__product {
        margin-top: 0;
    }

    .editor-v2-return-offer__content {
        padding: 32px 26px 30px;
    }

    .editor-v2-return-offer__content h2 {
        font-size: 23px;
    }
}
