ninfadeco.empretienda.com.ar Open in urlscan Pro
3.210.218.39  Public Scan

URL: https://ninfadeco.empretienda.com.ar/
Submission: On June 11 via api from US — Scanned from DE

Form analysis 8 forms found in the DOM

GET /search

<form method="GET" action="/search" class="uk-search uk-search-default">
  <span class="header-search__icon">
    <svg width="20" height="20" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
      <path d="M19.38,17.97l-4.24-4.24c1.05-1.42,1.61-3.09,1.61-4.86c0-4.51-3.67-8.18-8.18-8.18S0.39,4.36,0.39,8.87
                                    s3.67,8.18,8.18,8.18c2.05,0,4.01-0.76,5.52-2.15l4.18,4.18c0.15,0.15,0.35,0.23,0.56,0.23c0.21,0,0.4-0.08,0.56-0.23
                                    C19.69,18.77,19.69,18.27,19.38,17.97z M15.18,8.87c0,3.64-2.96,6.61-6.61,6.61c-3.64,0-6.61-2.96-6.61-6.61s2.96-6.61,6.61-6.61
                                    C12.21,2.26,15.18,5.23,15.18,8.87z"></path>
    </svg>
  </span>
  <input class="header-search__input uk-search-input" type="text" name="q" min-length="2" autocomplete="off" placeholder="¿Que estás buscando?" required="">
</form>

GET /search

<form method="GET" action="/search" class="uk-search uk-search-navbar uk-width-1-1">
  <input class="header-search__input uk-search-input " type="search" name="q" min-length="2" autocomplete="off" placeholder="Buscar..." required="">
</form>

POST #

<form id="login-form" action="#" method="POST">
  <div class="modal__header uk-modal-header">
    <button class="modal__close text--primary text--primary-hover uk-modal-close-default uk-close-large uk-icon uk-close" type="button" uk-close=""><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"
        data-svg="close-large">
        <line fill="none" stroke="#000" stroke-width="1.4" x1="1" y1="1" x2="19" y2="19"></line>
        <line fill="none" stroke="#000" stroke-width="1.4" x1="19" y1="1" x2="1" y2="19"></line>
      </svg></button>
    <p class="modal__title uk-modal-title text--primary">Iniciar sesión</p>
  </div>
  <div class="modal__body uk-modal-body">
    <div id="login-alert"></div>
    <div id="login-modal-content">
      <div class="uk-grid-small uk-child-width-1-1 uk-grid uk-grid-stack" uk-grid="">
        <div>
          <div class="field field--login_email">
            <input type="email" name="login_email" id="login_email" class="field__input border-radius" data-regex="/^[\w\-\.]+\@[a-zA-Z0-9\.\-]+\.[a-zA-z]{2,7}$/" data-message="Ingrese un email válido" placeholder="Su email" data-required="1">
            <p class="field__message field__message--login_email"></p>
          </div>
        </div>
        <div>
          <div class="field field--login_password">
            <input type="password" name="login_password" id="login_password" class="field__input border-radius" data-regex="/^.{6,12}$/" data-message="Ingrese una contraseña válida [6-12 caracteres de longitud]" placeholder="Contraseña"
              data-required="1">
            <p class="field__message field__message--login_password"></p>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div id="login-modal-footer" class="modal__footer uk-modal-footer">
    <div class="login-modal__buttons uk-flex uk-flex-center uk-flex-middle uk-child-width-1-2@m uk-child-width-1-1 uk-grid uk-grid-stack" uk-grid="">
      <div>
        <button type="submit" id="login-btn" class="button button--full background--primary background--primary-hover contrast_text--primary contrast_text--primary-hover uk-button uk-button-normal border-radius" data-label="Ingresar"
          data-spinner-ratio="0.75"> Ingresar </button>
      </div>
      <div class="uk-text-center">
        <a href="#register-modal" class="login__link text--primary text--primary-hover" uk-toggle="">Crear cuenta</a>
      </div>
    </div>
    <div class="login-modal__recover uk-flex uk-flex-center uk-flex-middle">
      <p class="login__message text--primary text--primary-hover"> Ha olvidado su contraseña? <a href="#recover-modal" class="login__link text--primary-hover" uk-toggle="">Recuperar</a>
      </p>
    </div>
  </div>
