@import url(‘https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Cinzel:wght@400;500&family=Jost:wght@200;300;400&display=swap’); .site-header, header.kadence-header, #masthead, .entry-header, .page-header, .site-title, .kadence-breadcrumbs, .wp-block-kadence-rowlayout { } .entry-content > .wp-block-group:first-child { margin-top: 0 !important; } #dr-wrap * { box-sizing: border-box; margin: 0; padding: 0; } #dr-wrap { font-family: ‘Jost’, sans-serif; font-weight: 300; overflow-x: hidden; –beige: #F1E8DF; –beige-dark: #E8DDD2; –gold: #B59971; –gold-light: #CDB899; –black: #1A1614; –black-soft: #2C2420; –cream: #FAF6F1; –text-muted: #8C7B6E; } #dr-nav { width: 100%; background: #F1E8DF; border-bottom: 1px solid rgba(181,153,113,0.2); padding: 0 60px; height: 80px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 10; } #dr-nav .dr-logo { display: flex; align-items: center; text-decoration: none; } #dr-nav .dr-logo img { height: 65px; width: auto; display: block; object-fit: contain; } #dr-nav ul { display: flex; gap: 40px; list-style: none; } #dr-nav ul a { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: #2C2420; text-decoration: none; opacity: 0.65; transition: opacity 0.3s, color 0.3s; font-family: ‘Jost’, sans-serif; } #dr-nav ul a:hover { opacity: 1; color: #B59971; } #dr-nav .dr-cart { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: #1A1614; text-decoration: none; border: 1px solid rgba(181,153,113,0.5); padding: 10px 22px; transition: all 0.3s; font-family: ‘Jost’, sans-serif; } #dr-nav .dr-cart:hover { background: #B59971; color: white; border-color: #B59971; } #dr-hero { min-height: 92vh; display: grid; grid-template-columns: 1fr 1fr; background: #F1E8DF; } #dr-hero .dr-hero-left { display: flex; flex-direction: column; justify-content: center; padding: 80px 60px 80px 80px; } #dr-hero .dr-tag { font-size: 9px; letter-spacing: 0.45em; text-transform: uppercase; color: #B59971; margin-bottom: 32px; display: flex; align-items: center; gap: 14px; font-family: ‘Jost’, sans-serif; } #dr-hero .dr-tag::before { content: ”; width: 32px; height: 1px; background: #B59971; display: block; } #dr-hero h1 { font-family: ‘Cormorant Garamond’, serif; font-size: clamp(48px, 5.5vw, 78px); font-weight: 300; line-height: 1.08; margin-bottom: 28px; color: #1A1614; animation: drFadeUp 1s ease forwards; opacity: 0; } #dr-hero h1 em { font-style: italic; color: #B59971; } #dr-hero .dr-sub { font-size: 13px; line-height: 1.9; color: #8C7B6E; max-width: 380px; margin-bottom: 20px; font-family: ‘Jost’, sans-serif; animation: drFadeUp 1s 0.15s ease forwards; opacity: 0; } #dr-hero .dr-price { font-size: 11px; letter-spacing: 0.15em; color: #B59971; margin-bottom: 36px; font-family: ‘Jost’, sans-serif; animation: drFadeUp 1s 0.25s ease forwards; opacity: 0; } #dr-hero .dr-ctas { display: flex; gap: 16px; animation: drFadeUp 1s 0.35s ease forwards; opacity: 0; } .dr-btn-primary { background: #1A1614; color: #FAF6F1; padding: 15px 36px; font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase; text-decoration: none; transition: background 0.3s; display: inline-block; font-family: ‘Jost’, sans-serif; } .dr-btn-primary:hover { background: #B59971; color: white; } .dr-btn-outline { border: 1px solid rgba(26,22,20,0.3); color: #1A1614; padding: 15px 36px; font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase; text-decoration: none; transition: all 0.3s; display: inline-block; font-family: ‘Jost’, sans-serif; } .dr-btn-outline:hover { border-color: #B59971; color: #B59971; } #dr-hero .dr-hero-right { display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; min-height: 500px; } #dr-hero .dr-hero-img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; display: block; } .dr-badge { position: absolute; bottom: 40px; left: 0; background: #F1E8DF; padding: 20px 28px; border-left: 3px solid #B59971; box-shadow: 0 8px 40px rgba(0,0,0,0.08); } .dr-badge-num { font-family: ‘Cormorant Garamond’, serif; font-size: 36px; color: #B59971; line-height: 1; } .dr-badge-label { font-size: 9px; letter-spacing: 0.25em; text-transform: uppercase; color: #8C7B6E; margin-top: 4px; font-family: ‘Jost’, sans-serif; } #dr-marquee { background: #1A1614; overflow: hidden; padding: 16px 0; } .dr-marquee-track { display: flex; animation: drMarquee 22s linear infinite; white-space: nowrap; } .dr-marquee-item { font-family: ‘Cinzel’, serif; font-size: 11px; letter-spacing: 0.3em; color: #CDB899; padding: 0 40px; display: inline-flex; align-items: center; gap: 40px; } .dr-marquee-item::after { content: ‘โœฆ’; font-size: 8px; color: #B59971; } .dr-section-tag { font-size: 9px; letter-spacing: 0.4em; text-transform: uppercase; color: #B59971; margin-bottom: 12px; display: flex; align-items: center; gap: 14px; font-family: ‘Jost’, sans-serif; } .dr-section-tag::after { content: ”; width: 32px; height: 1px; background: #B59971; display: block; } .dr-section-title { font-family: ‘Cormorant Garamond’, serif; font-size: clamp(32px, 4vw, 52px); font-weight: 300; line-height: 1.15; color: #1A1614; } .dr-section-title em { font-style: italic; color: #B59971; } .dr-section-hdr { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px; } .dr-view-all { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: #B59971; text-decoration: none; border-bottom: 1px solid rgba(181,153,113,0.4); padding-bottom: 3px; font-family: ‘Jost’, sans-serif; } #dr-cats { padding: 100px 80px; background: #FAF6F1; } .dr-cats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; } .dr-cat-card { text-decoration: none; color: #1A1614; overflow: hidden; aspect-ratio: 3/4; background: #E8DDD2; transition: transform 0.4s; display: block; } .dr-cat-card:hover { transform: translateY(-6px); } .dr-cat-visual { width: 100%; height: 75%; background: #F1E8DF; display: flex; align-items: center; justify-content: center; overflow: hidden; } .dr-cat-visual img { width: 100%; height: 100%; object-fit: cover; display: block; } .dr-cat-info { padding: 16px; background: #FAF6F1; border-top: 1px solid rgba(181,153,113,0.15); } .dr-cat-name { font-family: ‘Cormorant Garamond’, serif; font-size: 16px; font-weight: 400; margin-bottom: 4px; } .dr-cat-sub { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: #8C7B6E; font-family: ‘Jost’, sans-serif; } #dr-products { padding: 100px 80px; background: #F1E8DF; } .dr-products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; } .dr-product-card { position: relative; overflow: hidden; background: #FAF6F1; cursor: pointer; text-decoration: none; color: inherit; display: block; } .dr-product-img { aspect-ratio: 3/4; background: #E8DDD2; display: flex; align-items: center; justify-content: center; font-size: 60px; overflow: hidden; position: relative; transition: transform 0.6s ease; } .dr-product-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s ease; } .dr-product-card:hover .dr-product-img img { transform: scale(1.04); } .dr-product-body { padding: 20px; border-top: 1px solid rgba(181,153,113,0.15); } .dr-product-cat { font-size: 8px; letter-spacing: 0.3em; text-transform: uppercase; color: #B59971; margin-bottom: 6px; font-family: ‘Jost’, sans-serif; } .dr-product-name { font-family: ‘Cormorant Garamond’, serif; font-size: 18px; font-weight: 400; margin-bottom: 8px; color: #1A1614; } .dr-product-price { font-size: 13px; color: #B59971; font-family: ‘Jost’, sans-serif; } .dr-product-add { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; background: #1A1614; color: #FAF6F1; border: none; font-size: 18px; display: flex; align-items: center; justify-content: center; opacity: 0; transform: translateY(-8px); transition: all 0.3s; cursor: pointer; text-decoration: none; } .dr-product-card:hover .dr-product-add { opacity: 1; transform: translateY(0); } #dr-trust { background: #2C2420; display: grid; grid-template-columns: 1fr 1fr 1fr; } .dr-trust-item { padding: 48px 40px; text-align: center; border: 1px solid rgba(181,153,113,0.1); background: rgba(255,255,255,0.02); } .dr-trust-icon { font-size: 28px; margin-bottom: 16px; } .dr-trust-title { font-family: ‘Cormorant Garamond’, serif; font-size: 20px; color: #FAF6F1; margin-bottom: 10px; } .dr-trust-body { font-size: 12px; color: rgba(250,246,241,0.4); line-height: 1.8; font-family: ‘Jost’, sans-serif; } #dr-about { padding: 120px 80px; background: #FAF6F1; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; } .dr-about-img-wrap { position: relative; } .dr-about-img { width: 100%; aspect-ratio: 4/5; background: linear-gradient(145deg, #EDE4D8, #E0D0C0); display: flex; align-items: center; justify-content: center; overflow: hidden; } .dr-about-img img { width: 100%; height: 100%; object-fit: cover; } .dr-about-stat { position: absolute; top: 30px; left: -30px; background: #1A1614; color: #FAF6F1; padding: 20px 28px; } .dr-about-stat-num { font-family: ‘Cormorant Garamond’, serif; font-size: 40px; color: #B59971; line-height: 1; } .dr-about-stat-label { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(250,246,241,0.5); margin-top: 4px; font-family: ‘Jost’, sans-serif; } .dr-about-body { font-size: 13px; line-height: 1.9; color: #8C7B6E; margin: 24px 0 40px; font-family: ‘Jost’, sans-serif; } #dr-testi { padding: 100px 80px; background: #F1E8DF; text-align: center; } #dr-testi .dr-section-tag { justify-content: center; } #dr-testi .dr-section-tag::after { display: none; } #dr-testi .dr-section-tag::before { content: ”; width: 32px; height: 1px; background: #B59971; display: block; } .dr-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 60px; } .dr-testi-card { background: #FAF6F1; padding: 44px 36px; text-align: left; border-top: 2px solid #B59971; transition: transform 0.3s; } .dr-testi-card:hover { transform: translateY(-4px); } .dr-testi-stars { color: #B59971; font-size: 12px; letter-spacing: 4px; margin-bottom: 20px; } .dr-testi-quote { font-family: ‘Cormorant Garamond’, serif; font-size: 17px; font-style: italic; line-height: 1.75; color: #2C2420; margin-bottom: 24px; } .dr-testi-name { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: #B59971; font-family: ‘Jost’, sans-serif; } .dr-testi-city { font-size: 11px; color: #8C7B6E; margin-top: 3px; font-family: ‘Jost’, sans-serif; } #dr-newsletter { padding: 100px 80px; background: #1A1614; text-align: center; } #dr-newsletter .dr-section-tag { justify-content: center; color: rgba(181,153,113,0.7); } #dr-newsletter .dr-section-tag::after { background: rgba(181,153,113,0.3); } #dr-newsletter .dr-section-tag::before { content:”; width:32px; height:1px; background:rgba(181,153,113,0.3); display:block; } .dr-nl-title { font-family: ‘Cormorant Garamond’, serif; font-size: clamp(32px,4vw,52px); font-weight: 300; color: #FAF6F1; margin-bottom: 14px; } .dr-nl-title em { font-style: italic; color: #CDB899; } .dr-nl-sub { font-size: 12px; color: rgba(250,246,241,0.4); margin-bottom: 48px; font-family: ‘Jost’, sans-serif; } .dr-nl-form { display: flex; max-width: 460px; margin: 0 auto; } .dr-nl-input { flex: 1; background: rgba(255,255,255,0.06); border: 1px solid rgba(181,153,113,0.25); border-right: none; color: #FAF6F1; padding: 15px 22px; font-size: 12px; outline: none; font-family: ‘Jost’, sans-serif; } .dr-nl-input::placeholder { color: rgba(250,246,241,0.25); } .dr-nl-btn { background: #B59971; color: #1A1614; border: none; padding: 15px 28px; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; cursor: pointer; font-family: ‘Jost’, sans-serif; } #dr-footer { background: #120E0C; padding: 70px 80px 36px; border-top: 1px solid rgba(181,153,113,0.1); } .dr-footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 50px; } .dr-footer-brand-name { font-family: ‘Cinzel’, serif; font-size: 20px; letter-spacing: 0.15em; color: #FAF6F1; margin-bottom: 4px; } .dr-footer-brand-sub { font-size: 9px; letter-spacing: 0.4em; text-transform: uppercase; color: #B59971; margin-bottom: 20px; font-family: ‘Jost’, sans-serif; } .dr-footer-brand p { font-size: 12px; line-height: 1.8; color: rgba(250,246,241,0.35); max-width: 240px; font-family: ‘Jost’, sans-serif; } .dr-footer-col h4 { font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: #B59971; margin-bottom: 22px; font-family: ‘Jost’, sans-serif; } .dr-footer-col ul { list-style: none; } .dr-footer-col li { margin-bottom: 11px; } .dr-footer-col a { font-size: 12px; color: rgba(250,246,241,0.4); text-decoration: none; font-family: ‘Jost’, sans-serif; } .dr-footer-bottom { border-top: 1px solid rgba(181,153,113,0.1); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; font-size: 10px; color: rgba(250,246,241,0.2); font-family: ‘Jost’, sans-serif; } .dr-footer-bottom a { color: rgba(181,153,113,0.4); text-decoration: none; } #dr-wa { position: fixed; bottom: 32px; right: 32px; z-index: 999; width: 52px; height: 52px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; text-decoration: none; box-shadow: 0 4px 20px rgba(37,211,102,0.4); transition: transform 0.3s; } #dr-wa:hover { transform: scale(1.1); } #dr-toast { position: fixed; bottom: 32px; left: 50%; transform: translateX(-50%) translateY(80px); background: #1A1614; color: #FAF6F1; padding: 13px 28px; font-size: 11px; letter-spacing: 0.15em; z-index: 9999; pointer-events: none; opacity: 0; transition: all 0.4s ease; border-bottom: 2px solid #B59971; font-family: ‘Jost’, sans-serif; } #dr-toast.show { transform: translateX(-50%) translateY(0); opacity: 1; } @keyframes drFadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } } @keyframes drMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } } .dr-reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; } .dr-reveal.dr-visible { opacity: 1; transform: translateY(0); } @media (max-width: 768px) { #dr-nav { padding: 0 20px; height: 65px; } #dr-nav ul { display: none; } #dr-nav .dr-logo img { height: 40px; } #dr-hero { grid-template-columns: 1fr; } #dr-hero .dr-hero-left { padding: 40px 24px; } #dr-cats { padding: 60px 24px; } .dr-cats-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; } #dr-products { padding: 60px 24px; } .dr-products-grid { grid-template-columns: repeat(2, 1fr); } #dr-trust { grid-template-columns: 1fr; } #dr-about { padding: 60px 24px; grid-template-columns: 1fr; gap: 40px; } #dr-testi { padding: 60px 24px; } .dr-testi-grid { grid-template-columns: 1fr; } #dr-newsletter { padding: 60px 24px; } #dr-footer { padding: 50px 24px 28px; } .dr-footer-top { grid-template-columns: 1fr 1fr; gap: 32px; } }
โœฆ Added to bag
๐Ÿ’ฌ
New Arrivals โ€” 2026

