{"product_id":"vintage-license-plate-sign","title":"Vintage License Plate Sign","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Vintage Metal Tin Sign Wall Decor\nTarget Audience: Vintage lovers, home decor enthusiasts, rustic theme fans\nVisual Style: Retro, nostalgic, warm, rustic\nColor Strategy: Earthy rust accents, multi-color collage palette, warm cream background elements\nModule Order: Intro\/Hero, Feature 1, Feature 2, Feature 3, Feature 4, Gift Banner, Specifications, FAQ\nDetail Image Mapping: Hero=detail_6, Feature1=detail_1, Feature2=detail_2, Feature3=detail_4, Feature4=detail_3\nSpecification Data Source: Extracted from user prompt (10x40cm \/ 4x16 inches) and provided image text.\nInformation Boundary: Only explicitly provided facts are used. Material is eco-friendly tinplate metal. Size is precisely 10x40cm (4x16 inches). Features include rolled safety hems, rounded corners, pre-drilled holes, 2D flat print, waterproof, non-glare.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #8C5230;\n      --primary-hover: #6E3F23;\n      --text-main: #2A2A2A;\n      --text-sub: #555555;\n      --bg-body: #FAFAFA;\n      --bg-card: #FFFFFF;\n      --bg-soft: #F4EFEA;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.08);\n      --border-color: #E2D9D2;\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\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    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n      padding: 24px;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* Typography System (Strictly Locked Sizes) *\/\n    .product-detail-container h1 {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      margin: 0 0 12px 0;\n      font-weight: 700;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .feature-title,\n    .product-detail-container .spec-title,\n    .product-detail-container .faq-question {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\n      margin: 0 0 16px 0;\n      font-weight: 600;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container span,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container .badge,\n    .product-detail-container .tag,\n    .product-detail-container .faq-answer {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      color: var(--text-sub);\n    }\n\n    \/* Trust Badges \u0026 Tags *\/\n    .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-bottom: 20px;\n    }\n\n    .badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 14px;\n      border-radius: 50px;\n      font-weight: 600;\n      border: 1px solid var(--border-color);\n    }\n\n    .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 12px;\n    }\n\n    .tag {\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* Image Placeholders styling *\/\n    .image-placeholder {\n      background: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 40px 20px;\n      text-align: center;\n      margin-bottom: 16px;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      gap: 8px;\n    }\n\n    .image-placeholder span {\n      font-weight: 500;\n      color: var(--primary);\n    }\n\n    .image-placeholder img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    \/* Intro \/ Hero Section *\/\n    .hero-section {\n      text-align: center;\n      padding: 32px 24px !important;\n    }\n\n    .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 24px auto;\n    }\n\n    \/* Feature Sections Container *\/\n    .features-container {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 20px;\n      padding: 16px 0;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    \/* Gift Section *\/\n    .gift-section {\n      text-align: center;\n      background-color: var(--bg-soft) !important;\n      border: 2px solid var(--primary);\n      padding: 32px 24px !important;\n    }\n\n    \/* Specifications Table Style *\/\n    .specifications-section {\n      padding: 32px 24px !important;\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px 8px;\n      vertical-align: top;\n    }\n\n    .spec-property {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    .spec-value {\n      display: inline-block;\n      min-width: 0;\n      max-width: 100%;\n      white-space: normal;\n      overflow-wrap: anywhere;\n      word-break: break-word;\n    }\n\n    \/* FAQ Section styling *\/\n    .faq-section {\n      padding: 32px 24px !important;\n    }\n\n    .faq-item {\n      margin-bottom: 24px;\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 20px;\n    }\n\n    .faq-item:last-child {\n      margin-bottom: 0;\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .faq-question {\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      margin-bottom: 8px;\n    }\n\n    \/* Desktop Responsive Layout override *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row !important;\n        align-items: center;\n        gap: 40px;\n      }\n\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse !important;\n      }\n\n      .feature-media,\n      .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n    }\n\n    \/* Mobile Safety Specifications Lock *\/\n    @media (max-width: 767px) {\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table tr {\n        padding: 12px 0;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 35%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 8px 0;\n        align-items: start;\n        border: none;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        color: var(--text-main);\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table .spec-property {\n        display: none; \/* Hide standard TD column on mobile to use grid layout instead *\/\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    \/* Narrow Screen Single Column Override *\/\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003ch1\u003eAdd a Touch of Humor \u0026amp; Vintage Charm to Your Space! 🏡\u003c\/h1\u003e\n\n\u003cdiv class=\"hero-subtitle\"\u003e\n\u003cp\u003eLooking for the perfect statement piece for your entryway, living room, or front door? Our retro-inspired metal signs perfectly blend rustic farmhouse aesthetics with a cheeky sense of humor. Whether you want to leave your guests with a sweet \"Love You More\" or a sassy \"Love You, Bye\", we've got the perfect design for you.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"badge-container\" style=\"justify-content: center;\"\u003e\u003cspan class=\"badge\"\u003e🎨 Distressed License Plate Collage\u003c\/span\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img44\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260828162726\/6c0cfc497210430f0dc0760a46cecc28.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"features-container\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img45\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260828162726\/28b7652eeabe440a96b28a115f8a8471.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 class=\"feature-title\"\u003eMultiple Unique Styles\u003c\/h2\u003e\n\n\u003cp\u003eChoose from our creative License Plate mashups, Classic Distressed White, Rusty Farmhouse, or Shabby Chic Vintage Pink. A vibrant collage that brings instant warmth, personality, and nostalgic charm to any bare wall.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eNostalgic Appeal\u003c\/span\u003e \u003cspan class=\"tag\"\u003eWarm Statement\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img46\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260828162147\/d555e9b6b9528472db04dde2c97b4a6c.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 class=\"feature-title\"\u003ePremium Quality \u0026amp; Safe Design\u003c\/h2\u003e\n\n\u003cp\u003eMade from high-quality, fade-resistant tin\/metal. The \"rust\" and \"scratches\" are printed effects to give it that authentic vintage look without the actual mess! (Note: 2D flat print, not 3D embossed). Crafted with smooth, fully folded safety edges and elegant rounded corners.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eFolded Hem Edges\u003c\/span\u003e \u003cspan class=\"tag\"\u003eRounded Corners\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img47\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260828162147\/ba46469a295d768deed46b36a56b0011.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 class=\"feature-title\"\u003eEasy to Hang\u003c\/h2\u003e\n\n\u003cp\u003eComes with pre-drilled holes in the corners for quick and easy mounting on walls, doors, or fences. Use nails, screws, or double-sided tape for an immediate, hassle-free setup.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003e4 Pre-Drilled Holes\u003c\/span\u003e \u003cspan class=\"tag\"\u003eEasy Mount\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260828162147\/d2431ee9134b4706a7e0bf0cadf5e267.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 class=\"feature-title\"\u003eVersatile Decor\u003c\/h2\u003e\n\n\u003cp\u003ePerfect for entryways, porches, living rooms, bedrooms, garages, or even as a quirky addition to your office. Adaptable and weather-resistant, this slim tin sign integrates effortlessly into various environments.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eWeather-Resistant Tin\u003c\/span\u003e \u003cspan class=\"tag\"\u003eIndoor \u0026amp; Outdoor Use\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. GIFT BANNER SECTION --\u003e\n\n\u003csection class=\"gift-section\"\u003e\n\u003ch2 style=\"color: var(--primary-hover); margin-bottom: 12px;\"\u003e🎁 The Perfect Gift Idea\u003c\/h2\u003e\n\n\u003cp style=\"max-width: 800px; margin: 0 auto;\"\u003eMakes a hilarious and heartwarming gift for housewarmings, birthdays, anniversaries, or just to make your partner, family, or best friend smile every time they leave the house.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS (TEXT ONLY) --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003e\u003cspan class=\"spec-value\"\u003eEco-friendly Metal \/ Tinplate\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003eSize\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003e\u003cspan class=\"spec-value\"\u003e10 x 40 cm (Approx. 4 x 16 inches)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003eFeatures\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Features\"\u003e\u003cspan class=\"spec-value\"\u003eWaterproof, Non-glare, Clean simple, Colorfast (2D flat print)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003eEdge Protection\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Edge Protection\"\u003e\u003cspan class=\"spec-value\"\u003eInward Rolled Hem (Folded Safety Back Edges)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003ePackage Includes\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Package Includes\"\u003e\u003cspan class=\"spec-value\"\u003e1 x Vintage Metal Sign\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ --\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\"\u003e\n\u003cspan\u003e📌\u003c\/span\u003e\n\n\u003ch3\u003eHow do I mount this tin sign?\u003c\/h3\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eThe sign is built with four small pre-drilled holes, one in each rounded corner. You can mount it quickly on brick walls, drywall, doors, or fences using small nails, tacks, push pins, thin rope, or heavy-duty double-sided tape.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\n\u003cspan\u003e📌\u003c\/span\u003e\n\n\u003ch3\u003eIs this sign safe to handle during installation?\u003c\/h3\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eYes, safety is part of the design. The back of the plate features a fully rolled hem (folded-in edges) and rounded corners, ensuring there are no raw, sharp metal edges exposed when you handle it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\n\u003cspan\u003e📌\u003c\/span\u003e\n\n\u003ch3\u003eCan I hang this decorative sign outdoors?\u003c\/h3\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eYes, because it is crafted from tinplate metal, it is naturally weather-resistant and holds up beautifully in indoor and outdoor settings like patios, garden gates, porches, and garage walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"License Plate - \"Love You More\"","offer_id":58779473936544,"sku":"0828-17178486","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Classic White - \"Love You, Bye\"","offer_id":58779473969312,"sku":"0828-17179513","price":12.95,"currency_code":"USD","in_stock":true},{"title":"License Plate - \"Love You, Bye\"","offer_id":58779474002080,"sku":"0828-17179816","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Rusty Farmhouse - \"Love You, Bye\"","offer_id":58779474034848,"sku":"0828-17178381","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Vintage Pink - \"Love You, Bye\"","offer_id":58779474067616,"sku":"0828-17172227","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/7656\/5664\/files\/6c0cfc497210430f0dc0760a46cecc28.jpg?v=1787908818","url":"https:\/\/cartivra.com\/products\/vintage-license-plate-sign","provider":"Cartivra","version":"1.0","type":"link"}