{"id":545,"date":"2025-12-01T09:29:24","date_gmt":"2025-12-01T09:29:24","guid":{"rendered":"https:\/\/feelsafeco.in\/?page_id=545"},"modified":"2025-12-01T09:29:26","modified_gmt":"2025-12-01T09:29:26","slug":"refund_returns","status":"publish","type":"page","link":"https:\/\/sakhi.feelsafeco.in\/hindi\/refund_returns\/","title":{"rendered":"Refund and Returns Policy"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Refund and Return Policy &#8211; Feel Safe Co.<\/title>\n<style>\n  body{\n    font-family:'Open Sans',sans-serif;\n    background:#f9e5ef;\n    margin:0;padding:0;\n    color:#333;line-height:1.7;\n  }\n  .container{\n    max-width:1000px;\n    margin:60px auto;\n    background:#fff;\n    padding:40px 30px;\n    border-radius:16px;\n    box-shadow:0 2px 15px rgba(0,0,0,0.1);\n  }\n  h1,h2{\n    font-family:'Poppins',sans-serif;\n    color:#d63384;\n  }\n  h1{text-align:center;font-size:34px;margin-bottom:25px;}\n  h2{margin-top:30px;font-size:22px;}\n  p{margin-bottom:15px;}\n  ul{margin-left:20px;}\n  button{\n    background:#d63384;color:#fff;border:none;\n    padding:12px 25px;border-radius:8px;\n    font-weight:bold;cursor:pointer;\n    transition:background 0.3s ease;\n  }\n  button:hover{background:#b02067;}\n  footer{text-align:center;margin:40px 0;color:#666;font-size:14px;}\n  @media(max-width:768px){\n    .container{padding:25px;}\n    h1{font-size:28px;}\n  }\n<\/style>\n<\/head>\n\n<body>\n\n<div class=\"container\">\n  <h1>Refund and Return Policy<\/h1>\n  <p><strong>Last Updated:<\/strong> November 2025<\/p>\n\n  <p>\n    Thank you for shopping with <b>Feel Safe Co.<\/b>. We value your trust and satisfaction.  \n    Our Refund and Return Policy outlines the conditions under which you may request a replacement, return, or refund for our hygiene and healthcare products.\n  <\/p>\n\n  <!-- Hidden Section -->\n  <div id=\"more-text\" style=\"display:none;\">\n    <h2>1. General Policy<\/h2>\n    <p>\n      Due to the nature of our products (sanitary and hygiene items), we maintain strict hygiene standards.  \n      Therefore, only products that are **unused, unopened, and in their original condition** are eligible for return or replacement.\n    <\/p>\n\n    <h2>2. Eligibility for Returns<\/h2>\n    <ul>\n      <li>Returns must be initiated within <b>7 days<\/b> of product delivery.<\/li>\n      <li>The item must be unused, sealed, and in its original packaging.<\/li>\n      <li>Proof of purchase (invoice\/order ID) must be provided for verification.<\/li>\n      <li>Opened or used hygiene products (such as sanitary pads, diapers, liners) are not eligible for return due to safety reasons.<\/li>\n    <\/ul>\n\n    <h2>3. Damaged or Defective Products<\/h2>\n    <p>\n      If you receive a damaged or defective product, please inform us within <b>48 hours<\/b> of delivery by emailing  \n      <a href=\"mailto:feelsafeco.llp@gmail.com\">feelsafeco.llp@gmail.com<\/a> with clear images or videos of the issue.  \n      After verification, a replacement or refund will be processed.\n    <\/p>\n\n    <h2>4. Refund Process<\/h2>\n    <p>\n      Once your return is received and inspected, we will notify you of the refund status.  \n      Approved refunds will be initiated to your original payment method within <b>7\u201310 business days<\/b>.  \n      Bank processing times may vary.\n    <\/p>\n\n    <h2>5. Non-Refundable Items<\/h2>\n    <ul>\n      <li>Opened or used hygiene products.<\/li>\n      <li>Items purchased during clearance or promotional offers.<\/li>\n      <li>Products without original packaging or proof of purchase.<\/li>\n    <\/ul>\n\n    <h2>6. Shipping Costs<\/h2>\n    <p>\n      Return shipping charges must be borne by the customer unless the return is due to company error or product defect.  \n      In such cases, <b>Feel Safe Co.<\/b> will cover the cost.\n    <\/p>\n\n    <h2>7. Cancellation Policy<\/h2>\n    <p>\n      Orders can be cancelled only before they are dispatched. Once shipped, cancellations are not allowed.  \n      For cancellation requests, please email us promptly at  \n      <a href=\"mailto:feelsafeco.llp@gmail.com\">feelsafeco.llp@gmail.com<\/a>.\n    <\/p>\n\n    <h2>8. Feel Safe Sakhi Yojana (Distributor Returns)<\/h2>\n    <ul>\n      <li>Distributors (Sakhis) must verify all products upon delivery.<\/li>\n      <li>Returns will be accepted only for defective or wrongly shipped products.<\/li>\n      <li>Products sold to customers by distributors are their independent responsibility.<\/li>\n      <li>The company will not be liable for end-customer returns handled outside company policy.<\/li>\n    <\/ul>\n\n    <h2>9. Contact Us<\/h2>\n    <p>\n      For all return and refund-related inquiries, please contact us:<br><br>\n      <b>Feel Safe Co.<\/b><br>\n      Kharkhari Nahar, Near MCD School,<br>\n      Najafgarh, South West Delhi \u2013 110043<br>\n      <b>Email:<\/b> <a href=\"mailto:feelsafeco.llp@gmail.com\">feelsafeco.llp@gmail.com<\/a><br>\n      <b>Mobile:<\/b> +91 9013499385\n    <\/p>\n  <\/div>\n\n  <div style=\"text-align:center;margin-top:25px;\">\n    <button id=\"toggleBtn\">Read More \u2192<\/button>\n  <\/div>\n<\/div>\n\n<footer>\u00a9 2025 Feel Safe Co. | All Rights Reserved<\/footer>\n\n<script>\nconst btn=document.getElementById(\"toggleBtn\");\nconst more=document.getElementById(\"more-text\");\nbtn.addEventListener(\"click\",()=>{\n  if(more.style.display===\"none\"||more.style.display===\"\"){\n    more.style.display=\"block\";\n    btn.textContent=\"Read Less \u2191\";\n    window.scrollTo({top:btn.offsetTop,behavior:'smooth'});\n  }else{\n    more.style.display=\"none\";\n    btn.textContent=\"Read More \u2192\";\n    window.scrollTo({top:0,behavior:'smooth'});\n  }\n});\n<\/script>\n\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Refund and Return Policy &#8211; Feel Safe Co. Refund and Return Policy Last Updated: November 2025 Thank you for shopping with Feel Safe Co.. We value your trust and satisfaction. Our Refund and Return Policy outlines the conditions under which you may request a replacement, return, or refund for our hygiene and healthcare products. 1. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_joinchat":[],"footnotes":""},"class_list":["post-545","page","type-page","status-publish","hentry"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Refund and Returns Policy - feel safe co.<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sakhi.feelsafeco.in\/hindi\/refund_returns\/\" \/>\n<meta property=\"og:locale\" content=\"hi_IN\" \/>\n<meta property=\"og:locale:alternate\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Refund and Returns Policy - feel safe co.\" \/>\n<meta property=\"og:description\" content=\"Refund and Return Policy &#8211; Feel Safe Co. Refund and Return Policy Last Updated: November 2025 Thank you for shopping with Feel Safe Co.. We value your trust and satisfaction. Our Refund and Return Policy outlines the conditions under which you may request a replacement, return, or refund for our hygiene and healthcare products. 1. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sakhi.feelsafeco.in\/hindi\/refund_returns\/\" \/>\n<meta property=\"og:site_name\" content=\"feel safe co.\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/share\/14Vo9dSX4Ep\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-01T09:29:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sakhi.feelsafeco.in\/wp-content\/uploads\/2026\/02\/FEEL-SAFE-LOG_page-0001-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"671\" \/>\n\t<meta property=\"og:image:height\" content=\"460\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0905\u0928\u0941\u092e\u093e\u0928\u093f\u0924 \u092a\u0922\u093c\u0928\u0947 \u0915\u093e \u0938\u092e\u092f\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 \u092e\u093f\u0928\u091f\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/sakhi.feelsafeco.in\\\/refund_returns\\\/\",\"url\":\"https:\\\/\\\/sakhi.feelsafeco.in\\\/refund_returns\\\/\",\"name\":\"Refund and Returns Policy - feel safe co.\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sakhi.feelsafeco.in\\\/#website\"},\"datePublished\":\"2025-12-01T09:29:24+00:00\",\"dateModified\":\"2025-12-01T09:29:26+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/sakhi.feelsafeco.in\\\/refund_returns\\\/#breadcrumb\"},\"inLanguage\":\"INDIA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/sakhi.feelsafeco.in\\\/refund_returns\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/sakhi.feelsafeco.in\\\/refund_returns\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/sakhi.feelsafeco.in\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Refund and Returns Policy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/sakhi.feelsafeco.in\\\/#website\",\"url\":\"https:\\\/\\\/sakhi.feelsafeco.in\\\/\",\"name\":\"feel safe co.\",\"description\":\"Our Effort, Your Safety\",\"publisher\":{\"@id\":\"https:\\\/\\\/sakhi.feelsafeco.in\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/sakhi.feelsafeco.in\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"INDIA\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/sakhi.feelsafeco.in\\\/#organization\",\"name\":\"feel safe co.\",\"url\":\"https:\\\/\\\/sakhi.feelsafeco.in\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"INDIA\",\"@id\":\"https:\\\/\\\/sakhi.feelsafeco.in\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/sakhi.feelsafeco.in\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/WhatsApp-Image-2025-12-30-at-4.24.21-PM.jpeg\",\"contentUrl\":\"https:\\\/\\\/sakhi.feelsafeco.in\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/WhatsApp-Image-2025-12-30-at-4.24.21-PM.jpeg\",\"width\":747,\"height\":555,\"caption\":\"feel safe co.\"},\"image\":{\"@id\":\"https:\\\/\\\/sakhi.feelsafeco.in\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/share\\\/14Vo9dSX4Ep\\\/\",\"https:\\\/\\\/www.instagram.com\\\/feelsafe25?igsh=MXV2YXBsamhpZWRpag==\",\"https:\\\/\\\/www.youtube.com\\\/@FeelSafe-co\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Refund and Returns Policy - feel safe co.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sakhi.feelsafeco.in\/hindi\/refund_returns\/","og_locale":"hi_IN","og_type":"article","og_title":"Refund and Returns Policy - feel safe co.","og_description":"Refund and Return Policy &#8211; Feel Safe Co. Refund and Return Policy Last Updated: November 2025 Thank you for shopping with Feel Safe Co.. We value your trust and satisfaction. Our Refund and Return Policy outlines the conditions under which you may request a replacement, return, or refund for our hygiene and healthcare products. 1. [&hellip;]","og_url":"https:\/\/sakhi.feelsafeco.in\/hindi\/refund_returns\/","og_site_name":"feel safe co.","article_publisher":"https:\/\/www.facebook.com\/share\/14Vo9dSX4Ep\/","article_modified_time":"2025-12-01T09:29:26+00:00","og_image":[{"width":671,"height":460,"url":"https:\/\/sakhi.feelsafeco.in\/wp-content\/uploads\/2026\/02\/FEEL-SAFE-LOG_page-0001-1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"\u0905\u0928\u0941\u092e\u093e\u0928\u093f\u0924 \u092a\u0922\u093c\u0928\u0947 \u0915\u093e \u0938\u092e\u092f":"2 \u092e\u093f\u0928\u091f"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/sakhi.feelsafeco.in\/refund_returns\/","url":"https:\/\/sakhi.feelsafeco.in\/refund_returns\/","name":"Refund and Returns Policy - feel safe co.","isPartOf":{"@id":"https:\/\/sakhi.feelsafeco.in\/#website"},"datePublished":"2025-12-01T09:29:24+00:00","dateModified":"2025-12-01T09:29:26+00:00","breadcrumb":{"@id":"https:\/\/sakhi.feelsafeco.in\/refund_returns\/#breadcrumb"},"inLanguage":"INDIA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sakhi.feelsafeco.in\/refund_returns\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/sakhi.feelsafeco.in\/refund_returns\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sakhi.feelsafeco.in\/"},{"@type":"ListItem","position":2,"name":"Refund and Returns Policy"}]},{"@type":"WebSite","@id":"https:\/\/sakhi.feelsafeco.in\/#website","url":"https:\/\/sakhi.feelsafeco.in\/","name":"feel safe co.","description":"Our Effort, Your Safety","publisher":{"@id":"https:\/\/sakhi.feelsafeco.in\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sakhi.feelsafeco.in\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"INDIA"},{"@type":"Organization","@id":"https:\/\/sakhi.feelsafeco.in\/#organization","name":"feel safe co.","url":"https:\/\/sakhi.feelsafeco.in\/","logo":{"@type":"ImageObject","inLanguage":"INDIA","@id":"https:\/\/sakhi.feelsafeco.in\/#\/schema\/logo\/image\/","url":"https:\/\/sakhi.feelsafeco.in\/wp-content\/uploads\/2026\/01\/WhatsApp-Image-2025-12-30-at-4.24.21-PM.jpeg","contentUrl":"https:\/\/sakhi.feelsafeco.in\/wp-content\/uploads\/2026\/01\/WhatsApp-Image-2025-12-30-at-4.24.21-PM.jpeg","width":747,"height":555,"caption":"feel safe co."},"image":{"@id":"https:\/\/sakhi.feelsafeco.in\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/share\/14Vo9dSX4Ep\/","https:\/\/www.instagram.com\/feelsafe25?igsh=MXV2YXBsamhpZWRpag==","https:\/\/www.youtube.com\/@FeelSafe-co"]}]}},"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/sakhi.feelsafeco.in\/hindi\/wp-json\/wp\/v2\/pages\/545","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sakhi.feelsafeco.in\/hindi\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sakhi.feelsafeco.in\/hindi\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sakhi.feelsafeco.in\/hindi\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sakhi.feelsafeco.in\/hindi\/wp-json\/wp\/v2\/comments?post=545"}],"version-history":[{"count":1,"href":"https:\/\/sakhi.feelsafeco.in\/hindi\/wp-json\/wp\/v2\/pages\/545\/revisions"}],"predecessor-version":[{"id":1187,"href":"https:\/\/sakhi.feelsafeco.in\/hindi\/wp-json\/wp\/v2\/pages\/545\/revisions\/1187"}],"wp:attachment":[{"href":"https:\/\/sakhi.feelsafeco.in\/hindi\/wp-json\/wp\/v2\/media?parent=545"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}