{"product_id":"rustic-farmhouse-wall-sign-rjc","title":"Rustikales Bauernhaus-Wandschild","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Home Decor \/ Wall Sign\nTarget Audience: Families, Homeowners, Gift Shoppers, Farmhouse Style Enthusiasts\nVisual Style: Rustic, Warm, Welcoming, Farmhouse\nColor Strategy: Earthy Rust\/Brown as primary accent to match the vintage feel, warm off-white background for a cozy atmosphere.\nShape Strategy: Radius 12px - Soft enough to be approachable, structured enough to reflect physical home decor.\nTypography Strategy: Large Type \/ Mobile-first readable. Serif for headings (Rustic feel), clean sans-serif for body.\nMobile Table Strategy: Card-based (No horizontal scroll). Auto-converted metric\/imperial units.\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n        \/* Color Palette *\/\n        --primary: #9b5b42; \/* Earthy rust\/terracotta *\/\n        --bg-body: #fcfbfa; \/* Warm, cozy off-white *\/\n        --bg-card: #ffffff;\n        --text-main: #2b2826;\n        --text-sub: #5c5552;\n        --border-color: #e6deda;\n        \n        \/* Radii \u0026 Shadows *\/\n        --radius-md: 12px;\n        --radius-lg: 20px;\n        --shadow-sm: 0 4px 16px rgba(43, 40, 38, 0.04);\n        --shadow-lg: 0 12px 32px rgba(43, 40, 38, 0.08);\n        \n        \/* Spacing System *\/\n        --space-section: clamp(3rem, 8vw, 6rem);\n        --space-element: clamp(1.5rem, 4vw, 3rem);\n        \n        \/* Typography *\/\n        --font-head: 'Georgia', 'Playfair Display', serif; \/* Rustic farmhouse feel *\/\n        --font-body: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    }\n\n    \/* Container Reset \u0026 Safeguards *\/\n    .product-detail-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: clamp(1rem, 5vw, 3rem);\n        background-color: var(--bg-body);\n        color: var(--text-main);\n        font-family: var(--font-body);\n        box-sizing: border-box;\n        overflow-wrap: break-word;\n        word-break: break-word;\n    }\n\n    .product-detail-container * {\n        box-sizing: border-box;\n    }\n\n    \/* Typography System *\/\n    .product-detail-container h1, \n    .product-detail-container h2, \n    .product-detail-container h3 {\n        font-family: var(--font-head);\n        color: var(--text-main);\n        margin-top: 0;\n        margin-bottom: 1rem;\n        line-height: 1.2;\n        font-weight: 600;\n    }\n\n    .product-detail-container h1 { font-size: clamp(34px, 5vw, 44px); }\n    .product-detail-container h2 { font-size: clamp(28px, 4vw, 36px); }\n    .product-detail-container h3 { font-size: clamp(22px, 3vw, 28px); }\n    \n    .product-detail-container p {\n        font-size: clamp(18px, 2vw, 20px);\n        line-height: 1.7;\n        color: var(--text-sub);\n        margin-bottom: 1.5rem;\n    }\n\n    \/* Media Protocol *\/\n    .product-detail-container img {\n        width: 100%;\n        height: auto;\n        display: block;\n        border-radius: var(--radius-md);\n        box-shadow: var(--shadow-sm);\n    }\n\n    .img-placeholder {\n        width: 100%;\n        aspect-ratio: 4 \/ 3;\n        background: #f1edea;\n        border: 2px dashed #d5c8c1;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        font-size: 18px;\n        color: var(--text-sub);\n        border-radius: var(--radius-md);\n        font-weight: bold;\n    }\n\n    \/* Trust Badges (Non-clickable) *\/\n    .badge-container {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 12px;\n        margin-bottom: 2rem;\n        justify-content: center;\n    }\n\n    .visual-badge {\n        background: var(--bg-card);\n        color: var(--primary);\n        padding: 8px 16px;\n        border-radius: 50px;\n        font-size: 16px;\n        font-weight: 600;\n        border: 1px solid var(--border-color);\n        display: inline-flex;\n        align-items: center;\n        box-shadow: var(--shadow-sm);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n        text-align: center;\n        margin-bottom: var(--space-section);\n    }\n    \n    .hero-copy {\n        max-width: 800px;\n        margin: 0 auto var(--space-element);\n    }\n\n    \/* Feature Grid (Z-Pattern \u0026 Mobile Ordering Lock) *\/\n    .feature-item {\n        display: flex;\n        flex-direction: column; \/* Mobile Lock: strictly stacked *\/\n        gap: var(--space-element);\n        margin-bottom: var(--space-section);\n    }\n\n    .feature-media {\n        width: 100%;\n    }\n\n    .feature-copy {\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n    }\n\n    @media (min-width: 768px) {\n        .feature-item {\n            flex-direction: row;\n            align-items: center;\n        }\n        .feature-item:nth-child(even) {\n            flex-direction: row-reverse;\n        }\n        .feature-media, .feature-copy {\n            flex: 1;\n            width: 50%;\n        }\n    }\n\n    \/* Specifications Table (Mobile Card Lock) *\/\n    .specs-section {\n        margin-bottom: var(--space-section);\n        background: var(--bg-card);\n        padding: var(--space-element);\n        border-radius: var(--radius-lg);\n        box-shadow: var(--shadow-lg);\n    }\n\n    .specs-table {\n        width: 100%;\n        border-collapse: collapse;\n    }\n\n    .specs-table th, \n    .specs-table td {\n        padding: 18px;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n        font-size: 18px;\n        color: var(--text-main);\n    }\n\n    .specs-table th {\n        font-weight: 600;\n        color: var(--text-sub);\n        width: 35%;\n    }\n\n    @media (max-width: 767px) {\n        .specs-table, \n        .specs-table thead, \n        .specs-table tbody, \n        .specs-table tr, \n        .specs-table th, \n        .specs-table td {\n            display: block;\n            width: 100%;\n        }\n        .specs-table thead {\n            display: none;\n        }\n        .specs-table tr {\n            margin-bottom: 16px;\n            border: 1px solid var(--border-color);\n            border-radius: var(--radius-md);\n            padding: 16px;\n            background: var(--bg-body);\n        }\n        .specs-table td {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            border-bottom: 1px dashed var(--border-color);\n            padding: 14px 0;\n            text-align: right;\n            gap: 16px;\n        }\n        .specs-table td:last-child {\n            border-bottom: none;\n        }\n        .specs-table td::before {\n            content: attr(data-label);\n            font-weight: 600;\n            color: var(--text-sub);\n            text-align: left;\n            flex-shrink: 0;\n        }\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n        margin-bottom: var(--space-section);\n    }\n\n    .faq-item {\n        background: var(--bg-card);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        padding: 24px;\n        margin-bottom: 16px;\n        box-shadow: var(--shadow-sm);\n    }\n\n    .faq-question {\n        font-size: 20px;\n        font-weight: 600;\n        color: var(--text-main);\n        margin-bottom: 12px;\n        font-family: var(--font-head);\n    }\n\n    .faq-answer {\n        font-size: 18px;\n        color: var(--text-sub);\n        line-height: 1.6;\n        margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003ch1\u003eVerabschieden Sie sich jeden Tag mit Liebe\u003c\/h1\u003e\n\n\u003cp\u003eFügen Sie Ihrem Zuhause eine warme, herzliche Note hinzu. Dieses charmante \"Love You, Bye\"-Schild erinnert täglich daran, sich von den wichtigsten Familienmitgliedern liebevoll zu verabschieden.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cdiv class=\"visual-badge\"\u003eRustikale Landhausdekoration\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003eBereit zum Aufhängen über der Tür\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003eBedeutungsvolles Geschenk\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311141145\/c55cffefb3c55a2e1243d9e41b7f256f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"feature-grid\"\u003e\n\u003carticle class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311141145\/1d5872652abe905528b7acdb1b8035a6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eRustikaler Landhauscharme\u003c\/h2\u003e\n\n\u003cp\u003eMit einer wunderschön abgenutzten Vintage-Ästhetik und klassischem Goldrelief auf schwarzem Text. Dieses Schild fügt sich nahtlos in moderne Landhaus-, rustikale oder traditionelle Innenräume ein und verleiht kahlen Eingängen, Fluren und Wohnräumen sofort Charakter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003carticle class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311141145\/4aff61f2fdefd9b4f470895fc5414b32.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003ePerfekte Größe zum Aufhängen über der Tür\u003c\/h2\u003e\n\n\u003cp\u003eDurchdacht gestaltet, um genau dort zu passen, wo Sie es brauchen. Das lange, horizontale Profil macht es zum ultimativen Akzentstück, das sich nahtlos über Türrahmen einfügt. Es fällt sofort ins Auge, wenn Sie den Raum verlassen, und wirkt als sanfte, liebevolle Erinnerung.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003carticle class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311141145\/310775130ca57275fb7c920b567e88ad.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eAus langlebigen Materialien gefertigt\u003c\/h2\u003e\n\n\u003cp\u003eHergestellt aus robustem, hochwertigem Holz und mit glatten, langlebigen, abgenutzten Details versehen. Die solide Konstruktion sorgt dafür, dass es sich nicht verzieht oder verblasst und über Jahre hinweg ein tröstlicher und beständiger Teil Ihrer Wohnkultur bleibt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Table --\u003e\n\n\u003csection class=\"specs-section\"\u003e\n\u003ch2\u003eProduktspezifikationen\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMerkmal\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetail\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Message\"\u003eTextlayout\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\"LOVE YOU, BYE\" (Klassisches Goldrelief auf Schwarz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003eLänge\u003c\/td\u003e\n\t\t\t\u003ctd\u003e40 cm \/ 15,75 Zoll\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Width\"\u003eBreite (Höhe)\u003c\/td\u003e\n\t\t\t\u003ctd\u003e11 cm \/ 4,33 Zoll\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003eGewicht\u003c\/td\u003e\n\t\t\t\u003ctd\u003e170 g \/ 6,0 oz (leicht \u0026 einfach aufzuhängen)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eHauptmaterial\u003c\/td\u003e\n\t\t\t\u003ctd\u003eRobustes Holz mit einer abgenutzten Vintage-Oberfläche\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Style Fit\"\u003eInnenstil\u003c\/td\u003e\n\t\t\t\u003ctd\u003eLandhausstil, Rustikal, Vintage, Moderner Landhausstil\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWie einfach ist es, es über einer Tür zu montieren?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eUnglaublich einfach! Mit nur 170 g ist dieses leichte Holzschild leicht mit Standard-Bilderhängerstreifen, kleinen Nägeln oder dekorativen Haken zu befestigen. Sein schlankes Profil ist perfekt auf den Raum über Standardtürrahmen abgestimmt.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIst dieses Schild für den Außenbereich geeignet?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eUm die schönen Vintage-Details zu erhalten und die strukturelle Integrität des Holzes zu bewahren, empfehlen wir dringend, dieses Stück drinnen zu platzieren. Es sieht fantastisch in Eingangsbereichen, Garderoben, Schlafzimmern und Innenfluren aus.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIst das ein gutes Geschenk zur Hauseinweihung?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsolut. Die universelle Botschaft von Liebe und Abschied macht es zu einem unglaublich durchdachten und herzerwärmenden Geschenk für Einweihungen, Hochzeiten, Jubiläen oder die Feiertage. Es ist ein Stück, das ein Haus schnell in ein Zuhause verwandelt.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"🚪 1er-Pack (Standard)","offer_id":47992049500372,"sku":"0320-11159213","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🎁 2er-Pack (Geschenkset - 15 % sparen)","offer_id":47992049533140,"sku":"0320-11150046","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🏡 3er-Pack (Ganzes Haus - 25 % sparen)","offer_id":47992049565908,"sku":"0320-11154718","price":28.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/2abba44fc8efdba76b5e8f8b0adc31bb.jpg?v=1779883856","url":"https:\/\/omurio.com\/de\/products\/rustic-farmhouse-wall-sign-rjc","provider":"Omurio","version":"1.0","type":"link"}