{"id":10,"date":"2025-10-21T12:01:14","date_gmt":"2025-10-21T12:01:14","guid":{"rendered":"http:\/\/jvhappycookware.in\/?page_id=10"},"modified":"2025-10-24T19:38:41","modified_gmt":"2025-10-24T19:38:41","slug":"refund_returns","status":"publish","type":"page","link":"https:\/\/jvhappycookware.in\/?page_id=10","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 &#038; Return Policy &#8211; JV Happy Cookware<\/title>\n    <link rel=\"stylesheet\" href=\"style.css\"> <!-- Link to your main CSS file -->\n    <link rel=\"stylesheet\" href=\"policy-style.css\"> <!-- Link to a dedicated policy CSS file -->\n    <!-- Optional: Add Google Fonts if you use 'Poppins' or other specific fonts -->\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n<\/head>\n<body>\n\n    <div class=\"policy-container\">\n        <header class=\"policy-header\">\n            <h1>Refund &#038; Return Policy<\/h1>\n            <p>At JV Happy Cookware, your satisfaction is our priority. Please review our policies below.<\/p>\n        <\/header>\n\n        <section class=\"policy-section\">\n            <h2 class=\"policy-title\">Return Policy<\/h2>\n            <p>We offer a <strong>7-day return window<\/strong>, which means you can request a return within 7 days of receiving your item.<\/p>\n\n            <h3>To be eligible for a return:<\/h3>\n            <ul>\n                <li>The item must be unused and in its original packaging.<\/li>\n                <li>You must provide the receipt or proof of purchase.<\/li>\n            <\/ul>\n\n            <p>To initiate a return, send us an <a href=\"mailto:jvhappycookware@gmail.com\">email<\/a>. Once your return request is approved, we will provide you with instructions on how and where to send the item.<\/p>\n\n            <h3>Please note:<\/h3>\n            <ul>\n                <li>Items returned without prior authorization will not be accepted.<\/li>\n            <\/ul>\n        <\/section>\n\n        <section class=\"policy-section\">\n            <h2 class=\"policy-title\">Replacement Policy<\/h2>\n            <p>If you receive a damaged or defective item, please report it to us within <strong>48 hours of delivery<\/strong> along with photos\/videos as proof.<\/p>\n\n            <h3>Once we receive and inspect the returned item:<\/h3>\n            <ul>\n                <li>We will confirm the eligibility for a replacement.<\/li>\n                <li>If approved, a replacement will be delivered within <strong>7-10 business days<\/strong>.<\/li>\n            <\/ul>\n\n            <p>Replacements are subject to stock availability. If a replacement is not available, we may offer a refund or an alternative item.<\/p>\n        <\/section>\n\n        <section class=\"policy-section\">\n            <h2 class=\"policy-title\">Refund Policy<\/h2>\n            <p>After we receive and inspect your return, we\u2019ll notify you via email or message regarding the status of your refund.<\/p>\n\n            <h3>If approved:<\/h3>\n            <ul>\n                <li>Your refund will be credited automatically to your original method of payment within <strong>10 business days<\/strong>.<\/li>\n                <li>You will receive a confirmation once the refund is issued.<\/li>\n            <\/ul>\n\n            <h3>Please note:<\/h3>\n            <ul>\n                <li>Your bank or credit card provider may take additional time to reflect the refund in your account.<\/li>\n                <li>Shipping charges (if any) are non-refundable unless the return is due to our error (e.g., defective or wrong item).<\/li>\n            <\/ul>\n        <\/section>\n\n        <footer class=\"policy-footer\">\n            <p>This website is operated by <strong>JV HAPPY COOKWARE<\/strong><\/p>\n            <p>Contact Number: <a href=\"tel:+917339272789\">7339272789<\/a><\/p>\n            <p>Email ID: <a href=\"mailto:jvhappycookware@gmail.com\">jvhappycookware@gmail.com<\/a><\/p>\n        <\/footer>\n    <\/div>\n\n<\/body>\n<\/html>\n<style>\n\/* --- Global Styles for Policy Pages (Ensure this is loaded after your main style.css) --- *\/\nbody {\n    font-family: 'Poppins', sans-serif; \/* Use the same font as your contact page *\/\n    margin: 0;\n    padding: 0;\n    background-color: #f5f7fa; \/* Light background for the whole page *\/\n    color: #333;\n    line-height: 1.7; \/* Slightly more generous line height for readability *\/\n}\n\n.policy-container {\n    max-width: 900px; \/* Optimal width for reading text *\/\n    margin: 40px auto; \/* Center on page with vertical spacing *\/\n    padding: 35px 45px;\n    background-color: #ffffff;\n    border-radius: 12px;\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); \/* Soft shadow *\/\n    box-sizing: border-box;\n}\n\n\/* --- Header Styling --- *\/\n.policy-header {\n    text-align: center;\n    margin-bottom: 40px;\n    padding-bottom: 25px;\n    border-bottom: 1px solid #e0e0e0; \/* Subtle separator *\/\n}\n\n.policy-header h1 {\n    font-size: 2.8em;\n    color: #1a1a1a;\n    margin-bottom: 10px;\n    font-weight: 700;\n}\n\n.policy-header p {\n    font-size: 1.1em;\n    color: #666;\n    max-width: 700px;\n    margin: 0 auto;\n}\n\n\/* --- Section Styling --- *\/\n.policy-section {\n    margin-bottom: 40px;\n}\n\n.policy-section:last-of-type {\n    margin-bottom: 0; \/* No bottom margin for the last section *\/\n}\n\n.policy-title {\n    font-size: 2.2em;\n    color: #007bff; \/* Primary brand color *\/\n    margin-bottom: 20px;\n    font-weight: 600;\n    border-bottom: 2px solid #e9ecef; \/* Underline effect *\/\n    padding-bottom: 10px;\n    display: inline-block; \/* Makes border-bottom fit content *\/\n}\n\n.policy-section h3 {\n    font-size: 1.4em;\n    color: #2a2a2a;\n    margin-top: 30px;\n    margin-bottom: 15px;\n    font-weight: 500;\n}\n\n.policy-section p {\n    font-size: 1em;\n    color: #444;\n    margin-bottom: 15px;\n}\n\n.policy-section p strong {\n    color: #1a1a1a; \/* Emphasize important terms *\/\n}\n\n.policy-section ul {\n    list-style-type: disc; \/* Standard disc bullets *\/\n    padding-left: 25px;\n    margin-bottom: 20px;\n}\n\n.policy-section ul li {\n    font-size: 1em;\n    color: #444;\n    margin-bottom: 10px;\n}\n\n\/* --- Links within policy text --- *\/\n.policy-section a {\n    color: #007bff;\n    text-decoration: none;\n    font-weight: 500;\n    transition: color 0.2s ease;\n}\n\n.policy-section a:hover {\n    color: #0056b3;\n    text-decoration: underline;\n}\n\n\/* --- Footer Styling --- *\/\n.policy-footer {\n    text-align: center;\n    margin-top: 50px;\n    padding-top: 25px;\n    border-top: 1px solid #e0e0e0;\n    color: #777;\n    font-size: 0.95em;\n}\n\n.policy-footer p {\n    margin-bottom: 8px;\n}\n\n.policy-footer a {\n    color: #007bff;\n    text-decoration: none;\n    font-weight: 500;\n}\n\n.policy-footer a:hover {\n    color: #0056b3;\n    text-decoration: underline;\n}\n\n\/* --- Responsive Adjustments --- *\/\n@media (max-width: 768px) {\n    .policy-container {\n        margin: 30px auto;\n        padding: 30px;\n    }\n    .policy-header h1 {\n        font-size: 2.2em;\n    }\n    .policy-header p {\n        font-size: 0.95em;\n    }\n    .policy-title {\n        font-size: 1.8em;\n    }\n    .policy-section h3 {\n        font-size: 1.2em;\n    }\n}\n\n@media (max-width: 576px) {\n    .policy-container {\n        margin: 20px auto;\n        padding: 20px;\n    }\n    .policy-header h1 {\n        font-size: 1.8em;\n    }\n    .policy-header p {\n        font-size: 0.9em;\n    }\n    .policy-title {\n        font-size: 1.6em;\n    }\n    .policy-section ul {\n        padding-left: 20px;\n    }\n}\n<\/style>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Refund &#038; Return Policy &#8211; JV Happy Cookware Refund &#038; Return Policy At JV Happy Cookware, your satisfaction is our priority. Please review our policies below. Return Policy We offer a 7-day return window, which means you can request a return within 7 days of receiving your item. To be eligible for a return: The [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"blocksy_meta":[],"aioseo_notices":[],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/jvhappycookware.in\/index.php?rest_route=\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jvhappycookware.in\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jvhappycookware.in\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jvhappycookware.in\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jvhappycookware.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=10"}],"version-history":[{"count":3,"href":"https:\/\/jvhappycookware.in\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":224,"href":"https:\/\/jvhappycookware.in\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions\/224"}],"wp:attachment":[{"href":"https:\/\/jvhappycookware.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}