Store

Buy 1 Get 1 50% OFF Sitewide | Code: LOVE50
The Spring Bridal Collection

Crafted for Your
Unforgettable Moments

Handcrafted engagement rings and premium fine jewelry.

Shop The Collection

Free Worldwide Shipping
30-Day Easy Returns
1-Year Full Warranty
Premium Gift Packaging

Trending Now

Kassia Ring

Classic Halo Round Cut Ring

$129.00

Make It Uniquely Yours

At Kassia, we believe jewelry is more than an accessory—it’s a memory you wear.

Explore Personalization

// 滾動時改變導航欄陰影
window.addEventListener(‘scroll’, function() {
const header = document.getElementById(‘header’);
if (window.scrollY > 20) {
header.style.boxShadow = ‘0 4px 10px rgba(0,0,0,0.04)’;
} else {
header.style.boxShadow = ‘none’;
}
});

// 訂閱表單模擬提交
function handleNewsletter(event) {
event.preventDefault();
alert(‘Thank you for joining the Kassia Club!’);
}