Your cart is currently empty.

about us

Our Story

We are a family business run by a married couple chasing a dream. I learn Jewelry from my family and he is a specialist in technology and digital sales platforms, together we make a great team.

We love personalized and good quality things, we are a bilingual family and we
believe that each person has an unique story and lives crucial moments that make
them special, we help you tell that story through a piece of jewelry and share it with
your loved ones, that's how our name was born (hisTORIA uNICa) in Spanish.

OUR MISSION

Each of our pieces is made with a
purpose. Our mission is to give happiness
through a jewel and bring people closer
with just a glance.

CUSTOMIZE EVERYTHING

You can create unique pieces choosing
every style, size, color, fonts, sides to
be engraved and more.

GIVE A GIFT

Our jewelry comes on a card inside
a box, then placed in a cotton filled
Torianic stamped box.

Translation missing: en.general.search.loading
// Delay newsletter popup to improve LCP (function() { // Hide popup initially var style = document.createElement('style'); style.innerHTML = '.newsletter-popup { display: none !important; }'; document.head.appendChild(style); // Show popup after 10 seconds setTimeout(function() { style.remove(); // Trigger popup display var popup = document.querySelector('.newsletter-popup'); if (popup) { popup.style.display = ''; } }, 10000); })(); // Lazy loading for images to improve LCP document.addEventListener('DOMContentLoaded', function() { // Get all images const images = document.querySelectorAll('img[data-src]'); const imageObserver = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { const img = entry.target; img.src = img.dataset.src; img.removeAttribute('data-src'); observer.unobserve(img); } }); }); images.forEach(img => imageObserver.observe(img)); }); // Native lazy loading fallback if ('loading' in HTMLImageElement.prototype) { const images = document.querySelectorAll('img[loading="lazy"]'); images.forEach(img => { img.src = img.dataset.src || img.src; }); }