 
:root{
--color-promo-01:#7D178B;
--color-relindo-mujer: #BD6481;
}

.reenviar-descripcionDeItem{
    display: none;
}


img.xxx {
    border: 1px solid silver;
    border-radius: 10px;
}
 
header.header--promo-item button{
        font-family: Arial, sans-serif;
        color: var(--color-promo-01);
        display: flex;
        align-content: center;
        align-items: center;
        margin-bottom: 10px;
}

/* Estilizar elemento <button> */
.btn-share {
    background: none;      /* sin fondo */
    border: none;          /* sin borde */
    padding: 0;            /* sin padding por defecto */
    margin: 0;
    cursor: pointer;       /* cursor adecuado */
    display: flex;         /* mejor control del layout */
    align-items: center;
    gap: 6px;
    font: inherit;         /* usa la tipografía del contenedor */
    color: inherit;        /* hereda colores */
}

 
    