{"product_id":"rustic-farmhouse-floral-wreath","title":"Rustic Farmhouse Floral Wreath","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Farmhouse Hanging Floral Wreath\nTarget Audience: Home Decor Enthusiasts, Homemakers, Gift Buyers\nVisual Style: Warm Farmhouse, Rustic Country, Welcoming\nColor Strategy: Soft creams, warm wood tones, pastel floral accents\nModule Order: Intro\/Hero, Feature 1, Feature 2, Feature 3, Specifications, FAQ\nDetail Image Mapping: Hero=detail_4, Feature1=detail_2, Feature2=detail_3, Feature3=detail_1\nSpecification Data Source: spec_1 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Not included (No direct comparison data or before\/after assets provided)\nInformation Boundary: Only information explicitly provided in the product analysis report, detail images, specification images, and the current conversation has been used. No unverified product facts have been added.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #8c6d58;\n      --primary-hover: #755a47;\n      --text-main: #2c2520;\n      --text-sub: #5a504a;\n      --bg-body: #faf8f5;\n      --bg-card: #ffffff;\n      --bg-soft: #f3ece4;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);\n      --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.06);\n      --border-color: #e5ded4;\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    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\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      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container .subtitle,\n    .product-detail-container .feature-description,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .tag,\n    .product-detail-container .badge {\n      font-size: 18px;\n      line-height: 1.6;\n      font-weight: 400;\n      margin: 0;\n      color: var(--text-sub);\n    }\n\n    \/* Image System *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      aspect-ratio: 1 \/ 1;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      box-sizing: border-box;\n      padding: 20px;\n    }\n\n    .product-detail-container .placeholder-text {\n      font-size: 18px;\n      color: var(--text-sub);\n      font-weight: 500;\n      text-align: center;\n    }\n\n    \/* Hero Block *\/\n    .product-detail-container .hero-section {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 24px;\n      padding-top: clamp(1.5rem, 4vw, 3rem);\n    }\n\n    .product-detail-container .hero-content {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .product-detail-container .trust-badge {\n      display: inline-flex;\n      align-items: center;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 14px;\n      border-radius: 50px;\n      font-weight: 600;\n      margin-bottom: 16px;\n      align-self: flex-start;\n    }\n\n    \/* Feature Sections *\/\n    .product-detail-container .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      box-shadow: var(--shadow-sm);\n      border: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .product-detail-container .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .tag {\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      padding: 6px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* Specifications Section *\/\n    .product-detail-container .specifications-section {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 32px 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\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 tr:last-child {\n      border-bottom: none;\n    }\n\n    .product-detail-container .spec-table td {\n      padding: 16px 8px;\n      vertical-align: top;\n    }\n\n    .product-detail-container .spec-property {\n      font-weight: 600;\n      width: 35%;\n      color: var(--text-main);\n    }\n\n    \/* FAQ Section *\/\n    .product-detail-container .faq-section {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 32px 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .product-detail-container .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 20px;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .faq-item {\n      padding-bottom: 16px;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .faq-item:last-child {\n      padding-bottom: 0;\n      border-bottom: none;\n    }\n\n    .product-detail-container .faq-question {\n      margin-bottom: 8px;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    \/* Desktop Media Queries *\/\n    @media (min-width: 768px) {\n      .product-detail-container .hero-section {\n        grid-template-columns: 1fr 1fr;\n        gap: 40px;\n      }\n\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        flex: 1;\n        width: 50%;\n      }\n\n      .product-detail-container .specifications-section {\n        padding: 40px;\n      }\n\n      .product-detail-container .faq-section {\n        padding: 40px;\n      }\n    }\n\n    \/* Mobile Typography Lock \u0026 Safety Rules *\/\n    @media (max-width: 767px) {\n      .product-detail-container {\n        padding: 0 4%;\n      }\n\n      \/* Keep typography sizes locked *\/\n      .product-detail-container h1 {\n        font-size: 22px !important;\n      }\n\n      .product-detail-container h2,\n      .product-detail-container h3,\n      .product-detail-container .section-title,\n      .product-detail-container .feature-title,\n      .product-detail-container .faq-question {\n        font-size: 20px !important;\n      }\n\n      .product-detail-container p,\n      .product-detail-container .subtitle,\n      .product-detail-container .feature-description,\n      .product-detail-container .spec-value,\n      .product-detail-container .faq-answer,\n      .product-detail-container .tag,\n      .product-detail-container .badge {\n        font-size: 18px !important;\n      }\n\n      \/* Mobile Layout: Image First, Text Second *\/\n      .product-detail-container .feature-item {\n        flex-direction: column !important;\n      }\n\n      \/* Specifications Mobile Table Safety *\/\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(110px, 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      }\n\n      .product-detail-container .spec-property {\n        display: none;\n      }\n\n      .product-detail-container .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    @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!-- Hero Content Block --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"trust-badge\"\u003eCharming Farmhouse Design\u003c\/span\u003e\n\u003ch1\u003eWelcome With Beauty\u003c\/h1\u003e\n\n\u003cp class=\"subtitle\"\u003eBring instant decorative touch and natural farmhouse warmth to your entryway, walls, or doors with this detailed handcrafted floral wreath.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cspan class=\"placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img119\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260901142114\/3e531630751118133e2228c99f106667.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=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cspan class=\"placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img120\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260901142114\/7edca1c0bfe43c0731fb7df1bf3bce3d.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eHandcrafted Farmhouse Charm\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eFeaturing delicate faux floral details, a rustic vine ring base, a textured burlap bow, and two bronze-colored hanging metal bells, this elegant accent piece offers a warm, welcoming touch to your home decor.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eNatural Vine details\u003c\/span\u003e \u003cspan class=\"tag\"\u003eMetal Bells\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cspan class=\"placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img121\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260901142114\/11d32b9753d5fe93727d5cf0d9c5f0ec.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eStyle It In More Spaces\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eThe lightweight hanging design makes it remarkably easy to display. Seamlessly fit its rustic elegance onto entryways, bedroom walls, living rooms, and cozy corners.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eEntryway Decor\u003c\/span\u003e \u003cspan class=\"tag\"\u003eWall \u0026amp; Door Art\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cspan class=\"placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img122\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260901142114\/985bc04c2d82a33d8bf3e1130625791b.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eA Thoughtful Gift Choice\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eDesigned with a hanging wood heart featuring a hollow \"LOVE\" design, this arrangement is perfect for housewarmings, birthdays, holidays, friends, and family.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eGift Ready Style\u003c\/span\u003e \u003cspan class=\"tag\"\u003eWarm Message\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Section --\u003e\n\n\u003csection class=\"specifications-section\"\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 class=\"spec-property\" data-label=\"Available Styles\"\u003e\u003cspan class=\"spec-value\"\u003ePink \u0026amp; White, Yellow, Purple\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\" data-label=\"Design Elements\"\u003e\u003cspan class=\"spec-value\"\u003eNatural vine branch loop, faux fabric flowers and green leaves, burlap ribbon bow, hollow wooden \"LOVE\" heart sign, two hanging bronze-colored metal bells\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\" data-label=\"Hanging Support\"\u003e\u003cspan class=\"spec-value\"\u003eIntegrated simple jute rope hanger\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\" data-label=\"Power Requirements\"\u003e\u003cspan class=\"spec-value\"\u003eNone (Cordless decorative piece, no LED or electrical components)\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!-- FAQ Section --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 How do I hang this wreath on my door or wall?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe wreath is built with a convenient jute hanging loop securely attached at the top. You can easily hang it directly onto any standard hook, nail, or door hanger.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Does this wreath include any lights or electrical cords?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, this is a fully manual, cordless, and traditional natural-style farmhouse wreath. It contains no LED lights or wire components, making it simple to place anywhere without power needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 What color options are available for this style?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThis decorative wreath comes in three lovely floral accent options to suit your personal style: Pink \u0026amp; White, Yellow, and Purple.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Blush Pink","offer_id":46120128774335,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Meadow Yellow","offer_id":46120128807103,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Dusty Lavender","offer_id":46120128839871,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/3e531630751118133e2228c99f106667.jpg?v=1788243779","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/rustic-farmhouse-floral-wreath","provider":"Bak","version":"1.0","type":"link"}