</form>

POST #

<form id="recover-form" action="#" method="POST">
  <div class="modal__header uk-modal-header">
    <button class="modal__close text--primary text--primary-hover uk-modal-close-default uk-close-large uk-icon uk-close" type="button" uk-close=""><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"
        data-svg="close-large">
        <line fill="none" stroke="#000" stroke-width="1.4" x1="1" y1="1" x2="19" y2="19"></line>
        <line fill="none" stroke="#000" stroke-width="1.4" x1="19" y1="1" x2="1" y2="19"></line>
      </svg></button>
    <p class="modal__title uk-modal-title text--primary">Recuperar contraseña</p>
  </div>
  <div class="modal__body uk-modal-body">
    <div id="recover-alert"></div>
    <div id="recover-modal-content">
      <div class="field field--recover_email">
        <input type="email" name="recover_email" id="recover_email" class="field__input border-radius" data-regex="/^[\w\-\.]+\@[a-zA-Z0-9\.\-]+\.[a-zA-z]{2,7}$/" data-message="Ingrese un email válido" placeholder="Su email" data-required="1">
        <p class="field__message field__message--recover_email"></p>
      </div>
    </div>
  </div>
  <div id="recover-modal-footer" class="modal__footer uk-modal-footer">
    <div class="uk-flex uk-flex-right">
      <button type="submit" id="recover-btn" class="button button--half background--primary background--primary-hover contrast_text--primary contrast_text--primary-hover uk-button uk-button-normal border-radius" data-label="Recuperar"
        data-spinner-ratio="0.75"> Recuperar </button>
    </div>
  </div>
</form>

POST #

<form id="register-form" action="#" method="POST">
  <div class="modal__header uk-modal-header">
    <button class="modal__close text--primary text--primary-hover uk-modal-close-default uk-close-large uk-icon uk-close" type="button" uk-close=""><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"
        data-svg="close-large">
        <line fill="none" stroke="#000" stroke-width="1.4" x1="1" y1="1" x2="19" y2="19"></line>
        <line fill="none" stroke="#000" stroke-width="1.4" x1="19" y1="1" x2="1" y2="19"></line>
      </svg></button>
    <p class="modal__title uk-modal-title text--primary">Crear cuenta</p>
  </div>
  <div class="modal__body uk-modal-body uk-overflow-auto" uk-overflow-auto="" style="min-height: 150px; max-height: 150px;">
    <div id="register-alert"></div>
    <div id="register-modal-content">
      <div class="uk-grid-small uk-grid uk-grid-stack" uk-grid="">
        <div class="uk-width-1-2">
          <div class="field field--register_name">
            <input type="text" name="register_name" id="register_name" class="field__input border-radius" data-regex="/^(?=.{2,45}$)([a-zA-Zá-úÁ-Ú](\s[a-zA-Zá-úÁ-Ú])?(\s)?)*$/" data-message="Ingrese un nombre válido" placeholder="Su nombre"
              data-required="1">
            <p class="field__message field__message--register_name"></p>
          </div>
        </div>
        <div class="uk-width-1-2">
          <div class="field field--register_surname">
            <input type="text" name="register_surname" id="register_surname" class="field__input border-radius" data-regex="/^(?=.{2,45}$)([a-zA-Zá-úÁ-Ú](\s[a-zA-Zá-úÁ-Ú])?(\s)?)*$/" data-message="Ingrese un apellido válido" placeholder="Su apellido"
              data-required="1">
            <p class="field__message field__message--register_surname"></p>
          </div>
        </div>
        <div class="uk-width-1-1">
          <div class="field field--register_email">
            <input type="email" name="register_email" id="register_email" class="field__input border-radius" data-regex="/^[\w\-\.]+\@[a-zA-Z0-9\.\-]+\.[a-zA-z]{2,7}$/" data-message="Ingrese un email válido" placeholder="Su email" data-required="1">
            <p class="field__message field__message--register_email"></p>
          </div>
        </div>
        <div class="uk-width-1-1">
          <div class="field field--register_phone">
            <input type="tel" name="register_phone" id="register_phone" class="field__input border-radius"
              data-regex="/^((\+)?(54|549)?(\s)?(\()?(0)?(?!15)((11)(\))?[\-\s]{0,3}(15)?[\-\s]{0,3}[\d]{4}[\-\s]{0,3}[\d]{4}|(2|3)[\d]{2}(\))?[\-\s]{0,3}(15)?[\-\s]{0,3}[\d]{3}[\-\s]{0,3}[\d]{4}|(2|3)[\d]{3}(\))?[\-\s]{0,3}(15)?[\-\s]{0,3}[\d]{3}[\-\s]{0,3}[\d]{3})|[\+\(]{0,2}(56|569|598|595|55|52|57|58|51|591)[\s\-\(\)]{0,3}[\d]{1}[\s\-\(\)]{0,3}[\d]{1,3}[\s\-\)]{0,3}[\d]{3}[\s\-\)]{0,3}[\d]{3,4})$/"
              data-message="Ingrese un número de teléfono válido con código de area" placeholder="Su teléfono (opcional)" data-required="0">
            <p class="field__message field__message--register_phone"></p>
          </div>
        </div>
        <div class="uk-width-1-2">
          <div class="field field--register_password">
            <input type="password" name="register_password" id="register_password" class="field__input border-radius" data-regex="/^.{6,12}$/" data-message="Ingrese una contraseña válida [6-12 caracteres de longitud]" placeholder="Contraseña"
              data-required="1">
            <p class="field__message field__message--register_password"></p>
          </div>
        </div>
        <div class="uk-width-1-2">
          <div class="field field--register_repeat_password">
            <input type="password" name="register_repeat_password" id="register_repeat_password" class="field__input border-radius" data-regex="/^.{6,12}$/" data-message="Ingrese una contraseña válida [6-12 caracteres de longitud]"
              placeholder="Repetir contraseña" data-required="1">
            <p class="field__message field__message--register_repeat_password"></p>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div id="register-modal-footer" class="modal__footer uk-modal-footer">
    <div class="uk-flex uk-flex-right">
      <button type="submit" id="register-btn" class="button button--half background--primary background--primary-hover contrast_text--primary contrast_text--primary-hover uk-button uk-button-normal border-radius" data-label="Crear cuenta"
        data-spinner-ratio="0.75"> Crear cuenta </button>
    </div>
  </div>
