{"product_id":"vintage-moon-aluminum-sign","title":"Vintage Moon Aluminum Sign","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：D安装摆放型 (复古金属墙饰)\n  目标受众：家居装饰者，寻找独特、怀旧风格的人群。\n  视觉风格：复古、怀旧、温暖，强调金属质感和印刷的旧化效果。\n  配色策略：深蓝色（夜空）作为主色调，搭配暖黄色（月亮）和棕色（锈迹）作为点缀，营造温馨复古氛围。\n  模块顺序：Intro (强调核心价值和场景) -\u003e Feature 1 (耐用材质与工艺) -\u003e Feature 2 (简便安装) -\u003e Feature 3 (多场景适用) -\u003e Specifications -\u003e FAQ。\n  详情图映射：Hero=image_4 (酒吧场景), Feature1=image_2 (材质细节), Feature2=image_3 (安装方式), Feature3=image_5 (多场景拼图)。\n  规格图映射：Specs=image_7 (尺寸列表) \u0026 image_2 (尺寸图)。\n  对比模块：未加入 (无明显对比需求，聚焦产品自身卖点)。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #2c3e50; \/* 深蓝主色 *\/\n      --primary-hover: #34495e;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-card: #f9f9f9; \/* 浅灰卡片背景 *\/\n      --bg-soft: #f4f4f4; \/* 柔和背景 *\/\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 8px 16px rgba(0,0,0,0.1);\n      --border-color: #e0e0e0;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 2rem 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n    }\n\n    h1, h2, h3 {\n      color: var(--primary);\n      margin-top: 0;\n      line-height: 1.2;\n    }\n\n    h1 { font-size: clamp(32px, 5vw, 44px); margin-bottom: 0.5em; }\n    h2 { font-size: clamp(24px, 4vw, 32px); margin-bottom: 0.75em; }\n    h3 { font-size: 20px; margin-bottom: 0.5em; }\n    p { font-size: 18px; margin-bottom: 1em; color: var(--text-sub); }\n\n    .pd-section {\n      margin-bottom: clamp(3rem, 8vw, 5rem);\n    }\n\n    \/* A. Intro \/ Hero Block *\/\n    .hero-block {\n      text-align: center;\n    }\n    .hero-subtitle {\n      font-size: 20px;\n      color: var(--text-sub);\n      max-width: 800px;\n      margin: 0 auto 1.5rem;\n    }\n    .trust-badge {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--text-main);\n      padding: 0.5em 1em;\n      border-radius: 50px;\n      font-weight: 500;\n      font-size: 16px;\n      margin-bottom: 2rem;\n    }\n    .hero-image-container {\n      margin-top: 2rem;\n    }\n    .hero-image-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-lg);\n    }\n\n    \/* B. Feature Sections *\/\n    .feature-section {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n    .feature-section:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .feature-media {\n      flex: 1;\n    }\n    .feature-media img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n    .feature-copy {\n      flex: 1;\n    }\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.5rem;\n      margin-top: 1rem;\n    }\n    .feature-tag {\n      background: var(--bg-card);\n      color: var(--text-sub);\n      padding: 0.3em 0.8em;\n      border-radius: 4px;\n      font-size: 14px;\n    }\n\n    \/* C. Specifications *\/\n    .specs-container {\n      background: var(--bg-card);\n      padding: 2rem;\n      border-radius: var(--radius-lg);\n    }\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: 16px;\n    }\n    .specs-table th, .specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .specs-table th {\n      font-weight: 600;\n      color: var(--primary);\n      width: 35%;\n    }\n    .specs-table td {\n      color: var(--text-sub);\n    }\n    .specs-table tr:last-child th, .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    \/* D. FAQ *\/\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n    .faq-item:last-child {\n      border-bottom: none;\n    }\n    .faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      color: var(--primary);\n      margin-bottom: 0.5rem;\n    }\n    .faq-answer {\n      font-size: 18px;\n      color: var(--text-sub);\n    }\n\n    \/* 移动端适配 *\/\n    @media (max-width: 767px) {\n      .feature-section, .feature-section:nth-child(even) {\n        flex-direction: column;\n      }\n      .feature-media, .feature-copy {\n        width: 100%;\n      }\n      .feature-media {\n        margin-bottom: 1.5rem;\n      }\n\n      \/* 规格表移动端 *\/\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .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: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        padding: 0.5rem;\n      }\n      .specs-table th, .specs-table td {\n        padding: 0.75rem;\n        text-align: right;\n        border-bottom: none;\n        position: relative;\n        padding-left: 50%;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 0.75rem;\n        width: 45%;\n        white-space: nowrap;\n        font-weight: 600;\n        text-align: left;\n        color: var(--primary);\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section hero-block\"\u003e\n\u003ch1\u003eAdd Vintage Charm to Any Space\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eDiscover the nostalgic appeal of our \"Sometimes I Just Look Up...\" metal sign, designed to bring a warm, retro vibe to your home, bar, or garage.\u003c\/p\u003e\n\u003cspan class=\"trust-badge\"\u003e⭐ Durable Aluminum Construction\u003c\/span\u003e\n\n\u003cdiv class=\"hero-image-container\"\u003e\n\u003cdiv style=\"background-color: #f4f4f4; border: 2px dashed #e0e0e0; border-radius: 16px; display: flex; justify-content: center; align-items: center; aspect-ratio: 16\/9;\"\u003e\n\u003cspan style=\"color: #999; font-size: 18px;\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan style=\"color: #999; font-size: 18px;\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img107\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260723115204\/5b39300a3065cd16e1f8d0ecac3f87b0.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv style=\"background-color: #f4f4f4; border: 2px dashed #e0e0e0; border-radius: 16px; display: flex; justify-content: center; align-items: center; aspect-ratio: 1\/1;\"\u003e\n\u003cspan style=\"color: #999; font-size: 18px;\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan style=\"color: #999; font-size: 18px;\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img108\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260723115204\/5425936aa02e274e7606bc71e0eb6784.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBuilt to Last, Indoors or Out\u003c\/h2\u003e\n\n\u003cp\u003eCrafted from high-quality, rust-resistant aluminum, this sign is lightweight yet sturdy. The vibrant, non-glare printing uses waterproof and fade-resistant inks, ensuring the retro design stays looking great for years, whether displayed in a cozy living room or an outdoor patio.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eRust-Resistant\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eWaterproof\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eFade-Resistant\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Easy \u0026 Safe Installation --\u003e\n\n\u003cdiv class=\"pd-section feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv style=\"background-color: #f4f4f4; border: 2px dashed #e0e0e0; border-radius: 16px; display: flex; justify-content: center; align-items: center; aspect-ratio: 1\/1;\"\u003e\n\u003cspan style=\"color: #999; font-size: 18px;\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan style=\"color: #999; font-size: 18px;\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img109\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260723115204\/f710a3f8882d2a411f64c30dfeb602d7.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eHassle-Free Hanging\u003c\/h2\u003e\n\n\u003cp\u003eGetting your new decor up is a breeze. The sign comes with four pre-drilled corner holes for quick mounting with nails, screws, zip ties, or even double-sided tape. We've also given it smooth rounded corners for safe handling during installation.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e4 Pre-drilled Holes\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eRounded Corners\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eQuick Mount\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Versatile Decor --\u003e\n\n\u003cdiv class=\"pd-section feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv style=\"background-color: #f4f4f4; border: 2px dashed #e0e0e0; border-radius: 16px; display: flex; justify-content: center; align-items: center; aspect-ratio: 1\/1;\"\u003e\n\u003cspan style=\"color: #999; font-size: 18px;\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan style=\"color: #999; font-size: 18px;\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img110\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260723115204\/5554f1f84089f4ef2879e884fe4d724d.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003ePerfect for Every Room\u003c\/h2\u003e\n\n\u003cp\u003eWith its classic 8x12 inch size and timeless design, this sign is a versatile addition to any decor. It's the perfect accent piece for a man cave, garage, bar, living room, or bedroom. It also makes a unique and thoughtful gift for friends and family.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eLiving Room\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eBar \u0026amp; Garage\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eGreat Gift\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section specs-container\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eAluminum Metal\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Available Sizes\"\u003e8\" x 12\" (approx. 20 x 30 cm)\u003cbr\u003e\n\t\t\tAlso available in 20x14cm and 30x40cm based on selection.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Thickness\"\u003eThin, flat plate\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Finish\"\u003eMatte, non-glare 2D print (no 3D texture)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Mounting\"\u003e4 pre-drilled corner holes\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Features\"\u003eWaterproof, Rust-Resistant, Fade-Resistant\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003cp style=\"font-size: 14px; margin-top: 1rem; color: var(--text-sub);\"\u003e*Note: The rust and weathered effects on the sign are part of the printed design and are not real corrosion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section faq-container\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the sign suitable for outdoor use?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes, the sign is made from rust-resistant aluminum and uses waterproof, fade-resistant inks, making it suitable for both indoor and outdoor display.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes the sign have a textured surface?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNo, the sign has a flat, 2D matte finish. The vintage rust and weathered effects are a high-quality print and not a physical 3D texture.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I hang the sign?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eIt comes with four pre-drilled holes in the corners. You can easily hang it using screws, nails, zip ties, or strong double-sided tape (mounting hardware not included).\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"8\" x 12\" (Standard Accent Size) \/ 1x Sign (Just Browsing)","offer_id":50081673937136,"sku":"0723-15185529","price":12.95,"currency_code":"USD","in_stock":true},{"title":"12\" x 16\" (Large Statement Piece) - 🔥 MOST POPULAR \/ 1x Sign (Just Browsing)","offer_id":50081673969904,"sku":"0723-15182667","price":16.95,"currency_code":"USD","in_stock":true},{"title":"8\" x 12\" (Standard Accent Size) \/ 2x Signs (Perfect Pair)","offer_id":50081674002672,"sku":"0723-15183788","price":22.95,"currency_code":"USD","in_stock":true},{"title":"12\" x 16\" (Large Statement Piece) - 🔥 MOST POPULAR \/ 2x Signs (Perfect Pair)","offer_id":50081674035440,"sku":"0723-15184149","price":26.95,"currency_code":"USD","in_stock":true},{"title":"8\" x 12\" (Standard Accent Size) \/ 3x Signs (Gallery Wall Starter)","offer_id":50081674068208,"sku":"0723-15181085","price":32.95,"currency_code":"USD","in_stock":true},{"title":"12\" x 16\" (Large Statement Piece) - 🔥 MOST POPULAR \/ 3x Signs (Gallery Wall Starter)","offer_id":50081674100976,"sku":"0723-15187667","price":36.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0792\/3177\/9056\/files\/5b39300a3065cd16e1f8d0ecac3f87b0.jpg?v=1784791187","url":"https:\/\/cozyllio.com\/products\/vintage-moon-aluminum-sign","provider":"Cozyllio","version":"1.0","type":"link"}