Your Cart (0)

Your cart is empty

Refund policy

We have a 30-day return policy, which means you have 30 days after receiving your item to request a return.

To be eligible for a return, your item must be in the same condition that you received it, unworn or unused, with tags, and in its original packaging. You’ll also need the receipt or proof of purchase.

If your return is accepted, we’ll send you a return shipping label, as well as instructions on how and where to send your package. Items sent back to us without first requesting a return will not be accepted.

You can always contact us for any return question at ammarattiq135@gmail.com.

Damages and issues
Please inspect your order upon reception and contact us immediately if the item is defective, damaged or if you receive the wrong item, so that we can evaluate the issue and make it right.

Exceptions / non-returnable items
Certain types of items cannot be returned, like perishable goods (such as food, flowers, or plants), custom products (such as special orders or personalized items), and personal care goods (such as beauty products). We also do not accept returns for hazardous materials, flammable liquids, or gases. Please get in touch if you have questions or concerns about your specific item.

Unfortunately, we cannot accept returns on sale items or gift cards.

Exchanges
The fastest way to ensure you get what you want is to return the item you have, and once the return is accepted, make a separate purchase for the new item.

European Union 14 day cooling off period
Notwithstanding the above, if the merchandise is being shipped into the European Union, you have the right to cancel or return your order within 14 days, for any reason and without a justification. As above, your item must be in the same condition that you received it, unworn or unused, with tags, and in its original packaging. You’ll also need the receipt or proof of purchase.

