www.test.marchandaromes.uy Open in urlscan Pro
167.114.158.221  Public Scan

URL: https://www.test.marchandaromes.uy/
Submission: On June 19 via api from US — Scanned from CA

Form analysis 4 forms found in the DOM

<form onsubmit="return login()">
  <div>
    <h3 class="mb-1"> Iniciá Sesión </h3>
    <p class="mb-4 text-muted"> Ingresá Tu usuario y Contraseña </p>
  </div>
  <div class="input-icon-group mb-3">
    <span class="input-icon">
      <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-envelope" viewBox="0 0 16 16">
        <path
          d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2zm13 2.383l-4.758 2.855L15 11.114v-5.73zm-.034 6.878L9.271 8.82 8 9.583 6.728 8.82l-5.694 3.44A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.739zM1 11.114l4.758-2.876L1 5.383v5.73z">
        </path>
      </svg>
    </span>
    <input type="email" class="form-control" autofocus="" placeholder="Usuario" id="emailLogin">
  </div>
  <div class="input-icon-group mb-3">
    <span class="input-icon">
      <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-key" viewBox="0 0 16 16">
        <path
          d="M0 8a4 4 0 0 1 7.465-2H14a.5.5 0 0 1 .354.146l1.5 1.5a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0L13 9.207l-.646.647a.5.5 0 0 1-.708 0L11 9.207l-.646.647a.5.5 0 0 1-.708 0L9 9.207l-.646.647A.5.5 0 0 1 8 10h-.535A4 4 0 0 1 0 8zm4-3a3 3 0 1 0 2.712 4.285A.5.5 0 0 1 7.163 9h.63l.853-.854a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.793-.793-1-1h-6.63a.5.5 0 0 1-.451-.285A3 3 0 0 0 4 5z">
        </path>
        <path d="M4 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"></path>
      </svg>
    </span>
    <input type="password" class="form-control" placeholder="Password" id="contrasenaLogin">
  </div>
  <div class="mb-3 d-flex justify-content-between">
    <div class="form-check">
      <input class="form-check-input" type="checkbox" value="" id="recordarme">
      <label class="form-check-label" for="flexCheckDefault"> Recordarme </label>
    </div>
    <div>
      <label class="text-end d-block small mb-0">
        <a href="#olvidar_contra" data-bs-toggle="modal" aria-expanded="false" class="text-muted link-decoration" data-bs-dismiss="modal" id="btnOlvido">Olvidaste tu
                          Password?</a>
      </label>
    </div>
  </div>
  <div id="errorLogin"></div>
  <div class="d-grid">
    <button class="btn btn-primary btn-hover-arrow" type="submit" id="btnLogin">
      <span>Ingresar</span>
    </button>
  </div>
  <p class="pt-4 mb-0 text-muted"> No estas registrado? <a href="https://test.marchandaromes.uy/registro" class="ms-2 pb-0 text-dark fw-semibold link-underline">Registrarse</a>
  </p>
</form>

<form class="mb-0">
  <div class="d-flex align-items-center">
    <div class="d-flex flex-grow-1 align-items-center">
      <svg viewBox="0 0 24 24" width="20" height="20" fill="currentColor" class="opacity-30">
        <path d="M2.293 10a6.99 6.99 0 0 0 11.187 5.6l6.106 6.107L21 20.293l-6.106-6.106A6.997 6.997 0 1 0 2.293 10zm2 0a5 5 0 1 1 5 5 5 5 0 0 1-5-5z">
        </path>
      </svg>
      <input type="text" placeholder="Búsqueda...." id="searchInput" class="form-control shadow-none border-0 flex-grow-1 form-control-lg">
    </div>
  </div>
</form>

<form class="login-form margin-clear" onsubmit="return email_olvidar_contra()">
  <div class="modal-body">
    <div class="input-icon-group mb-3">
      <span class="input-icon">
        <i class="fas fa-envelope"></i>
      </span>
      <input type="email" class="form-control" autofocus="" placeholder="Email" id="email_recuperar" required="">
    </div>
    <div id="error_olvidar_contra"></div>
    <button type="submit" class="btn btn-primary">Enviar</button>
  </div>