</form>

POST #

<form id="wholesaler-form" action="#" method="POST">
  <div class="modal__header uk-modal-header">
    <button class="modal__close text--primary text--primary-hover uk-modal-close-default uk-close-large uk-icon uk-close" type="button" uk-close=""><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"
        data-svg="close-large">
        <line fill="none" stroke="#000" stroke-width="1.4" x1="1" y1="1" x2="19" y2="19"></line>
        <line fill="none" stroke="#000" stroke-width="1.4" x1="19" y1="1" x2="1" y2="19"></line>
      </svg></button>
    <p class="modal__title uk-modal-title text--primary">Solicitar cuenta mayorista</p>
    <p class="modal__subtitle uk-text-justify">Usted solicitará una cuenta mayorista para poder acceder a nuestra lista de productos mayoristas. Esta solicitud será revisada a la brevedad y será notificado por email cuando la verificación haya
      concluído.</p>
  </div>
  <div class="modal__body uk-modal-body uk-overflow-auto" uk-overflow-auto="" style="min-height: 150px; max-height: 150px;">
    <div id="wholesaler-alert"></div>
    <div id="wholesaler-modal-content">
      <div class="uk-grid-small uk-grid uk-grid-stack" uk-grid="">
        <div class="uk-width-1-2">
          <div class="field field--wholesaler_name">
            <input type="text" name="wholesaler_name" id="wholesaler_name" class="field__input border-radius" data-regex="/^(?=.{2,45}$)([a-zA-Zá-úÁ-Ú](\s[a-zA-Zá-úÁ-Ú])?(\s)?)*$/" data-message="Ingrese un nombre válido" placeholder="Su nombre"
              data-required="1">
            <p class="field__message field__message--wholesaler_name"></p>
          </div>
        </div>
        <div class="uk-width-1-2">
          <div class="field field--wholesaler_surname">
            <input type="text" name="wholesaler_surname" id="wholesaler_surname" class="field__input border-radius" data-regex="/^(?=.{2,45}$)([a-zA-Zá-úÁ-Ú](\s[a-zA-Zá-úÁ-Ú])?(\s)?)*$/" data-message="Ingrese un apellido válido"
              placeholder="Su apellido" data-required="1">
            <p class="field__message field__message--wholesaler_surname"></p>
          </div>
        </div>
        <div class="uk-width-1-1">
          <div class="field field--wholesaler_email">
            <input type="email" name="wholesaler_email" id="wholesaler_email" class="field__input border-radius" data-regex="/^[\w\-\.]+\@[a-zA-Z0-9\.\-]+\.[a-zA-z]{2,7}$/" data-message="Ingrese un email válido" placeholder="Su email"
              data-required="1">
            <p class="field__message field__message--wholesaler_email"></p>
          </div>
        </div>
        <div class="uk-width-1-1">
          <div class="field field--wholesaler_phone">
            <input type="tel" name="wholesaler_phone" id="wholesaler_phone" class="field__input border-radius"
              data-regex="/^((\+)?(54|549)?(\s)?(\()?(0)?(?!15)((11)(\))?[\-\s]{0,3}(15)?[\-\s]{0,3}[\d]{4}[\-\s]{0,3}[\d]{4}|(2|3)[\d]{2}(\))?[\-\s]{0,3}(15)?[\-\s]{0,3}[\d]{3}[\-\s]{0,3}[\d]{4}|(2|3)[\d]{3}(\))?[\-\s]{0,3}(15)?[\-\s]{0,3}[\d]{3}[\-\s]{0,3}[\d]{3})|[\+\(]{0,2}(56|569|598|595|55|52|57|58|51|591)[\s\-\(\)]{0,3}[\d]{1}[\s\-\(\)]{0,3}[\d]{1,3}[\s\-\)]{0,3}[\d]{3}[\s\-\)]{0,3}[\d]{3,4})$/"
              data-message="Ingrese un número de teléfono válido con código de area" placeholder="Su teléfono" data-required="1">
            <p class="field__message field__message--wholesaler_phone"></p>
          </div>
        </div>
        <div class="uk-width-1-2">
          <div class="field field--wholesaler_password">
            <input type="password" name="wholesaler_password" id="wholesaler_password" class="field__input border-radius" data-regex="/^.{6,12}$/" data-message="Ingrese una contraseña válida [6-12 caracteres de longitud]" placeholder="Contraseña"
              data-required="1">
            <p class="field__message field__message--wholesaler_password"></p>
          </div>
        </div>
        <div class="uk-width-1-2">
          <div class="field field--wholesaler_repeat_password">
            <input type="password" name="wholesaler_repeat_password" id="wholesaler_repeat_password" class="field__input border-radius" data-regex="/^.{6,12}$/" data-message="Ingrese una contraseña válida [6-12 caracteres de longitud]"
              placeholder="Repetir contraseña" data-required="1">
            <p class="field__message field__message--wholesaler_repeat_password"></p>
          </div>
        </div>
        <div class="uk-width-1-1">
          <div class="field field--wholesaler_message">
            <textarea name="wholesaler_message" id="wholesaler_message" class="field__textarea border-radius" data-regex="/^[\s\S]{20,5000}$/" data-message="Ingrese un mensaje válido [Debe contener al menos 20 caracteres]"
              placeholder="Su mensaje (opcional)" data-required="0"></textarea>
            <p class="field__message field__message--wholesaler_message"></p>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div id="wholesaler-modal-footer" class="modal__footer uk-modal-footer">
    <div class="uk-flex uk-flex-right">
      <button type="submit" id="wholesaler-btn" class="button button--half background--primary background--primary-hover contrast_text--primary contrast_text--primary-hover uk-button uk-button-normal border-radius" data-label="Enviar solicitud"
        data-spinner-ratio="0.75"> Enviar solicitud </button>
    </div>
  </div>
