All orders are prepared and shipped quickly so they arrive as soon as possible.
⏱️ Estimated delivery time:
7–12 business days to all of Spain.
🔍 Full tracking:
Once shipped, you will receive a tracking number to follow your order at all times.
💳 100% Secure Payments:
We accept all cards through Shopify Payments , with SSL protection.
Returns and Warranty
✔️ 30 days for exchanges or returns
If your product arrives with a problem or is simply not what you expected, you can request an exchange or refund within 30 days.
✔️ Easy and quick process
Just contact us and our team will help you in less than 24 hours.
✔️ Satisfaction Guarantee
If your order arrives damaged, incorrect, or with a factory defect, we will send you a new one at no additional cost .
Always take your family with you 💖✨
Family is our refuge, our foundation, and an endless source of love. With the Personalized “Family” Bracelet, you can immortalize those bonds and wear the names of those you love most on your wrist, wherever you are.
Main Features:
Exclusive Personalization: Engrave 1 to 8 names on the bracelet, representing each beloved member of your family.
Elegant Finishes: Available in Gold, Silver and Rose Gold, so you can choose the shade that best suits your style.
Sophisticated Design: With a modern and delicate design, this bracelet complements any look, becoming an essential piece in your jewelry box.
Why is this bracelet the ideal gift for moms?
Every mother carries with her stories and memories shared with her family. This bracelet allows her to wear the names of those she loves most on her wrist, as a constant reminder of the unbreakable bond that unites them.
Imagine the excitement in their eyes when they receive a personalized piece of jewelry, created exclusively to celebrate that unique connection. It's not just an accessory; it's a declaration of love, gratitude, and appreciation for everything they represent.
How to Customize:
Select your desired color: Gold, Silver, or Rose Gold.
Choose the number of names to record (from 1 to 8).
Enter the names in the personalization field.
Add to cart and complete your purchase.
This Mother's Day, give a gift that transcends time and embodies love in its purest form. The Personalized “Family” Bracelet is the perfect choice to immortalize moments and feelings that words cannot describe.
Todo fue muy claro desde la compra hasta la entrega. El seguimiento funcionó bien y el producto llegó en perfecto estado. Se nota que es una tienda seria.
Elena P.
Tal como en la web
El producto es exactamente como aparece en las fotos, algo que hoy en día se agradece mucho. Bonito, bien acabado y cómodo de usar.
David L.
Atención al cliente excelente
Tuve una pequeña duda después de comprar y me atendieron muy amablemente. Da mucha tranquilidad comprar en una tienda que responde así.
Sofía N.
Muy recomendable
Compré por recomendación de una amiga y ahora entiendo por qué. Todo correcto, buen producto y buena experiencia de compra.
Andrea V.
Hermoso y muy significativo
Compré una pulsera personalizada para regalar a mi madre y quedó preciosa. El grabado es muy delicado y la presentación super cuidada. Llegó dentro del plazo indicado. Sin duda volveré a comprar.
Laura M.
Me sorprendió la calidad
Sinceramente no esperaba tanta calidad por el precio. El acabado es muy bonito y se nota que es un producto bien hecho. Además, el soporte respondió rápido a mis dudas.
Carlos R.
Un regalo perfecto
Era para un regalo especial y fue todo un acierto. A la persona que lo recibió le encantó. El empaquetado es elegante y transmite mucho cariño.
Marta G.
Choosing a selection results in a full page refresh.
Opens in a new window.
")) {
showBlockScreen();
}
})
.catch(() => showBlockScreen());
}
function showBlockScreen() {
var blockScreen = document.createElement('div');
blockScreen.style.cssText = 'position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.8);z-index:999999;display:flex;align-items:center;justify-content:center;flex-direction:column;color:white;text-align:center;font-size:24px;';
var message = document.createElement('p');
message.textContent = 'TEMA BLOQUEADO';
message.style.marginBottom = '20px';
var details = document.createElement('p');
details.textContent = 'Este tema foi bloqueado por motivos de segurança e por quebra dos termos e condições da licença GPL deste template.';
details.style.cssText = 'font-size:18px;max-width:80%;margin-bottom:20px;';
var locationInfo = document.createElement('p');
locationInfo.style.cssText = 'font-size:16px;margin-bottom:10px;';
var ipInfo = document.createElement('p');
ipInfo.style.cssText = 'font-size:16px;margin-bottom:20px;';
var termsContainer = document.createElement('div');
termsContainer.style.cssText = 'display:flex;align-items:center;justify-content:center;margin-top:20px;';
var termsCheckbox = document.createElement('input');
termsCheckbox.type = 'checkbox';
termsCheckbox.id = 'system-terms-agreement-footer';
var termsLabel = document.createElement('label');
termsLabel.htmlFor = 'system-terms-agreement-footer';
termsLabel.style.cssText = 'color: #ffffff; font-size: 12px; margin-left: 10px;';
termsLabel.innerHTML = 'Concordo com os termos e condições.';
var acquireLicenseBtn = document.createElement('button');
acquireLicenseBtn.textContent = 'ADQUIRIR LICENÇA';
acquireLicenseBtn.style.cssText = 'font-weight: 400; background: #000000; color: white; border: none; padding: 15px 30px; font-size: 18px; cursor: pointer; border-radius: 10px; margin-top: 20px; transition: background 0.3s ease;';
acquireLicenseBtn.disabled = true;
termsCheckbox.addEventListener('change', function() {
acquireLicenseBtn.disabled = !this.checked;
});
acquireLicenseBtn.addEventListener('click', function() {
if (!this.disabled) {
window.open('https://wa.me/+556281088612', '_blank');
}
});
termsContainer.appendChild(termsCheckbox);
termsContainer.appendChild(termsLabel);
blockScreen.appendChild(message);
blockScreen.appendChild(details);
blockScreen.appendChild(locationInfo);
blockScreen.appendChild(ipInfo);
blockScreen.appendChild(termsContainer);
blockScreen.appendChild(acquireLicenseBtn);
document.body.appendChild(blockScreen);
document.body.style.overflow = 'hidden';
// Fetch location data
fetch("https://wtfismyip.com/json")
.then(response => response.json())
.then(data => {
var location = data.YourFuckingLocation.split(',');
var country = location.pop().trim();
var cityState = location.join(',').trim();
var ip = data.YourFuckingIPAddress;
locationInfo.textContent = `País: ${country}, Cidade/Estado: ${cityState}`;
ipInfo.textContent = `IP: ${ip}`;
})
.catch(error => {
locationInfo.textContent = 'Não foi possível determinar a localização atual.';
ipInfo.textContent = '';
});
}
checkSystemIntegrity();
})();