{"product_id":"shatterproof-outdoor-string-lights","title":"Shatterproof Outdoor String Lights","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Outdoor LED String Lights (ST38, Shatterproof, Weather-Resistant)\nTarget Audience: Homeowners, commercial venue operators, eco-conscious consumers looking for durable and aesthetic outdoor lighting.\nVisual Style: Warm, inviting, premium outdoor. Emphasizes durability and ambiance.\nColor Strategy: Warm Amber (--primary) for illumination vibes, deep Slate (--text-main) for premium readability, and soft off-white\/gray (--bg-card) for contrast.\nShape Strategy: Radius 16px (Friendly, safe, shatterproof feel without being overly soft).\nTypography Strategy: Large Type \/ Mobile-first readable. H1 up to 44px, Body up to 20px. High line-height for readability.\nMobile Table Strategy: Card-based (No horizontal scroll). Auto-converted metric\/imperial values.\nImage Mapping: Hero=image_1, Weather=image_2, Versatility=image_3, Safety=image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* Design System *\/\n      --primary: #d97706; \/* Warm Amber *\/\n      --primary-hover: #b45309;\n      --text-main: #0f172a;\n      --text-sub: #475569;\n      --bg-body: #ffffff;\n      --bg-card: #f8fafc;\n      --radius-md: 12px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);\n      --border-color: #e2e8f0;\n      \n      \/* Spacing System *\/\n      --gap-clamp: clamp(2rem, 5vw, 4rem);\n      \n      \/* Reset \u0026 Container Rules *\/\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\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: var(--bg-body);\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.7;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: border-box;\n    }\n\n    \/* Typography System (Large Type) *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      font-weight: 800;\n      line-height: 1.2;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 700;\n      line-height: 1.3;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      font-weight: 600;\n      margin: 0 0 0.75rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    .product-detail-container .text-aux {\n      font-size: clamp(16px, 1.8vw, 18px);\n      color: var(--text-sub);\n    }\n\n    \/* Media\/Image Protocol *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      background: #f1f5f9;\n      border: 2px dashed #cbd5e1;\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 1.2rem;\n      color: #64748b;\n      font-weight: bold;\n      text-align: center;\n      padding: 1rem;\n    }\n\n    \/* Badges (Non-clickable) *\/\n    .visual-badge {\n      display: inline-block;\n      background: var(--bg-card);\n      color: var(--primary);\n      border: 1px solid var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-weight: 600;\n      font-size: clamp(16px, 1.8vw, 18px);\n      margin-right: 0.5rem;\n      margin-bottom: 1rem;\n      pointer-events: none; \/* strictly non-clickable *\/\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      padding: var(--gap-clamp) 0;\n    }\n    \n    .social-proof {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 0.5rem;\n      margin-bottom: 1.5rem;\n      font-weight: 600;\n      color: var(--text-main);\n    }\n    .social-proof-stars {\n      color: var(--primary);\n      letter-spacing: 2px;\n    }\n\n    \/* Mobile Ordering Lock System (Z-Pattern on Desktop, Column on Mobile) *\/\n    .feature-list {\n      display: flex;\n      flex-direction: column;\n      gap: var(--gap-clamp);\n      padding: var(--gap-clamp) 0;\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Strict mobile column *\/\n      gap: 2rem;\n    }\n\n    .feature-media, .feature-copy {\n      width: 100%;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    \/* Specifications Table (Card-based on mobile) *\/\n    .specs-section {\n      padding: var(--gap-clamp) 0;\n    }\n    \n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n    }\n    \n    .specs-table th, .specs-table td {\n      padding: 1.25rem;\n      text-align: left;\n      font-size: clamp(16px, 1.8vw, 18px);\n    }\n    \n    .specs-table th {\n      background-color: var(--bg-card);\n      font-weight: 700;\n      color: var(--text-main);\n      border-bottom: 2px solid var(--border-color);\n    }\n    \n    .specs-table td {\n      border-bottom: 1px solid var(--border-color);\n      color: var(--text-sub);\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      padding: var(--gap-clamp) 0;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      margin: var(--gap-clamp) 0;\n      padding: var(--gap-clamp);\n    }\n\n    .faq-item {\n      margin-bottom: 2rem;\n    }\n    .faq-item:last-child {\n      margin-bottom: 0;\n    }\n    .faq-question {\n      font-size: clamp(20px, 2.5vw, 24px);\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 0.5rem;\n      position: relative;\n      padding-left: 1.5rem;\n    }\n    .faq-question::before {\n      content: \"Q.\";\n      position: absolute;\n      left: 0;\n      color: var(--primary);\n    }\n    .faq-answer {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      padding-left: 1.5rem;\n    }\n\n    \/* Desktop Enhancements *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row; \/* Z-Pattern Desktop *\/\n        align-items: center;\n        gap: 4rem;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n      }\n      .hero-section {\n        max-width: 800px;\n        margin: 0 auto;\n      }\n    }\n\n    \/* Mobile Table Card Conversion *\/\n    @media (max-width: 767px) {\n      .specs-table, \n      .specs-table thead, \n      .specs-table tbody, \n      .specs-table tr, \n      .specs-table th, \n      .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      \n      .specs-table thead {\n        display: none;\n      }\n      \n      .specs-table tr {\n        background: var(--bg-card);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1.5rem;\n        padding: 1rem;\n        box-shadow: var(--shadow-sm);\n      }\n      \n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 0.75rem 0;\n        border-bottom: 1px solid var(--border-color);\n        text-align: right;\n        gap: 1rem;\n      }\n      \n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n      \n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        text-align: left;\n        flex-shrink: 0;\n      }\n      \n      .specs-table td span {\n        text-align: right;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"social-proof text-aux\"\u003e\n\u003cspan class=\"social-proof-stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan\u003eLoved by 15,000+ Eco-Conscious Homes\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003eTransform Your Outdoors into a Warm, Inviting Oasis\u003c\/h1\u003e\n\n\u003cp\u003eExperience the perfect blend of vintage aesthetics and modern durability. The shatterproof ST38 LED String Lights deliver brilliant, energy-saving illumination that lasts for years, no matter the weather.\u003c\/p\u003e\n\n\u003cdiv style=\"margin-top: 2rem;\"\u003e\n\u003cdiv class=\"visual-badge\"\u003eIP65 Waterproof\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003eShatterproof Design\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003eETL-Certified\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"margin-top: 3rem;\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260409095320\/b9b954b1507c281f030fd3269346e8bf.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-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260409095320\/d7dfc9970d972d3606d95935f3778a7c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBuilt to Brave the Elements\u003c\/h2\u003e\n\n\u003cp\u003eNever worry about bringing your lights indoors. Engineered with an IP65 waterproof rating and UV-resistant materials, these lights are designed to withstand heavy rain, snowstorms, and extreme temperatures ranging from -20°C to 50°C (-4°F to 122°F).\u003c\/p\u003e\n\n\u003cp class=\"text-aux\"\u003e\u003cstrong\u003eBenefit:\u003c\/strong\u003e Enjoy year-round magical illumination without the hassle of seasonal installation and removal.\u003c\/p\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260409095320\/4193efeaf0f56044fcbe05423ca92d4b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eEffortless Setup \u0026amp; Endless Versatility\u003c\/h2\u003e\n\n\u003cp\u003eThe flexible 25-Foot (7.62m) length features a 5V low-voltage design and waterproof connectors, allowing seamless end-to-end extensions. Wrapping trees, lining fences, or highlighting architectural outlines has never been easier with the included ground stakes and clips.\u003c\/p\u003e\n\n\u003cp class=\"text-aux\"\u003e\u003cstrong\u003eBenefit:\u003c\/strong\u003e Create professional-looking outdoor displays in minutes, customizing the layout exactly to your space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260409095320\/f4812c0f7a911601a9d125d311894c3f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBrilliant Ambiance, Tiny Footprint\u003c\/h2\u003e\n\n\u003cp\u003eSet the perfect mood using dimmable compatibility while cutting electricity costs. Advanced chip technology uses 90% less energy than traditional incandescent bulbs, delivering over 30,000 hours of vibrant, eco-friendly lighting.\u003c\/p\u003e\n\n\u003cp class=\"text-aux\"\u003e\u003cstrong\u003eBenefit:\u003c\/strong\u003e Save significantly on your energy bills while enjoying premium, customizable atmosphere night after night.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cp\u003eEngineered for safety, longevity, and superior performance.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpecification Details\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eBulb Type\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan\u003eST38 LED (Shatterproof Epoxy Resin)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eTotal Length\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan\u003e25 Feet \/ 762 cm (7.6 m)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eOperating Temp\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan\u003e-20°C to 50°C \/ -4°F to 122°F\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eWeather Resistance\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan\u003eIP65 Waterproof \u0026amp; UV-Resistant\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eLifespan\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan\u003e30,000+ Hours\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eEnergy Efficiency\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan\u003e90% Less Energy Consumption\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eSafety Certification\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan\u003eETL-Certified \u0026amp; Fire-Resistant\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv style=\"margin-top: 2rem;\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I connect multiple strings together?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes! The lights feature built-in waterproof connectors, allowing you to seamlessly link multiple sets end-to-end to cover large outdoor spaces securely.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eAre the bulbs truly shatterproof?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. Instead of fragile glass, our ST38 LED bulbs are coated in a highly durable epoxy resin. They are designed to withstand drops, impacts, and high winds, making them completely safe around children and pets.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDo these lights come with a dimmer?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe LED bulbs are fully dimmable to help you set the perfect mood, but please note that a compatible dimmer switch is required and sold separately.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"4.5m (14.8ft) - 10 Bulbs","offer_id":52837847105836,"sku":"0409-10334206","price":19.95,"currency_code":"USD","in_stock":true},{"title":"7m (23ft) - 20 Bulbs","offer_id":52837847138604,"sku":"0409-10331760","price":27.95,"currency_code":"USD","in_stock":true},{"title":"10m (33ft) - 30 Bulbs","offer_id":52837847171372,"sku":"0409-10331287","price":34.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0945\/8099\/8444\/files\/b9b954b1507c281f030fd3269346e8bf.jpg?v=1775702070","url":"https:\/\/newzyhoome.com\/products\/shatterproof-outdoor-string-lights","provider":"Newzyhoome","version":"1.0","type":"link"}