Una boutique inspirada en tí, para tí mujer con estilo. 👸💄👄🎨👜👠👝💕✨

Registrar

Nueva Cuenta

Tienes una cuenta

Welcome back, log in to your account to enhance your shopping experience, receive coupons, and the best discount codes.

Ingresar
$(document).ready(function () { // Convertir nombres y apellidos a mayúsculas $('#name, #lastname').on('input', function () { this.value = this.value.toUpperCase(); }); // Solo números en celular y documento $('#celular, #documento').on('input', function () { this.value = this.value.replace(/\D/g, ''); }); // Validación al enviar $('form').on('submit', function (e) { const email = $('#email').val().trim(); const celular = $('#celular').val().trim(); const documento = $('#documento').val().trim(); if (!/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email)) { e.preventDefault(); alert('Correo inválido.'); $('#email').focus(); return false; } if (celular.length !== 9) { e.preventDefault(); alert('Celular debe tener 9 dígitos.'); $('#celular').focus(); return false; } if (documento.length !== 8) { e.preventDefault(); alert('DNI debe tener 8 dígitos.'); $('#documento').focus(); return false; } }); // Mostrar/ocultar contraseña $('.toggle-password').on('click', function () { const input = $(this).closest('.input-group').find('input'); const icon = $(this).find('i'); const type = input.attr('type') === 'password' ? 'text' : 'password'; input.attr('type', type); icon.toggleClass('fa-eye fa-eye-slash'); }); // Validación en vivo de contraseña segura $('#password').on('input', function () { const password = $(this).val(); const help = $('#passwordHelp'); const rules = [ { regex: /.{8,}/, text: '• Mínimo 8 caracteres' }, { regex: /[A-Z]/, text: '• Una letra mayúscula' }, { regex: /[a-z]/, text: '• Una letra minúscula' }, { regex: /\d/, text: '• Un número' }, { regex: /[\W_]/, text: '• Un símbolo (#, %, &, etc.)' } ]; const failed = rules.filter(rule => !rule.regex.test(password)); if (failed.length === 0) { help.html('✅ Contraseña segura'); } else { let msg = '❌ Requisitos:'; help.html(msg); } }); });

30 days return

30 day money back guarantee

3 year warranty

Manufacturer's defect

Free shipping

Free Shipping for orders over $150

Online support

24 hours a day, 7 days a week

Ochaka.

Login
Follow us on
Payment:
  • Payment
  • Payment
  • Payment
  • Payment
  • Payment
Shop
Search
Account
7 Wishlist
24 Cart

Compare products

Your Compare is curently empty

Compare
Clear All