</form>

POST #

<form id="contact-form" action="#" method="POST">
  <div class="modal__header uk-modal-header">
    <button class="modal__close text--primary text--primary-hover uk-modal-close-default uk-close-large uk-icon uk-close" type="button" uk-close=""><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"
        data-svg="close-large">
        <line fill="none" stroke="#000" stroke-width="1.4" x1="1" y1="1" x2="19" y2="19"></line>
        <line fill="none" stroke="#000" stroke-width="1.4" x1="19" y1="1" x2="1" y2="19"></line>
      </svg></button>
    <p class="modal__title uk-modal-title text--primary">Contacto</p>
  </div>
  <div class="modal__body uk-modal-body uk-overflow-auto" uk-overflow-auto="" style="min-height: 150px; max-height: 150px;">
    <div id="contact-alert"></div>
    <div id="contact-modal-content">
      <div class="uk-grid-small uk-grid uk-grid-stack" uk-grid="">
        <input type="hidden" id="contact_product_id" name="contact_product_id" value="0">
        <input type="hidden" id="contact_stk_id" name="contact_stk_id" value="0">
        <div class="uk-width-1-1" id="contact__show-product"></div>
        <div class="uk-width-1-1">
          <div class="field field--contact_full_name">
            <input type="text" name="contact_full_name" id="contact_full_name" class="field__input border-radius" data-regex="/^(?=.{5,90}$)([a-zA-Zá-úÁ-Ú](\s[a-zA-Zá-úÁ-Ú])?(\s)?)*$/" data-message="Ingrese un nombre y apellido válidos"
              placeholder="Su nombre completo" data-required="1">
            <p class="field__message field__message--contact_full_name"></p>
          </div>
        </div>
        <div class="uk-width-1-2">
          <div class="field field--contact_email">
            <input type="email" name="contact_email" id="contact_email" class="field__input border-radius" data-regex="/^[\w\-\.]+\@[a-zA-Z0-9\.\-]+\.[a-zA-z]{2,7}$/" data-message="Ingrese un email válido" placeholder="Su email" data-required="1">
            <p class="field__message field__message--contact_email"></p>
          </div>
        </div>
        <div class="uk-width-1-2">
          <div class="field field--contact_phone">
            <input type="tel" name="contact_phone" id="contact_phone" class="field__input border-radius"
              data-regex="/^((\+)?(54|549)?(\s)?(\()?(0)?(?!15)((11)(\))?[\-\s]{0,3}(15)?[\-\s]{0,3}[\d]{4}[\-\s]{0,3}[\d]{4}|(2|3)[\d]{2}(\))?[\-\s]{0,3}(15)?[\-\s]{0,3}[\d]{3}[\-\s]{0,3}[\d]{4}|(2|3)[\d]{3}(\))?[\-\s]{0,3}(15)?[\-\s]{0,3}[\d]{3}[\-\s]{0,3}[\d]{3})|[\+\(]{0,2}(56|569|598|595|55|52|57|58|51|591)[\s\-\(\)]{0,3}[\d]{1}[\s\-\(\)]{0,3}[\d]{1,3}[\s\-\)]{0,3}[\d]{3}[\s\-\)]{0,3}[\d]{3,4})$/"
              data-message="Ingrese un número de teléfono válido con código de area" placeholder="Su teléfono (opcional)" data-required="0">
            <p class="field__message field__message--contact_phone"></p>
          </div>
        </div>
        <div class="uk-width-1-1">
          <div class="field field--contact_message">
            <textarea name="contact_message" id="contact_message" class="field__textarea border-radius" data-regex="/^[\s\S]{20,5000}$/" data-message="Ingrese un mensaje válido [Debe contener al menos 20 caracteres]" placeholder="Su mensaje"
              data-required="1"></textarea>
            <p class="field__message field__message--contact_message"></p>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div id="contact-modal-footer" class="modal__footer uk-modal-footer">
    <div class="uk-flex uk-flex-right">
      <button type="submit" id="contact-btn" class="button button--half background--primary background--primary-hover contrast_text--primary contrast_text--primary-hover uk-button uk-button-normal border-radius" data-label="Enviar"
        data-spinner-ratio="0.75"> Enviar </button>
    </div>
  </div>