Jewellery That
Speaks
For You

Handpicked accessories designed for every Indian woman โ€” delicate, expressive, and beautifully priced. Wear your story with Divish Regalia.

โœฆ Starting at just โ‚น199 โ€” free shipping above โ‚น499
Divish Regalia Jewellery
500+
Pieces Sold
NecklacesEarringsBraceletsRingsAnkletsFree ShippingUnder โ‚น500NecklacesEarringsBraceletsRingsAnkletsFree ShippingUnder โ‚น500

Find Your Perfect Piece

View All โ†’

Most Loved Pieces

View All โ†’
๐Ÿšš
Free Shipping
On all orders above โ‚น499. Fast delivery across India within 3โ€“5 business days.
โœฆ
Quality Promise
Every piece is carefully inspected. We stand behind the quality of all our accessories.
โ†ฉ๏ธ
Easy Returns
Not happy? Return within 7 days for a full exchange. No questions asked.
Divish Regalia Story
โ‚น199
Starting Price

Born from a Love
of Beautiful Things

Divish Regalia was born with a simple belief โ€” that every woman deserves to feel adorned, regardless of budget. We curate jewellery accessories that are thoughtfully designed, lovingly made, and joyfully worn.

From delicate everyday pieces to bold statement sets, our collection is built for the modern Indian woman who expresses herself through what she wears.

