.nox-revente {
    box-sizing: border-box;
    width: calc(100% - 32px);
    display: grid;
    grid-template-columns: minmax(240px, 42%) 1fr;
    align-items: center;
    gap: 32px;
    max-width: 980px;
    margin: 32px auto;
    padding: 28px;
    overflow: hidden;
    border: 1px solid #eadfd7;
    border-radius: 22px;
    background: radial-gradient(circle at top right, rgba(218, 177, 146, 0.22), transparent 40%), #fffaf7;
    box-shadow: 0 16px 45px rgba(70, 42, 29, 0.08);
}

.nox-revente__visual,
.nox-revente__content {
    min-width: 0;
}

.nox-revente__visual { text-align: center; }
.nox-revente__visual a { display: block; }
.nox-revente__image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 420px;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 16px;
}

.nox-revente__badge {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 13px;
    border-radius: 999px;
    background: #f0dfd2;
    color: #503426;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.nox-revente__phrase {
    overflow-wrap: anywhere;
    margin: 0 0 20px;
    color: #2f211b;
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 750;
    line-height: 1.15;
}

.nox-revente__intro {
    margin: 0 0 8px;
    color: #795e50;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.nox-revente__name { overflow-wrap: anywhere; margin: 0 0 10px; color: #34231b; font-size: 22px; font-weight: 700; }
.nox-revente__name a { color: inherit; text-decoration: none; }

.nox-revente__conditionnement {
    display: inline-block;
    margin: 0 0 12px;
    padding: 7px 12px;
    border-radius: 8px;
    background: #fff;
    color: #503426;
    font-size: 14px;
}

.nox-revente__price { margin-bottom: 14px; color: #34231b; font-size: 21px; font-weight: 700; }
.nox-revente__price del { margin-right: 6px; opacity: 0.55; font-size: 16px; }
.nox-revente__price ins { text-decoration: none; }

.nox-revente__offre {
    margin: 16px 0;
    padding: 13px 16px;
    border-left: 4px solid #bd7956;
    border-radius: 8px;
    background: #fff;
    color: #503426;
    font-weight: 700;
}

.nox-revente__button.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 24px;
    border: 0;
    border-radius: 999px;
    background: #3b281f;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    max-width: 100%;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.nox-revente__button.button:hover {
    background: #3b281f;
    color: #fff;
    opacity: 0.88;
    transform: translateY(-2px);
}

.nox-revente-error {
    padding: 12px 16px;
    border-left: 4px solid #b32d2e;
    background: #fff;
}

@media (max-width: 700px) {
    .nox-revente {
        grid-template-columns: minmax(0, 1fr);
        width: calc(100% - 20px);
        gap: 22px;
        margin: 20px auto;
        padding: 20px;
        border-radius: 16px;
        text-align: center;
    }
    .nox-revente__image { max-height: 300px; }
    .nox-revente__offre { border-left: 0; border-top: 4px solid #bd7956; }
    .nox-revente__button.button { width: 100%; }
}


@media (max-width: 420px) {
    .nox-revente {
        width: calc(100% - 16px);
        padding: 16px;
    }

    .nox-revente__phrase {
        font-size: 24px;
    }

    .nox-revente__button.button {
        padding-inline: 16px;
        font-size: 15px;
    }
}