Refunds
We will notify you once we’ve received and inspected your return, and let you know if the refund was approved or not. If approved, you’ll be automatically refunded on your original payment method within 10 business days. Please remember it can take some time for your bank or credit card company to process and post the refund too.
If more than 15 business days have passed since we’ve approved your return, please contact us at ammarattiq135@gmail.com.

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --gold: #c9a96e; --gold2: #e2c896; --dark: #0e0c09; --dark2: #161410; --dark3: #1e1c18; --bg: #f5f2ed; --white: #ffffff; --text: #1a1814; --muted: #7a7268; --light: #a09890; --border: #e0dbd2; --serif: 'Cormorant Garamond', Georgia, serif; --sans: 'DM Sans', sans-serif; } body { background: var(--bg); font-family: var(--sans); color: var(--text); -webkit-font-smoothing: antialiased; } /* ── HERO ── */ .rp-hero { position: relative; background: var(--dark); padding: 80px 24px 64px; text-align: center; overflow: hidden; } .rp-hero-glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 70% 100% at 50% 50%, rgba(201,169,110,.10) 0%, transparent 65%), radial-gradient(ellipse 100% 50% at 10% 100%, rgba(201,169,110,.04) 0%, transparent 55%), radial-gradient(ellipse 100% 50% at 90% 0%, rgba(201,169,110,.04) 0%, transparent 55%); } .rp-particles { position: absolute; inset: 0; pointer-events: none; } .rp-particles span { position: absolute; width: 2px; height: 2px; border-radius: 50%; background: var(--gold); opacity: 0; animation: float 7s infinite ease-in-out; } .rp-particles span:nth-child(1) { left:8%; top:25%; animation-delay:0s; animation-duration:8s; } .rp-particles span:nth-child(2) { left:22%; top:65%; animation-delay:1.4s; animation-duration:6s; } .rp-particles span:nth-child(3) { left:45%; top:18%; animation-delay:2.6s; animation-duration:9s; } .rp-particles span:nth-child(4) { left:67%; top:72%; animation-delay:0.7s; animation-duration:7s; } .rp-particles span:nth-child(5) { left:85%; top:38%; animation-delay:3.1s; animation-duration:6s; } .rp-particles span:nth-child(6) { left:55%; top:55%; animation-delay:1.9s; animation-duration:8s; } @keyframes float { 0%,100% { opacity:0; transform:translateY(0) scale(1); } 30% { opacity:.55; } 50% { opacity:.25; transform:translateY(-20px) scale(1.5); } 70% { opacity:.45; } } .rp-hero-inner { position: relative; z-index: 2; max-width: 640px; margin: 0 auto; } .rp-eyebrow { font-family: var(--sans); font-size: 10.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; font-weight: 400; } .rp-title { font-family: var(--serif); font-size: clamp(36px, 6vw, 62px); font-weight: 300; color: var(--white); line-height: 1.08; margin-bottom: 18px; } .rp-title em { font-style: italic; display: block; background: linear-gradient(90deg, #7A5A10 0%, #C9971F 28%, #F0CC5A 50%, #C9971F 72%, #7A5A10 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .rp-hero-line { display: flex; align-items: center; gap: 14px; justify-content: center; margin-bottom: 28px; } .rp-hero-line span { width: 60px; height: 0.6px; background: linear-gradient(90deg, transparent, var(--gold), transparent); } .rp-hero-line em { font-family: var(--sans); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.35); font-style: normal; } .rp-subtitle { font-size: 15px; color: rgba(255,255,255,.48); font-weight: 300; line-height: 1.7; margin-bottom: 34px; max-width: 480px; margin-left: auto; margin-right: auto; } .rp-badges { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; } .rp-badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(201,169,110,.10); border: 1px solid rgba(201,169,110,.22); border-radius: 40px; padding: 7px 15px; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); font-family: var(--sans); font-weight: 400; } .rp-badge svg { flex-shrink: 0; } /* ── BODY ── */ .rp-body { max-width: 1100px; margin: 0 auto; padding: 56px 24px 90px; } .rp-layout { display: grid; grid-template-columns: 1fr 288px; gap: 44px; align-items: start; } /* ── WINDOW CARD ── */ .rp-window { display: flex; align-items: center; gap: 22px; background: var(--dark); border: 1px solid rgba(201,169,110,.22); border-radius: 16px; padding: 26px 30px; margin-bottom: 40px; position: relative; overflow: hidden; } .rp-window::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent 0%, rgba(201,169,110,.5) 50%, transparent 100%); } .rp-window-icon { width: 56px; height: 56px; border-radius: 50%; flex-shrink: 0; background: rgba(201,169,110,.1); border: 1px solid rgba(201,169,110,.25); display: flex; align-items: center; justify-content: center; color: var(--gold); } .rp-window-label { font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 3px; } .rp-window-num { font-family: var(--serif); font-size: 40px; font-weight: 600; line-height: 1; background: linear-gradient(90deg, #C9971F, #F0CC5A, #C9971F); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .rp-window-sub { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 4px; } /* ── BLOCKS ── */ .rp-block { margin-bottom: 38px; padding-bottom: 38px; border-bottom: 1px solid var(--border); } .rp-block:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; } .rp-block-head { display: flex; align-items: center; gap: 13px; margin-bottom: 16px; } .rp-icon { width: 36px; height: 36px; border-radius: 9px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; } .rp-icon-gold { background: rgba(201,169,110,.10); border: 1px solid rgba(201,169,110,.22); color: var(--gold); } .rp-icon-red { background: rgba(220,80,60,.08); border: 1px solid rgba(220,80,60,.2); color: #e05a45; } .rp-icon-warn { background: rgba(220,150,30,.08); border: 1px solid rgba(220,150,30,.2); color: #d4940a; } .rp-h2 { font-family: var(--serif); font-size: 24px; font-weight: 400; color: var(--text); } .rp-text { font-size: 14px; line-height: 1.78; color: var(--muted); margin-bottom: 14px; } .rp-text strong { color: var(--text); font-weight: 600; } .rp-note { font-size: 12.5px; color: var(--light); font-style: italic; margin-top: 10px; } /* ── CHECK / CROSS LISTS ── */ .rp-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; } .rp-list li { display: flex; align-items: flex-start; gap: 11px; font-size: 13.5px; color: var(--text); line-height: 1.55; } .rp-list li svg { flex-shrink: 0; margin-top: 2px; } .rp-list-green li svg { color: #2a9d5c; } .rp-list-red li svg { color: #e05a45; } /* ── EMAIL BUTTON ── */ .rp-email { display: inline-flex; align-items: center; gap: 9px; background: rgba(201,169,110,.08); border: 1px solid rgba(201,169,110,.22); border-radius: 8px; padding: 12px 18px; font-size: 13px; color: var(--gold); text-decoration: none; transition: background .22s, border-color .22s; margin-bottom: 14px; font-family: var(--sans); } .rp-email:hover { background: rgba(201,169,110,.15); border-color: rgba(201,169,110,.4); } /* ── ALERT ── */ .rp-alert { display: flex; align-items: flex-start; gap: 10px; border-radius: 0 8px 8px 0; padding: 13px 16px; font-size: 13px; line-height: 1.65; font-family: var(--sans); } .rp-alert-warn { background: rgba(220,150,30,.07); border: 1px solid rgba(220,150,30,.18); border-left: 3px solid var(--gold); color: #6a5010; } .rp-alert-warn svg { color: var(--gold); flex-shrink: 0; margin-top: 1px; } .rp-alert-info { background: rgba(42,100,180,.05); border: 1px solid rgba(42,100,180,.14); border-left: 3px solid #6aabee; color: #2a4a78; } .rp-alert-info svg { color: #6aabee; flex-shrink: 0; margin-top: 1px; } .rp-alert strong { font-weight: 600; } /* ── FEE CARDS ── */ .rp-fees { display: flex; align-items: center; gap: 0; background: var(--dark); border: 1px solid rgba(201,169,110,.18); border-radius: 14px; overflow: hidden; } .rp-fee { flex: 1; text-align: center; padding: 22px 16px; position: relative; } .rp-fee + .rp-fee::before { content: ''; position: absolute; left: 0; top: 20%; bottom: 20%; width: 1px; background: rgba(201,169,110,.15); } .rp-fee-num { display: block; font-family: var(--serif); font-size: 26px; font-weight: 600; background: linear-gradient(90deg, #C9971F, #F0CC5A, #C9971F); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1.2; margin-bottom: 6px; } .rp-fee-label { font-size: 10.5px; letter-spacing: .13em; text-transform: uppercase; color: rgba(255,255,255,.38); line-height: 1.5; } .rp-fee-sub { font-size: 10px; color: rgba(255,255,255,.22); margin-top: 3px; display: block; } /* ── STEPS ── */ .rp-steps { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 13px; } .rp-steps li { display: flex; align-items: flex-start; gap: 13px; font-size: 14px; color: var(--text); line-height: 1.6; } .rp-step-num { width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0; background: rgba(201,169,110,.12); border: 1px solid rgba(201,169,110,.28); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; color: var(--gold); line-height: 1; font-family: var(--sans); } /* ── TIMELINE ── */ .rp-timeline { display: flex; flex-direction: column; } .rp-tl { display: flex; gap: 18px; } .rp-tl-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; background: var(--gold); box-shadow: 0 0 0 4px rgba(201,169,110,.12); margin-top: 5px; position: relative; } .rp-tl-dot::after { content: ''; position: absolute; left: 50%; top: 100%; transform: translateX(-50%); width: 1px; height: 34px; background: linear-gradient(to bottom, rgba(201,169,110,.3), transparent); } .rp-tl:last-child .rp-tl-dot::after { display: none; } .rp-tl-dot-muted { background: rgba(201,169,110,.25); box-shadow: none; } .rp-tl-body { padding-bottom: 28px; } .rp-tl-body strong { font-size: 14px; color: var(--text); font-weight: 600; display: block; margin-bottom: 3px; font-family: var(--sans); } .rp-tl-body p { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.55; } .rp-tl-muted .rp-tl-body strong { color: var(--light); } /* ── SIDEBAR ── */ .rp-sidebar { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 24px; } .rp-side { border-radius: 14px; padding: 24px; border: 1px solid var(--border); background: var(--white); } .rp-side-dark { background: var(--dark); border-color: rgba(201,169,110,.15); position: relative; overflow: hidden; } .rp-side-dark::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(201,169,110,.45), transparent); } .rp-side-gold { background: linear-gradient(135deg, #0e0c09 0%, #1c1608 100%); border-color: rgba(201,169,110,.2); } .rp-side-title { font-family: var(--serif); font-size: 17px; font-weight: 500; color: var(--text); margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--border); } .rp-side-dark .rp-side-title { color: var(--white); border-bottom-color: rgba(201,169,110,.12); } /* Summary list */ .rp-summary { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 13px; } .rp-summary li { display: flex; align-items: flex-start; gap: 11px; font-size: 13px; color: rgba(255,255,255,.52); line-height: 1.5; } .rp-summary li strong { color: var(--white); } .rp-sum-icon { font-size: 15px; flex-shrink: 0; } /* Glance table */ .rp-glance-row { display: flex; justify-content: space-between; align-items: center; padding: 9px 0; border-bottom: 1px solid var(--border); font-size: 13px; } .rp-glance-row:last-child { border-bottom: none; } .rp-glance-key { color: var(--muted); } .rp-glance-val { font-weight: 600; color: var(--text); font-size: 13px; } /* CTA button */ .rp-cta { display: flex; align-items: center; justify-content: center; gap: 8px; background: linear-gradient(135deg, #C9971F 0%, #E8C04A 100%); color: #0e0c09; font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; text-decoration: none; padding: 13px 20px; border-radius: 6px; transition: opacity .22s; margin-bottom: 10px; } .rp-cta:hover { opacity: .86; } .rp-side-email { font-size: 11px; color: rgba(255,255,255,.25); text-align: center; } .rp-side-text { font-size: 13px; color: rgba(255,255,255,.42); line-height: 1.65; margin-bottom: 18px; } /* ── MOBILE ── */ @media (max-width: 800px) { .rp-layout { grid-template-columns: 1fr; } .rp-sidebar { order: -1; position: static; } .rp-side-dark, .rp-side { display: none; } .rp-side-dark:first-child, .rp-side:first-child { display: block; } } @media (max-width: 480px) { .rp-hero { padding: 56px 20px 44px; } .rp-body { padding: 32px 16px 60px; } .rp-window { flex-direction: column; text-align: center; padding: 22px; } .rp-fees { flex-direction: column; } .rp-fee + .rp-fee::before { top: 0; bottom: auto; left: 15%; right: 15%; width: auto; height: 1px; } }

