{"product_id":"marigold-led-string-lights","title":"Marigold LED String Lights","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  Product Type: Decorative LED Marigold Flower String Lights\n  Target Audience: Home decorators, holiday hosts (Halloween, Day of the Dead, Diwali, Autumn styling)\n  Visual Style: Warm, cozy, festive, culturally rich\n  Color Strategy: Vivid orange accents (#d9531e) paired with warm dark\/neutral tones for high-contrast legibility\n  Module Order: Hero -\u003e Features (Z-Pattern) -\u003e Seasonal Scenarios -\u003e Specifications Table -\u003e FAQ\n  Detail Image Mapping: Hero=detail_1, Feature1=detail_3, Feature2=detail_2, Scenario1=detail_4, Scenario2=detail_5\n  Specification Data Source: spec_1 (data extraction only; no specification image placeholder is rendered)\n  Compare Section: Not included (no direct comparison data available)\n  Information Boundary: Strictly relies on confirmed facts: 1 length (3m), 1 power mode (waterproof battery box requiring 3 AA batteries), bendable thin silver wire, textured orange marigold flowers, warm orange glow. No unverified material or ratings added.\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #d9531e;\n      --primary-hover: #b83d0f;\n      --text-main: #222222;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-card: #faf7f2;\n      --bg-soft: #fffbf7;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);\n      --border-color: #ebdcd0;\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\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 .spec-title,\n    .product-detail-container .faq-question {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\n      font-weight: 600;\n      margin: 0 0 16px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container .body-text,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-desc,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .pill-tag {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      font-weight: 400;\n      margin: 0 0 16px 0;\n      color: var(--text-sub);\n    }\n\n    \/* Layout Spacing *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2.5rem, 6vw, 4.5rem);\n      padding: 0;\n    }\n\n    \/* Non-clickable Badges \u0026 Pills *\/\n    .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-bottom: 16px;\n    }\n\n    .pill-tag {\n      display: inline-block;\n      background: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      color: var(--primary) !important;\n      padding: 6px 14px;\n      border-radius: 50px;\n      font-weight: 500 !important;\n      margin: 0 !important;\n    }\n\n    \/* Image Display Placeholder Stylings *\/\n    .image-placeholder {\n      width: 100%;\n      height: auto;\n      min-height: 250px;\n      background: #f4f4f4;\n      border: 2px dashed #cccccc;\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      box-sizing: border-box;\n      margin-bottom: 20px;\n      color: #777777;\n      text-align: center;\n      padding: 20px;\n    }\n\n    .image-placeholder span {\n      font-size: 18px;\n      font-weight: 500;\n    }\n\n    .image-placeholder img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* Hero Block *\/\n    .hero-block {\n      background: var(--bg-soft);\n      padding: 30px 24px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n      margin-bottom: clamp(2.5rem, 6vw, 4.5rem);\n    }\n\n    .hero-text-content {\n      margin-bottom: 24px;\n    }\n\n    \/* Feature Sections (Z-Pattern for Desktop, Image-first for Mobile) *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-bottom: clamp(2rem, 5vw, 3.5rem);\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-item:last-child {\n      margin-bottom: 0;\n    }\n\n    \/* Scenario Gallery Style *\/\n    .scenario-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 24px;\n    }\n\n    .scenario-card {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n      padding: 20px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* Specifications Table Responsiveness *\/\n    .specifications-section {\n      background: var(--bg-soft);\n      padding: 30px 24px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .spec-table tbody tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tbody tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px 0;\n      vertical-align: top;\n    }\n\n    \/* FAQ System *\/\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 20px 0;\n    }\n\n    .faq-item:first-child {\n      padding-top: 0;\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .faq-question {\n      margin-bottom: 8px;\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n    }\n\n    .faq-answer {\n      margin: 0;\n    }\n\n    \/* Desktop Adjustments (\u003e= 768px) *\/\n    @media (min-width: 768px) {\n      .hero-block {\n        display: grid;\n        grid-template-columns: 1.1fr 0.9fr;\n        gap: 32px;\n        align-items: center;\n        padding: 40px;\n      }\n\n      .hero-text-content {\n        margin-bottom: 0;\n      }\n\n      .feature-item {\n        flex-direction: row;\n        gap: 48px;\n        align-items: center;\n      }\n\n      \/* Alternate directions for Z-pattern on desktop *\/\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media,\n      .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n\n      .scenario-grid {\n        grid-template-columns: 1fr 1fr;\n        gap: 32px;\n      }\n\n      .spec-table td {\n        padding: 20px 16px;\n      }\n\n      .spec-table td:first-child {\n        font-weight: 600;\n        width: 35%;\n        color: var(--text-main);\n      }\n    }\n\n    \/* Mobile Responsive Tables Safeguard *\/\n    @media (max-width: 767px) {\n      .feature-item {\n        flex-direction: column !important; \/* Force Image First, Text Second *\/\n      }\n\n      .feature-media {\n        order: 1;\n      }\n\n      .feature-copy {\n        order: 2;\n      }\n\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 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      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px !important;\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-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px !important;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        margin: 0 !important;\n      }\n    }\n\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-block\"\u003e\n\u003cdiv class=\"hero-text-content\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"pill-tag\"\u003e\u003cstrong\u003e\u003c\/strong\u003eAutumn Festival Ambient Lighting\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003eBring Warm Marigold Glow to Your Holiday Celebrations\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eRealistic, multi-layered orange marigolds combined with ultra-thin, easily bendable wire to shape warm seasonal magic around your home.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-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=\"img44\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260825093231\/dff773b775b4322a87f15741e3f2eb93.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-section\"\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\/20260824182559\/d6469bddca8f143a066f53bbbdd4ea9f.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\"\u003eRealistic Multi-Layered Blooms\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eEach vibrant orange flower is modeled after full-bloom marigolds, featuring layered fabric petals that look realistic even during the day when unlit. It serves as a beautiful botanical accent both day and night.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"pill-tag\"\u003eVivid Orange Petals\u003c\/span\u003e \u003cspan class=\"pill-tag\"\u003eFull-Bloom Texture\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\/20260824182559\/dd317b3cf26ece2b8fc8f9f6cc443077.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\"\u003eFlexible \u0026amp; Lightweight Styling Wire\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eConnected by an ultra-thin silver metal wire, the string can be easily bent, wrapped, draped, or shaped to fit any space. It hides discreetly into your setups without bulky, visible power cables.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"pill-tag\"\u003eBendable Silver Wire\u003c\/span\u003e \u003cspan class=\"pill-tag\"\u003eEasy To Hang\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- OPTIONAL MODULE: Use Scenarios (Highly supported by detail_4 and detail_5) --\u003e\n\n\u003csection class=\"scenarios-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eDesigned for Traditional Festive Displays\u003c\/h2\u003e\n\n\u003ch2 class=\"section-title\" style=\"text-align: center;\"\u003e \u003c\/h2\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img47\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260824182559\/7c6702d83dfaf10dda694ac89a9c52de.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv class=\"scenario-grid\"\u003e\n\u003c!-- Scenario 1 --\u003e\n\u003cdiv class=\"scenario-card\"\u003e\n\u003ch3 class=\"feature-title\"\u003eDay of the Dead (Dia de los Muertos) Altars\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eEnhance your offrenda and altars with sacred marigold decorations. The warm glowing orange light centers highlight photos, sugar skulls, and traditional keepsakes beautifully.\u003cspan\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Scenario 2 --\u003e\n\n\u003cdiv class=\"scenario-card\"\u003e\n\u003ch3 class=\"feature-title\"\u003eWarm Diwali Festival Table Accents\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eDrape strings around brass bowls, candles, and floral displays to invite cozy warmth and celebratory lighting into your dining area and living room setup.\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 class=\"spec-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=\"Flower Design\"\u003e\u003cspan class=\"spec-value\"\u003eLayered Orange Marigold Bloomer\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Available Length\"\u003e\u003cspan class=\"spec-value\"\u003e3.0 meters \/ 20 LED Lights (approx. 10 feet)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Power Options\"\u003e\u003cspan class=\"spec-value\"\u003eWaterproof Battery Box (Requires 3 x AA batteries, not included)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Wire Type\"\u003e\u003cspan class=\"spec-value\"\u003eThin, highly flexible silver-colored metal wire\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Light Source\"\u003e\u003cspan class=\"spec-value\"\u003eWarm yellow-orange glow LEDs (one embedded at the center of each flower)\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 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🌻 Do the flowers look good when the lights are turned off?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, the textured orange petals are crafted with a realistic, multi-layered fabric flower design. They serve as a vibrant, natural-looking decorative garland during the day and glow warmly when turned on at night.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🔋 Are the batteries included?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, batteries are not included. You will need to prepare 3 AA batteries to power the waterproof battery box for the string lights.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e⛓️ Can I cut the wire to shorten the string?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, cutting the silver wire will break the electrical circuit and permanently damage the LED string lights. To fit smaller shelves or mantels, simply wrap or loop the flexible wire back onto itself.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Pack (10 ft \/ 3.0m)","offer_id":52330158555356,"sku":"0825-18174437","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2 Pack (20 ft Total) - Save 15%","offer_id":52330158588124,"sku":"0825-18177275","price":21.95,"currency_code":"USD","in_stock":true},{"title":"🔥 4 Pack (40 ft Total) - Most Popular!","offer_id":52330158620892,"sku":"0825-18176135","price":41.44,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0785\/5482\/4924\/files\/dff773b775b4322a87f15741e3f2eb93_ce4059c8-c420-4b4e-8424-65cf43f72ff8.jpg?v=1787653214","url":"https:\/\/cheerstash.com\/products\/marigold-led-string-lights","provider":"Cheerstash","version":"1.0","type":"link"}