<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shipping Update</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #fff3cd;
margin: 0;
padding: 0;
text-align: center;
}
.email-container {
max-width: 400px;
margin: 20px auto;
background: #ffffff;
border-radius: 1px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.logo {
font-size: 24px;
font-weight: bold;
color: #5c4033;
margin-bottom: 10px;
}
.banner img {
width: 80px;
margin-bottom: 10px;
}
.banner h2 {
font-size: 22px;
color: #5c4033;
margin: 10px 0;
}
.banner p {
color: #373330;
font-size: 14px;
}
.track-button {
display: inline-block;
background: #ffb503;
color: #373330;
padding: 10px 20px;
text-decoration: none;
font-weight: bold;
border-radius: 5px;
margin-top: 10px;
}
.track-button:hover {
background: #5c4033;
color: #ffb503;
}
.details {
display: flex;
justify-content: space-between;
border-top: 1px solid #5c4033;
border-bottom: 1px solid #5c4033;
padding: 10px 0;
margin: 15px 0;
}
.details p {
font-size: 14px;
margin: 5px 0;
color: #373330;
}
.tracking-number a {
color: #5c4033;
text-decoration: none;
font-size: 14px;
}
.contact {
font-size: 12px;
color: #373330;
margin: 15px 0;
}
.address-section {
display: flex;
justify-content: space-between;
text-align: left;
font-size: 14px;
margin-top: 10px;
}
.address-section h3 {
font-size: 14px;
margin-bottom: 5px;
color: #5c4033;
}
.address-section p {
color: #373330;
}
.footer {
font-size: 12px;
padding: 10px;
}
</style>
</head>
<body>
<div class="email-container">
<div style="padding: 20px;">
<div class="banner">
<a href="https://cutt.ly/Hrrs0O3J"> <img src="https://i.imgur.com/yF5Giem.png" alt="Versand-Symbol"></a>
<h2>Versandaktualisierung</h2>
<p>Ihr Paket ist unterwegs. Klicken Sie unten, um weitere Details zu Ihrer Sendung anzuzeigen.</p>
<a href="https://cutt.ly/Hrrs0O3J" class="track-button">Versanddetails anzeigen</a>
</div>
<div class="details">
<div class="info" style="text-align: left">
<p><strong>Bestellnummer</strong><br>#ORDR 54147 2056</p>
</div>
<div class="info" style="text-align: right">
<p><strong>Versandstatus</strong><br>Unterwegs</p>
</div>
</div>
<p class="tracking-number">
<strong>Sendungsnummer:<br/><span style="font-size: 19px">UP5S4147205</span></strong><br>
<a href="https://cutt.ly/Hrrs0O3J"><i style="font-weight: bold;">Hier klicken</i>, um Ihr Paket zu verfolgen.</a>
</p>
<p class="contact">Bei Fragen kontaktieren Sie bitte <a href="https://cutt.ly/Hrrs0O3J">support@shipping.com</a></p>
<div class="address-section">
<div>
<h3>VERSAND AN:</h3>
<p>Heimatadresse<br>Bereits bezahlt<br>Expressversand</p>
</div>
<div>
<h3>RECHNUNG:</h3>
<p>Zahlungsmethode: **3****</p>
</div>
</div>
</div>
<div style="background-color: #f0f0f0;" class="footer">
<a href="https://cutt.ly/Hrrs0O3J" style="color: gray;">Abbestellen</a>
</div>
</div>
</body>
</html>