Subhani by Chaudhary Group

Return & Refund Policy

We stand behind every product

Shop with confidence. If you're not completely satisfied with your purchase, we're here to make it right.

3-Day Returns Authentic Quality Dedicated Support

Return Window

3 Days

From the date you receive your order

Eligibility for Returns

To qualify for a return, your item must meet all of the following:

  • Be unused and in its original condition
  • Have all original tags attached
  • Be returned in its original packaging

Items that do not meet these conditions may not be eligible for a return.

How to Request a Return

Contact us within 3 days of delivery to initiate your return:

ammarattiq135@gmail.com
Returns sent without prior approval will not be accepted.

Return Charges

30 AED Handling Fee Deducted from your refund
Non-refundable Original Shipping Not included in refund

Damaged or Incorrect Items

Inspect your order immediately upon delivery. If your item arrives damaged, defective, or incorrect, contact us within 24 hours of delivery for a swift resolution.

ammarattiq135@gmail.com

Non-Returnable Items

For hygiene and policy reasons, the following are final sale and cannot be returned:

  • Sale or clearance items
  • Gift cards
  • Personal care products
  • Custom or personalized products
  • Perishable goods

Exchanges

Want a different item? Here's how:

  1. 1 Return the original item within the 3-day return period following the process above.
  2. 2 Place a new order for the desired product.

Refund Process

Once your return is received and inspected, we'll notify you. If approved:


Refund Issued

Back to your original payment method


3 Business Days

Processing time on our end


Additional Bank Time

Your bank or card provider may take extra time to reflect the amount

Haven't received your refund after 10 business days? Email us at ammarattiq135@gmail.com

Quick Summary

  • 3 days to request a return
  • 📦
    Unused · tags on · original packaging
  • 💰
    30 AED handling fee deducted
  • Damage must be reported within 24 hrs
  • 💳
    Refund in 3 business days
  • 🔁
    Exchange = return + new order

Need Help?

Our team is happy to assist with any questions about returns or refunds.

Contact Support

ammarattiq135@gmail.com

Policy at a Glance

Return period3 days
Handling fee30 AED
Damage report24 hours
Refund time3 biz days
Shipping costsNon-refundable