/* Container image PDP Porto */
.product.media {
    position: relative;
}

/* Badge générique PDP */
.product.media .msaify-product-badge {
    position: absolute;
    top: 18px;
    right: 18px !important;
    left: auto !important;
    z-index: 2;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 6px 14px;
    border-radius: 4px;

    background-color: #4caf50; /* fallback si aucune couleur mappée */
    color: #ffffff;

    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.2;
    box-shadow: 0 2px 4px rgba(0,0,0,.18);
}

/* Texte interne */
.msaify-product-badge__text {
    white-space: nowrap;
}
