Refund policy

.cg-refund-faq{ max-width:900px; margin:0 auto; font-family:Arial,sans-serif; } .cg-refund-title{ font-size:32px; font-weight:700; margin-bottom:20px; } /* Card */ .cg-item{ background:#ffffff; border-radius:14px; margin-bottom:15px; box-shadow:0 10px 25px rgba(0,0,0,0.08); overflow:hidden; transition:transform .2s ease, box-shadow .2s ease; } /* Question */ .cg-question{ width:100%; padding:18px 20px; background:#ffffff; border:none; outline:none; cursor:pointer; text-align:left; font-size:18px; font-weight:600; display:flex; justify-content:space-between; align-items:center; color:#111; } /* Touch / Press animation */ .cg-question:active{ transform:scale(0.98); background:#f7f7f7; } /* Arrow */ .cg-question span{ transition:transform .3s ease; font-size:14px; } /* Answer */ .cg-answer{ max-height:0; overflow:hidden; transition:max-height .4s ease; padding:0 20px; color:#555; line-height:1.7; } /* Active */ .cg-item.active{ box-shadow:0 15px 35px rgba(0,0,0,0.12); } .cg-item.active .cg-answer{ max-height:1000px; padding:0 20px 20px 20px; } .cg-item.active .cg-question span{ transform:rotate(180deg); } @media(max-width:600px){ .cg-question{font-size:16px} }

Refund & Return Policy

1. What is your general refund policy?

Our ghee is a consumable and sacred product. We do not accept returns or refunds once opened, tampered, or used. All sales are final after shipping.

2. When can I request a refund or replacement?
  • Request within 7 days of delivery.
  • Product unopened and untampered.
  • Original packaging & invoice provided.
  • Damaged or wrong product received.
3. When is refund not applicable?
  • Product opened or seal broken.
  • Purchased more than 7 days ago.
  • Change of mind.
  • Used for pooja purpose.
4. How long does refund process take?

Approved refunds are processed within 7–10 working days to the original payment method.

5. How can I contact you?

📧 cowgold.store.in@gmail.com
📞 6900370303
🌐 www.cowgold.store

document.querySelectorAll(".cg-question").forEach(button=>{ button.addEventListener("click",function(){ const item=this.parentElement; document.querySelectorAll(".cg-item").forEach(i=>{ if(i!==item) i.classList.remove("active"); }); item.classList.toggle("active"); }); });