{"product_id":"minimalist-metal-line-art-flowers","title":"Minimalist Metal Line Art Flowers","description":"\u003cstyle type=\"text\/css\"\u003e\/* Design Variables *\/\n    .product-detail-container {\n      --primary: #4a5d4e;\n      --primary-soft: #f4f6f4;\n      --accent: #d97d54;\n      --text-main: #2d2d2d;\n      --text-sub: #5a5a5a;\n      --bg-body: #ffffff;\n      --bg-card: #faf9f6;\n      --border-color: #e5e5e5;\n      --radius-lg: 12px;\n      --radius-sm: 6px;\n      --transition: all 0.3s ease;\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 20px;\n      box-sizing: border-box;\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      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    \/* Typography System (Strictly Enforced) *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      color: var(--text-main);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container .body-text,\n    .product-detail-container .faq-answer,\n    .product-detail-container .spec-label,\n    .product-detail-container .spec-value,\n    .product-detail-container .badge-text {\n      font-size: 18px;\n      line-height: 1.6;\n      font-weight: 400;\n      color: var(--text-sub);\n      margin: 0 0 16px 0;\n    }\n\n    \/* Image Rules - Flush, uncropped, fit original *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      object-fit: contain;\n      border-radius: var(--radius-lg);\n      margin: 0;\n      padding: 0;\n    }\n\n    .product-detail-container .image-wrapper {\n      width: 100%;\n      height: auto;\n      display: block;\n      margin-bottom: 24px;\n    }\n\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      background-color: transparent;\n      border: none;\n      padding: 0;\n      display: block;\n    }\n\n    .product-detail-container .image-placeholder-text {\n      font-size: 18px;\n      color: var(--primary);\n      font-weight: 500;\n      margin-top: 8px;\n    }\n\n    \/* Non-clickable Badges \u0026 Pills *\/\n    .product-detail-container .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-bottom: 20px;\n    }\n\n    .product-detail-container .badge {\n      background-color: var(--primary-soft);\n      color: var(--primary);\n      padding: 6px 14px;\n      border-radius: var(--radius-sm);\n      font-size: 18px;\n      font-weight: 500;\n    }\n\n    \/* Layout Sections *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Hero Section *\/\n    .product-detail-container .hero-section {\n      text-align: center;\n      background-color: var(--bg-card);\n      padding: 40px 20px;\n      border-radius: var(--radius-lg);\n    }\n\n    .product-detail-container .hero-content {\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    \/* Feature Block Rules (Z-pattern desktop, Mobile: Image first) *\/\n    .product-detail-container .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      align-items: center;\n      background-color: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-lg);\n      margin-bottom: 24px;\n    }\n\n    .product-detail-container .feature-media {\n      width: 100%;\n    }\n\n    .product-detail-container .feature-copy {\n      width: 100%;\n    }\n\n    \/* Scenarios Layout *\/\n    .product-detail-container .scenarios-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 20px;\n    }\n\n    .product-detail-container .scenario-card {\n      background-color: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-lg);\n      border-left: 4px solid var(--accent);\n    }\n\n    \/* Responsive Table Styles (Extremely robust for mobile specifications) *\/\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .spec-table td {\n      padding: 16px 12px;\n      vertical-align: top;\n    }\n\n    .product-detail-container .spec-label {\n      font-weight: 600;\n      color: var(--text-main);\n      margin-bottom: 0;\n    }\n\n    .product-detail-container .spec-value {\n      color: var(--text-sub);\n      margin-bottom: 0;\n    }\n\n    \/* FAQ Accordion Styling *\/\n    .product-detail-container .faq-item {\n      background-color: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-lg);\n      margin-bottom: 16px;\n    }\n\n    .product-detail-container .faq-question {\n      margin-bottom: 8px;\n    }\n\n    .product-detail-container .faq-answer {\n      margin-bottom: 0;\n    }\n\n    \/* Desktop View adjustments *\/\n    @media (min-width: 768px) {\n      .product-detail-container .feature-item {\n        flex-direction: row;\n        gap: 40px;\n        padding: 40px;\n      }\n\n      .product-detail-container .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .product-detail-container .feature-media,\n      .product-detail-container .feature-copy {\n        width: 50%;\n      }\n\n      .product-detail-container .scenarios-grid {\n        grid-template-columns: repeat(3, 1fr);\n      }\n\n      .product-detail-container .spec-table td {\n        padding: 20px;\n      }\n    }\n\n    \/* Mobile Safety Rules for Specifications (Strictly enforced) *\/\n    @media (max-width: 767px) {\n      .product-detail-container .spec-table,\n      .product-detail-container .spec-table tbody,\n      .product-detail-container .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .product-detail-container .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(120px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .product-detail-container .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        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        color: var(--text-main);\n      }\n\n      .product-detail-container .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      .product-detail-container .spec-table td .spec-label-hide {\n        display: none;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .product-detail-container .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: 2D Metal Flat Line Art Flower Ornaments\nTarget Audience: Lovers of minimalist interior decor, modern home aesthetics, and low-maintenance styling\nVisual Style: Modern, clean, warm minimalist, artistic wireframe\nColor Strategy: Earthy terracotta, leafy green, warm gold, and steel blue accents to match the metal designs\nModule Order: Hero -\u003e Features Grid -\u003e Compare \/ Use Scenarios -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_2, Feature2=detail_3, Feature3=detail_4\nSpecification Data Source: spec_1 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Not included (insufficient comparative data provided)\nInformation Boundary: Only information explicitly provided in the product analysis report, detail images, specification images, and current conversation has been used. No unverified product facts have been added.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"badge-container\" style=\"justify-content: center;\"\u003e\u003cspan class=\"badge\"\u003eArtistic 2D Wireframe Aesthetic\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003eMinimalist 2D Metal Line Art Flowers with Sturdy Base\u003c\/h1\u003e\n\n\u003cp class=\"body-text\"\u003eIntroduce a fresh artistic atmosphere to your tabletop. Combining sleek laser-cut outlines with vivid double-sided UV printed colors, this minimalist metal statue set creates a striking transparent profile on your shelf, desk, or entryway cabinet without the bulk of traditional vases.\u003c\/p\u003e\n\n\u003cdiv class=\"image-wrapper\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan style=\"font-size: 40px;\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan style=\"font-size: 40px;\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917181304\/0107625581526fe58c686bef462569d3.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. FEATURE SECTIONS --\u003e\n\n\u003csection\u003e\n\u003ch2 class=\"section-title\" style=\"text-align: center; margin-bottom: 32px;\"\u003eExquisite Design \u0026amp; Craftsmanship\u003c\/h2\u003e\n\u003c!-- Feature 1: 2D Line Art Aesthetics --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan style=\"font-size: 40px;\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan style=\"font-size: 40px;\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img50\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917181304\/db40ca3f996c442e8d731a9907f63a3e.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eSophisticated 2D Line Art\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003eFeaturing a modern, flat-sheet design that mimics fluid hand-drawn wireframes. Unlike bulky 3D ceramic or glass containers, these slim metal silhouettes allow your wall colors and natural light to filter elegantly through the hollow center of the vase.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003eZero Bulky Fill\u003c\/span\u003e \u003cspan class=\"badge\"\u003eModern Silhouette\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: High Quality Laser Cutting --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan style=\"font-size: 40px;\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan style=\"font-size: 40px;\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img51\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917181304\/d2a42e8501f26e904e36fbe4559ede70.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003ePremium 0.3\" Smooth-Cut Metal\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003ePrecision laser-cut from 0.3-inch (7.6 mm) thick premium metal sheets. Every curve, stem, and leaf edge is smoothed to a rounded profile that is entirely safe to handle. The weighted circular slot base keeps each botanical sculpture upright and secure against accidental tilts.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003e7.6mm Sturdy Metal\u003c\/span\u003e \u003cspan class=\"badge\"\u003eSmooth Rounded Edges\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Evergreen Vivid Colors --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan style=\"font-size: 40px;\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan style=\"font-size: 40px;\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img52\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917181304\/f45c7fc8bc6c3024c4104cbcaa5625d9.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eVivid Double-Sided UV Printing\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003eAdorned with high-quality UV printing in warm yellow, soft pink, deep orange, and earthy blue. This protective printed color layer is scratch-resistant and fadeproof, ensuring that your floral display looks lively and freshly styled from every viewing angle, all year round.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003eNever Fades\u003c\/span\u003e \u003cspan class=\"badge\"\u003eWater-Free Convenience\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. USE SCENARIO (Grounded Optional Module) --\u003e\n\n\u003csection\u003e\n\u003ch2 class=\"section-title\" style=\"text-align: center; margin-bottom: 24px;\"\u003eElegant Styling Across Your Home\u003c\/h2\u003e\n\n\u003cdiv class=\"scenarios-grid\"\u003e\n\u003cdiv class=\"scenario-card\"\u003e\n\u003ch3 class=\"feature-title\" style=\"margin-bottom: 12px;\"\u003eOffice Desk \u0026amp; Workspace\u003c\/h3\u003e\n\n\u003cp class=\"body-text\" style=\"margin-bottom: 0;\"\u003eBrighten your daily work life. These colorful metal floral line cuts add a natural, elegant touch on top of your task organizer or side tables.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"scenario-card\"\u003e\n\u003ch3 class=\"feature-title\" style=\"margin-bottom: 12px;\"\u003eBookshelves \u0026amp; Mantels\u003c\/h3\u003e\n\n\u003cp class=\"body-text\" style=\"margin-bottom: 0;\"\u003eEasily fit inside open bookcase partitions or bed sideboards. The see-through design integrates naturally into your background decor.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"scenario-card\"\u003e\n\u003ch3 class=\"feature-title\" style=\"margin-bottom: 12px;\"\u003eWarm Housewarming Gift\u003c\/h3\u003e\n\n\u003cp class=\"body-text\" style=\"margin-bottom: 0;\"\u003eA stylish, maintenance-free present for coworkers, friends, or family who love creative tabletop art pieces but lack the time for upkeep.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- D. SPECIFICATIONS (Strictly text-only, highly responsive) --\u003e\n\n\u003csection\u003e\n\u003ch2 class=\"section-title\"\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 data-label=\"Material\"\u003e\n\u003cspan class=\"spec-label spec-label-hide\"\u003eMaterial\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eLaser-cut premium metal with double-sided UV printing\u003c\/span\u003e\n\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Yellow Daisy Dimensions\"\u003e\n\u003cspan class=\"spec-label spec-label-hide\"\u003eYellow Daisy Dimensions\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e15.9 in x 5.1 in (40.5 cm x 13 cm)\u003c\/span\u003e\n\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Pink Tulip Dimensions\"\u003e\n\u003cspan class=\"spec-label spec-label-hide\"\u003ePink Tulip Dimensions\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e15.4 in x 5.1 in (39.2 cm x 13 cm)\u003c\/span\u003e\n\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Mixed Flowers Dimensions\"\u003e\n\u003cspan class=\"spec-label spec-label-hide\"\u003eMixed Flowers Dimensions\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e15.2 in x 5.1 in (38.8 cm x 13 cm)\u003c\/span\u003e\n\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Metal Sheet Thickness\"\u003e\n\u003cspan class=\"spec-label spec-label-hide\"\u003eMetal Sheet Thickness\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e0.3 in (7.6 mm)\u003c\/span\u003e\n\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Stand Profile Width\"\u003e\n\u003cspan class=\"spec-label spec-label-hide\"\u003eStand Profile Width\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e5.1 in (13 cm) round base\u003c\/span\u003e\n\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Stand Slot Profile Height\"\u003e\n\u003cspan class=\"spec-label spec-label-hide\"\u003eStand Slot Profile Height\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e1.7 in (4.4 cm)\u003c\/span\u003e\n\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- E. FAQ SECTION --\u003e\n\n\u003csection style=\"margin-bottom: 0;\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eAre these hollow 3D vases or flat ornaments?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThese are 2D flat metal ornaments. They are crafted from single sheets of premium metal with modern laser-cut outlines. The design uses 2D spatial wireframe lines to create the artistic look of a flower and vase that stands upright inside the included slot bases.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHow do I assemble the tabletop flower display?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eAssembly is tool-free and takes seconds. Simply locate the slot in the black round base, slide the lower tab of the metal flower sheet directly into it, and place it on any flat, smooth surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eWill the colorful printing fade over time?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, the colors are printed using advanced double-sided UV printing. This produces a durable, vibrant color layer that resists peeling and fading, allowing you to enjoy a long-lasting aesthetic ornament for your home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"3-Piece Set (All Styles Included)","offer_id":46221053722815,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/0107625581526fe58c686bef462569d3.jpg?v=1789640235","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/minimalist-metal-line-art-flowers","provider":"Bak","version":"1.0","type":"link"}