</form>

POST #

<form id="regret-form" action="#" method="POST">
  <div class="modal__header uk-modal-header">
    <button class="modal__close text--primary text--primary-hover uk-modal-close-default uk-close-large uk-icon uk-close" type="button" uk-close=""><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"
        data-svg="close-large">
        <line fill="none" stroke="#000" stroke-width="1.4" x1="1" y1="1" x2="19" y2="19"></line>
        <line fill="none" stroke="#000" stroke-width="1.4" x1="19" y1="1" x2="1" y2="19"></line>
      </svg></button>
    <p class="modal__title uk-modal-title text--primary">Solicitud: cancelación de compra</p>
    <p class="modal__subtitle uk-text-justify">La solicitud tendrá validez si es realizada dentro de los plazos determinados en la
      <a target="_blank" rel="noreferrer noreferrer" href="https://www.boletinoficial.gob.ar/detalleAviso/primera/235729/20201005" style="text-decoration: underline;color: blue;">Resolución 424/2020</a> de la Secretaría de Comercio Interior y no se
      traten de productos exceptuados como productos personalizados y todos los comprendidos en el art. 1116 del Código Civil y Comercial.</p>
  </div>
  <div class="modal__body uk-modal-body uk-overflow-auto" uk-overflow-auto="" style="min-height: 150px; max-height: 150px;">
    <div id="regret-alert"></div>
    <div id="regret-modal-content">
      <div class="uk-grid-small uk-grid uk-grid-stack" uk-grid="">
        <div class="uk-width-1-1">
          <div class="field field--regret_full_name">
            <input type="text" name="regret_full_name" id="regret_full_name" class="field__input border-radius" data-regex="/^(?=.{5,90}$)([a-zA-Zá-úÁ-Ú](\s[a-zA-Zá-úÁ-Ú])?(\s)?)*$/" data-message="Ingrese un nombre y apellido válidos"
              placeholder="Su nombre completo" data-required="1">
            <p class="field__message field__message--regret_full_name"></p>
          </div>
        </div>
        <div class="uk-width-1-1">
          <div class="field field--regret_email">
            <input type="email" name="regret_email" id="regret_email" class="field__input border-radius" data-regex="/^[\w\-\.]+\@[a-zA-Z0-9\.\-]+\.[a-zA-z]{2,7}$/" data-message="Ingrese un email válido"
              placeholder="Email (con el que se realizó la compra)" data-required="1">
            <p class="field__message field__message--regret_email"></p>
          </div>
        </div>
        <div class="uk-width-1-1">
          <div class="field field--regret_phone">
            <input type="tel" name="regret_phone" id="regret_phone" class="field__input border-radius"
              data-regex="/^((\+)?(54|549)?(\s)?(\()?(0)?(?!15)((11)(\))?[\-\s]{0,3}(15)?[\-\s]{0,3}[\d]{4}[\-\s]{0,3}[\d]{4}|(2|3)[\d]{2}(\))?[\-\s]{0,3}(15)?[\-\s]{0,3}[\d]{3}[\-\s]{0,3}[\d]{4}|(2|3)[\d]{3}(\))?[\-\s]{0,3}(15)?[\-\s]{0,3}[\d]{3}[\-\s]{0,3}[\d]{3})|[\+\(]{0,2}(56|569|598|595|55|52|57|58|51|591)[\s\-\(\)]{0,3}[\d]{1}[\s\-\(\)]{0,3}[\d]{1,3}[\s\-\)]{0,3}[\d]{3}[\s\-\)]{0,3}[\d]{3,4})$/"
              data-message="Ingrese un número de teléfono válido con código de area" placeholder="Su teléfono" data-required="1">
            <p class="field__message field__message--regret_phone"></p>
          </div>
        </div>
        <div class="uk-width-1-1">
          <div class="field field--regret_order">
            <input type="number" name="regret_order" id="regret_order" class="field__input border-radius" data-regex="/^[1-9]{1}([0-9]?)*$/" data-message="Ingrese un número válido"
              placeholder="Número de orden sin # (te llegó por email al momento de realizar la compra)" data-required="1">
            <p class="field__message field__message--regret_order"></p>
          </div>
        </div>
        <div class="uk-width-1-1">
          <div class="field field--regret_message">
            <textarea name="regret_message" id="regret_message" class="field__textarea border-radius" data-regex="/^[\s\S]{20,5000}$/" data-message="Ingrese un mensaje válido [Debe contener al menos 20 caracteres]"
              placeholder="Aclaraciones: información sobre el inconveniente, productos que quieres devolver, dirección de retiro, otras observaciones." data-required="1"></textarea>
            <p class="field__message field__message--regret_message"></p>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div id="regret-modal-footer" class="modal__footer uk-modal-footer">
    <div class="uk-flex uk-flex-right">
      <button type="submit" id="regret-btn" class="button button--half background--primary background--primary-hover contrast_text--primary contrast_text--primary-hover uk-button uk-button-normal border-radius" data-label="Enviar"
        data-spinner-ratio="0.75"> Enviar </button>
    </div>
  </div>