</form>

<form class="needs-validation" novalidate="">
  <div class="row g-md-1 mb-4">
    <div class="col-md mb-2 mb-md-0">
      <input type="email" class="form-control bg-transparent form-control-lg" required="" placeholder="tu dirección de email">
      <div class="invalid-feedback"> Ingresar un mail válido. </div>
    </div>
    <div class="col-md-auto col-12">
      <button type="submit" class="btn btn-lg btn-primary w-100"> Suscribirse </button>
    </div>
  </div>
  <div class="form-check">
    <input type="checkbox" class="form-check-input" required="" id="newsletterCheck">
    <label class="form-label small" for="newsletterCheck">Acepto los <a href="#" class="text-dark link-decoration">Tèrminos y Condiciones</a> </label>
    <div class="invalid-feedback"> Debe estar de acuerdo para suscribirse. </div>
  </div>
</form>

Text Content

Cargando...


INICIÁ SESIÓN

Ingresá Tu usuario y Contraseña



Recordarme
Olvidaste tu Password?

Ingresar

No estas registrado? Registrarse

0

 * Home
 * Sobre Nosotros
 * Productos
   
   PERFUME
   
   SAVONS
   
   Jabones líquidos Refill
   
   MAINS & CORPS
   
   Cremas para manos Cremas para pies Cremas corporales
   
   LA MAISON
   
   Refill Home Spray Difusores con Varillas
 * Contacto

Buscar



BUSQUEDAS DESTACADAS

perfume Savons Mains & Corps La maison


TU CARRITO

Tu carrito está vacío.

RECUPERAR CONTRASEÑA

×

Enviar

SALIR

Estas seguro que queres salir?

No Si
2 / 2


10 / -2




DESTACADOS

Cremas corporales


CREMA CORPORAL BERGAMOTA & ORQUIDEA

$890.00
VER MÁS
Cremas corporales


CREMA CORPORAL CASTAÑA & ALMENDRA

$890.00
VER MÁS
Cremas para manos


CREMA DE MANOS BERGAMOTA & ORQUÍDEA CON VITAMINA E

$750.00
VER MÁS
Cremas para manos


CREMA DE MANOS CASTAÑA & ALMENDRA CON VITAMINA E

$750.00
VER MÁS
Cremas para pies


CREMA PARA PIES CASTAÑA & ALMENDRA CON EXTRA UREA REPARADORA

$740.00
VER MÁS
Difusores con Varillas


DIFUSOR DE AROMAS BERGAMOTA & ORQUÍDEA

$1980.00
VER MÁS
Home Spray


HOME SPRAY VERBENA & LIMÓN 500 ML.

$1800.00
VER MÁS
Jabones líquidos


JABÓN LÍQUIDO BERGAMOTA & ORQUÍDEA

$670.00
VER MÁS
Ver más Productos Recomendados

LA MAISON

Difusores para el hogar

VER

SAVONS

Jabones líquidos para manos

VER

MAINS & CORPS

Cremas para manos

VER


SUSCRIBITE AL NEWSLETTER Y RECIBÍ TODAS LAS NOVEDADES Y PROMOCIONES

Ingresar un mail válido.
Suscribirse
Acepto los Tèrminos y Condiciones
Debe estar de acuerdo para suscribirse.

PAGO ONLINE SEGURO

ENVÍOS A TODO EL PAÍS

SATISFACCIÓN GARANTIZADA

INFORMACIÓN

 * ¿Quiénes somos?
 * Preguntas Frecuentes

PRODUCTOS

 * perfume
 * Savons
 * Mains & Corps
 * La maison

EMPRESA

 * Sobre Nosotros
   
 * Contacto
   

2024 © MARCHAND D´AROMES

--------------------------------------------------------------------------------

 * 

 * Términos & Condiciones
 * Contacto