{"product_id":"24-day-advent-countdown-calendar-rjc","title":"24-Tage-Adventskalender","description":"\u003c!--\n  [AI-Designlogik]\n  Produkttyp: Weihnachtlicher Countdown-Kalender aus Holz mit LED-Beleuchtung\n  Zielgruppe: Familien und Erwachsene, die festliche Dekorationen mit traditionellem Charakter suchen\n  Visueller Stil: Warm, traditionell, handwerklicher Holzcharakter, festliche Rot-Grün-Farbgebung\n  Farbstrategie: Warmer Holzton als Grundfarbe, ergänzt durch Dunkelrot (--primary) als Akzentfarbe; ein sanfter Beigeton im Hintergrund unterstreicht die Atmosphäre.\n  Modulreihenfolge: Hero -\u003e Feature 1 (interaktiver Countdown) -\u003e Feature 2 (Lichtstimmung) -\u003e Vergleich (Tag-Nacht-Kontrast) -\u003e Feature 3 (handwerkliche Details) -\u003e Spezifikationen -\u003e FAQ\n  Zuordnung der Detailbilder: Hero=detail_0, Feature1=detail_1, Feature2=detail_2, Compare=detail_3, Feature3=detail_5\n  Zuordnung der Spezifikationsbilder: Specs=spec_6, spec_7 (nur zur Bestätigung, dass Farboptionen vorhanden sind)\n  Vergleichsmodul: Hinzugefügt. image_3 zeigt den visuellen Unterschied zwischen Tag und Nacht und hebt das Verkaufsargument „Atmosphäre“ hervor.\n  --\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #963232; \/* Warmes festliches Rot *\/\n      --primary-hover: #7a2828;\n      --text-main: #2C2C2C;\n      --text-sub: #555555;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8F5F0; \/* Warmes helles Beige *\/\n      --bg-soft: #F2EDE6;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);\n      --border-color: #E0D6CC;\n      --spacing-section: clamp(2.5rem, 6vw, 5rem);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.7;\n    }\n\n    \/* Typografie *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 42px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n      color: var(--primary);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      margin-bottom: 1.5rem;\n      color: var(--text-sub);\n    }\n    \n    .text-lead {\n      font-size: 20px;\n      font-weight: 500;\n      color: var(--text-main);\n    }\n\n    \/* Layout und allgemeine Elemente *\/\n    .section-spacing {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1rem;\n    }\n\n    .tag-pill {\n      display: inline-flex;\n      align-items: center;\n      padding: 0.5rem 1rem;\n      background-color: var(--bg-card);\n      color: var(--text-main);\n      font-size: 16px;\n      font-weight: 500;\n      border-radius: 50px;\n      border: 1px solid var(--border-color);\n    }\n    \n    .trust-badge {\n      display: inline-block;\n      padding: 0.5rem 1rem;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      font-weight: 600;\n      border-radius: var(--radius-md);\n      margin-bottom: 1.5rem;\n      font-size: 16px;\n    }\n\n    \/* Gestaltung der Bildplatzhalter *\/\n    .img-placeholder {\n      width: 100%;\n      background-color: #f0f0f0;\n      border: 2px dashed #ccc;\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #666;\n      font-family: monospace;\n      font-size: 14px;\n      padding: 2rem;\n      box-sizing: border-box;\n    }\n\n    \/* --- Modulstile --- *\/\n\n    \/* Hero *\/\n    .hero-section {\n      text-align: center;\n      max-width: 900px;\n      margin: 0 auto var(--spacing-section);\n    }\n    .hero-text {\n      margin-bottom: 2rem;\n    }\n\n    \/* Feature-Abschnitte (Z-Muster) *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        gap: 4rem;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n      }\n    }\n\n    \/* Vergleichsabschnitt *\/\n    .compare-section {\n      background-color: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n    }\n    .compare-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 2rem;\n      margin-top: 2rem;\n    }\n    @media (min-width: 768px) {\n      .compare-grid {\n        grid-template-columns: 1fr 1fr;\n      }\n    }\n    .compare-card {\n      text-align: center;\n    }\n    .compare-label {\n      font-weight: 600;\n      margin-top: 1rem;\n      display: block;\n      font-size: 18px;\n    }\n\n    \/* Spezifikationen *\/\n    .spec-section {\n      background-color: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n    }\n    .spec-table {\n      width: 100%;\n      border-collapse: separate;\n      border-spacing: 0;\n      margin-top: 1.5rem;\n    }\n    .spec-table th, .spec-table td {\n      text-align: left;\n      padding: 1rem;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n    .spec-table th {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n    .spec-table td {\n      color: var(--text-sub);\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      margin-bottom: 1.5rem;\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 1.5rem;\n    }\n    .faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      color: var(--text-main);\n      margin-bottom: 0.75rem;\n    }\n    .faq-answer {\n      margin-bottom: 0;\n    }\n\n    \/* Mobile-Anpassungen für Spezifikationen *\/\n    @media (max-width: 767px) {\n      .spec-table, .spec-table tbody, .spec-table tr, .spec-table th, .spec-table td {\n        display: block;\n        width: 100%;\n      }\n      .spec-table thead { display: none; }\n      .spec-table tr { margin-bottom: 1rem; border-bottom: none; }\n      .spec-table th { display: none; }\n      .spec-table td {\n        padding: 0.75rem 0;\n        border-bottom: 1px solid var(--border-color);\n        display: flex;\n        justify-content: space-between;\n      }\n      .spec-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        padding-right: 1rem;\n        color: var(--text-main);\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Einführungs-\/Hero-Inhaltsblock --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-text\"\u003e\n\u003cspan class=\"trust-badge\"\u003e✨ Schafft unvergessliche Familientraditionen\u003c\/span\u003e\n\u003ch1\u003eErleben Sie den Zauber eines traditionellen Weihnachtscountdowns\u003c\/h1\u003e\n\n\u003cp class=\"text-lead\"\u003eDieses handgefertigte Holzdorf sorgt mit 24 festlichen Überraschungen und einem warmen, gemütlichen Leuchten für eine stimmungsvolle Weihnachtszeit in Ihrem Zuhause.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003c!-- [ 📷 Ersetzen: detail_0 ] --\u003e\n\u003cdiv style=\"aspect-ratio: 16\/9;\" class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg style=\"width: 1024px; max-width: 100%; height: auto;\" height=\"1024\" width=\"1024\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/20260903_e360bf93_20260903_fa16d588_from_url_en_10_55173ecc869302569609db29aaa78209_ec78e541-79c1-4409-9bc2-857c0283f0a5.jpg?v=1788432607\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-list section-spacing\"\u003e\n\u003cdiv class=\"feature-item section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv style=\"aspect-ratio: 1\/1;\" class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/20260903_de6b59bc_20260903_bddee200_from_url_en_11_3e4c0ea93bf733d201bdcbc8518ebc06_e1e3e4c7-b7f9-431c-8bf5-b3283c65bde7.jpg?v=1788432613\" width=\"1024\" height=\"1024\" style=\"width: 1024px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e24 Tage voller freudiger Vorfreude\u003c\/h2\u003e\n\n\u003cp\u003eSteigern Sie jeden Morgen die Vorfreude auf Weihnachten. Die 24 nummerierten Holzschubladen eignen sich perfekt für kleine Leckereien, handgeschriebene Nachrichten oder winzige Geschenke und schaffen ein persönliches Countdown-Ritual, das Ihre Familie lieben wird.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag-pill\"\u003e🗓️ Nummeriert von 1–24\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003e🎁 Herausziehbare Schubladen\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003e🧸 Tägliche Überraschung\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Warme Atmosphäre --\u003e\n\n\u003cdiv class=\"feature-item section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- [ 📷 Ersetzen: detail_2 ] --\u003e\n\u003cdiv style=\"aspect-ratio: 1\/1;\" class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/20260903_4eb2e9fa_20260903_a30f345b_from_url_en_12_8a922c0c0d63de1e96c7950eadeb62b0_36082930-6358-4fab-9eef-377d4ec329ac.jpg?v=1788432622\" width=\"1024\" height=\"1024\" style=\"width: 1024px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eWarmer LED-Glanz im Weihnachtsdorf\u003c\/h2\u003e\n\n\u003cp\u003eWenn der Abend hereinbricht, erwacht die detailreiche Dorfszene zum Leben. Sanfte, warme LED-Lichter leuchten aus den Häusern und tauchen Ihren Kaminsims oder Tisch in eine gemütliche, zauberhafte Atmosphäre.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag-pill\"\u003e💡 Warme LED-Beleuchtung\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003e🏠 Gemütliche Atmosphäre\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003e🌙 Zauber bei Nacht\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Vergleichs-\/Szenarioabschnitt (Tag und Nacht) --\u003e\n\n\u003cdiv class=\"compare-section section-spacing\"\u003e\n\u003cdiv style=\"text-align: center; max-width: 800px; margin: 0 auto;\"\u003e\n\u003ch2\u003eDen ganzen Tag bezaubernd, bei Nacht magisch\u003c\/h2\u003e\n\n\u003cp\u003eAls wunderschöner festlicher Mittelpunkt gestaltet, der zu jedem Moment Ihrer Weihnachtszeit passt.\u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/20260903_7aa0725e_20260903_6d2e16e3_from_url_en_13_8b6c4319fc353444f1cf4a3f7efe4e19_bb2b4673-c8f5-45dd-a4fa-d69c63c0138f.jpg?v=1788432628\" width=\"1024\" height=\"1024\" style=\"width: 1024px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"compare-grid\"\u003e\n\u003cdiv class=\"compare-card\"\u003e\u003c!-- [ 📷 Ersetzen: detail_3 (linke Hälfte – Tag) ] --\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Fortsetzung der Feature-Abschnitte --\u003e\n\n\u003cdiv class=\"feature-list section-spacing\"\u003e\n\u003c!-- Feature 3: Handwerkskunst --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- [ 📷 Ersetzen: detail_5 ] --\u003e\n\u003cdiv style=\"aspect-ratio: 1\/1;\" class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/20260903_ba018570_20260903_e66b838f_from_url_en_14_084cbfb0ace707ff51bb7075d2fa5a81_b60646e5-3e38-4820-a8a1-3773cc3414d0.jpg?v=1788432634\" width=\"1024\" height=\"1024\" style=\"width: 1024px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eFeine handgefertigte Details\u003c\/h2\u003e\n\n\u003cp\u003eAus natürlichem Holz gefertigt und mit präziser Laserschnitttechnik verarbeitet. Die mehrschichtigen Motive mit verschneiten Häusern, Tannen und Rentieren erzeugen eine detailreiche, dreidimensionale Szene – eine zeitlose Weihnachtsdekoration, an der Sie viele Jahre Freude haben werden.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag-pill\"\u003e🌲 Naturholz\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003e⚙️ Präziser Laserschnitt\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003e✨ Wiederverwendbare Dekoration\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Spezifikationen --\u003e\n\n\u003cdiv class=\"spec-section section-spacing\"\u003e\n\u003ch2\u003eProduktspezifikationen\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Merkmal\"\u003eProdukttyp\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Wert\"\u003eAdventskalender aus Holz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Merkmal\"\u003eMaterial\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Wert\"\u003eNaturholz \/ Sperrholz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Merkmal\"\u003eMaße\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Wert\"\u003e82 x 7,5 x 17 cm (32,3 x 3,0 x 6,7 Zoll)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Merkmal\"\u003eAusstattung\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Wert\"\u003e24 herausziehbare Schubladen, LED-Beleuchtung\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Merkmal\"\u003eMotiv\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Wert\"\u003eWeihnachtsdorf- und Waldszene\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Merkmal\"\u003eAnzahl der Schubladen\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Wert\"\u003e24 (nummeriert von 1–24)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Merkmal\"\u003eVerfügbare Farben\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Wert\"\u003eMehrere Varianten (siehe Auswahl)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"faq-section section-spacing\"\u003e\n\u003ch2\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWelche großen Gegenstände passen in die Schubladen?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eDie Holzschubladen sind für kleine Überraschungen konzipiert. Sie eignen sich perfekt für eingewickelte Süßigkeiten, Münzen, kleinen Schmuck, gefaltete Nachrichten oder winzige Andenken.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWie wird die Beleuchtung mit Strom versorgt?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eDie Dorfszene verfügt über eine kabellose LED-Beleuchtung. Dadurch können Sie den Adventskalender überall in Ihrem Zuhause aufstellen, ohne sichtbare Kabel oder eine Steckdose suchen zu müssen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIst er stabil genug für die jährliche Nutzung?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eJa. Er wird aus robustem Holz gefertigt und ist als wiederverwendbare Weihnachtsdekoration gedacht, die Sie Jahr für Jahr hervorholen und genießen können.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Klassisches Rot \u0026 Holz \/ 1er-Pack (Unverzichtbar für die Feiertage)","offer_id":47405786136749,"sku":"0810-13586938","price":49.95,"currency_code":"USD","in_stock":true},{"title":"Rustikales rotes Haus \/ 1er-Pack (Unverzichtbar für die Feiertage)","offer_id":47405786235053,"sku":"0810-13589288","price":49.95,"currency_code":"USD","in_stock":true},{"title":"Schneeweiß \/ 1er-Pack (Unverzichtbar für die Feiertage)","offer_id":47405786333357,"sku":"0810-13583297","price":49.95,"currency_code":"USD","in_stock":true},{"title":"Festliche Mehrfarbigkeit \/ 1er-Pack (Unverzichtbar für die Feiertage)","offer_id":47405786431661,"sku":"0810-13587237","price":49.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/55173ecc869302569609db29aaa78209_465cf69e-fd16-4b1a-9074-5b6d61b37faa.jpg?v=1788429263","url":"https:\/\/newjoyloo.com\/de\/products\/24-day-advent-countdown-calendar-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}