</form>

Text Content

 * Inicio
 * Productos
   * Ver todo en Productos
   * cestas
   * Carteras
   * Individuales
   * Insumos
   * Cursos
 * Mayoristas
 * Contacto
 * 

 * Iniciar sesión
 * Crear cuenta

Soy Laura, creadora de Ninfa y de todos sus diseños. Todas las piezas están
realizadas con fibras naturales y materiales seleccionados. 10% DE DESCUENTO EN
TODA LA TIENDA CON TRANFERENCIA

Crear cuenta | Iniciar sesión | Mayoristas
Contacto

 * Inicio
 * Productos
   
   Productos
   
   (Ver todo)
   
   --------------------------------------------------------------------------------
   
    * cestas
   
    * Carteras
   
    * Individuales
   
    * Insumos
   
    * Cursos

 * 
 * 0

 * 
 * 0
 * 



CATEGORIAS

 * cestas
 * Carteras
 * Individuales
 * Insumos
 * Cursos

Comprar Ver detalle


ALE 22CM X 32CM X14CM

$21.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


OMBÚ 2 28CM X 9CM

$8.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


OMBÚ 1 24CM X9 CM

$7.200,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


CIPRÉS 30 DE BOCA X 22 DE ALTO

$35.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


ÁLAMO 35 DE BOCA X 25 DE ALTO

