{"product_id":"rustic-farmhouse-wall-sign","title":"Rustic Farmhouse Wall Sign","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\u003eLeave With Love, Every Single Day\u003c\/h1\u003e\n\n\u003cp\u003eAdd a warm, heartfelt touch to your home. This charming \"Love You, Bye\" sign acts as a daily reminder to share a meaningful farewell with the family members who matter most.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cdiv class=\"visual-badge\"\u003eRustic Farmhouse Decor\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003eOver-Door Ready\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003eMeaningful Gift\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\u003eRustic Farmhouse Charm\u003c\/h2\u003e\n\n\u003cp\u003eFeaturing a beautifully distressed vintage aesthetic with classic gold relief on black text. This sign blends seamlessly with modern farmhouse, rustic, or traditional interiors, instantly adding character to bare entryways, hallways, and living spaces.\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\u003ePerfectly Sized for Over-Door Hanging\u003c\/h2\u003e\n\n\u003cp\u003eDesigned thoughtfully to fit exactly where you need it. The long, horizontal profile makes it the ultimate accent piece to tuck seamlessly above door frames. It catches the eye right as you exit, acting as a gentle, loving reminder.\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\u003eCrafted from Durable Materials\u003c\/h2\u003e\n\n\u003cp\u003eMade from sturdy, high-quality wood and finished with smooth, long-lasting distressed details. Its solid construction ensures it won't warp or fade, remaining a comforting and enduring part of your home's decor for years to come.\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\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\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\"\u003eText Layout\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\"LOVE YOU, BYE\" (Classic gold relief on black)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003eLength\u003c\/td\u003e\n\t\t\t\u003ctd\u003e40 cm \/ 15.75 inches\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Width\"\u003eWidth (Height)\u003c\/td\u003e\n\t\t\t\u003ctd\u003e11 cm \/ 4.33 inches\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003eWeight\u003c\/td\u003e\n\t\t\t\u003ctd\u003e170 g \/ 6.0 oz (Lightweight \u0026amp; easy to hang)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003ePrimary Material\u003c\/td\u003e\n\t\t\t\u003ctd\u003eSturdy wood with a distressed vintage finish\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Style Fit\"\u003eInterior Style\u003c\/td\u003e\n\t\t\t\u003ctd\u003eFarmhouse, Rustic, Vintage, Modern Farmhouse\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\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow easy is it to mount above a door?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eIncredibly easy! Weighing only 170g (6.0 oz), this lightweight wood sign can be easily mounted using standard picture hanging strips, small nails, or decorative hooks. Its slim profile is perfectly tailored for the space above standard door frames.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this sign suitable for outdoor use?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eTo maintain its beautiful vintage details and preserve the structural integrity of the wood, we highly recommend displaying this piece indoors. It looks fantastic in entryways, mudrooms, bedrooms, and interior hallways.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes this make a good housewarming gift?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The universal message of love and departure makes it an incredibly thoughtful and heartwarming gift for housewarmings, weddings, anniversaries, or the holidays. It is a piece that quickly turns a house into a home.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"🚪 1-Pack (Standard)","offer_id":51207339835696,"sku":"0320-11159213","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🎁 2-Pack (Gift Set - Save 15%)","offer_id":51207339868464,"sku":"0320-11150046","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🏡 3-Pack (Whole House - Save 25%)","offer_id":51207339901232,"sku":"0320-11154718","price":28.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0938\/6472\/2736\/files\/2abba44fc8efdba76b5e8f8b0adc31bb.jpg?v=1773976697","url":"https:\/\/eptchn.com\/products\/rustic-farmhouse-wall-sign","provider":"Eptchn","version":"1.0","type":"link"}