<%- include('./includes/header', { title: `Home - Doors & Specialities` }) %>

<style>
    .refund-policy {
        text-align: center;
        color: #8D1622;
        font-family: "Urbanist", serif;
        padding: 20px;
    }

    .refund-policy h2 {
        font-family: "DM Serif Text", serif;
        font-size: 40px;
        margin-bottom: 20px;
        color: #8D1622;
    }

    .refund-policy p {
        font-size: 18px;
        line-height: 1.8;
        margin: 0 auto;
        max-width: 800px;
    }
</style>

<div class="refund-policy">
    <h2>Refund Policy</h2>
    <p>
        At [Your Company Name], we prioritize customer satisfaction. If you are not entirely satisfied with your
        purchase, we are here to help. Our refund policy ensures transparency and fairness in every transaction.
    </p>

    <h2>Eligibility for Refunds</h2>
    <p>
        - Refund requests must be submitted within 14 days of the purchase date.<br>
        - The product must be unused and in the same condition as received.<br>
        - The original receipt or proof of purchase is required to process the refund.
    </p>

    <h2>Non-Refundable Items</h2>
    <p>
        Certain items are non-refundable:<br>
        - Gift cards.<br>
        - Downloadable software products.<br>
        - Custom-made or personalized items.
    </p>

    <h2>Processing Refunds</h2>
    <p>
        Once we receive your item, we will inspect it and notify you of the status of your refund. If approved, the
        refund will be processed to your original method of payment within 5-7 business days.
    </p>

    <h2>Reach Out To Us</h2>
    <p>
        If you have any questions or concerns about our refund policy, feel free to contact us at
        <a href="mailto:support@doorsandspecialties.com">support@doorsandspecialties.com</a> or call us at [Your Phone Number].
    </p>
</div>

<%- include('./includes/footer') %>
