{"product_id":"24-day-advent-countdown-calendar","title":"24-Day Advent Countdown Calendar","description":"\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003e24-Day Advent Countdown Calendar\u003c\/title\u003e\n  \u003cstyle\u003e\n    :root {\n      --primary: #1E3A8A;\n      --primary-light: #EFF6FF;\n      --accent: #EA580C;\n      --text-main: #0F172A;\n      --text-sub: #475569;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8FAFC;\n      --border-color: #E2E8F0;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);\n      --shadow-md: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);\n    }\n\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.6;\n    }\n\n    .product-detail-container * { box-sizing: border-box; }\n\n    .pd-h1 {\n      font-size: clamp(34px, 5vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n      letter-spacing: -0.02em;\n    }\n\n    .pd-h2 {\n      font-size: clamp(26px, 4vw, 32px);\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n    }\n\n    .pd-h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 0.75rem 0;\n    }\n\n    .pd-p {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    .pd-badge {\n      display: inline-block;\n      background-color: var(--primary-light);\n      color: var(--primary);\n      font-size: 16px;\n      font-weight: 600;\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      margin-bottom: 1.5rem;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n\n    .pd-img-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      background: var(--bg-card);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .pd-img-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n      object-fit: contain;\n    }\n\n    .pd-section { margin-bottom: clamp(4rem, 8vw, 6rem); }\n\n    .pd-hero {\n      text-align: center;\n      padding-top: clamp(2rem, 4vw, 4rem);\n    }\n\n    .pd-social-proof {\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--accent);\n      margin-top: 1.5rem;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 0.5rem;\n    }\n\n    .pd-feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 5vw, 4rem);\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    .pd-feature-media, .pd-feature-copy { width: 100%; }\n\n    .pd-feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    @media (min-width: 768px) {\n      .pd-feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n      .pd-feature-item:nth-child(even) { flex-direction: row-reverse; }\n      .pd-feature-media { flex: 5; }\n      .pd-feature-copy {\n        flex: 5;\n        padding: 0 2rem;\n      }\n    }\n\n    .pd-specs-container {\n      background: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .pd-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n    }\n\n    .pd-table th, .pd-table td {\n      padding: 1.25rem 1rem;\n      text-align: left;\n      font-size: 18px;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .pd-table th {\n      font-weight: 700;\n      color: var(--text-main);\n      background-color: var(--primary-light);\n    }\n\n    .pd-table td { color: var(--text-sub); }\n\n    @media (max-width: 767px) {\n      .pd-table, .pd-table thead, .pd-table tbody, .pd-table tr, .pd-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-table thead { display: none; }\n      .pd-table tr {\n        background: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1.5rem;\n        padding: 0.5rem;\n        box-shadow: var(--shadow-sm);\n      }\n      .pd-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        border-bottom: 1px dashed var(--border-color);\n        padding: 1rem 0.5rem;\n        text-align: center;\n        flex-direction: column;\n      }\n      .pd-table td:last-child { border-bottom: none; }\n      .pd-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        text-align: center;\n        flex-shrink: 0;\n      }\n    }\n\n    .pd-faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 1.5rem;\n    }\n\n    .pd-faq-item {\n      background: var(--bg-card);\n      padding: clamp(1.5rem, 3vw, 2rem);\n      border-radius: var(--radius-md);\n      border-left: 4px solid var(--primary);\n    }\n\n    .pd-faq-q {\n      font-size: clamp(20px, 3vw, 22px);\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 0.5rem 0;\n    }\n\n    .pd-faq-a {\n      font-size: clamp(18px, 2.5vw, 19px);\n      color: var(--text-sub);\n      margin: 0;\n      line-height: 1.6;\n    }\n  \u003c\/style\u003e\n\n\u003cdiv class=\"product-detail-container\"\u003e\n\n  \u003c!-- Hero Section --\u003e\n  \u003csection class=\"pd-section pd-hero\"\u003e\n    \u003cdiv class=\"pd-badge\"\u003e🎄 Festive Countdown\u003c\/div\u003e\n    \u003ch1 class=\"pd-h1\"\u003eExperience the Magic of a Traditional Christmas Countdown\u003c\/h1\u003e\n    \u003cp style=\"max-width: 800px; margin-left: auto; margin-right: auto;\" class=\"pd-p\"\u003e\n      This handcrafted wooden village brings 24 days of festive surprises and a warm, cozy glow to your holiday home.\n    \u003c\/p\u003e\n    \u003cdiv style=\"margin-top: 2rem;\" class=\"pd-img-wrapper\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0792\/3177\/9056\/files\/55173ecc869302569609db29aaa78209.jpg?v=1786341653\" alt=\"24-Day Advent Countdown Calendar hero\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-social-proof\"\u003e\n      \u003cspan\u003e★★★★★\u003c\/span\u003e Creates cherished family traditions\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Feature Blocks --\u003e\n  \u003csection class=\"pd-section\"\u003e\n\n    \u003c!-- Feature 1: 24 Days of Joyful Anticipation --\u003e\n    \u003cdiv class=\"pd-feature-item\"\u003e\n      \u003cdiv class=\"pd-feature-media\"\u003e\n        \u003cdiv class=\"pd-img-wrapper\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0792\/3177\/9056\/files\/8a922c0c0d63de1e96c7950eadeb62b0_9ee3598c-316c-4e8a-87b9-226bb8307fee.jpg?v=1786341653\" alt=\"Advent calendar drawers\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-feature-copy\"\u003e\n        \u003ch2 class=\"pd-h2\"\u003e24 Days of Joyful Anticipation\u003c\/h2\u003e\n        \u003cp class=\"pd-p\"\u003e\n          Build excitement every morning leading up to Christmas. The 24 numbered wooden drawers are perfect for hiding small treats, handwritten notes, or tiny gifts, creating a personalized countdown ritual your family will love.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Feature 2: Warm LED Village Glow --\u003e\n    \u003cdiv class=\"pd-feature-item\"\u003e\n      \u003cdiv class=\"pd-feature-media\"\u003e\n        \u003cdiv class=\"pd-img-wrapper\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0792\/3177\/9056\/files\/46d026f45a2d0165702ebf2a326beb57.jpg?v=1786341653\" alt=\"Warm LED lights in village scene\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-feature-copy\"\u003e\n        \u003ch2 class=\"pd-h2\"\u003eWarm LED Village Glow\u003c\/h2\u003e\n        \u003cp class=\"pd-p\"\u003e\n          As evening falls, bring the intricate village scene to life. Soft, warm LED lights glow from within the houses, casting a cozy and enchanting ambiance across your mantlepiece or tabletop.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Feature 3: Intricate Handcrafted Details --\u003e\n    \u003cdiv class=\"pd-feature-item\"\u003e\n      \u003cdiv class=\"pd-feature-media\"\u003e\n        \u003cdiv class=\"pd-img-wrapper\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0792\/3177\/9056\/files\/3e4c0ea93bf733d201bdcbc8518ebc06_70082f9a-4834-4e9a-88b7-2e082961f560.jpg?v=1786341653\" alt=\"Handcrafted details of the advent calendar\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-feature-copy\"\u003e\n        \u003ch2 class=\"pd-h2\"\u003eIntricate Handcrafted Details\u003c\/h2\u003e\n        \u003cp class=\"pd-p\"\u003e\n          Made from natural wood using precise laser-cut technology. The layered designs of snowy houses, pine trees, and reindeer create a rich, dimensional scene that serves as a timeless holiday decoration built to last for years.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- Specifications Table --\u003e\n  \u003csection class=\"pd-section pd-specs-container\"\u003e\n    \u003ch2 style=\"text-align: center;\" class=\"pd-h2\"\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cp style=\"text-align: center;\" class=\"pd-p\"\u003eEverything you need to know before you buy.\u003c\/p\u003e\n    \u003ctable class=\"pd-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eFeature\u003c\/th\u003e\n          \u003cth\u003eSpecification Details\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Product Type\"\u003eWooden Advent Calendar\u003c\/td\u003e\n          \u003ctd\u003eHandcrafted from natural wood, designed for a festive countdown experience.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Material\"\u003eNatural Wood \/ Plywood\u003c\/td\u003e\n          \u003ctd\u003eDurable and eco-friendly materials used for a long-lasting holiday tradition.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Dimensions\"\u003e82 x 7.5 x 17 cm (32.3 x 3.0 x 6.7 inches)\u003c\/td\u003e\n          \u003ctd\u003ePerfect size for tabletop or mantelpiece display.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Features\"\u003e24 Pull-out Drawers, LED Lighting\u003c\/td\u003e\n          \u003ctd\u003eIncludes spacious drawers and enchanting LED lights for a magical atmosphere.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Theme\"\u003eChristmas Village \u0026amp; Forest Scene\u003c\/td\u003e\n          \u003ctd\u003eBeautifully designed with a classic holiday theme to enhance your décor.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Drawer Count\"\u003e24 (Numbered 1-24)\u003c\/td\u003e\n          \u003ctd\u003eEach drawer allows for a unique surprise, building anticipation daily.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Assembly\"\u003eSimple assembly required (Instruction manual included)\u003c\/td\u003e\n          \u003ctd\u003eQuick and easy setup to get you started on your countdown.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Available Colors\"\u003eMultiple variants (refer to selection)\u003c\/td\u003e\n          \u003ctd\u003eChoose from various finishes to suit your holiday style.\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ Section --\u003e\n  \u003csection class=\"pd-section\"\u003e\n    \u003ch2 style=\"text-align: center; margin-bottom: 3rem;\" class=\"pd-h2\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n    \u003cdiv class=\"pd-faq-list\"\u003e\n\n      \u003cdiv class=\"pd-faq-item\"\u003e\n        \u003ch3 class=\"pd-faq-q\"\u003eDoes the calendar require assembly?\u003c\/h3\u003e\n        \u003cp class=\"pd-faq-a\"\u003eYes, simple self-assembly is required upon arrival. A clear, step-by-step instruction manual is included in the package to guide you through a quick and easy setup process.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pd-faq-item\"\u003e\n        \u003ch3 class=\"pd-faq-q\"\u003eWhat size items fit in the drawers?\u003c\/h3\u003e\n        \u003cp class=\"pd-faq-a\"\u003eThe wooden drawers are designed for small surprises. They are perfect for items like wrapped candies, coins, small jewelry, folded notes, or tiny trinkets.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pd-faq-item\"\u003e\n        \u003ch3 class=\"pd-faq-q\"\u003eHow is the lighting powered?\u003c\/h3\u003e\n        \u003cp class=\"pd-faq-a\"\u003eThe village scene features cordless LED lighting, allowing you to place the advent calendar anywhere in your home without worrying about visible wires or finding an outlet.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pd-faq-item\"\u003e\n        \u003ch3 class=\"pd-faq-q\"\u003eIs this durable enough for yearly use?\u003c\/h3\u003e\n        \u003cp class=\"pd-faq-a\"\u003eYes, it is crafted from sturdy wood intended to be a reusable holiday decoration that you can bring out and enjoy year after year.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n","brand":"Bak","offers":[{"title":"Classic Red \u0026 Wood \/ 1-Pack (Holiday Essential)","offer_id":55094984409429,"sku":"0810-13586938","price":35.95,"currency_code":"EUR","in_stock":true},{"title":"Classic Red \u0026 Wood \/ 2-Pack (Gift for a Loved One - 10%)","offer_id":55094984442197,"sku":"0810-13581856","price":64.95,"currency_code":"EUR","in_stock":true},{"title":"Classic Red \u0026 Wood \/ 3-Pack (Friends \u0026 Family - 15%)","offer_id":55094984474965,"sku":"0810-13580969","price":96.95,"currency_code":"EUR","in_stock":true},{"title":"Rustic Red House \/ 1-Pack (Holiday Essential)","offer_id":55094984507733,"sku":"0810-13589288","price":35.95,"currency_code":"EUR","in_stock":true},{"title":"Rustic Red House \/ 2-Pack (Gift for a Loved One - 10%)","offer_id":55094984540501,"sku":"0810-13587913","price":64.95,"currency_code":"EUR","in_stock":true},{"title":"Rustic Red House \/ 3-Pack (Friends \u0026 Family - 15%)","offer_id":55094984573269,"sku":"0810-13588830","price":96.95,"currency_code":"EUR","in_stock":true},{"title":"Snowy White \/ 1-Pack (Holiday Essential)","offer_id":55094984606037,"sku":"0810-13583297","price":35.95,"currency_code":"EUR","in_stock":true},{"title":"Snowy White \/ 2-Pack (Gift for a Loved One - 10%)","offer_id":55094984638805,"sku":"0810-13587337","price":64.95,"currency_code":"EUR","in_stock":true},{"title":"Snowy White \/ 3-Pack (Friends \u0026 Family - 15%)","offer_id":55094984671573,"sku":"0810-13587117","price":96.95,"currency_code":"EUR","in_stock":true},{"title":"Festive Multicolor \/ 1-Pack (Holiday Essential)","offer_id":55094984704341,"sku":"0810-13587237","price":35.95,"currency_code":"EUR","in_stock":true},{"title":"Festive Multicolor \/ 2-Pack (Gift for a Loved One - 10%)","offer_id":55094984737109,"sku":"0810-13581410","price":64.95,"currency_code":"EUR","in_stock":true},{"title":"Festive Multicolor \/ 3-Pack (Friends \u0026 Family - 15%)","offer_id":55094984769877,"sku":"0810-13588976","price":96.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1051\/3236\/0021\/files\/55173ecc869302569609db29aaa78209.jpg?v=1790212809","url":"https:\/\/sientle.com\/products\/24-day-advent-countdown-calendar","provider":"sientle","version":"1.0","type":"link"}