/* Vignettes éditoriales insérées dans les grilles de résultats.
   Elles gardent le rythme visuel des product-item sans logique produit. */
.product-item.editorial-result-card {
    border-radius: 15px;
    overflow: hidden;
}

.editorial-result-card__link {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    color: inherit !important;
    text-decoration: none !important;
}

.editorial-result-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 270px;
    padding: 30px 20px 10px;
    overflow: hidden;
}

.editorial-result-card__image img {
    display: block;
    width: 80%;
    height: 100%;
    max-width: 100%;
    object-position: center;
}

.editorial-result-card__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 115px;
    padding: 20px;
    text-align: center;
    font-family: "Playfair Display", Georgia, serif;
}

.editorial-result-card__content h3 {
    margin: 0;
    color: inherit;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 600;
}

.editorial-result-card__label {
    margin-bottom: 6px;
    color: inherit;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .85;
}

@media (min-width: 1260px) {
    .editorial-result-card__image {
        height: 283px;
    }
}
