{"product_id":"vintage-license-plate-sign","title":"Vintage License Plate Sign","description":"\u003c!--AI Design LogicProduct Type: Vintage Metal Tin Sign Wall DecorTarget Audience: Vintage lovers, home decor enthusiasts, rustic theme fansVisual Style: Retro, nostalgic, warm, rusticColor Strategy: Earthy rust accents, multi-color collage palette, warm cream background elementsModule Order: Intro\/Hero, Feature 1, Feature 2, Feature 3, Feature 4, Gift Banner, Specifications, FAQDetail Image Mapping: Hero=detail_6, Feature1=detail_1, Feature2=detail_2, Feature3=detail_4, Feature4=detail_3Specification Data Source: Extracted from user prompt (10x40cm \/ 4x16 inches) and provided image text.Information 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.--\u003e\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {      --primary: #8C5230;      --primary-hover: #6E3F23;      --text-main: #2A2A2A;      --text-sub: #555555;      --bg-body: #FAFAFA;      --bg-card: #FFFFFF;      --bg-soft: #F4EFEA;      --radius-md: 8px;      --radius-lg: 12px;      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);      --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.08);      --border-color: #E2D9D2;            max-width: 1200px;      margin: 0 auto;      padding: 0 5%;      box-sizing: border-box;      overflow-wrap: break-word;      word-break: break-word;      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;      color: var(--text-main);      background-color: var(--bg-body);    }    \/* Spacing System *\/    .product-detail-container section {      margin-bottom: clamp(2rem, 5vw, 4rem);      padding: 24px;      background-color: var(--bg-card);      border-radius: var(--radius-lg);      box-shadow: var(--shadow-sm);    }    \/* Typography System (Strictly Locked Sizes) *\/    .product-detail-container h1 {      font-size: 22px !important;      line-height: 1.3 !important;      margin: 0 0 12px 0;      font-weight: 700;      color: var(--text-main);    }    .product-detail-container h2,    .product-detail-container h3,    .product-detail-container .feature-title,    .product-detail-container .spec-title,    .product-detail-container .faq-question {      font-size: 20px !important;      line-height: 1.4 !important;      margin: 0 0 16px 0;      font-weight: 600;      color: var(--text-main);    }    .product-detail-container p,    .product-detail-container span,    .product-detail-container li,    .product-detail-container td,    .product-detail-container .badge,    .product-detail-container .tag,    .product-detail-container .faq-answer {      font-size: 18px !important;      line-height: 1.6 !important;      color: var(--text-sub);    }    \/* Trust Badges \u0026 Tags *\/    .badge-container {      display: flex;      flex-wrap: wrap;      gap: 10px;      margin-bottom: 20px;    }    .badge {      display: inline-block;      background-color: var(--bg-soft);      color: var(--primary);      padding: 6px 14px;      border-radius: 50px;      font-weight: 600;      border: 1px solid var(--border-color);    }    .tag-container {      display: flex;      flex-wrap: wrap;      gap: 8px;      margin-top: 12px;    }    .tag {      background-color: var(--bg-soft);      color: var(--text-main);      padding: 4px 12px;      border-radius: var(--radius-md);      font-weight: 500;    }    \/* Image Placeholders styling *\/    .image-placeholder {      background: var(--bg-soft);      border: 2px dashed var(--border-color);      border-radius: var(--radius-md);      padding: 40px 20px;      text-align: center;      margin-bottom: 16px;      display: flex;      flex-direction: column;      align-items: center;      justify-content: center;      gap: 8px;    }    .image-placeholder span {      font-weight: 500;      color: var(--primary);    }    .image-placeholder img {      width: 100%;      height: auto;      display: block;    }    \/* Intro \/ Hero Section *\/    .hero-section {      text-align: center;      padding: 32px 24px !important;    }    .hero-subtitle {      max-width: 800px;      margin: 0 auto 24px auto;    }    \/* Feature Sections Container *\/    .features-container {      display: flex;      flex-direction: column;      gap: 24px;    }    .feature-item {      display: flex;      flex-direction: column;      gap: 20px;      padding: 16px 0;    }    .feature-copy {      display: flex;      flex-direction: column;      justify-content: center;    }    \/* Gift Section *\/    .gift-section {      text-align: center;      background-color: var(--bg-soft) !important;      border: 2px solid var(--primary);      padding: 32px 24px !important;    }    \/* Specifications Table Style *\/    .specifications-section {      padding: 32px 24px !important;    }    .spec-table {      width: 100%;      border-collapse: collapse;      margin-top: 16px;    }    .spec-table tr {      border-bottom: 1px solid var(--border-color);    }    .spec-table tr:last-child {      border-bottom: none;    }    .spec-table td {      padding: 16px 8px;      vertical-align: top;    }    .spec-property {      font-weight: 600;      color: var(--text-main);      width: 35%;    }    .spec-value {      display: inline-block;      min-width: 0;      max-width: 100%;      white-space: normal;      overflow-wrap: anywhere;      word-break: break-word;    }    \/* FAQ Section styling *\/    .faq-section {      padding: 32px 24px !important;    }    .faq-item {      margin-bottom: 24px;      border-bottom: 1px solid var(--border-color);      padding-bottom: 20px;    }    .faq-item:last-child {      margin-bottom: 0;      border-bottom: none;      padding-bottom: 0;    }    .faq-question {      display: flex;      align-items: center;      gap: 8px;      margin-bottom: 8px;    }    \/* Desktop Responsive Layout override *\/    @media (min-width: 768px) {      .feature-item {        flex-direction: row !important;        align-items: center;        gap: 40px;      }      .feature-item:nth-child(even) {        flex-direction: row-reverse !important;      }      .feature-media,      .feature-copy {        flex: 1;        width: 50%;      }    }    \/* Mobile Safety Specifications Lock *\/    @media (max-width: 767px) {      .spec-table,      .spec-table tbody,      .spec-table tr {        display: block;        width: 100%;        box-sizing: border-box;      }      .spec-table tr {        padding: 12px 0;      }      .spec-table td {        display: grid;        grid-template-columns: minmax(110px, 35%) minmax(0, 1fr);        gap: 14px;        width: 100%;        box-sizing: border-box;        padding: 8px 0;        align-items: start;        border: none;      }      .spec-table td::before {        content: attr(data-label);        display: block;        min-width: 0;        font-size: 18px;        font-weight: 600;        line-height: 1.5;        color: var(--text-main);        white-space: normal;        overflow-wrap: anywhere;        word-break: break-word;      }      .spec-table .spec-property {        display: none; \/* Hide standard TD column on mobile to use grid layout instead *\/      }      .spec-table .spec-value {        display: block;        min-width: 0;        max-width: 100%;        font-size: 18px;        line-height: 1.5;        white-space: normal;        overflow-wrap: anywhere;        word-break: break-word;      }    }    \/* Narrow Screen Single Column Override *\/    @media (max-width: 420px) {      .spec-table td {        grid-template-columns: 1fr;        gap: 6px;      }    }\u003c\/style\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\u003csection class=\"hero-section\"\u003e\u003ch1\u003eAdd a Touch of Humor \u0026amp; Vintage Charm to Your Space! 🏡\u003c\/h1\u003e\n\u003cdiv class=\"hero-subtitle\"\u003e\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\u003c\/div\u003e\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\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\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\u003c\/section\u003e\u003csection\u003e\u003cdiv class=\"features-container\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\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\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eMultiple Unique Styles\u003c\/h2\u003e\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\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\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\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\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003ePremium Quality \u0026amp; Safe Design\u003c\/h2\u003e\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\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\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\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\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eEasy to Hang\u003c\/h2\u003e\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\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\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\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\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eVersatile Decor\u003c\/h2\u003e\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\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\u003c\/section\u003e\u003c!-- B. GIFT BANNER SECTION --\u003e\u003csection class=\"gift-section\"\u003e\u003ch2 style=\"color: var(--primary-hover); margin-bottom: 12px;\"\u003e🎁 The Perfect Gift Idea\u003c\/h2\u003e\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\u003c\/section\u003e\u003c!-- C. SPECIFICATIONS (TEXT ONLY) --\u003e\u003csection class=\"specifications-section\"\u003e\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"spec-table\"\u003e\t\u003ctbody\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd class=\"spec-property\"\u003eMaterial\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Material\"\u003e\u003cspan class=\"spec-value\"\u003eEco-friendly Metal \/ Tinplate\u003c\/span\u003e\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd class=\"spec-property\"\u003eSize\u003c\/td\u003e\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\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd class=\"spec-property\"\u003eFeatures\u003c\/td\u003e\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\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd class=\"spec-property\"\u003eEdge Protection\u003c\/td\u003e\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\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd class=\"spec-property\"\u003ePackage Includes\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Package Includes\"\u003e\u003cspan class=\"spec-value\"\u003e1 x Vintage Metal Sign\u003c\/span\u003e\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/section\u003e\u003c!-- D. FAQ --\u003e\u003csection class=\"faq-section\"\u003e\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\n\u003cspan\u003e📌\u003c\/span\u003e\u003ch3\u003eHow do I mount this tin sign?\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003e\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\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\n\u003cspan\u003e📌\u003c\/span\u003e\u003ch3\u003eIs this sign safe to handle during installation?\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003e\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\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\n\u003cspan\u003e📌\u003c\/span\u003e\u003ch3\u003eCan I hang this decorative sign outdoors?\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003e\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\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"License Plate - \"Love You More\"","offer_id":47558735954093,"sku":"0828-17178486","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Classic White - \"Love You, Bye\"","offer_id":47558735986861,"sku":"0828-17179513","price":12.95,"currency_code":"USD","in_stock":true},{"title":"License Plate - \"Love You, Bye\"","offer_id":47558736019629,"sku":"0828-17179816","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Rusty Farmhouse - \"Love You, Bye\"","offer_id":47558736052397,"sku":"0828-17178381","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Vintage Pink - \"Love You, Bye\"","offer_id":47558736085165,"sku":"0828-17172227","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/2491\/3069\/files\/6c0cfc497210430f0dc0760a46cecc28_32a6432e-366b-400c-b842-e69959ba807e.jpg?v=1789365956","url":"https:\/\/8thgtr-ys.myshopify.com\/pl\/products\/vintage-license-plate-sign","provider":"Fantasfeelets","version":"1.0","type":"link"}