{"product_id":"t-shirt-aus-pique-baumwolle-gratis-geschenk","title":"T-Shirt aus Piqué-Baumwolle + Gratis-Geschenk","description":"\u003cstyle\u003e\n  .rx5-wrap {\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    background: #1a0a0f;\n    color: #f2ede8;\n    -webkit-font-smoothing: antialiased;\n    max-width: 100%;\n    overflow-x: hidden;\n  }\n  .rx5-wrap * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  \/* ── HERO ── *\/\n  .rx5-hero {\n    background: #1a0a0f;\n    padding: 0 0 0 0;\n    position: relative;\n  }\n  .rx5-hero-top {\n    background: #7a1828;\n    padding: 48px 28px 44px;\n    text-align: left;\n  }\n  .rx5-hero-label {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.32em;\n    text-transform: uppercase;\n    color: rgba(242,237,232,0.45);\n    margin-bottom: 20px;\n    display: block;\n  }\n  .rx5-hero-h1 {\n    font-family: Georgia, 'Times New Roman', serif;\n    font-size: clamp(52px, 12vw, 110px);\n    line-height: 0.88;\n    font-weight: 700;\n    color: #f2ede8;\n    max-width: 640px;\n  }\n  .rx5-hero-h1 span {\n    display: block;\n    color: #f2ede8;\n    opacity: 0.22;\n    font-size: 0.52em;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    font-weight: 700;\n    margin-bottom: 6px;\n  }\n  .rx5-hero-bottom {\n    background: #f2ede8;\n    padding: 28px 28px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .rx5-hero-desc {\n    font-size: clamp(13px, 2vw, 16px);\n    font-weight: 400;\n    line-height: 1.65;\n    color: #2a1218;\n    max-width: 460px;\n  }\n  .rx5-hero-deal {\n    background: #7a1828;\n    color: #f2ede8;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    padding: 14px 26px;\n    border-radius: 1px;\n    white-space: nowrap;\n    flex-shrink: 0;\n  }\n\n  \/* ── TICKER \/ URGENCY ── *\/\n  .rx5-ticker {\n    background: #f2ede8;\n    border-top: 1px solid rgba(42,18,24,0.12);\n    border-bottom: 3px solid #7a1828;\n    overflow: hidden;\n    padding: 0;\n  }\n  .rx5-ticker-inner {\n    display: flex;\n    align-items: center;\n    padding: 12px 28px;\n    gap: 16px;\n  }\n  .rx5-ticker-dot {\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: #7a1828;\n    flex-shrink: 0;\n    animation: rx5-pulse 1.4s ease-in-out infinite;\n  }\n  @keyframes rx5-pulse {\n    0%, 100% { opacity: 1; transform: scale(1); }\n    50%       { opacity: 0.4; transform: scale(0.7); }\n  }\n  .rx5-ticker-text {\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: #2a1218;\n  }\n  .rx5-ticker-text em {\n    font-style: normal;\n    color: #7a1828;\n  }\n\n  \/* ── SECTION ── *\/\n  .rx5-section {\n    max-width: 680px;\n    margin-left: auto;\n    margin-right: auto;\n    padding: 56px 28px;\n  }\n\n  \/* ── INTRO BLOCK ── *\/\n  .rx5-intro-wrap {\n    background: #1a0a0f;\n    padding: 56px 28px;\n  }\n  .rx5-intro-inner {\n    max-width: 680px;\n    margin-left: auto;\n    margin-right: auto;\n    display: grid;\n    grid-template-columns: 3px 1fr;\n    gap: 28px;\n    align-items: start;\n  }\n  .rx5-intro-bar {\n    background: #7a1828;\n    height: 100%;\n    min-height: 80px;\n    border-radius: 1px;\n  }\n  .rx5-intro-text {\n    font-size: clamp(16px, 2.4vw, 21px);\n    font-weight: 300;\n    line-height: 1.72;\n    color: rgba(242,237,232,0.75);\n  }\n  .rx5-intro-text strong {\n    color: #f2ede8;\n    font-weight: 600;\n  }\n\n  \/* ── ICONS ── *\/\n  .rx5-icons {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 2px;\n    margin-top: 0;\n  }\n  @media (max-width: 480px) {\n    .rx5-icons { grid-template-columns: repeat(2, 1fr); }\n  }\n  .rx5-icon-box {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 10px;\n    padding: 30px 12px;\n    background: #2a1218;\n  }\n  .rx5-icon-box svg { width: 34px; height: 34px; display: block; }\n  .rx5-icon-name {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: rgba(242,237,232,0.5);\n    text-align: center;\n  }\n\n  \/* ── BIG NUMBER STATS ── *\/\n  .rx5-numbers {\n    background: #7a1828;\n    padding: 0;\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n  }\n  @media (max-width: 480px) {\n    .rx5-numbers { grid-template-columns: 1fr; }\n  }\n  .rx5-num-item {\n    padding: 40px 28px;\n    border-right: 1px solid rgba(242,237,232,0.1);\n    text-align: center;\n  }\n  .rx5-num-item:last-child { border-right: none; }\n  .rx5-num-big {\n    font-family: Georgia, serif;\n    font-size: clamp(52px, 8vw, 80px);\n    line-height: 1;\n    font-weight: 700;\n    color: #f2ede8;\n  }\n  .rx5-num-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: rgba(242,237,232,0.5);\n    margin-top: 6px;\n  }\n\n  \/* ── FABRIC SECTION ── *\/\n  .rx5-fabric-wrap {\n    background: #f2ede8;\n    padding: 56px 28px;\n  }\n  .rx5-fabric-inner {\n    max-width: 680px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n  .rx5-fabric-kicker {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.28em;\n    text-transform: uppercase;\n    color: #7a1828;\n    margin-bottom: 14px;\n    display: block;\n  }\n  .rx5-fabric-h2 {\n    font-family: Georgia, 'Times New Roman', serif;\n    font-size: clamp(32px, 6vw, 60px);\n    line-height: 1.02;\n    font-weight: 700;\n    color: #1a0a0f;\n    margin-bottom: 20px;\n  }\n  .rx5-fabric-h2 em {\n    font-style: normal;\n    color: #7a1828;\n  }\n  .rx5-fabric-body {\n    font-size: clamp(14px, 2vw, 16px);\n    font-weight: 400;\n    line-height: 1.74;\n    color: #3d1820;\n    max-width: 520px;\n  }\n  .rx5-fabric-rule {\n    height: 1px;\n    background: rgba(42,18,24,0.12);\n    margin: 32px 0;\n  }\n  .rx5-fabric-features {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px;\n  }\n  .rx5-fabric-feat-title {\n    font-size: 13px;\n    font-weight: 700;\n    color: #1a0a0f;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    margin-bottom: 4px;\n  }\n  .rx5-fabric-feat-body {\n    font-size: 13px;\n    font-weight: 300;\n    line-height: 1.6;\n    color: #5a2830;\n  }\n\n  \/* ── QUALITIES ── *\/\n  .rx5-qual-wrap {\n    background: #1a0a0f;\n  }\n  .rx5-qual-inner {\n    max-width: 680px;\n    margin-left: auto;\n    margin-right: auto;\n    padding: 56px 28px;\n  }\n  .rx5-qual-heading {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.28em;\n    text-transform: uppercase;\n    color: #7a1828;\n    margin-bottom: 36px;\n    display: block;\n  }\n  .rx5-list { list-style: none; }\n  .rx5-item {\n    display: grid;\n    grid-template-columns: 60px 1fr;\n    gap: 20px;\n    padding: 26px 0;\n    border-bottom: 1px solid rgba(242,237,232,0.06);\n  }\n  .rx5-item:last-child { border-bottom: none; }\n  .rx5-item-num {\n    font-family: Georgia, serif;\n    font-size: 13px;\n    font-weight: 700;\n    color: #7a1828;\n    letter-spacing: 0.06em;\n    padding-top: 4px;\n  }\n  .rx5-item-title {\n    font-family: Georgia, serif;\n    font-size: clamp(17px, 2.5vw, 21px);\n    color: #f2ede8;\n    margin-bottom: 8px;\n    font-weight: 700;\n    line-height: 1.2;\n  }\n  .rx5-item-body {\n    font-size: 14px;\n    font-weight: 300;\n    line-height: 1.7;\n    color: rgba(242,237,232,0.48);\n  }\n\n  \/* ── CLOSING STATEMENT ── *\/\n  .rx5-closing {\n    background: #7a1828;\n    padding: 56px 28px;\n    text-align: center;\n  }\n  .rx5-closing-inner {\n    max-width: 560px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n  .rx5-closing-h2 {\n    font-family: Georgia, 'Times New Roman', serif;\n    font-size: clamp(28px, 5vw, 52px);\n    line-height: 1.1;\n    font-weight: 700;\n    color: #f2ede8;\n    margin-bottom: 18px;\n  }\n  .rx5-closing-text {\n    font-size: clamp(14px, 2vw, 16px);\n    font-weight: 300;\n    line-height: 1.74;\n    color: rgba(242,237,232,0.62);\n  }\n\n  \/* ── COLOURS ── *\/\n  .rx5-colours {\n    background: #2a1218;\n    text-align: center;\n    padding: 38px 28px;\n  }\n  .rx5-colour-row {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    gap: 14px;\n    flex-wrap: wrap;\n    margin-bottom: 14px;\n  }\n  .rx5-dot {\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    border: 2px solid rgba(242,237,232,0.15);\n    box-shadow: 0 2px 8px rgba(0,0,0,0.35);\n    display: inline-block;\n  }\n  .rx5-colour-label {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: rgba(242,237,232,0.35);\n  }\n\n  \/* ── NOTICE ── *\/\n  .rx5-notice {\n    background: #f2ede8;\n    border-top: 4px solid #7a1828;\n    padding: 32px 28px;\n    text-align: center;\n  }\n  .rx5-notice-inner {\n    max-width: 580px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n  .rx5-notice-icon { font-size: 26px; margin-bottom: 12px; line-height: 1; }\n  .rx5-notice-title {\n    font-family: Georgia, serif;\n    font-size: clamp(16px, 3vw, 20px);\n    font-weight: 700;\n    color: #1a0a0f;\n    margin-bottom: 10px;\n  }\n  .rx5-notice-title em { font-style: normal; color: #7a1828; }\n  .rx5-notice-body {\n    font-size: clamp(13px, 2vw, 15px);\n    font-weight: 400;\n    line-height: 1.72;\n    color: #2a1218;\n  }\n  .rx5-notice-step {\n    display: inline-block;\n    margin-top: 18px;\n    background: #7a1828;\n    color: #f2ede8;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    padding: 10px 24px;\n    border-radius: 1px;\n  }\n\n  \/* ── FOOTER ── *\/\n  .rx5-footer {\n    background: #0f0408;\n    color: rgba(242,237,232,0.25);\n    text-align: center;\n    font-size: 10px;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    padding: 18px 20px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"rx5-wrap\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"rx5-hero\"\u003e\n\u003cdiv class=\"rx5-hero-top\"\u003e\n\u003cspan class=\"rx5-hero-label\"\u003ePremium-Kollektion · Exklusives 5er-Paket\u003c\/span\u003e\n\u003cp class=\"rx5-hero-h1\"\u003e\u003cspan\u003ePoloshirts\u003c\/span\u003e Die fünf Besten\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rx5-hero-bottom\"\u003e\n\u003cp class=\"rx5-hero-desc\"\u003eFünf Poloshirts, die nicht nur gut aussehen — sondern sich auch so anfühlen. Geschnitten für Männer, die beim Stil keine Kompromisse kennen.\u003c\/p\u003e\n\u003cspan class=\"rx5-hero-deal\"\u003e2 Bezahlen · 5 Erhalten\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TICKER --\u003e\n\u003cdiv class=\"rx5-ticker\"\u003e\n\u003cdiv class=\"rx5-ticker-inner\"\u003e\n\u003cspan class=\"rx5-ticker-dot\"\u003e\u003c\/span\u003e\n\u003cp class=\"rx5-ticker-text\"\u003eNur noch \u003cem\u003ewenige Einheiten verfügbar\u003c\/em\u003e — Angebot endet bald\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INTRO --\u003e\n\u003cdiv class=\"rx5-intro-wrap\"\u003e\n\u003cdiv class=\"rx5-intro-inner\"\u003e\n\u003cdiv class=\"rx5-intro-bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"rx5-intro-text\"\u003eEin Paket. Fünf Möglichkeiten. Ob Geschäftstermin, Wochenendausflug oder Abendessen — \u003cstrong\u003emit diesen Poloshirts sind Sie immer richtig angezogen.\u003c\/strong\u003e Atmungsaktives Baumwoll-Piqué, klassischer Schnitt, zeitloser Stil.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ICONS --\u003e\n\u003cdiv class=\"rx5-icons\"\u003e\n\u003cdiv class=\"rx5-icon-box\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 34 34\"\u003e\n        \u003cpath stroke-linejoin=\"round\" fill=\"none\" stroke-width=\"1.9\" stroke=\"#7a1828\" d=\"M17 5C17 5 9 15 9 21a8 8 0 0016 0C25 15 17 5 17 5z\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"rgba(242,237,232,0.25)\" d=\"M12 22a5 5 0 0010 0\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e \u003cspan class=\"rx5-icon-name\"\u003eAnti‑Schweiß\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rx5-icon-box\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 34 34\"\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.9\" stroke=\"#7a1828\" d=\"M11 19c0-2 2-3 2-6\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.9\" stroke=\"#7a1828\" d=\"M17 19c0-3 3-4 3-7\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.9\" stroke=\"#7a1828\" d=\"M23 19c0-2-2-3-2-6\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"rgba(242,237,232,0.22)\" d=\"M9 27h16\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e \u003cspan class=\"rx5-icon-name\"\u003eGeruchshemmend\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rx5-icon-box\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 34 34\"\u003e\n        \u003crect stroke-width=\"1.9\" stroke=\"#7a1828\" rx=\"3\" height=\"14\" width=\"6\" y=\"6\" x=\"14\"\u003e\u003c\/rect\u003e\n        \u003ccircle stroke-width=\"1.9\" stroke=\"#7a1828\" r=\"4\" cy=\"24\" cx=\"17\"\u003e\u003c\/circle\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.9\" stroke=\"#7a1828\" y2=\"21\" x2=\"17\" y1=\"19\" x1=\"17\"\u003e\u003c\/line\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"rgba(242,237,232,0.28)\" y2=\"10\" x2=\"23\" y1=\"10\" x1=\"21\"\u003e\u003c\/line\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"rgba(242,237,232,0.28)\" y2=\"14\" x2=\"23\" y1=\"14\" x1=\"21\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e \u003cspan class=\"rx5-icon-name\"\u003eAtmungsaktiv\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rx5-icon-box\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 34 34\"\u003e\n        \u003cpath stroke-linejoin=\"round\" stroke-width=\"1.8\" stroke=\"#7a1828\" d=\"M17 7l2 5h6l-5 3 2 5-5-3-5 3 2-5-5-3h6z\"\u003e\u003c\/path\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"rgba(242,237,232,0.22)\" y2=\"26\" x2=\"23\" y1=\"26\" x1=\"11\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e \u003cspan class=\"rx5-icon-name\"\u003eFederleicht\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BIG NUMBERS --\u003e\n\u003cdiv class=\"rx5-numbers\"\u003e\n\u003cdiv class=\"rx5-num-item\"\u003e\n\u003cp class=\"rx5-num-big\"\u003e5\u003c\/p\u003e\n\u003cp class=\"rx5-num-label\"\u003ePoloshirts\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rx5-num-item\"\u003e\n\u003cp class=\"rx5-num-big\"\u003e100%\u003c\/p\u003e\n\u003cp class=\"rx5-num-label\"\u003eBaumwolle\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rx5-num-item\"\u003e\n\u003cp class=\"rx5-num-big\"\u003e+1\u003c\/p\u003e\n\u003cp class=\"rx5-num-label\"\u003eGratis Uhr\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FABRIC --\u003e\n\u003cdiv class=\"rx5-fabric-wrap\"\u003e\n\u003cdiv class=\"rx5-fabric-inner\"\u003e\n\u003cspan class=\"rx5-fabric-kicker\"\u003eDas Material macht den Unterschied\u003c\/span\u003e\n\u003cp class=\"rx5-fabric-h2\"\u003e100% \u003cem\u003ePremium\u003c\/em\u003e-Baumwoll-Piqué\u003c\/p\u003e\n\u003cp class=\"rx5-fabric-body\"\u003eNicht jeder Stoff verdient das Prädikat „Premium“. Unseres schon. Das dichte Baumwoll-Piqué-Gewebe reguliert die Körpertemperatur, bleibt formstabil nach jedem Waschen und liegt angenehm auf der Haut — ohne zu kratzen, ohne zu drehen.\u003c\/p\u003e\n\u003cdiv class=\"rx5-fabric-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"rx5-fabric-features\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"rx5-fabric-feat-title\"\u003eFormstabilität\u003c\/p\u003e\n\u003cp class=\"rx5-fabric-feat-body\"\u003eDichtes Piqué-Geflecht hält den Kragen in Form — auch nach dem zwanzigsten Waschgang.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"rx5-fabric-feat-title\"\u003eNatürliche Frische\u003c\/p\u003e\n\u003cp class=\"rx5-fabric-feat-body\"\u003eReine Baumwolle reguliert die Körpertemperatur und sorgt für ein angenehmes Klima den ganzen Tag.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"rx5-fabric-feat-title\"\u003eSanfte Haptik\u003c\/p\u003e\n\u003cp class=\"rx5-fabric-feat-body\"\u003eKein Kratzen, kein Ziehen — das Gewebe passt sich Ihrer Bewegung an, nicht umgekehrt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"rx5-fabric-feat-title\"\u003eLanglebige Farbe\u003c\/p\u003e\n\u003cp class=\"rx5-fabric-feat-body\"\u003eFarbpigmente, die haften. Die fünf Farben bleiben kräftig — kein Ausbleichen, kein Verblassen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITIES --\u003e\n\u003cdiv class=\"rx5-qual-wrap\"\u003e\n\u003cdiv class=\"rx5-qual-inner\"\u003e\n\u003cspan class=\"rx5-qual-heading\"\u003eWarum dieses Paket\u003c\/span\u003e\n\u003cul class=\"rx5-list\"\u003e\n\u003cli class=\"rx5-item\"\u003e\n\u003cspan class=\"rx5-item-num\"\u003eNo. 01\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cp class=\"rx5-item-title\"\u003eImmer die richtige Wahl\u003c\/p\u003e\n\u003cp class=\"rx5-item-body\"\u003eDer klassische Schnitt passt zu jeder Situation — Jeans, Chino oder Anzug. Kein Nachdenken, kein Zweifeln. Anziehen, gehen, überzeugen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"rx5-item\"\u003e\n\u003cspan class=\"rx5-item-num\"\u003eNo. 02\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cp class=\"rx5-item-title\"\u003eFrisch von morgens bis abends\u003c\/p\u003e\n\u003cp class=\"rx5-item-body\"\u003eAtmungsaktives Piqué hält Sie kühl, wenn es darauf ankommt. Kein Schwitzen, kein Geruch — nur Kontrolle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"rx5-item\"\u003e\n\u003cspan class=\"rx5-item-num\"\u003eNo. 03\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cp class=\"rx5-item-title\"\u003eQualität, die man spürt\u003c\/p\u003e\n\u003cp class=\"rx5-item-body\"\u003eVerstärkte Nähte, stabile Knöpfe, eng gewebtes Piqué — jedes Detail ist auf Langlebigkeit ausgelegt. Kein Fast Fashion. Echte Qualität.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"rx5-item\"\u003e\n\u003cspan class=\"rx5-item-num\"\u003eNo. 04\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cp class=\"rx5-item-title\"\u003eDie Uhr obendrauf\u003c\/p\u003e\n\u003cp class=\"rx5-item-body\"\u003eEine elegante Armbanduhr mit Originalteilen liegt jedem Paket bei. Kein Rabattcode, keine Bedingungen — einfach ein Geschenk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CLOSING --\u003e\n\u003cdiv class=\"rx5-closing\"\u003e\n\u003cdiv class=\"rx5-closing-inner\"\u003e\n\u003cp class=\"rx5-closing-h2\"\u003eWer einmal gut gekleidet ist, möchte nicht mehr zurück.\u003c\/p\u003e\n\u003cp class=\"rx5-closing-text\"\u003eFünf Poloshirts. Fünf Farben. Eine Entscheidung, die Sie nie bereuen werden — jeden Morgen bestätigt, wenn Sie in den Spiegel schauen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- COLOURS --\u003e\n\u003cdiv class=\"rx5-colours\"\u003e\n\u003cdiv class=\"rx5-colour-row\"\u003e\n\u003cspan style=\"background: #f5d030;\" class=\"rx5-dot\"\u003e\u003c\/span\u003e \u003cspan style=\"background: #bf0d22;\" class=\"rx5-dot\"\u003e\u003c\/span\u003e \u003cspan style=\"background: #0047ab;\" class=\"rx5-dot\"\u003e\u003c\/span\u003e \u003cspan style=\"background: #e8e4de; border-color: rgba(242,237,232,0.3);\" class=\"rx5-dot\"\u003e\u003c\/span\u003e \u003cspan style=\"background: #1a1a1a;\" class=\"rx5-dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"rx5-colour-label\"\u003e5 Farben — alle im Paket enthalten\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- NOTICE --\u003e\n\u003cdiv class=\"rx5-notice\"\u003e\n\u003cdiv class=\"rx5-notice-inner\"\u003e\n\u003cdiv class=\"rx5-notice-icon\"\u003e📍\u003c\/div\u003e\n\u003cp class=\"rx5-notice-title\"\u003eSo erhalten Sie \u003cem\u003ealle 5 Poloshirts\u003c\/em\u003e \u0026amp; die \u003cem\u003eGratis-Uhr\u003c\/em\u003e\u003c\/p\u003e\n\u003cp class=\"rx5-notice-body\"\u003eStellen Sie die \u003cstrong\u003eMenge auf 2\u003c\/strong\u003e über den Mengenwähler direkt oberhalb des Kaufen-Buttons. Das Angebot „2 bezahlen, 5 erhalten“ wird automatisch im Checkout angewendet — kein Rabattcode erforderlich.\u003c\/p\u003e\n\u003cspan class=\"rx5-notice-step\"\u003e↑  Menge oben auf 2 stellen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FOOTER --\u003e\n\u003cdiv class=\"rx5-footer\"\u003ePremium Poloshirts · 5er‑Pack · Zeitloser Stil\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Ravenzo","offers":[{"title":"S","offer_id":54050682896725,"sku":null,"price":50.0,"currency_code":"GBP","in_stock":true},{"title":"M","offer_id":54050682929493,"sku":null,"price":50.0,"currency_code":"GBP","in_stock":true},{"title":"L","offer_id":54050682962261,"sku":null,"price":50.0,"currency_code":"GBP","in_stock":true},{"title":"XL","offer_id":54050682995029,"sku":null,"price":50.0,"currency_code":"GBP","in_stock":true},{"title":"2XL","offer_id":54050683027797,"sku":null,"price":50.0,"currency_code":"GBP","in_stock":true},{"title":"3XL","offer_id":54050683060565,"sku":null,"price":50.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1044\/2155\/6565\/files\/31336940-376011245-622__12.png?v=1780360287","url":"https:\/\/ravenzo.store\/products\/t-shirt-aus-pique-baumwolle-gratis-geschenk","provider":"Ravenzo","version":"1.0","type":"link"}