Explore Collection

Loved by Real Women

โ˜…โ˜…โ˜…โ˜…โ˜…

“The earrings I ordered are absolutely gorgeous. Such fine quality for the price โ€” I’ve already ordered three more times!”

Priya Sharma
Mumbai
โ˜…โ˜…โ˜…โ˜…โ˜…

“Fast delivery, beautiful packaging and the anklet set is even prettier in person. Divish Regalia is my go-to now.”

Meera Nair
Bengaluru
โ˜…โ˜…โ˜…โ˜…โ˜…

“Ordered for my sister’s birthday and she was thrilled. The bracelet looks so much more expensive than it was!”

Kavitha Rajan
Chennai

New Drops, First

Join our circle for exclusive early access, styling tips and special offers.

document.addEventListener(‘DOMContentLoaded’, function() { var selectors = [‘.site-header’,’header.kadence-header’,’#masthead’,’.main-navigation’,’.kadence-sticky-header’,’.header-wrap’]; selectors.forEach(function(s) { var el = document.querySelector(s); if (el) el.style.cssText = ‘display:none!important;height:0!important;’; }); }); var drObs = new IntersectionObserver(function(entries) { entries.forEach(function(e) { if (e.isIntersecting) e.target.classList.add(‘dr-visible’); }); }, { threshold: 0.1 }); document.querySelectorAll(‘.dr-reveal’).forEach(function(el) { drObs.observe(el); }); var drCount = 0; var drCartBtn = document.getElementById(‘dr-cart-btn’); var drToast = document.getElementById(‘dr-toast’); function drSubscribe() { var input = document.querySelector(‘.dr-nl-input’); if (input.value && input.value.includes(‘@’)) { drToast.textContent = ‘โœฆ Welcome to Divish Regalia!’; drToast.classList.add(‘show’); input.value = ”; setTimeout(function() { drToast.classList.remove(‘show’); setTimeout(function() { drToast.textContent = ‘โœฆ Added to bag’; }, 400); }, 2500); } }