{"product_id":"rust-resistant-metal-wall-decor","title":"Rust-Resistant Metal Wall Decor","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：金属马口铁装饰标牌\n目标受众：大众消费者，寻找室内外耐用装饰品的人群\n视觉风格：坚固、实用、复古工业感\n配色策略：以金属灰和深色文字为主，辅以柔和背景色，强调材质质感\n模块顺序：Hero Intro -\u003e Feature 1 (安装便捷性) -\u003e Feature 2 (安全工艺细节) -\u003e Feature 3 (耐候材质) -\u003e Specifications -\u003e FAQ\n详情图映射：Hero=image_4.png, Feature1=image_1.png, Feature2=image_3.png, Feature3=image_0.png\n规格图映射：Specs=image_5.png\n对比模块：未加入（无需与其他产品强对比，自身特性足够清晰）\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    --primary: #333333;\n    --text-main: #2C2C2C;\n    --text-sub: #555555;\n    --bg-body: #FFFFFF;\n    --bg-soft: #F4F4F4;\n    --border-color: #E0E0E0;\n    --radius-md: 8px;\n    --radius-lg: 12px;\n    --space-section: clamp(2.5rem, 5vw, 4rem);\n    --space-item: clamp(1.5rem, 3vw, 2.5rem);\n    --font-h1: clamp(32px, 4vw, 40px);\n    --font-h2: clamp(24px, 3vw, 30px);\n    --font-h3: 22px;\n    --font-body: 18px;\n    --font-small: 16px;\n\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 2rem 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    line-height: 1.6;\n  }\n\n  \/* General Styles *\/\n  .product-detail-container h1,\n  .product-detail-container h2,\n  .product-detail-container h3,\n  .product-detail-container p {\n    margin: 0;\n  }\n\n  .product-detail-container img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-md);\n  }\n\n  .img-placeholder {\n    background: var(--bg-soft);\n    border: 2px dashed var(--border-color);\n    border-radius: var(--radius-md);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--text-sub);\n    font-family: monospace;\n    padding: 2rem;\n    text-align: center;\n    min-height: 300px;\n  }\n\n  .section-block {\n    margin-bottom: var(--space-section);\n  }\n\n  .text-center { text-align: center; }\n\n  \/* TagPills *\/\n  .tag-pill {\n    display: inline-block;\n    background: var(--bg-soft);\n    color: var(--text-sub);\n    padding: 6px 14px;\n    border-radius: 20px;\n    font-size: var(--font-small);\n    font-weight: 500;\n    margin-right: 8px;\n    margin-bottom: 8px;\n  }\n\n  \/* A. Intro \/ Hero *\/\n  .hero-section h1 {\n    font-size: var(--font-h1);\n    margin-bottom: 1rem;\n    line-height: 1.2;\n  }\n  .hero-section .hero-sub {\n    font-size: var(--font-body);\n    color: var(--text-sub);\n    max-width: 700px;\n    margin: 0 auto 1.5rem;\n  }\n  .hero-trust-tag {\n    display: inline-block;\n    background: var(--primary);\n    color: white;\n    padding: 8px 16px;\n    border-radius: 4px;\n    font-weight: 600;\n    font-size: var(--font-small);\n    margin-bottom: 2rem;\n  }\n\n  \/* B. Feature Sections *\/\n  .feature-item {\n    display: flex;\n    flex-direction: column;\n    gap: var(--space-item);\n    align-items: center;\n  }\n  .feature-media, .feature-copy {\n    width: 100%;\n  }\n  .feature-copy h2 {\n    font-size: var(--font-h2);\n    margin-bottom: 1rem;\n  }\n  .feature-copy p {\n    font-size: var(--font-body);\n    color: var(--text-sub);\n    margin-bottom: 1.5rem;\n  }\n  .feature-tags {\n    display: flex;\n    flex-wrap: wrap;\n  }\n\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row;\n      gap: 4rem;\n    }\n    .feature-media, .feature-copy {\n      flex: 1;\n    }\n    \/* Z-Pattern layout for desktop *\/\n    .feature-reverse {\n      flex-direction: row-reverse;\n    }\n  }\n\n  \/* C. Specifications *\/\n  .specs-section {\n    background: var(--bg-soft);\n    padding: var(--space-item);\n    border-radius: var(--radius-lg);\n  }\n  .specs-section h2 {\n    font-size: var(--font-h2);\n    margin-bottom: 1.5rem;\n    text-align: center;\n  }\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: var(--font-small);\n  }\n  .specs-table th, .specs-table td {\n    padding: 12px 16px;\n    border-bottom: 1px solid var(--border-color);\n    text-align: left;\n  }\n  .specs-table th {\n    font-weight: 600;\n    color: var(--text-main);\n    width: 35%;\n  }\n  .specs-table td {\n    color: var(--text-sub);\n  }\n  .specs-table tr:last-child th,\n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Mobile table adjust *\/\n  @media (max-width: 767px) {\n    .specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n      display: block;\n      width: 100%;\n      box-sizing: border-box;\n    }\n    .specs-table thead { display: none; }\n    .specs-table tr {\n      margin-bottom: 1rem;\n      background: var(--bg-body);\n      border-radius: var(--radius-md);\n      padding: 0.5rem;\n    }\n    .specs-table th {\n      display: none; \/* Hide headers in rows *\/\n    }\n    .specs-table td {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 10px;\n      border-bottom: 1px solid var(--bg-soft);\n      text-align: right;\n    }\n    .specs-table td:last-child { border-bottom: none; }\n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 600;\n      color: var(--text-main);\n      text-align: left;\n      margin-right: 1rem;\n    }\n  }\n\n  \/* D. FAQ *\/\n  .faq-section h2 {\n    font-size: var(--font-h2);\n    margin-bottom: 2rem;\n    text-align: center;\n  }\n  .faq-item {\n    border-bottom: 1px solid var(--border-color);\n    padding: 1.5rem 0;\n  }\n  .faq-question {\n    font-weight: 600;\n    font-size: var(--font-h3);\n    margin-bottom: 0.5rem;\n    color: var(--text-main);\n  }\n  .faq-answer {\n    font-size: var(--font-body);\n    color: var(--text-sub);\n    margin: 0;\n  }\n\u003c\/style\u003e\n\u003c!-- A. Hero Section --\u003e\n\u003cdiv class=\"section-block hero-section text-center\"\u003e\n\u003ch1\u003eDurable Metal Decor for Any Space\u003c\/h1\u003e\n\n\u003cp class=\"hero-sub\"\u003eWeather-resistant tinplate sign with safe, folded edges designed for easy indoor or outdoor display.\u003c\/p\u003e\n\u003cspan class=\"hero-trust-tag\"\u003eBuilt for Indoor \u0026amp; Outdoor Use\u003c\/span\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img74\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624133319\/c9737388c98e5ee7222f576dfd8a57ed.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-block feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img77\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624133319\/b5566a6e14968d9eebdd24770634e530.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\u003eHassle-Free Installation Anywhere\u003c\/h2\u003e\n\n\u003cp\u003eEquipped with four pre-drilled corner holes, this sign allows for quick and secure mounting. Easily attach it to walls, fences, gates, or workshops using standard screws, nails, or zip ties (mounting hardware not included).\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag-pill\"\u003e4 Pre-drilled Holes\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003eWall Mountable\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003eFence Ready\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Safe \u0026 Quality Build (Reverse layout on desktop) --\u003e\n\n\u003cdiv class=\"section-block feature-item feature-reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img78\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624133319\/80c2cc91a0f163381b94a9e685267926.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\u003ePremium Finish \u0026amp; Safety First\u003c\/h2\u003e\n\n\u003cp\u003eUnlike standard cut metal, our signs feature upgraded folded edges and smooth rounded corners. This thoughtful design not only provides a clean, professional look but also ensures safe handling, preventing accidental scratches.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag-pill\"\u003eRolled \u0026amp; Folded Edges\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003eSmooth Corners\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003eSafe Handling\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Weatherproof Material --\u003e\n\n\u003cdiv class=\"section-block feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img79\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624133319\/a04a91520e29bb98e604eeb36b6a6771.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\u003eBuilt to Brave the Elements\u003c\/h2\u003e\n\n\u003cp\u003eConstructed from high-quality tinplate metal with a durable finish, this sign is engineered to resist rust, corrosion, and fading. It maintains its vibrant look whether placed in a cozy garage or exposed to outdoor weather.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag-pill\"\u003eRust-Resistant\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003eWaterproof Finish\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003eLong-lasting\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications Table --\u003e\n\n\u003cdiv class=\"section-block specs-section\"\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\u003cth data-label=\"Material\"\u003eMaterial\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eDurable Tinplate Metal\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Size (Small)\"\u003eSize (Small)\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Size (Small)\"\u003e15 x 20 cm (approx. 5.9\" x 7.9\")\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Size (Medium)\"\u003eSize (Medium)\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Size (Medium)\"\u003e20 x 30 cm (approx. 7.9\" x 11.8\")\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Size (Large)\"\u003eSize (Large)\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Size (Large)\"\u003e30 x 40 cm (approx. 11.8\" x 15.7\")\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Key Features\"\u003eKey Features\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Key Features\"\u003e4 Pre-drilled holes, Rolled edges, Rounded corners\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Intended Use\"\u003eIntended Use\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Intended Use\"\u003eIndoor and Outdoor decor\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=\"section-block faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\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\u003cp class=\"faq-answer\"\u003eYes, the sign is made from weatherproof metal designed to resist rust and fading, making it perfect for outdoor environments like fences, gates, or patios.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eAre screws or zip ties included for installation?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, installation hardware is not included. You will need to use your own screws, nails, or zip ties appropriate for the surface you are mounting it to.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eAre the edges sharp?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, the sign is designed for safety with folded edges and rounded corners, giving it a smooth finish that is safe to handle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Cartivra","offers":[{"title":"Small (15x20cm \/ 6x8\") \/ 1-Pack (For Yourself)","offer_id":58092343591072,"sku":"0624-14235174","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Medium (20x30cm \/ 8x12\") \/ 1-Pack (For Yourself)","offer_id":58092343623840,"sku":"0624-14234210","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Large (30x40cm \/ 12x16\") \/ 1-Pack (For Yourself)","offer_id":58092343656608,"sku":"0624-14233439","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Small (15x20cm \/ 6x8\") \/ 2-Pack (Gift Set - 1 for you, 1 for a friend!)","offer_id":58092343689376,"sku":"0624-14232761","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Medium (20x30cm \/ 8x12\") \/ 2-Pack (Gift Set - 1 for you, 1 for a friend!)","offer_id":58092343722144,"sku":"0624-14232012","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Large (30x40cm \/ 12x16\") \/ 2-Pack (Gift Set - 1 for you, 1 for a friend!)","offer_id":58092343754912,"sku":"0624-14233043","price":39.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/7656\/5664\/files\/c9737388c98e5ee7222f576dfd8a57ed.jpg?v=1782282238","url":"https:\/\/cartivra.com\/products\/rust-resistant-metal-wall-decor","provider":"Cartivra","version":"1.0","type":"link"}