<!DOCTYPE html>
<html lang="de-CA">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Lidl Mitglieder­vorteile</title>
    <style>
        /* EDITABLE BRANDING & LAYOUT VARIABLES */
        :root {
            --brand-red: #fff200;
            --brand-yellow: #000000;
            --brand-yellow-hover: #35339E;
            --brand-yellow-shadow: #fff200;
            --bg-color: #f9f9f9;
            --text-color: #2e2e2e;
            --card-width: 680px;
        }

        /* Modern reset and aesthetics */
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            font-family: Arial, Helvetica, sans-serif;
            background-color: var(--bg-color);
            color: var(--text-color);
            padding: 10px 0;
            -webkit-font-smoothing: antialiased;
            overflow-x: hidden;
        }

        .email-wrapper {
            width: 95%;
            max-width: var(--card-width);
            margin: 0 auto;
            background-color: #ffffff;
            border: 1px solid #e0e0e0;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            overflow: hidden;
        }

        .header {
            background-color: var(--brand-red);
            text-align: center;
            padding: 15px 0;
            position: relative;
        }

        .logo-container {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 5px;
        }

        .logo-text {
            display: none;
        }

        .logo-image {
            width: 180px;
            height: auto;
            display: block;
        }

        .content {
            padding: 20px 25px;
        }

        h1 {
            font-family: 'Times New Roman', Times, serif;
            font-size: 26px;
            font-weight: bold;
            margin-bottom: 5px;
            color: #000;
        }

        .intro-text {
            font-size: 14px;
            margin-bottom: 10px;
            color: #555;
        }

        .section-note {
            font-weight: bold;
            font-size: 15px;
            margin-bottom: 10px;
            color: #000;
        }

        .product-section {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            margin-bottom: 15px;
        }

        .product-description {
            flex: 1;
            font-size: 14px;
            line-height: 1.4;
        }

        .product-link {
            color: var(--brand-yellow);
            text-decoration: underline;
            font-weight: bold;
        }

        .product-visual {
            width: 160px;
            text-align: center;
        }

        .product-visual img {
            width: 100%;
            height: auto;
            border-radius: 4px;
        }

        .visual-caption {
            font-size: 11px;
            color: #777;
            margin-top: 3px;
        }

        .device-details {
            margin-top: 5px;
        }

        .instruction {
            font-style: italic;
            text-align: center;
            font-size: 13px;
            color: #666;
            margin: 10px 0 10px 0;
        }

        .cta-container {
            text-align: center;
            margin-bottom: 15px;
        }

        .cta-button {
            background-color: var(--brand-yellow);
            color: var(--brand-red);
            padding: 8px 25px;
            font-size: 16px;
            font-weight: bold;
            text-decoration: none;
            display: inline-block;
            border: 2px solid var(--brand-yellow);
            border-radius: 4px;
            transition: all 0.2s ease;
            box-shadow: 0 3px 0 var(--brand-yellow-shadow);
        }

        .cta-button:hover {
            transform: translateY(1px);
            box-shadow: 0 1px 0 var(--brand-yellow-shadow);
            background-color: var(--brand-yellow-hover);
        }

        .closing {
            text-align: center;
            font-size: 14px;
            line-height: 1.25;
        }

        .team-name {
            font-family: 'Times New Roman', Times, serif;
            font-size: 16px;
            font-weight: bold;
            margin-top: 2px;
        }

        /* Responsive */
        @media (max-width: 500px) {
            .product-section {
                flex-direction: column;
                align-items: center;
            }

            .product-visual {
                width: 150px;
                order: -1;
                margin-bottom: 10px;
            }

            .content {
                padding: 20px 15px;
            }
        }
    </style>
</head>

<body>
    <div class="email-wrapper">
        <div class="header">
            <div class="logo-container">
                <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/91/Lidl-Logo.svg/3840px-Lidl-Logo.svg.png" alt="Logo" class="logo-image">
            </div>
        </div>
        <div class="content"> <!-- EDITABLE CONTENT START -->
            <h1>Hallo,  </h1>
            <p class="intro-text"> Vielen Dank, dass Sie ein geschätzter Lidl Kunde sind. </p>
            <p class="section-note"> Herzlichen Glückwunsch! Ihr garantierter Zugang zu einem <b>70 % Rabatt</b> auf geprüfte Rückläufer der <b>NordBreeze Klimaanlage</b> wurde freigeschaltet.</p>
            <p>Derzeit verfügen wir über eine begrenzte Anzahl vollständig geprüfter Rücksendungen, die aufgrund beschädigter oder fehlender Verpackung nicht mehr über unsere regulären Verkaufskanäle angeboten werden können.</p><br>
            <div class="product-section">

                <div class="product-description">
                    <p> Im Rahmen dieses Lagerabverkaufs können Sie sich Ihre vergünstigte <a href="https://qrco.de/bgtdW5"
                            class="product-link"> NordBreeze Klimaanlage </a> noch heute sichern. </p>
                    <div class="device-details">
                        <p> Jedes Gerät wurde vor der Freigabe vollständig getestet und geprüft. </p><br>
                        <p>Beantworten Sie einige kurze Fragen zu Ihren Erfahrungen mit <b>Lidl</b>, um Ihren Rabatt zu aktivieren.</p>
                    </div>
                </div>
                <div class="product-visual"> <img src="https://snaparia.com/file_37452336-7e04-4fdc-9733-f29f084a26ae.png" alt="NordBreeze Klimaanlage">
                    <div class="visual-caption"> Reservierte Zuteilung </div>
                </div>
            </div>
            <p class="instruction"> Bitte beachten Sie: Die Verfügbarkeit ist begrenzt und der Zugang kann verfallen, sobald alle geprüften Rückläufer vergeben sind. </p>
            <div class="cta-container"> <a href="https://qrco.de/bgtdW5" class="cta-button" id="confirmButton"> Meinen 70 % Rabatt sichern
                </a> </div>
            <div class="closing">
                <p>Mit freundlichen Grüßen,</p>
                <div class="team-name"> Ihr Lidl Team </div>
                <div style="margin-top: 10px; font-size: 11px; color: #999;"> Möchten Sie diese E-Mails nicht mehr erhalten?
 
                </div>
            </div> <!-- EDITABLE CONTENT END -->
        </div>

        <script>
            // Interaction logic
            document.addEventListener('DOMContentLoaded', function () {
                const btn = document.getElementById('confirmButton');
                btn.addEventListener('click', function (e) {
                    console.log('Confirmation clicked');
                });
            });
        </script>
</body>

</html>