/*
 * Pagina Offerte: variante persistente del Category Hub.
 * Struttura, tassonomie, card e caroselli restano condivisi; cambia soltanto
 * la testata editoriale e il contesto cromatico dell'offerta.
 */
body.mmc-offers-hub-page {
    background: var(--mmc-color-background);
}

.mmc-offers-hub__hero {
    align-items: flex-end;
    isolation: isolate;
    min-height: clamp(230px, 31vw, 360px);
}

.mmc-offers-hub__hero-media {
    inset: 0;
    position: absolute;
    z-index: -2;
}

.mmc-offers-hub__hero-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center 55%;
    width: 100%;
}

.mmc-offers-hub__hero-overlay {
    background: linear-gradient(90deg, rgba(34, 8, 25, .86) 0%, rgba(75, 17, 43, .66) 44%, rgba(7, 24, 51, .2) 100%);
    z-index: -1;
}

.mmc-offers-hub__hero-content {
    max-width: min(620px, 78%);
}

.mmc-offers-hub__hero-description {
    color: rgba(255, 244, 230, .94);
    font-size: clamp(.92rem, 1.7vw, 1.08rem);
    line-height: 1.5;
    margin: 14px 0 0;
    max-width: 560px;
}

.mmc-offers-hub .mmc-product-card__title a {
    text-decoration: none !important;
}

@media (max-width: 767px) {
    .mmc-offers-hub__hero {
        min-height: 245px;
    }

    .mmc-offers-hub__hero-content {
        max-width: 88%;
    }

    .mmc-offers-hub__hero-overlay {
        background: linear-gradient(180deg, rgba(37, 8, 26, .2) 0%, rgba(37, 8, 26, .82) 100%);
    }

    .mmc-offers-hub__hero-description {
        font-size: .9rem;
        line-height: 1.42;
        margin-top: 10px;
    }
}
