{"product_id":"realistic-faux-ivy-glow","title":"Realistic Faux Ivy Glow","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #4a7c59;\n      --primary-hover: #3a6347;\n      --primary-light: #eef3f0;\n      --text-main: #2d3748;\n      --text-sub: #4a5568;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #f0f2f5;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 4px 6px rgba(0,0,0,0.05);\n      --shadow-lg: 0 12px 24px rgba(0,0,0,0.08);\n      --border-color: #e2e8f0;\n      \n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.7;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: clamp(2rem, 5vw, 4rem) 5%;\n      box-sizing: border-box;\n    }\n\n    \/* Utility Classes *\/\n    .text-center { text-align: center; }\n    .text-sub { color: var(--text-sub); }\n    .mt-3 { margin-top: 1rem; }\n    \n    \/* Typography *\/\n    .product-detail-container h1, \n    .product-detail-container h2, \n    .product-detail-container h3 { \n      margin: 0 0 1.2rem; \n      line-height: 1.3; \n      color: var(--text-main);\n    }\n    .product-detail-container h1 { \n      font-size: clamp(32px, 5vw, 46px); \n      font-weight: 800;\n      letter-spacing: -0.02em;\n    }\n    .product-detail-container h2 { \n      font-size: clamp(26px, 4vw, 34px); \n      font-weight: 700;\n    }\n    .product-detail-container p { \n      margin: 0 0 1.5rem; \n      font-size: 18px; \n    }\n    .text-assist { \n      font-size: 15px; \n      font-style: italic;\n    }\n\n    \/* Images *\/\n    .img-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-lg);\n      background: var(--bg-soft);\n    }\n    .img-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n      transition: transform 0.5s ease;\n    }\n    .img-wrapper:hover img {\n      transform: scale(1.03);\n    }\n\n    \/* Sections *\/\n    .section-spacing {\n      margin-bottom: clamp(4rem, 8vw, 6rem);\n    }\n\n    \/* Intro\/Hero *\/\n    .hero-section {\n      text-align: center;\n      max-width: 900px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n    .hero-badge {\n      display: inline-flex;\n      align-items: center;\n      background: var(--primary-light);\n      color: var(--primary);\n      padding: 0.6rem 1.2rem;\n      border-radius: 50px;\n      font-weight: 600;\n      font-size: 15px;\n      margin-bottom: 1.5rem;\n      letter-spacing: 0.5px;\n    }\n\n    \/* Feature Sections *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2.5rem, 6vw, 5rem);\n      align-items: center;\n    }\n    \n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n      }\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.8rem;\n      margin-top: 1.5rem;\n    }\n    .feature-tag {\n      background: var(--bg-body);\n      border: 1px solid var(--border-color);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-size: 15px;\n      font-weight: 500;\n      color: var(--text-sub);\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* Specifications *\/\n    .spec-container {\n      max-width: 900px;\n      margin: 0 auto;\n    }\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-body);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      border: 1px solid var(--border-color);\n      box-shadow: var(--shadow-sm);\n    }\n    .spec-table th, .spec-table td {\n      padding: 1.2rem 1.5rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 17px;\n    }\n    .spec-table th {\n      background: var(--bg-card);\n      font-weight: 600;\n      width: 40%;\n      color: var(--text-main);\n    }\n    .spec-table td {\n      color: var(--text-sub);\n    }\n    .spec-table tr:last-child th,\n    .spec-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    @media (max-width: 767px) {\n      .spec-table th {\n        display: none;\n      }\n      .spec-table td {\n        display: flex;\n        flex-direction: column;\n        padding: 1rem 1.2rem;\n      }\n      .spec-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-main);\n        margin-bottom: 0.3rem;\n        font-size: 15px;\n      }\n    }\n\n    \/* FAQ *\/\n    .faq-container {\n      max-width: 800px;\n      margin: 0 auto;\n    }\n    .faq-item {\n      margin-bottom: 1rem;\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      border: 1px solid var(--border-color);\n      overflow: hidden;\n    }\n    .faq-item details {\n      padding: 1.5rem;\n    }\n    .faq-item summary {\n      font-weight: 600;\n      font-size: 19px;\n      cursor: pointer;\n      list-style: none;\n      position: relative;\n      padding-right: 2rem;\n      color: var(--text-main);\n      transition: color 0.2s;\n    }\n    .faq-item summary:hover {\n      color: var(--primary);\n    }\n    .faq-item summary::-webkit-details-marker {\n      display: none;\n    }\n    .faq-item summary::after {\n      content: '+';\n      position: absolute;\n      right: 0;\n      top: 50%;\n      transform: translateY(-50%);\n      font-size: 24px;\n      color: var(--primary);\n      font-weight: 400;\n    }\n    .faq-item details[open] summary::after {\n      content: '−';\n    }\n    .faq-item summary::before {\n      content: 'Q.';\n      color: var(--primary);\n      margin-right: 0.5rem;\n      font-weight: 800;\n    }\n    .faq-answer {\n      margin: 1.2rem 0 0 0;\n      padding-left: 1.8rem;\n      color: var(--text-sub);\n      font-size: 17px;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"hero-badge\"\u003e✨ Effortless Outdoor Ambiance\u003c\/div\u003e\n\n\u003ch1\u003eTransform Your Patio Into an Enchanted Night Garden\u003c\/h1\u003e\n\n\u003cp class=\"text-sub\"\u003eSolar-powered hanging plants with warm LED lights. Zero wires, zero electricity bills, 100% magical atmosphere for your outdoor spaces.\u003c\/p\u003e\n\n\u003cdiv class=\"img-wrapper mt-3\"\u003e\u003cdiv\u003e\u003cimg alt=\"Enchanted Night Garden\" cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624161103\/3f26e5b48bafa522c668f93084c44ccd.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Features --\u003e\n\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Automatic Solar Power\" cke-id=\"img49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624161103\/8732204a08b4b332330457800af7c5ec.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eAutomatic Solar Power: Charges By Day, Glows By Night\u003c\/h2\u003e\n\n\u003cp\u003eForget about plugs, extension cords, and expensive batteries. The built-in high-efficiency solar panel absorbs sunlight during the day to power the warm white LEDs all night long. The intelligent light sensor automatically turns the lights on at dusk and off at dawn.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e☀️ Solar Powered\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e💡 Auto On\/Off\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e💰 Zero Energy Cost\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Lifelike Beauty\" cke-id=\"img50\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624161103\/95b556e663f4d3a5fd99c2bd27a6a62c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eLifelike Beauty That Braves The Elements\u003c\/h2\u003e\n\n\u003cp\u003eCrafted for year-round outdoor use, these artificial hanging plants are designed to withstand rain, snow, and sun without fading. The dense, realistic ivy leaves and delicate white blossoms provide lush greenery during the day and a sparkling focal point at night.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e🌧️ Waterproof Design\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e❄️ All-Season Durable\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🌿 Realistic Texture\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Instant Ambiance\" cke-id=\"img51\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624161103\/77e5ce73f18be5bbf147e0aaed7e8a01.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eInstant Ambiance: Hang It Anywhere\u003c\/h2\u003e\n\n\u003cp\u003eComes fully assembled with a sturdy metal chain and S-hook for easy hanging. Instantly add a touch of warmth and charm to your porch, pergola, balcony, or garden hook. The cascading vines interwoven with twinkling lights create a romantic and inviting setting for any evening.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e🪝 Ready to Hang\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🏡 Versatile Decor\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e✨ Warm White Glow\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"spec-section section-spacing\"\u003e\n\u003ch2 class=\"text-center\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"spec-container\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eProduct Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003eSolar Hanging Artificial Plant Light\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003ePower Source\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Power Source\"\u003eSolar Powered\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eLight Color\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Light Color\"\u003eWarm White LED\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMaterial\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003ePlastic (Plants\/Top), Metal (Chain)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eTotal Height (with chain)\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Total Height\"\u003eApprox. 76 cm \/ 30 inches\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eBasket Width\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Basket Width\"\u003eApprox. 20 cm \/ 8 inches\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeatures\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Features\"\u003eAuto On\/Off Sensor, Weather-Resistant, Realistic Design\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eUsage\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Usage\"\u003eOutdoor (Patio, Porch, Garden, Balcony)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"faq-section section-spacing\"\u003e\n\u003ch2 class=\"text-center\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails open=\"\"\u003e\u003csummary\u003eHow do I turn the lights on?\u003c\/summary\u003e\n\n\u003cp class=\"faq-answer\"\u003eThere is a small ON\/OFF switch located on the side of the top solar panel disc. You only need to switch it to \"ON\" once. After that, the built-in sensor will automatically control the lights based on the surrounding brightness.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\u003csummary\u003eWhere is the best place to hang this for charging?\u003c\/summary\u003e\n\n\u003cp class=\"faq-answer\"\u003eFor optimal performance, hang the plant in an area where the top solar panel receives direct sunlight for at least 6-8 hours a day. Avoid placing it under dense shade or where other nighttime light sources might interfere with the sensor.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\u003csummary\u003eCan I leave it outside in the rain?\u003c\/summary\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, the product is designed to be weather-resistant and can withstand normal outdoor conditions including rain and snow. The artificial plants and the solar unit are built for outdoor durability.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Cartivra","offers":[{"title":"1-Pack (Balcony Accent)","offer_id":58097234444448,"sku":"0624-16278735","price":24.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Porch Duo)","offer_id":58097234477216,"sku":"0624-16276940","price":44.95,"currency_code":"USD","in_stock":true},{"title":"4-Pack (Garden Makeover)","offer_id":58097234509984,"sku":"0624-16275287","price":89.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/7656\/5664\/files\/3f26e5b48bafa522c668f93084c44ccd.jpg?v=1782289784","url":"https:\/\/cartivra.com\/products\/realistic-faux-ivy-glow","provider":"Cartivra","version":"1.0","type":"link"}