Refund policy
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,800;1,400;1,700&family=Source+Sans+3:wght@300;400;600;700&display=swap" rel="stylesheet">
<style>
/* ══════════════════════════════════════════
KuberBox — Returns & Refunds Page (Shopify)
Primary: #A94449
Secondary: #F7F1EE
Accent: #F7A17F
══════════════════════════════════════════ */
:root {
--kb-red: #A94449;
--kb-beige: #F7F1EE;
--kb-orange: #F7A17F;
--kb-dark: #2d2020;
--kb-mid: #5a3e3e;
--kb-light: #f9f6f4;
--font-h: 'Playfair Display', Georgia, serif;
--font-b: 'Source Sans 3', 'Source Sans Pro', Arial, sans-serif;
}
.rr { max-width: 900px; margin: 0 auto; padding: 0 20px 80px; font-family: var(--font-b); color: var(--kb-dark); line-height: 1.75; }
/* ── Hero trust banner ── */
.rr__hero {
background: linear-gradient(135deg, #2d1515 0%, #4a1e1e 100%);
border-radius: 16px; padding: 48px 40px; margin-bottom: 48px; text-align: center;
}
.rr__eyebrow {
display: inline-block; font-family: var(--font-b); font-size: 11px; font-weight: 700;
letter-spacing: 2.5px; text-transform: uppercase; color: #d4a0a0; margin-bottom: 14px;
}
.rr__hero h1 {
font-family: var(--font-h) !important; font-size: clamp(24px,4vw,38px) !important;
font-weight: 700 !important; color: #fff !important; margin: 0 0 14px !important; line-height: 1.2 !important;
}
.rr__hero p { font-size: 16px; color: rgba(255,255,255,0.8); max-width: 540px; margin: 0 auto 32px; }
/* ── 3 headline promise cards ── */
.rr__promises {
display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-bottom: 56px;
}
.rr__promise {
background: var(--kb-beige); border: 1px solid #e8dede; border-radius: 12px;
padding: 24px 20px; text-align: center;
}
.rr__promise__icon { width: 48px; height: 48px; margin: 0 auto 12px; display: flex; align-items: center; justify-content: center; }
.rr__promise__icon svg { width: 40px; height: 40px; }
.rr__promise h3 {
font-family: var(--font-h) !important; font-size: 15px !important;
font-weight: 700 !important; color: var(--kb-dark) !important; margin: 0 0 6px !important;
}
.rr__promise p { font-size: 13px; color: #6a4a4a; margin: 0; line-height: 1.5; }
.rr__promise strong { color: var(--kb-red); }
/* ── Section headings ── */
.rr__sec { margin-bottom: 48px; }
.rr__sec-head { margin-bottom: 20px; }
.rr__sec-head h2 {
font-family: var(--font-h) !important; font-size: clamp(20px,2.8vw,26px) !important;
font-weight: 700 !important; color: var(--kb-dark) !important;
margin: 0 0 6px !important; padding-bottom: 10px;
border-bottom: 2px solid var(--kb-red);
display: inline-block;
}
.rr__sec-head h3 {
font-family: var(--font-h) !important; font-size: 17px !important;
font-weight: 600 !important; color: var(--kb-red) !important; margin: 0 !important;
}
/* ── Timeline: how returns work ── */
.rr__timeline {
background: var(--kb-beige); border-radius: 14px; padding: 32px 28px; margin-bottom: 48px;
}
.rr__timeline h2 {
font-family: var(--font-h) !important; font-size: 20px !important; font-weight: 700 !important;
color: var(--kb-dark) !important; margin: 0 0 24px !important; text-align: center;
}
.rr__steps { display: flex; gap: 0; flex-wrap: wrap; justify-content: center; }
.rr__step {
flex: 1; min-width: 140px; max-width: 180px;
text-align: center; position: relative; padding: 0 12px;
}
.rr__step:not(:last-child)::after {
content: '→'; position: absolute; right: -6px; top: 18px;
font-size: 18px; color: var(--kb-red); font-weight: 700;
}
.rr__step__num {
width: 40px; height: 40px; background: var(--kb-red); color: #fff;
border-radius: 50%; display: flex; align-items: center; justify-content: center;
font-size: 16px; font-weight: 700; margin: 0 auto 10px; font-family: var(--font-b);
}
.rr__step__label { font-size: 13px; font-weight: 700; color: var(--kb-dark); margin-bottom: 4px; }
.rr__step__time { font-size: 12px; color: var(--kb-red); font-weight: 600; }
/* ── Policy lists ── */
.rr__list { list-style: none; padding: 0; margin: 0 0 20px; }
.rr__list li {
padding: 12px 16px 12px 44px; position: relative;
border-bottom: 1px solid #ede5e5; font-size: 15px; color: #3d2a2a;
}
.rr__list li:last-child { border-bottom: none; }
.rr__list li::before {
content: ''; position: absolute; left: 16px; top: 18px;
width: 8px; height: 8px; border-radius: 50%; background: var(--kb-red);
}
.rr__list li strong { color: var(--kb-dark); }
.rr__list li a { color: var(--kb-red); text-decoration: underline; }
/* ── Exchange value sub-list ── */
.rr__sublist { list-style: none; padding: 0; margin: 10px 0 0 0; }
.rr__sublist li {
padding: 6px 0 6px 20px; position: relative; font-size: 14px; border-bottom: none;
}
.rr__sublist li::before { width: 6px; height: 6px; top: 12px; background: #d4a0a0; }
/* ── Important note box ── */
.rr__note {
background: #fff3f3; border-left: 4px solid var(--kb-red);
border-radius: 0 10px 10px 0; padding: 16px 20px; margin-bottom: 24px;
font-size: 14px; color: #5a2a2a; line-height: 1.6;
}
.rr__note strong { color: var(--kb-red); }
/* ── Exchange value tables ── */
.rr__table-wrap {
background: var(--kb-beige); border-radius: 12px; padding: 24px; margin-bottom: 24px; overflow-x: auto;
}
.rr__table-wrap h4 {
font-family: var(--font-h) !important; font-size: 15px !important;
font-weight: 700 !important; color: var(--kb-dark) !important;
text-align: center; margin: 0 0 16px !important;
}
.rr__table { width: 100%; border-collapse: collapse; font-size: 13px; }
.rr__table th {
background: var(--kb-red); color: #fff; padding: 10px 12px;
font-family: var(--font-b); font-weight: 600; text-align: center; white-space: nowrap;
}
.rr__table td {
padding: 10px 12px; text-align: center; border-bottom: 1px solid #e0d4d4; color: #3d2a2a;
}
.rr__table tr:last-child td {
font-weight: 700; background: #f0e8e8; border-bottom: none;
}
.rr__table td:first-child { text-align: left; }
/* ── Highlight section (tables intro) ── */
.rr__highlight {
background: linear-gradient(135deg, var(--kb-red) 0%, #7a2a2a 100%);
border-radius: 14px; padding: 28px 32px; margin-bottom: 28px; text-align: center;
}
.rr__highlight h3 {
font-family: var(--font-h) !important; font-size: 20px !important;
font-weight: 700 !important; color: #fff !important; margin: 0 0 8px !important;
}
.rr__highlight p { font-size: 14px; color: rgba(255,255,255,0.85); margin: 0; }
/* ── FAQs ── */
.rr__faqs { margin-bottom: 56px; }
.rr__faq { border-bottom: 1px solid #e0d4d4; }
.rr__faq summary {
padding: 16px 4px; font-size: 15px; font-weight: 600; color: var(--kb-dark);
cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center;
font-family: var(--font-b);
}
.rr__faq summary::after { content: '+'; color: var(--kb-red); font-size: 20px; font-weight: 400; }
.rr__faq[open] summary::after { content: '−'; }
.rr__faq summary::-webkit-details-marker { display: none; }
.rr__faq__body { padding: 0 4px 16px; font-size: 14px; color: #5a3e3e; line-height: 1.7; }
.rr__faq__body strong { color: var(--kb-red); }
/* ── Instagram grid ── */
.rr__insta { margin-bottom: 56px; }
.rr__insta-head { text-align: center; margin-bottom: 20px; }
.rr__insta-head h2 {
font-family: var(--font-h) !important; font-size: 22px !important;
font-weight: 700 !important; color: var(--kb-dark) !important; margin: 0 0 6px !important;
}
.rr__insta-head p { font-size: 14px; color: #888; margin: 0; }
.rr__insta-grid {
display: grid; grid-template-columns: repeat(3,1fr); gap: 8px;
}
.rr__insta-item {
aspect-ratio: 1; border-radius: 8px; overflow: hidden;
background: var(--kb-beige); display: block; position: relative;
}
.rr__insta-item img {
width: 100%; height: 100%; object-fit: cover;
transition: transform 0.3s; display: block;
}
.rr__insta-item:hover img { transform: scale(1.05); }
.rr__insta-item__overlay {
position: absolute; inset: 0; background: rgba(169,68,73,0.6);
display: flex; align-items: center; justify-content: center;
opacity: 0; transition: opacity 0.3s;
}
.rr__insta-item:hover .rr__insta-item__overlay { opacity: 1; }
.rr__insta-item__overlay span { color: #fff; font-size: 13px; font-weight: 600; font-family: var(--font-b); }
.rr__insta-placeholder {
width: 100%; height: 100%; background: linear-gradient(135deg,#e8dede,#d4c4c4);
display: flex; flex-direction: column; align-items: center; justify-content: center;
gap: 6px; color: var(--kb-red); font-size: 11px; font-family: var(--font-b);
text-align: center; padding: 8px;
}
/* ── CTA ── */
.rr__cta {
background: var(--kb-red); border-radius: 14px; padding: 40px 32px; text-align: center;
}
.rr__cta h2 {
font-family: var(--font-h) !important; font-size: clamp(18px,3vw,26px) !important;
font-weight: 700 !important; color: #fff !important; margin: 0 0 10px !important;
}
.rr__cta p { font-size: 15px; color: rgba(255,255,255,0.85); margin: 0 0 24px; }
.rr__btn {
display: inline-block; background: #fff; color: var(--kb-red);
font-family: var(--font-b); font-size: 14px; font-weight: 700;
padding: 13px 28px; border-radius: 8px; text-decoration: none;
transition: background 0.2s, transform 0.15s;
}
.rr__btn:hover { background: var(--kb-beige); transform: translateY(-1px); }
.rr__btn--outline {
background: transparent; color: #fff;
border: 2px solid rgba(255,255,255,0.65); margin-left: 10px;
}
.rr__btn--outline:hover { background: rgba(255,255,255,0.1); }
@media(max-width:640px){
.rr__promises { grid-template-columns: 1fr; }
.rr__steps { gap: 20px; }
.rr__step:not(:last-child)::after { display: none; }
.rr__insta-grid { grid-template-columns: repeat(3,1fr); gap: 4px; }
.rr__hero { padding: 32px 20px; }
.rr__btn--outline { margin-left: 0; margin-top: 10px; display: block; }
.rr__highlight { padding: 20px; }
}
</style>
<div class="rr">
<!-- ── HERO ── -->
<div class="rr__hero">
<span class="rr__eyebrow">Our Promise To You</span>
<h1>Don't Love It? We'll Make It Right — Guaranteed.</h1>
<p>We've been making jewellery since 2013 and standing behind every piece we ship. Our returns process is straightforward, fully managed by us, and costs you nothing.</p>
</div>
<!-- ── 3 PROMISE CARDS ── -->
<div class="rr__promises">
<div class="rr__promise">
<div class="rr__promise__icon">
<svg viewbox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="40" cy="40" r="38" fill="#f5ecec" stroke="#A94449" stroke-width="1.5"></circle>
<path d="M24 33 A16 16 0 0 1 56 33" stroke="#A94449" stroke-width="1.8" stroke-linecap="round" fill="none"></path>
<polyline points="52,26 56,33 49,34" stroke="#A94449" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" fill="none"></polyline>
<path d="M56 47 A16 16 0 0 1 24 47" stroke="#A94449" stroke-width="1.8" stroke-linecap="round" fill="none"></path>
<polyline points="28,54 24,47 31,46" stroke="#A94449" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" fill="none"></polyline>
</svg>
</div>
<h3>30-Day Returns</h3>
<p><strong>No questions asked.</strong> Return anything within 30 days for a full refund.</p>
</div>
<div class="rr__promise">
<div class="rr__promise__icon">
<svg viewbox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="40" cy="40" r="38" fill="#f5ecec" stroke="#A94449" stroke-width="1.5"></circle>
<path d="M40 18 L44 29 H56 L46 36 L50 47 L40 40 L30 47 L34 36 L24 29 H36 Z" stroke="#A94449" stroke-width="1.6" stroke-linejoin="round" fill="none"></path>
<polyline points="32,52 40,58 48,52" stroke="#A94449" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none"></polyline>
<line x1="40" y1="47" x2="40" y2="58" stroke="#A94449" stroke-width="1.5" stroke-linecap="round"></line>
</svg>
</div>
<h3>Lifetime Exchange</h3>
<p><strong>Gold & diamond jewellery</strong> can be exchanged any time, forever.</p>
</div>
<div class="rr__promise">
<div class="rr__promise__icon">
<svg viewbox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="40" cy="40" r="38" fill="#f5ecec" stroke="#A94449" stroke-width="1.5"></circle>
<rect x="22" y="30" width="36" height="22" rx="2.5" stroke="#A94449" stroke-width="1.6"></rect>
<line x1="22" y1="37" x2="58" y2="37" stroke="#A94449" stroke-width="1.5"></line>
<circle cx="40" cy="45" r="4" stroke="#A94449" stroke-width="1.5"></circle>
<path d="M52 20 A13 13 0 1 1 39 23" stroke="#A94449" stroke-width="1.6" stroke-linecap="round" fill="none"></path>
<polyline points="37,19 39,24 44,22" stroke="#A94449" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round" fill="none"></polyline>
</svg>
</div>
<h3>100% Refund</h3>
<p><strong>Zero deductions.</strong> We even cover the courier. Refund processed in 24–48 hrs.</p>
</div>
</div>
<!-- ── HOW IT WORKS TIMELINE ── -->
<div class="rr__timeline">
<h2>Here's Exactly What Happens After You Raise a Return</h2>
<div class="rr__steps">
<div class="rr__step">
<div class="rr__step__num">1</div>
<div class="rr__step__label">You Request</div>
<div class="rr__step__time">Call / Email us</div>
</div>
<div class="rr__step">
<div class="rr__step__num">2</div>
<div class="rr__step__label">We Pick Up</div>
<div class="rr__step__time">Within 24 hrs</div>
</div>
<div class="rr__step">
<div class="rr__step__num">3</div>
<div class="rr__step__label">In Transit</div>
<div class="rr__step__time">2–4 days</div>
</div>
<div class="rr__step">
<div class="rr__step__num">4</div>
<div class="rr__step__label">Quality Check</div>
<div class="rr__step__time">24 hrs</div>
</div>
<div class="rr__step">
<div class="rr__step__num">5</div>
<div class="rr__step__label">Refund Issued</div>
<div class="rr__step__time">24–48 hrs</div>
</div>
</div>
</div>
<div class="rr__note">
<strong>Important:</strong> This policy applies to orders delivered within India. International orders are not eligible for returns or exchanges. For customised / personalised pieces, returns are not accepted unless there is a manufacturing defect.
</div>
<!-- ── EXCHANGE POLICY ── -->
<div class="rr__sec">
<div class="rr__sec-head">
<h2>Exchange Policy</h2>
</div>
<div class="rr__sec-head" style="margin-top:16px;"><h3>Gold & Diamond Jewellery</h3></div>
<ul class="rr__list">
<li>
<strong>Lifetime Exchange Guarantee:</strong> Every gold and diamond piece purchased from KuberBox carries a lifetime exchange guarantee — no expiry date, no fine print.</li>
<li>
<strong>Normal Wear & Tear Accepted:</strong> We don't expect the piece to be in showroom condition. Normal wear and tear is perfectly acceptable for an exchange request.</li>
</ul>
<div class="rr__sec-head" style="margin-top:24px;"><h3>Silver Jewellery</h3></div>
<ul class="rr__list">
<li>
<strong>30-Day Return Window:</strong> Silver jewellery can be returned within 30 days of delivery, provided the item is unused and undamaged. Lifetime exchange does not apply to silver.</li>
</ul>
</div>
<!-- ── RETURN POLICY ── -->
<div class="rr__sec">
<div class="rr__sec-head"><h2>Return Policy</h2></div>
<ul class="rr__list">
<li>
<strong>No-Questions-Asked:</strong> We've built our returns process so you never have to justify why you're returning. If it doesn't work for you, it simply doesn't work — and that's fine.</li>
<li>
<strong>30-Day Evaluation Period:</strong> You have 30 days from the delivery date to assess the product and decide if it's right for you.</li>
<li>
<strong>What Can Be Returned:</strong> Any non-customised product at 100% of the invoice price within 30 days. Beyond 30 days, lifetime exchange is available for gold and diamond jewellery.</li>
</ul>
<div class="rr__sec-head" style="margin-top:24px;"><h3>Conditions for Return & Exchange</h3></div>
<ul class="rr__list">
<li>
<strong>For Returns:</strong> Product must be returned with original tags, invoice, and diamond/gemstone certificates.</li>
<li>
<strong>For Exchanges:</strong> Normal wear and tear is acceptable. Products not in ideal condition will be appraised in our lab — we'll share photo evidence before determining any value adjustment.</li>
</ul>
</div>
<!-- ── HOW TO INITIATE ── -->
<div class="rr__sec">
<div class="rr__sec-head"><h2>How to Initiate a Return or Exchange</h2></div>
<ul class="rr__list">
<li>Contact our Customer Delight team at <strong>yourfriends@kuberbox.com</strong> or <strong>+91 120 690 2222</strong>. We'll arrange a doorstep pickup — you don't need to go anywhere.</li>
<li>
<strong>Mon to Sat, 10:30 AM – 7:00 PM IST</strong> (excluding public holidays)</li>
<li>
<strong>COD Orders:</strong> Refund will be processed to your bank account or UPI via a secure refund link sent to your registered email and phone number.</li>
<li>
<strong>Partial-COD Orders:</strong> The online payment portion refunds to the original source. The COD portion refunds via a secure link to your bank account or UPI.</li>
</ul>
</div>
<!-- ── REFUND PROCESS ── -->
<div class="rr__sec">
<div class="rr__sec-head"><h2>Refund Process</h2></div>
<div class="rr__note">
<strong>Note:</strong> Refunds are processed within 24–48 hours of receiving the item at our warehouse. Your bank or payment gateway may take an additional 5–7 business days to reflect the amount in your account.
</div>
<ul class="rr__list">
<li>
<strong>Completeness Check:</strong> Within 24 hours of receiving your return, we conduct a completeness check.</li>
<li>
<strong>100% Refund:</strong> Products that pass the check receive a full refund to the original payment source — no deductions.</li>
<li>
<strong>Courier Cost:</strong> We bear the full courier cost for returns within 30 days. After 30 days, a ₹1,000 fee applies for repairs; ₹1,000 pickup fee for lifetime exchanges.</li>
<li>
<strong>Damaged Items:</strong> If the item is damaged, we'll appraise the loss of value with supporting photo evidence and share it with you before adjusting the refund.</li>
<li>
<strong>Free Gifts / Promo Codes:</strong> If any free gifts, discounts or promo codes were used, the refund is adjusted by the MRP value of the free gifts (unless returned).</li>
</ul>
</div>
<!-- ── LIFETIME EXCHANGE VALUE (the differentiator) ── -->
<div class="rr__sec">
<div class="rr__sec-head"><h2>Lifetime Exchange Value — How We Calculate It</h2></div>
<div class="rr__highlight">
<h3>We Show You Exactly What Your Jewellery Is Worth at Exchange</h3>
<p>No guesswork, no surprises. Here's the complete breakdown — and three worked examples so you can see precisely what you'll receive.</p>
</div>
<ul class="rr__list">
<li>
<strong>Gold:</strong> 100% of the prevailing gold rate at the time of exchange.</li>
<li>
<strong>Diamonds:</strong> Lower of the prevailing market rate or your original purchase price.</li>
<li>
<strong>Gemstones:</strong>
<ul class="rr__sublist">
<li>Pearls, glue-set, drilled, engraved or synthetic gemstones: No value (cannot be reused)</li>
<li>All other natural gemstones: 80% of original purchase price</li>
</ul>
</li>
<li>
<strong>Making Charges, Enamel, Customisation, GST, Certification:</strong> No exchange value.</li>
<li>A proforma credit note is issued first — you review and accept before we pick up the product.</li>
<li>
<strong>Credit Note Validity:</strong> 6 months. Can be used on any product except gold coins, silver coins, solitaires, and gold chains.</li>
</ul>
<div class="rr__table-wrap">
<h4>Example 1 — Gold & Diamond Ring</h4>
<table class="rr__table">
<tr>
<th>Component</th>
<th>Purchase Price</th>
<th>Old Rate</th>
<th>Exchange Value</th>
<th>Current Rate</th>
</tr>
<tr>
<td><strong>Gold (5g)</strong></td>
<td>₹27,500</td>
<td>₹5,500/gm</td>
<td>₹30,000</td>
<td>₹6,000/gm</td>
</tr>
<tr>
<td><strong>Diamond (0.10 ct)</strong></td>
<td>₹8,000</td>
<td>₹8,000/ct</td>
<td>₹7,500</td>
<td>Lower of old/new</td>
</tr>
<tr>
<td><strong>Making Charges</strong></td>
<td>₹2,500</td>
<td>—</td>
<td>₹0</td>
<td>Not considered</td>
</tr>
<tr>
<td><strong>Total</strong></td>
<td>₹30,000</td>
<td>—</td>
<td>₹37,500</td>
<td>—</td>
</tr>
</table>
</div>
<div class="rr__table-wrap">
<h4>Example 2 — Gold & Gemstone Earrings</h4>
<table class="rr__table">
<tr>
<th>Component</th>
<th>Purchase Price</th>
<th>Old Rate</th>
<th>Exchange Value</th>
<th>Current Rate</th>
</tr>
<tr>
<td><strong>Gold (4g)</strong></td>
<td>₹24,500</td>
<td>₹6,000/gm</td>
<td>₹26,000</td>
<td>₹6,500/gm</td>
</tr>
<tr>
<td><strong>Natural Ruby</strong></td>
<td>₹5,000</td>
<td>Fixed</td>
<td>₹4,000</td>
<td>80% of purchase</td>
</tr>
<tr>
<td><strong>Customisation</strong></td>
<td>₹1,000</td>
<td>—</td>
<td>₹0</td>
<td>Not considered</td>
</tr>
<tr>
<td><strong>Total</strong></td>
<td>₹25,000</td>
<td>—</td>
<td>₹30,000</td>
<td>—</td>
</tr>
</table>
</div>
<div class="rr__table-wrap">
<h4>Example 3 — Gold Pendant with Pearls</h4>
<table class="rr__table">
<tr>
<th>Component</th>
<th>Purchase Price</th>
<th>Old Rate</th>
<th>Exchange Value</th>
<th>Current Rate</th>
</tr>
<tr>
<td><strong>Gold (6.5g)</strong></td>
<td>₹39,000</td>
<td>₹6,000/gm</td>
<td>₹42,250</td>
<td>₹6,500/gm</td>
</tr>
<tr>
<td><strong>Pearls</strong></td>
<td>₹1,000</td>
<td>Fixed</td>
<td>₹0</td>
<td>No value</td>
</tr>
<tr>
<td><strong>Engraving</strong></td>
<td>₹2,000</td>
<td>—</td>
<td>₹0</td>
<td>Not considered</td>
</tr>
<tr>
<td><strong>Total</strong></td>
<td>₹40,000</td>
<td>—</td>
<td>₹42,250</td>
<td>—</td>
</tr>
</table>
</div>
</div>
<!-- ── FAQs ── -->
<div class="rr__faqs">
<div class="rr__sec-head"><h2>Frequently Asked Questions</h2></div>
<details class="rr__faq">
<summary>What if my nose ring inner diameter doesn't fit?</summary>
<div class="rr__faq__body">
No problem. For non-customised nose rings, we accept returns within 30 days — just raise a request and we'll arrange a free pickup. Alternatively, we can <strong>resize the piece for you</strong>: if the resizing requires a change in gold or diamond weight, a small additional charge applies, but we'll confirm the exact cost before proceeding. Either way, you're not stuck with something that doesn't fit.
</div>
</details>
<details class="rr__faq">
<summary>Will I get a 100% refund — no hidden deductions?</summary>
<div class="rr__faq__body">
<strong>Yes, 100% refund with zero deductions</strong> — including no courier charge. We pick up the item from your door at our cost. The only exception is if a free gift or promo discount was applied during the purchase, in which case the MRP value of that gift is adjusted from the refund (unless you return the gift too).
</div>
</details>
<details class="rr__faq">
<summary>Who arranges the return courier — do I have to drop it off?</summary>
<div class="rr__faq__body">
You don't need to go anywhere. <strong>KuberBox arranges a doorstep pickup</strong> from your address through our logistics partner. Within the first 30 days, this is completely free. After 30 days (for lifetime exchanges), a ₹1,000 pickup fee applies. We service all major pincodes across India.
</div>
</details>
<details class="rr__faq">
<summary>How long does the entire return process take?</summary>
<div class="rr__faq__body">
Here's the complete timeline from the moment you raise a request:
<br><br>
<strong>Pickup:</strong> Within 24 hours of your request<br>
<strong>Transit to our warehouse:</strong> 2–4 business days<br>
<strong>Quality check:</strong> 24 hours after receipt<br>
<strong>Refund processed:</strong> Within 24–48 hours of quality check<br>
<strong>Reflects in your account:</strong> Additional 5–7 business days (bank processing time)<br>
<br>
Total typical time from request to money in your account: <strong>7–10 business days.</strong>
</div>
</details>
<details class="rr__faq">
<summary>Can I exchange my jewellery for something else?</summary>
<div class="rr__faq__body">
Absolutely. Just reach out to our Customer Delight team at <strong>yourfriends@kuberbox.com</strong> or <strong>+91 120 690 2222</strong> (Mon–Sat, 10:30 AM – 7:00 PM). We'll issue a credit note based on the current value of your piece, which you can use against any product on our website. The credit note is valid for 6 months.
</div>
</details>
</div>
<!-- ── INSTAGRAM GRID ── -->
<div class="rr__insta">
<div class="rr__insta-head">
<h2>Real Customers. Real Jewellery.</h2>
<p>1,00,000+ customers trust KuberBox. Follow us <a href="https://www.instagram.com/kuberbox/" target="_blank" style="color:#A94449;font-weight:600;">@kuberbox</a> to see more.</p>
</div>
<div class="rr__insta-grid">
<!--
INSTRUCTIONS: Upload 9 screenshots from @kuberbox Instagram to Shopify Admin → Content → Files
Then replace each PASTE_URL_HERE with the Shopify CDN URL.
Best posts to use: close-ups of nose pins being worn, packaging unboxing, customer wearing nath/septum.
Link each image to the corresponding Instagram post URL.
-->
<a class="rr__insta-item" href="https://www.instagram.com/kuberbox/" target="_blank">
<img src="https://cdn.shopify.com/s/files/1/0833/6985/3153/files/post_1.jpg?v=1780826935" alt="KuberBox on Instagram" onerror="this.parentElement.innerHTML='<div class=rr__insta-placeholder><svg width=28 height=28 viewBox="0 0 24 24" fill=none stroke="#A94449" stroke-width="1.5"><rect x="2" y="2" width="20" height="20" rx="5"/><circle cx="12" cy="12" r="4"/><circle cx="17.5" cy="6.5" r="1" fill="#A94449"/></svg>Upload post 1</div>'">
<div class="rr__insta-item__overlay"><span>View on Instagram</span></div>
</a>
<a class="rr__insta-item" href="https://www.instagram.com/kuberbox/" target="_blank">
<img src="https://cdn.shopify.com/s/files/1/0833/6985/3153/files/post_2.jpg?v=1780826935" alt="KuberBox on Instagram" onerror="this.parentElement.innerHTML='<div class=rr__insta-placeholder><svg width=28 height=28 viewBox="0 0 24 24" fill=none stroke="#A94449" stroke-width="1.5"><rect x="2" y="2" width="20" height="20" rx="5"/><circle cx="12" cy="12" r="4"/><circle cx="17.5" cy="6.5" r="1" fill="#A94449"/></svg>Upload post 2</div>'">
<div class="rr__insta-item__overlay"><span>View on Instagram</span></div>
</a>
<a class="rr__insta-item" href="https://www.instagram.com/kuberbox/" target="_blank">
<img src="https://cdn.shopify.com/s/files/1/0833/6985/3153/files/post_3.jpg?v=1780826935" alt="KuberBox on Instagram" onerror="this.parentElement.innerHTML='<div class=rr__insta-placeholder><svg width=28 height=28 viewBox="0 0 24 24" fill=none stroke="#A94449" stroke-width="1.5"><rect x="2" y="2" width="20" height="20" rx="5"/><circle cx="12" cy="12" r="4"/><circle cx="17.5" cy="6.5" r="1" fill="#A94449"/></svg>Upload post 3</div>'">
<div class="rr__insta-item__overlay"><span>View on Instagram</span></div>
</a>
<a class="rr__insta-item" href="https://www.instagram.com/kuberbox/" target="_blank">
<img src="https://cdn.shopify.com/s/files/1/0833/6985/3153/files/post_4.jpg?v=1780826935" alt="KuberBox on Instagram" onerror="this.parentElement.innerHTML='<div class=rr__insta-placeholder><svg width=28 height=28 viewBox="0 0 24 24" fill=none stroke="#A94449" stroke-width="1.5"><rect x="2" y="2" width="20" height="20" rx="5"/><circle cx="12" cy="12" r="4"/><circle cx="17.5" cy="6.5" r="1" fill="#A94449"/></svg>Upload post 4</div>'">
<div class="rr__insta-item__overlay"><span>View on Instagram</span></div>
</a>
<a class="rr__insta-item" href="https://www.instagram.com/kuberbox/" target="_blank">
<img src="https://cdn.shopify.com/s/files/1/0833/6985/3153/files/post_5.jpg?v=1780826935" alt="KuberBox on Instagram" onerror="this.parentElement.innerHTML='<div class=rr__insta-placeholder><svg width=28 height=28 viewBox="0 0 24 24" fill=none stroke="#A94449" stroke-width="1.5"><rect x="2" y="2" width="20" height="20" rx="5"/><circle cx="12" cy="12" r="4"/><circle cx="17.5" cy="6.5" r="1" fill="#A94449"/></svg>Upload post 5</div>'">
<div class="rr__insta-item__overlay"><span>View on Instagram</span></div>
</a>
<a class="rr__insta-item" href="https://www.instagram.com/kuberbox/" target="_blank">
<img src="https://cdn.shopify.com/s/files/1/0833/6985/3153/files/post_6.jpg?v=1780826935" alt="KuberBox on Instagram" onerror="this.parentElement.innerHTML='<div class=rr__insta-placeholder><svg width=28 height=28 viewBox="0 0 24 24" fill=none stroke="#A94449" stroke-width="1.5"><rect x="2" y="2" width="20" height="20" rx="5"/><circle cx="12" cy="12" r="4"/><circle cx="17.5" cy="6.5" r="1" fill="#A94449"/></svg>Upload post 6</div>'">
<div class="rr__insta-item__overlay"><span>View on Instagram</span></div>
</a>
<a class="rr__insta-item" href="https://www.instagram.com/kuberbox/" target="_blank">
<img src="https://cdn.shopify.com/s/files/1/0833/6985/3153/files/post_7.jpg?v=1780826935" alt="KuberBox on Instagram" onerror="this.parentElement.innerHTML='<div class=rr__insta-placeholder><svg width=28 height=28 viewBox="0 0 24 24" fill=none stroke="#A94449" stroke-width="1.5"><rect x="2" y="2" width="20" height="20" rx="5"/><circle cx="12" cy="12" r="4"/><circle cx="17.5" cy="6.5" r="1" fill="#A94449"/></svg>Upload post 7</div>'">
<div class="rr__insta-item__overlay"><span>View on Instagram</span></div>
</a>
<a class="rr__insta-item" href="https://www.instagram.com/kuberbox/" target="_blank">
<img src="https://cdn.shopify.com/s/files/1/0833/6985/3153/files/post_8.jpg?v=1780826935" alt="KuberBox on Instagram" onerror="this.parentElement.innerHTML='<div class=rr__insta-placeholder><svg width=28 height=28 viewBox="0 0 24 24" fill=none stroke="#A94449" stroke-width="1.5"><rect x="2" y="2" width="20" height="20" rx="5"/><circle cx="12" cy="12" r="4"/><circle cx="17.5" cy="6.5" r="1" fill="#A94449"/></svg>Upload post 8</div>'">
<div class="rr__insta-item__overlay"><span>View on Instagram</span></div>
</a>
<a class="rr__insta-item" href="https://www.instagram.com/kuberbox/" target="_blank">
<img src="https://cdn.shopify.com/s/files/1/0833/6985/3153/files/post_9.jpg?v=1780826935" alt="KuberBox on Instagram" onerror="this.parentElement.innerHTML='<div class=rr__insta-placeholder><svg width=28 height=28 viewBox="0 0 24 24" fill=none stroke="#A94449" stroke-width="1.5"><rect x="2" y="2" width="20" height="20" rx="5"/><circle cx="12" cy="12" r="4"/><circle cx="17.5" cy="6.5" r="1" fill="#A94449"/></svg>Upload post 9</div>'">
<div class="rr__insta-item__overlay"><span>View on Instagram</span></div>
</a>
</div>
</div>
<!-- ── CTA ── -->
<div class="rr__cta">
<h2>Still Have Questions? We're Right Here.</h2>
<p>Our Customer Delight team answers calls and emails personally — no bots, no scripts, no queues.</p>
<a class="rr__btn" href="https://wa.me/918764487744" target="_blank">Chat on WhatsApp</a>
<a class="rr__btn rr__btn--outline" href="/pages/contact-us">All Contact Options</a>
</div>
</div>