Recibe descuentos, novedades, y tips de maquillaje elegidos con pinza para ti.

Sé parte de mi comunidad más exclusiva! Siempre informaré primero a través de mi boletín cualquier concurso, descuento o noticia importante.

Newsletter

Al presionar el botón estarás automáticamente participando en el concurso para ganarte las Máscaras Panorama de L'Oreal Paris y unos aritos de la marca Boaz.

<style>
   /* -- The root styles must go in the element of the structure with the name "Form newsletter". --*/ 
  
  .hero-25__form{
    /* Important style for the terms and conditions field to be after the button. */
    & .form-group:has(.hero-25__form-terms){
    	order:3;
    }
    
    /* Styles terms and conditions */
    & .hero-25__form-terms{
      margin-top: var(--space-xs);
    	font-size: var(--text-xs);
      
      /* Styles anchor link terms and conditions */
      & a{
      	color:var(--neutral);
        font-weight: 600;
      }
    }
  }
</style>