$45.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


PORTA MACETAS GRANDE 23X19CM

$15.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


PORTA MACETAS MEDIANO 20X16CM

$13.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


SAUCE OVALADA 22X27X10CM

$10.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


JACARANDÁ GRANDE 20X8CM

$12.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


JACARANDÁ MEDIANA 17X6CM

$8.500,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


JACARANDA CHICA 14X5,5CM

$6.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


CEIBO GRANDE 22X8CM

$13.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


CEIBO MEDIANA 19X8CM

$9.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


CEIBO CHICA 18X7CM

$7.500,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


SAUCE OVALADA 22X27X10CM

$10.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


TIPA GRANDE 22X8CM

$9.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


TIPA MEDIANA 21X7CM

$7.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


TIPA CHICA 17X7CM

$5.500,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


LAUREL GRANDE 22X8 CM

$7.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


LAUREL MEDIANA 18X6CM

$5.500,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


LAUREL CHICA 16X5 CM

$3.500,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


ACACIA 5 28 X 20CM X10CM

$6.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


ACACIA 4 23CM X 16CM X 8CM

$4.800,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


ACACIA 3 20CM X14CM X7CM

$4.200,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


ACACIA 2 17CM X13CM X6CM

$3.500,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


ACACIA 1 14CM X10CM X4CM

$3.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


PINO 5 22X9CM

$5.900,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


PINO 4 20X8CM

$4.800,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


PINO 3 19X7CM

$4.200,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


PINO 2 17X6CM

$3.500,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


PINO 1 15X5CM

$2.800,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


ALISO 4 23CM X 8CM

$4.700,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


ALISO 3 18CM X 7CM

$4.100,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


ALISO 2 16CM X 6CM

$3.400,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


ALISO 1 14CM X 5CM

$2.700,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


INDIVIDUALES OVALADOS X6 UNIDADES DE 30X40CM

$28.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


INDIVIDUALES OVALADOS ALGODÓN DE 30X40CM

$5.200,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


POSAVASOS OVALADOS DE 13X17CM

$1.300,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


POSAVASOS 12CM

$1.100,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


POSA VASOS C/ BORDE13CM

$1.300,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


PLATOS DE SITIO X6 DE 33CM

$25.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


PLATO DE SITIÓ X33CM

