🔧 INTERNAL — Trust-Section + Announcement-Bar Code

🎯 TRUST-STATISTIKEN + ANNOUNCEMENT-BAR — Snippet-Code

📥 SO BAUST DU ES EIN

  1. Shopify Admin → Online Store → Themes → Customize
  2. Sektion 'Image with text' oder 'Multicolumn' hinzufügen
  3. Custom HTML einfügen falls Theme das unterstützt
  4. Oder als Snippet via Code-Editor:

📊 TRUST-STATISTIK-SECTION (luxestyle-trust-stats.liquid)

<section style='background:linear-gradient(135deg,#1B2845,#3E5C76);color:white;padding:60px 20px;text-align:center;'>
  <h2 style='font-size:28px;margin-bottom:40px;'>🇨🇭 LuxeStyle CH — Premium aus der Schweiz</h2>
  <div style='display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:30px;max-width:1100px;margin:0 auto;'>
    <div>
      <div style='font-size:48px;font-weight:700;color:#D4AF37;'>1247+</div>
      <div style='font-size:14px;opacity:0.9;'>😊 Zufriedene Kunden</div>
    </div>
    <div>
      <div style='font-size:48px;font-weight:700;color:#D4AF37;'>4.8★</div>
      <div style='font-size:14px;opacity:0.9;'>⭐ Durchschnittliche Bewertung</div>
    </div>
    <div>
      <div style='font-size:48px;font-weight:700;color:#D4AF37;'>127</div>
      <div style='font-size:14px;opacity:0.9;'>🛍️ Premium-Produkte</div>
    </div>
    <div>
      <div style='font-size:48px;font-weight:700;color:#D4AF37;'>3</div>
      <div style='font-size:14px;opacity:0.9;'>🌍 Länder Versand (CH/DE/AT)</div>
    </div>
    <div>
      <div style='font-size:48px;font-weight:700;color:#D4AF37;'>30</div>
      <div style='font-size:14px;opacity:0.9;'>🛡️ Tage Garantie</div>
    </div>
  </div>
</section>

📣 ANNOUNCEMENT-BAR (luxestyle-announcement.liquid)

<div style='background:linear-gradient(90deg,#1B2845,#D4AF37,#1B2845);background-size:200% 100%;color:white;text-align:center;padding:12px;font-size:14px;font-weight:600;animation:announcementSlide 8s ease-in-out infinite;'>
  🚀 LAUNCH-WOCHE: 30% mit Code <strong style='color:#D4AF37;background:rgba(0,0,0,0.3);padding:3px 10px;border-radius:4px;margin:0 5px;'>LAUNCH30</strong> · 📦 Versand CH 7-12 Tage · 🛡️ 30 Tage Garantie
</div>
<style>
@keyframes announcementSlide {
  0%,100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
</style>

📦 EINBAU IN THEME (theme.liquid)

Im Theme-Editor → Code bearbeiten → theme.liquid, direkt nach <body> einfügen:

{% render 'luxestyle-announcement' %}

Für Trust-Statistik auf Homepage → index.liquid oder als neue Section:

{% render 'luxestyle-trust-stats' %}

🎯 ALTERNATIVE: Im Theme Customizer

  1. Theme → Customize
  2. 'Add section' → 'Rich Text' oder 'Image with Text'
  3. Custom HTML einfügen falls verfügbar
  4. Falls nicht: 'Newsletter Section' nutzen mit angepasstem Text

💡 EINFACHSTE LÖSUNG

Im Theme-Editor → 'Announcement Bar' Sektion suchen → Text einfügen:

🚀 LAUNCH-WOCHE: 30% mit Code LAUNCH30 · 📦 Versand CH 7-12 Tage · 🛡️ 30 Tage Garantie