{"product_id":"diy-autumn-diamond-wreath","title":"DIY Autumn Diamond Wreath","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  Product Type: DIY Diamond Painting Hanging Ornament \/ Wreath\n  Target Audience: DIY Craft Enthusiasts, Home Decorators, Seasonal Festive Planners\n  Visual Style: Warm, Autumnal, Cozy, Textured, Sparkling\n  Color Strategy: Pumpkin Orange (#D97706), Rich Gold (#F59E0B), Soft Autumn Cream (#FFFBEB), Deep Charcoal Text (#1F2937)\n  Module Order: Intro\/Hero -\u003e Use Scenario -\u003e Feature 1 (Easy DIY Craft) -\u003e Feature 2 (Shimmering Diamond Finish) -\u003e Double-Sided Design comparison -\u003e Step-by-Step Guide -\u003e Specifications -\u003e FAQ\n  Detail Image Mapping: Hero=detail_1, Feature1=detail_5, Feature2=detail_3, Scenario=detail_4, StepByStep=detail_6\n  Specification Data Source: spec_1, spec_2 (data extraction only; no specification image placeholder is rendered)\n  Compare Section: Included (Front Diamond Art Finish vs Back Printed Backing based on detail_3)\n  Information 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\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #d97706;\n      --primary-hover: #b45309;\n      --text-main: #1f2937;\n      --text-sub: #4b5563;\n      --bg-body: #fffbeb;\n      --bg-card: #ffffff;\n      --bg-soft: #fef3c7;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);\n      --border-color: #fcd34d;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 20px 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      background-color: var(--bg-body);\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    }\n\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      color: var(--primary);\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container h2 {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 700;\n      color: var(--primary);\n      margin: 0 0 16px 0;\n      text-align: center;\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      color: var(--text-main);\n      margin: 0 0 8px 0;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin: 0 0 16px 0;\n    }\n\n    \/* Image Placeholders *\/\n    .product-detail-container .image-placeholder {\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      min-height: 250px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-weight: 600;\n      color: var(--text-sub);\n      padding: 20px;\n      box-sizing: border-box;\n      width: 100%;\n      font-size: 18px;\n      margin-bottom: 16px;\n      text-align: center;\n    }\n\n    \/* Badges \u0026 Tags *\/\n    .product-detail-container .badge {\n      display: inline-block;\n      background-color: var(--primary);\n      color: #ffffff;\n      padding: 6px 16px;\n      border-radius: 20px;\n      font-size: 18px;\n      font-weight: 600;\n      margin-bottom: 16px;\n    }\n\n    .product-detail-container .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 12px;\n    }\n\n    .product-detail-container .tag {\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      color: var(--primary-hover);\n      padding: 4px 12px;\n      border-radius: 4px;\n      font-size: 18px;\n      font-weight: 500;\n    }\n\n    \/* Hero Block *\/\n    .product-detail-container .hero-section {\n      text-align: center;\n      padding: 24px;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n      border: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .hero-subtitle {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-main);\n      max-width: 800px;\n      margin: 0 auto 20px auto;\n    }\n\n    \/* Feature Block *\/\n    .product-detail-container .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 20px;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      box-shadow: var(--shadow-sm);\n      margin-bottom: 24px;\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    \/* Compare Section *\/\n    .product-detail-container .compare-section {\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 .compare-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 20px;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .compare-card {\n      background-color: var(--bg-soft);\n      padding: 20px;\n      border-radius: var(--radius-md);\n      text-align: center;\n    }\n\n    .product-detail-container .compare-title {\n      font-size: 20px;\n      font-weight: 700;\n      color: var(--primary-hover);\n      margin-bottom: 8px;\n    }\n\n    \/* Scenario Section *\/\n    .product-detail-container .scenario-section {\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 .scenario-list {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 16px;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .scenario-item {\n      background-color: var(--bg-soft);\n      padding: 16px;\n      border-radius: var(--radius-md);\n      font-size: 18px;\n      font-weight: 600;\n      text-align: center;\n      color: var(--text-main);\n    }\n\n    \/* Specifications Table *\/\n    .product-detail-container .specifications-section {\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 .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      font-size: 18px;\n      line-height: 1.5;\n      vertical-align: top;\n    }\n    \n    .product-detail-container .spec-label {\n      font-weight: 700;\n      color: var(--primary);\n      width: 35%;\n    }\n\n    \/* FAQ Section *\/\n    .product-detail-container .faq-section {\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 .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 16px 0;\n    }\n\n    .product-detail-container .faq-item:last-child {\n      border-bottom: none;\n    }\n\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      color: var(--primary-hover);\n      margin-bottom: 8px;\n    }\n\n    .product-detail-container .faq-answer {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    \/* Responsive Grid and Flex Rules *\/\n    @media (min-width: 768px) {\n      .product-detail-container .feature-item {\n        flex-direction: row;\n        align-items: center;\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 .compare-grid {\n        grid-template-columns: 1fr 1fr;\n      }\n\n      .product-detail-container .scenario-list {\n        grid-template-columns: repeat(4, 1fr);\n      }\n\n      .product-detail-container .spec-table td {\n        padding: 16px;\n      }\n    }\n\n    \/* Specifications Mobile Responsive Rules *\/\n    @media (max-width: 767px) {\n      .product-detail-container .feature-item {\n        flex-direction: column !important; \/* Forces image first, text second on mobile *\/\n      }\n\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-label {\n        display: none; \/* Hide standard label td in mobile block layout *\/\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 8px;\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-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\n    \/* Typography Lock - Prevent any scaling down below 18px *\/\n    @media (max-width: 767px) {\n      .product-detail-container h1 {\n        font-size: 22px !important;\n      }\n      .product-detail-container h2,\n      .product-detail-container h3,\n      .product-detail-container .faq-question {\n        font-size: 20px !important;\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      .product-detail-container .spec-value {\n        font-size: 18px !important;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\u003cspan class=\"badge\"\u003eAutumn \u0026amp; Halloween Collection\u003c\/span\u003e\n\u003ch1\u003eAutumn \u0026amp; Halloween Diamond Hanging Decor Kit\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eBring warm seasonal color and spooky festive charm to your home with our Autumn \u0026amp; Halloween collection. Whether you choose the rich harvest pumpkin or the mystical black cat and witch designs, these eye-catching sparkles will beautifully elevate your space.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img57\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260824162218\/0532e6e2a0059d879da3078cf09893fc.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"scenario-section\"\u003e\n\u003ch2\u003eWarm Seasonal \u0026amp; Spooky Charm for Every Space\u003c\/h2\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img58\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260824162218\/f1c02f70c441cfc01bb6cfb8d6095e66.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp\u003eThis beautifully crafted seasonal ornament is finished with a durable hanging chain, making it perfect for doors, cozy wall displays, or festive entryways.\u003c\/p\u003e\n\n\u003cdiv class=\"scenario-list\"\u003e\n\u003cdiv class=\"scenario-item\"\u003eEntry Door Decor\u003c\/div\u003e\n\n\u003cdiv class=\"scenario-item\"\u003eLiving Room Wall\u003c\/div\u003e\n\n\u003cdiv class=\"scenario-item\"\u003eBedroom Cozy Setup\u003c\/div\u003e\n\n\u003cdiv class=\"scenario-item\"\u003eHallway Display\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. FEATURE SECTIONS --\u003e\u003c!-- Feature 1: Easy DIY Diamond Craft --\u003e\n\n\u003csection class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img60\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260824162218\/53a570694ac9b6318786e35cfb6d52e1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eEasy DIY Diamond Craft\u003c\/h3\u003e\n\n\u003cp\u003eEnjoy a relaxing, creative experience. Simply match the rhinestones to the printed symbols on the sticky board and place them with the included tool pen to create your handmade masterpiece.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eSymbol-Guided Placing\u003c\/span\u003e \u003cspan class=\"tag\"\u003eStress-Relieving Activity\u003c\/span\u003e \u003cspan class=\"tag\"\u003eAll Tools Included\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2: Shimmering Diamond Finish --\u003e\n\n\u003csection class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img61\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260824162218\/dd0f4abbb3cb13b66298248790596438.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eShimmering Faceted Diamond Finish\u003c\/h3\u003e\n\n\u003cp\u003eSpecially designed faceted drills catch and reflect natural light, creating a bright 3D textured shine that elevates your chosen design—whether it's the gorgeous harvest pumpkin or the mystical Halloween characters.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eLight-Reflecting Drills\u003c\/span\u003e \u003cspan class=\"tag\"\u003eTextured 3D Effect\u003c\/span\u003e \u003cspan class=\"tag\"\u003eFaceted Shiny Finish\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 3: Simple Step-by-Step DIY Process --\u003e\n\n\u003csection class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img62\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260824162218\/71a03f812fbb95a7df74c57512913c79.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eClear Step-by-Step Creation\u003c\/h3\u003e\n\n\u003cp\u003ePerfect for both beginners and experienced craft lovers. Follow six easy illustrated steps from organizing matching crystal diamonds in the tray to securing them firmly for display.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eBeginner-Friendly\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSelf-Adhesive Base Board\u003c\/span\u003e \u003cspan class=\"tag\"\u003eQuick \u0026amp; Easy Setup\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- OPTIONAL: COMPARE SECTION (Front vs Back) --\u003e\n\n\u003csection class=\"compare-section\"\u003e\n\u003ch2\u003eDouble-Sided Clean Visual Display\u003c\/h2\u003e\n\n\u003cp\u003eCrafted to look beautiful from any viewing angle. This seasonal hanging wreath features a textured shimmering diamond finish on the front and a clean printed backing on the reverse side.\u003c\/p\u003e\n\n\u003cdiv class=\"compare-grid\"\u003e\n\u003cdiv class=\"compare-card\"\u003e\n\u003cdiv class=\"compare-title\"\u003eFront Side\u003c\/div\u003e\n\n\u003cp\u003eTextured 3D Diamond Art Finish that sparkles beautifully under lighting.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"compare-card\"\u003e\n\u003cdiv class=\"compare-title\"\u003eBack Side\u003c\/div\u003e\n\n\u003cp\u003eFlat, neat, and colorful printed backing for a professional display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS --\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-label\"\u003eDesign Theme\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Design Theme\"\u003e\u003cspan class=\"spec-value\"\u003eAutumn Harvest \u0026amp; Halloween Spooky Styles (Pumpkin, Black Cat, Witch, etc.)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eMaterials\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Materials\"\u003e\u003cspan class=\"spec-value\"\u003eAcrylic Base Board, Resin Rhinestones, Metal Hanging Chain\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eKit Contents\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Kit Contents\"\u003e\u003cspan class=\"spec-value\"\u003e1x Acrylic Base Board (Selected Design), Resin Rhinestones, 1x Tool Kit, 1x Hanging Chain\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eAvailable Options\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Available Options\"\u003e\u003cspan class=\"spec-value\"\u003eAvailable in 5 distinct seasonal designs\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\"\u003eQ: Is this a completed ornament or a DIY kit?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eA: This is a DIY craft kit. It includes all necessary tools (baseboard, hanging chain, resin rhinestone packs, sticky pen, tray, and clay) for you to assemble and complete the diamond painting yourself.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eQ: Does the package include everything I need to get started?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eA: Yes! The kit comes fully equipped with the acrylic pattern board, a durable metal hanging chain, matching colorful resin diamond bags, a plastic sorting tray, a diamond sticky pen, and adhesive clay.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eQ: Can this hanging wreath be displayed outdoors?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eA: Yes, it is ideal for front entry doors, windows, and porches. However, keeping it in a sheltered area away from heavy rain will preserve the quality of the adhesive and keep the diamonds sparkling.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Harvest Pumpkin","offer_id":52330318987484,"sku":"0825-19014530","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black Cat","offer_id":52330319020252,"sku":"0825-19019304","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black Cat Wreath","offer_id":52330319053020,"sku":"0825-19013798","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Moon and Cat","offer_id":52330319085788,"sku":"0825-19010871","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Witch","offer_id":52330319118556,"sku":"0825-19011379","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Full Set of 5 (Best Value!)","offer_id":52330319151324,"sku":"0825-19014370","price":49.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0785\/5482\/4924\/files\/0532e6e2a0059d879da3078cf09893fc.jpg?v=1787655925","url":"https:\/\/cheerstash.com\/products\/diy-autumn-diamond-wreath","provider":"Cheerstash","version":"1.0","type":"link"}