$4.500,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


PLATOS DE SITIÓ DE YUTE X6 DE 33CM

$34.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


PLATO DE SITIÓ DE YUTE X 33CM

$6.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


PLATO DE SITIÓ C/ BORDE DE YUTE O COLOR 33CM

$5.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


PLATOS DE SITIÓ X6 C/ BORDE DE YUTE O COLOR 33CM

$27.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


PORTA PLATOS DE SITIÓ POSA FUENTES 6 PLATOS DE SITIO Y 6 POSAVASOS C/ BORDE

$62.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


CORDON TEJIDO DE 8MM NEGRO

$25.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


CORDON TEJIDO DE 8MM BORDO

$25.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


CORDÓN TEJIDO DE 7MM

$22.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


CORDÓN DE ALGODÓN TEJIDO 7MM AZUL 50MTS

$19.999,98

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


CORDÓN DE ALGODÓN TEJIDO DE 7MM 100MTS

$17.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


CORDÓN TEJIDO DE 8MM CRUDO, CALIDAD PREMIUM 100MTS

$21.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


YUTE JASPEADO CON CRUDO 100MTS, CORDÓN 7MM

$26.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


CORDÓN ALGODÓN CRUDO 7MM PREMIUM 100MTS

$23.900,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


CORDÓN DE ALGODÓN 7MM SIMIL YUTE 100MTS

$25.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


CORDÓN DE 7MM YUTE CON ALMA DE PABILOS, CALIDAD PREMIUM. 100MTS

$37.999,99

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


CORDÓN DE ALGODÓN 7 MM NEGRO, CALIDAD PREMIUM, 100MTS

$24.999,99

HASTA 12 CUOTAS

Comprar
Ver detalle
SIN STOCK



CORDÓN DE ALGODÓN 7MM GRIS MEDIO 100MTS

$25.900,00

HASTA 12 CUOTAS

Comprar Ver detalle


HILOCOLOR NEGRO 4000MTS

$4.800,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


HILO COLOR GRIS 4000MTS

$4.800,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


HILO COLOR VERDE MILITAR

$4.800,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


HILO COLOR SALMÓN

$4.800,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


HILO COLOR MARRÓN

$4.800,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


HILO COLOR AZUL OSCURO

$4.800,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


HILO COLOR MOSTAZA

$4.800,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


HILO COLOR BISON

$4.800,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


HILO COLOR YUTE 4000MTS

$4.800,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


HILO CRUDO 4000MTS

$4.800,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


ETIQUETAS DE ECO CUERO LISAS X50

$3.000,00

HASTA 12 CUOTAS

Comprar
Comprar Ver detalle


ETIQUETAS DE ECO CUERO COLOR CAMEL X20

$1.600,00

HASTA 12 CUOTAS

Comprar

ENVÍOS A TODO EL PAÍS

COMPRÁ SIN SALIR DE TU CASA

HASTA 12 CUOTAS

CON TODAS LAS TARJETAS

COMPRA SEGURA

PROTEGEMOS TUS DATOS

MEDIOS DE PAGO



MEDIOS DE ENVÍO



NUESTRAS REDES SOCIALES

 * 
 * 
 * 

CONTACTO

 * ninfadeco1@gmail.com
 * +5491156008058
 * Av. Coronel Diaz N1742 CABA
 * Botón de arrepentimiento

Creado con

Mi carrito


 * 

 * El carrito de compras está vacio
   
   Volver a la tienda

Iniciar sesión



Ingresar
Crear cuenta

Ha olvidado su contraseña? Recuperar

Recuperar contraseña



Recuperar

Crear cuenta



Crear cuenta

Solicitar cuenta mayorista

Usted solicitará una cuenta mayorista para poder acceder a nuestra lista de
productos mayoristas. Esta solicitud será revisada a la brevedad y será
notificado por email cuando la verificación haya concluído.



Enviar solicitud

Contacto



Enviar

Solicitud: cancelación de compra

La solicitud tendrá validez si es realizada dentro de los plazos determinados en
la Resolución 424/2020 de la Secretaría de Comercio Interior y no se traten de
productos exceptuados como productos personalizados y todos los comprendidos en
el art. 1116 del Código Civil y Comercial.



Enviar