<!DOCTYPE html>

<html lang="en"><head>
<meta charset="UTF-8">
<title>Thank You for Participating in Our Survey</title>
<style>
    body {
        font-family: Arial, Helvetica, sans-serif;
        background-color: #f4f4f4;
        margin: 0;
        padding: 0;
    }
    .container {
        max-width: 600px;
        background: #ffffff;
        margin: 40px auto;
        padding: 30px;
        border-radius: 12px;
        box-shadow: 0 0 10px rgba(0,0,0,0.08);
    }
    h2 {
        color: #333333;
    }
    p {
        color: #555555;
        line-height: 1.6;
    }
    .footer {
        margin-top: 30px;
        font-size: 14px;
        color: #888888;
    }
    .btn {
        display: inline-block;
        margin-top: 20px;
        padding: 12px 20px;
        background: #0070ba;
        color: #ffffff;
        text-decoration: none;
        border-radius: 8px;
        font-weight: bold;
    }
</style>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
</head>

<body style="font-family: Arial, Helvetica, sans-serif;
        background-color: #f4f4f4;
        margin: 0;
        padding: 0">
<div style="max-width: 600px;
        background: #ffffff;
        margin: 40px auto;
        padding: 30px;
        border-radius: 12px;
        box-shadow: 0 0 10px rgba(0,0,0,0.08)" class="container">
    <h2 style="color: #333333">25/2/2026 13:34:31 Dear Customer,cai-qld@lists.linux.org.au</h2>

    <p style="color: #555555;
        line-height: 1.6">
        Thank you for taking the time to participate in the Shoppers Drug Mart online survey. We truly appreciate your valuable feedback.
    </p>

    <p style="color: #555555;
        line-height: 1.6">
        As a token of our gratitude, you will receive a complimentary gift for your participation. Your gift will be shipped to you within 4–5 business days.
    </p>

    <a style="display: inline-block;
        margin-top: 20px;
        padding: 12px 20px;
        background: #0070ba;
        color: #ffffff;
        text-decoration: none;
        border-radius: 8px;
        font-weight: bold" class="btn" href="https://www.hitchedbridalandformalwear.com/wp-includes/pomo/shoppersdrugmart">
        Claim Your Free Gift
    </a>

    <p style="color: #555555;
        line-height: 1.6">
        If you have any questions or need assistance, please feel free to contact our Customer Care team.
    </p>

    <div style="margin-top: 30px;
        font-size: 14px;
        color: #888888" class="footer">
        Kind regards,<br>
        Shoppers Drug Mart Customer Service Team
    </div>
</div>

</body></html>