{"product_id":"solar-dragon-fire-garden-light-1","title":"Solar Dragon Fire Garden Light","description":"\u003c!-- SHOPIFY PRODUCT DESCRIPTION BODY HTML Theme: Mystic Night \u0026 Ember Flame (Derived directly from Product Image Colors) Product: Solar Dragon Fire Garden Light --\u003e \u003cstyle\u003e   .wjs-page,   .wjs-page * {     box-sizing: border-box;   }    .wjs-page {     \/* Color Palette Extracted from Product Image *\/     --wjs-bright-bg: #0f172a;               \/* Deep Nightfall Navy *\/     --wjs-card-bg: #ffffff;                 \/* Pure White Card *\/     --wjs-card-border: #cbd5e1;             \/* Metallic Slate Border *\/     --wjs-text-primary: #0f172a;            \/* Dark Midnight Text *\/     --wjs-text-muted: #475569;              \/* Slate Muted Text *\/          \/* Flame Orange \/ Amber Gold Accent *\/     --wjs-accent-red: #ea580c;               \/* Fiery Dragon Orange *\/     --wjs-accent-red-light: #fff7ed;         \/* Warm Ember Glow Light *\/          \/* Garden Purple \/ Magical Violet Accent *\/     --wjs-accent-green: #9333ea;             \/* Mystical Night Purple *\/     --wjs-accent-green-light: #faf5ff;       \/* Soft Purple Blossom Light *\/          \/* Warm Glow Accent *\/     --wjs-accent-gold: #d97706;              \/* Warm Golden Flame *\/     --wjs-accent-gold-light: #fffbe6;        \/* Golden Glow Light *\/          --wjs-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);      width: 100%;     max-width: 1120px;     min-width: 0;     margin: 0 auto;     padding: 16px 10px 0;     overflow: hidden;     color: var(--wjs-text-primary);     background: transparent;     font-family:       -apple-system,       BlinkMacSystemFont,       'Segoe UI',       Roboto,       Helvetica,       Arial,       sans-serif;     font-size: 16px;     line-height: 1.64;     text-rendering: optimizeLegibility;     -webkit-font-smoothing: antialiased;     container-name: wjspage;     container-type: inline-size;   }    .wjs-page img {     display: block;     width: 100% !important;     max-width: 100% !important;     height: auto !important;     border: 0;   }    .wjs-shell {     width: 100%;     max-width: 1040px;     margin: 0 auto;   }    .wjs-card {     position: relative;     margin: 0 0 17px;     overflow: hidden;     border: 1px solid var(--wjs-card-border);     border-radius: 20px;     background: var(--wjs-card-bg);     box-shadow: var(--wjs-shadow);   }    \/* Mysterious \u0026 Flame Warm Hero Header Cards *\/   .wjs-warm-hero {     color: var(--wjs-text-primary);     border-color: #fed7aa;     background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 60%, #fae8ff 100%);   }    .wjs-hero {     isolation: isolate;     padding: 48px 20px 37px;     text-align: center;   }    .wjs-eyebrow,   .wjs-label {     display: inline-flex;     align-items: center;     justify-content: center;     min-height: 32px;     margin: 0 0 12px;     padding: 7px 18px;     border: 1px solid #fdba74;     border-radius: 999px;     color: var(--wjs-accent-red);     background: #ffffff;     font-size: 12px;     font-weight: 800;     letter-spacing: .08em;     line-height: 1.15;     text-transform: uppercase;   }    .wjs-title,   .wjs-heading {     margin: 0;     font-family:       Georgia,       'Times New Roman',       serif;     font-weight: 800;     letter-spacing: -.02em;     line-height: 1.15;     text-wrap: balance;     word-break: normal;     overflow-wrap: normal;   }    .wjs-title {     max-width: 900px;     margin-right: auto;     margin-left: auto;     color: var(--wjs-text-primary);     font-size: clamp(30px, 6.2cqi, 52px);   }    .wjs-lead {     max-width: 780px;     margin: 17px auto 0;     color: var(--wjs-text-muted);     font-size: clamp(16px, 2.5cqi, 19px);     line-height: 1.65;   }    .wjs-image-wrap {     padding: 12px;     background: #ffffff;   }    .wjs-media {     min-width: 0;     overflow: hidden;     border: 1px solid var(--wjs-card-border);     border-radius: 16px;     background: #0f172a;   }    .wjs-media img {     aspect-ratio: 1 \/ 1;     object-fit: cover;     object-position: center;   }    \/* TRUST \u0026 PROTECTION MODULE *\/   .wjs-trust-section {     padding: 28px 20px;     background: #f8fafc;     border: 1px solid var(--wjs-card-border);   }    .wjs-trust-header {     text-align: center;     margin-bottom: 20px;   }    .wjs-trust-header h4 {     margin: 0 0 4px;     color: var(--wjs-accent-red);     font-size: 19px;     font-weight: 800;   }    .wjs-trust-header p {     margin: 0;     color: var(--wjs-accent-green);     font-size: 13px;     font-weight: 700;   }    .wjs-trust-scroll-container {     position: relative;     height: 210px;     overflow: hidden;     mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);     -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);   }    .wjs-trust-scroll-track {     display: flex;     flex-direction: column;     gap: 10px;     animation: wjsTrustScroll 18s linear infinite;   }    .wjs-trust-scroll-track:hover {     animation-play-state: paused;   }    @keyframes wjsTrustScroll {     0% { transform: translateY(0); }     100% { transform: translateY(-50%); }   }    .wjs-trust-card {     display: flex;     align-items: center;     justify-content: space-between;     gap: 12px;     padding: 12px 16px;     background: #ffffff;     border: 1px solid #e2e8f0;     border-radius: 12px;     box-shadow: 0 2px 6px rgba(0,0,0,0.02);   }    .wjs-trust-left {     display: flex;     align-items: center;     gap: 12px;   }    .wjs-trust-icon {     font-size: 20px;     line-height: 1;   }    .wjs-trust-info strong {     display: block;     color: var(--wjs-text-primary);     font-size: 14px;     font-weight: 700;     line-height: 1.3;   }    .wjs-trust-info span {     display: block;     color: var(--wjs-text-muted);     font-size: 12px;     margin-top: 1px;   }    .wjs-trust-badge {     display: inline-flex;     align-items: center;     gap: 6px;     padding: 4px 10px;     background: var(--wjs-accent-green-light);     border: 1px solid #e9d5ff;     border-radius: 6px;     color: var(--wjs-accent-green);     font-size: 11px;     font-weight: 700;     white-space: nowrap;   }    .wjs-pulse-dot {     width: 6px;     height: 6px;     background-color: var(--wjs-accent-red);     border-radius: 50%;     box-shadow: 0 0 6px var(--wjs-accent-red);     animation: wjsPulse 1.5s infinite;   }    @keyframes wjsPulse {     0% { opacity: 1; transform: scale(1); }     50% { opacity: 0.4; transform: scale(0.8); }     100% { opacity: 1; transform: scale(1); }   }    \/* Scan \/ Quick Benefits Grid *\/   .wjs-scan {     display: grid;     grid-template-columns: repeat(2, minmax(0, 1fr));     gap: 10px;     padding: 15px;     background: #f8fafc;   }    .wjs-scan__item {     min-width: 0;     padding: 16px 14px;     border: 1px solid var(--wjs-card-border);     border-radius: 14px;     text-align: left;     background: #ffffff;   }    .wjs-scan__num {     display: block;     margin-bottom: 6px;     color: var(--wjs-accent-red);     font-family: Georgia, 'Times New Roman', serif;     font-size: 22px;     font-weight: 800;     line-height: 1;   }    .wjs-scan__item strong {     display: block;     color: var(--wjs-text-primary);     font-size: 14px;     font-weight: 800;     line-height: 1.3;   }    .wjs-scan__item span {     display: block;     margin-top: 4px;     color: var(--wjs-text-muted);     font-size: 12px;     line-height: 1.45;   }    .wjs-section {     padding: 38px 17px;   }    .wjs-split {     display: grid;     grid-template-columns: minmax(0, 1fr);     align-items: center;     gap: 29px;   }    .wjs-split \u003e * {     min-width: 0;     max-width: 100%;   }    .wjs-heading {     max-width: 760px;     color: var(--wjs-text-primary);     font-size: clamp(26px, 4.8cqi, 44px);   }    .wjs-copy {     max-width: 660px;     margin: 14px 0 0;     color: var(--wjs-text-muted);     font-size: clamp(15px, 2.4cqi, 18px);     line-height: 1.68;   }    .wjs-list {     display: grid;     gap: 10px;     margin: 20px 0 0;     padding: 0;     list-style: none;   }    .wjs-list li {     position: relative;     padding-left: 30px;     color: var(--wjs-text-primary);     font-size: 15px;     font-weight: 700;     line-height: 1.5;   }    .wjs-list li::before {     content: '🔥';     position: absolute;     top: 0;     left: 0;     display: grid;     width: 20px;     height: 20px;     place-items: center;     font-size: 13px;   }    .wjs-benefits {     display: grid;     grid-template-columns: minmax(0, 1fr);     gap: 10px;     margin-top: 20px;   }    .wjs-benefit {     min-width: 0;     padding: 16px 15px;     border: 1px solid var(--wjs-card-border);     border-radius: 14px;     background: #fff7ed;   }    .wjs-benefit strong {     display: block;     color: var(--wjs-accent-red);     font-size: 15px;     font-weight: 800;     line-height: 1.3;   }    .wjs-benefit span {     display: block;     margin-top: 4px;     color: var(--wjs-text-muted);     font-size: 13px;     line-height: 1.47;   }    .wjs-wide-head {     padding: 38px 18px 14px;     text-align: center;   }    .wjs-wide-head .wjs-heading,   .wjs-wide-head .wjs-copy {     margin-right: auto;     margin-left: auto;   }    .wjs-wide-media {     padding: 0 12px 12px;   }    .wjs-specs {     display: grid;     gap: 0;     margin-top: 20px;     overflow: hidden;     border: 1px solid var(--wjs-card-border);     border-radius: 14px;     background: #ffffff;   }    .wjs-spec {     display: grid;     grid-template-columns: minmax(125px, .8fr) minmax(0, 1.2fr);     gap: 14px;     padding: 14px 15px;     border-bottom: 1px solid #f1f5f9;   }    .wjs-spec:last-child {     border-bottom: 0;   }    .wjs-spec strong {     color: var(--wjs-accent-green);     font-size: 13px;     font-weight: 800;   }    .wjs-spec span {     color: var(--wjs-text-primary);     font-size: 14px;   }    .wjs-note {     margin-top: 16px;     padding: 14px 15px;     border: 1px solid #fed7aa;     border-left: 5px solid var(--wjs-accent-red);     border-radius: 10px;     color: #9a3412;     background: #fff7ed;     font-size: 13px;     font-weight: 700;     line-height: 1.52;   }    .wjs-faq {     padding: 42px 17px;     background: #f8fafc;   }    .wjs-faq-head {     max-width: 760px;     margin: 0 auto 23px;     text-align: center;   }    .wjs-faq-head .wjs-heading,   .wjs-faq-head .wjs-copy {     margin-right: auto;     margin-left: auto;   }    .wjs-faq-list {     max-width: 850px;     margin: 0 auto;   }    .wjs-faq details {     margin: 9px 0;     overflow: hidden;     border: 1px solid var(--wjs-card-border);     border-radius: 14px;     background: #ffffff;   }    .wjs-faq summary {     position: relative;     padding: 16px 48px 16px 16px;     color: var(--wjs-text-primary);     cursor: pointer;     list-style: none;     font-size: 15px;     font-weight: 800;     line-height: 1.42;   }    .wjs-faq summary::-webkit-details-marker {     display: none;   }    .wjs-faq summary::after {     content: '+';     position: absolute;     top: 50%;     right: 14px;     display: grid;     width: 26px;     height: 26px;     place-items: center;     transform: translateY(-50%);     border-radius: 50%;     color: #ffffff;     background: var(--wjs-accent-green);     font-size: 16px;     font-weight: 600;   }    .wjs-faq details[open] summary::after {     content: '−';     background: var(--wjs-accent-red);   }    .wjs-answer {     padding: 0 16px 16px;     color: var(--wjs-text-muted);     font-size: 14px;     line-height: 1.68;     border-left: 3px solid var(--wjs-accent-red);     margin-left: 16px;     margin-bottom: 12px;   }    .wjs-final {     margin-bottom: 0;     padding: 46px 20px;     text-align: center;     background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 60%, #fae8ff 100%);     border-color: #fed7aa;   }    .wjs-final .wjs-heading,   .wjs-final .wjs-copy {     margin-right: auto;     margin-left: auto;   }    .wjs-final-line {     display: inline-flex;     align-items: center;     justify-content: center;     margin-top: 20px;     padding: 10px 18px;     border: 1px solid #fdba74;     border-radius: 999px;     color: var(--wjs-accent-red);     background: #ffffff;     font-size: 13px;     font-weight: 800;     text-align: center;     box-shadow: 0 2px 6px rgba(0,0,0,0.03);   }    @container wjspage (min-width: 700px) {     .wjs-page {       padding: 22px 16px 0;     }      .wjs-hero {       padding: 58px 28px 42px;     }      .wjs-image-wrap,     .wjs-wide-media {       padding: 16px;     }      .wjs-scan {       grid-template-columns: repeat(4, minmax(0, 1fr));       padding: 17px;     }      .wjs-section {       padding: 48px 24px;     }      .wjs-benefits {       grid-template-columns: repeat(3, minmax(0, 1fr));     }      .wjs-faq {       padding: 48px 24px;     }   }    @container wjspage (min-width: 930px) {     .wjs-split {       grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr);       gap: 45px;     }      .wjs-split--reverse .wjs-media {       order: 2;     }   }    @media (max-width: 1080px) {     .wjs-split {       grid-template-columns: 1fr;     }      .wjs-split--reverse .wjs-media {       order: 0;     }   }    @media (max-width: 699px) {     .wjs-page {       padding: 8px 5px 0;     }      .wjs-card {       margin-bottom: 13px;       border-radius: 16px;     }      .wjs-hero {       padding: 38px 14px 28px;     }      .wjs-media {       border-radius: 12px;     }      .wjs-section {       padding: 30px 14px;     }      .wjs-wide-head {       padding: 30px 14px 12px;     }      .wjs-title {       font-size: 28px;     }      .wjs-heading {       font-size: 24px;     }      .wjs-spec {       grid-template-columns: 1fr;       gap: 4px;     }      .wjs-faq {       padding: 32px 13px;     }      .wjs-trust-card {       padding: 12px;     }   }    .wjs-page {     margin-bottom: 0 !important;     padding-bottom: 0 !important;   }    .wjs-page \u003e p:empty,   .wjs-page \u003e div:empty,   .wjs-page \u003e br:last-child {     display: none !important;   }    .product__description:has(.wjs-page),   .product__description.rte:has(.wjs-page),   .rte:has(\u003e .wjs-page) {     margin-bottom: 0 !important;     padding-bottom: 0 !important;     background: transparent !important;   } \u003c\/style\u003e \u003cdiv class=\"wjs-page\"\u003e \u003c!-- INTRO HERO --\u003e \u003csection class=\"wjs-card wjs-warm-hero wjs-hero\"\u003e \u003cdiv class=\"wjs-shell\"\u003e \u003cp class=\"wjs-eyebrow\"\u003e🐉 Fantasy Garden Decor Collection\u003c\/p\u003e \u003ch1 class=\"wjs-title\"\u003eSolar Dragon Fire Garden Light\u003c\/h1\u003e \u003ch3 class=\"wjs-lead\"\u003eTransform your yard into a mythical sanctuary with this handcrafted metal dragon stake. Emits realistic glowing fire streams powered 100% by solar energy.\u003c\/h3\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- HERO MAIN IMAGE --\u003e \u003csection class=\"wjs-card wjs-image-wrap\"\u003e \u003cdiv class=\"wjs-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1019\/9636\/4070\/files\/1_3_4ed73d1e-3e87-4849-88e1-281f618f5cf5.png?v=1787026355\" alt=\"\"\u003e\u003c\/div\u003e \u003c\/section\u003e \u003c!-- TRUST \u0026 PROTECTION MODULE --\u003e \u003csection class=\"wjs-card wjs-trust-section\"\u003e \u003cdiv class=\"wjs-shell\"\u003e \u003cdiv class=\"wjs-trust-header\"\u003e \u003ch4\u003eZavrly Craft Guarantee\u003c\/h4\u003e \u003cp\u003e100% Weatherproof Wrought Iron · Non-Toxic \u0026amp; Odorless · Built to Last\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"wjs-trust-scroll-container\"\u003e \u003cdiv class=\"wjs-trust-scroll-track\"\u003e \u003c!-- CARD 1 --\u003e \u003cdiv class=\"wjs-trust-card\"\u003e \u003cdiv class=\"wjs-trust-left\"\u003e \u003cdiv class=\"wjs-trust-icon\"\u003e✈️\u003c\/div\u003e \u003cdiv class=\"wjs-trust-info\"\u003e \u003cstrong\u003eInsured Worldwide Shipping\u003c\/strong\u003e \u003cspan\u003eReal-time tracking on every order\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"wjs-trust-badge\"\u003e \u003cspan class=\"wjs-pulse-dot\"\u003e\u003c\/span\u003e Live Sync\u003c\/div\u003e \u003c\/div\u003e \u003c!-- CARD 2 --\u003e \u003cdiv class=\"wjs-trust-card\"\u003e \u003cdiv class=\"wjs-trust-left\"\u003e \u003cdiv class=\"wjs-trust-icon\"\u003e🛡️\u003c\/div\u003e \u003cdiv class=\"wjs-trust-info\"\u003e \u003cstrong\u003e100% Quality \u0026amp; Risk-Free\u003c\/strong\u003e \u003cspan\u003eHassle-free replacement or refund guarantee\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"wjs-trust-badge\"\u003e\u003cspan\u003eVerified Safe\u003c\/span\u003e\u003c\/div\u003e \u003c\/div\u003e \u003c!-- CARD 3 --\u003e \u003cdiv class=\"wjs-trust-card\"\u003e \u003cdiv class=\"wjs-trust-left\"\u003e \u003cdiv class=\"wjs-trust-icon\"\u003e🎧\u003c\/div\u003e \u003cdiv class=\"wjs-trust-info\"\u003e \u003cstrong\u003e24\/7 Customer Support\u003c\/strong\u003e \u003cspan\u003eOur support reps are ready to help\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"wjs-trust-badge\"\u003e \u003cspan class=\"wjs-pulse-dot\"\u003e\u003c\/span\u003e Online\u003c\/div\u003e \u003c\/div\u003e \u003c!-- REPEAT FOR SCROLL LOOP --\u003e \u003cdiv class=\"wjs-trust-card\"\u003e \u003cdiv class=\"wjs-trust-left\"\u003e \u003cdiv class=\"wjs-trust-icon\"\u003e✈️\u003c\/div\u003e \u003cdiv class=\"wjs-trust-info\"\u003e \u003cstrong\u003eInsured Worldwide Shipping\u003c\/strong\u003e \u003cspan\u003eReal-time tracking on every order\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"wjs-trust-badge\"\u003e \u003cspan class=\"wjs-pulse-dot\"\u003e\u003c\/span\u003e Live Sync\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"wjs-trust-card\"\u003e \u003cdiv class=\"wjs-trust-left\"\u003e \u003cdiv class=\"wjs-trust-icon\"\u003e🛡️\u003c\/div\u003e \u003cdiv class=\"wjs-trust-info\"\u003e \u003cstrong\u003e100% Quality \u0026amp; Risk-Free\u003c\/strong\u003e \u003cspan\u003eHassle-free replacement or refund guarantee\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"wjs-trust-badge\"\u003e\u003cspan\u003eVerified Safe\u003c\/span\u003e\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"wjs-trust-card\"\u003e \u003cdiv class=\"wjs-trust-left\"\u003e \u003cdiv class=\"wjs-trust-icon\"\u003e🎧\u003c\/div\u003e \u003cdiv class=\"wjs-trust-info\"\u003e \u003cstrong\u003e24\/7 Customer Support\u003c\/strong\u003e \u003cspan\u003eOur support reps are ready to help\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"wjs-trust-badge\"\u003e \u003cspan class=\"wjs-pulse-dot\"\u003e\u003c\/span\u003e Online\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- QUICK SCAN FEATURE CARDS --\u003e \u003csection class=\"wjs-card wjs-scan\"\u003e \u003cdiv class=\"wjs-scan__item\"\u003e \u003cspan class=\"wjs-scan__num\"\u003e100%\u003c\/span\u003e \u003cstrong\u003eSolar Powered\u003c\/strong\u003e \u003cspan\u003eZero electricity costs with smart high-efficiency solar panel.\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"wjs-scan__item\"\u003e \u003cspan class=\"wjs-scan__num\"\u003eAuto\u003c\/span\u003e \u003cstrong\u003eSensor Switch\u003c\/strong\u003e \u003cspan\u003eAutomatically turns on at dusk and turns off at dawn.\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"wjs-scan__item\"\u003e \u003cspan class=\"wjs-scan__num\"\u003eIP65\u003c\/span\u003e \u003cstrong\u003eWaterproof\u003c\/strong\u003e \u003cspan\u003eBuilt to withstand heavy rain, snow, frost, and heat.\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"wjs-scan__item\"\u003e \u003cspan class=\"wjs-scan__num\"\u003eHeavy\u003c\/span\u003e \u003cstrong\u003eDurable Metal\u003c\/strong\u003e \u003cspan\u003eConstructed with weather-resistant wrought iron material.\u003c\/span\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- SECTION 1: VISUAL SHOWCASE 01 --\u003e \u003csection class=\"wjs-card wjs-section\"\u003e \u003cdiv class=\"wjs-shell wjs-split\"\u003e \u003cdiv class=\"wjs-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1019\/9636\/4070\/files\/2_1_ddd289ce-faa9-4d37-9f48-889820c18806.png?v=1787026355\" alt=\"\"\u003e\u003c\/div\u003e \u003cdiv\u003e \u003cspan class=\"wjs-label\"\u003eMystical Ambience\u003c\/span\u003e \u003ch2 class=\"wjs-heading\"\u003eSpectacular Glowing Fire-Breathing Effect\u003c\/h2\u003e \u003cp class=\"wjs-copy\"\u003eWatch your garden come alive at dusk. Designed with ultra-bright optical fiber streams that simulate a breathtaking cascade of fiery embers poured straight from the dragon's mouth.\u003c\/p\u003e \u003cul class=\"wjs-list\"\u003e \u003cli\u003e \u003cstrong\u003eSolar Powered Efficiency:\u003c\/strong\u003e Absorbs sunlight by day and automatically illuminates for 8-10 hours at night.\u003c\/li\u003e \u003cli\u003e \u003cstrong\u003eAll-Weather Metal Craft:\u003c\/strong\u003e Hand-sculpted heavy-duty iron with anti-rust bronze coating.\u003c\/li\u003e \u003cli\u003e \u003cstrong\u003eEasy Lawn Installation:\u003c\/strong\u003e Includes solid multi-section ground stake—just insert and push into soil.\u003c\/li\u003e \u003c\/ul\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- SECTION 2: VISUAL SHOWCASE 02 --\u003e \u003csection class=\"wjs-card wjs-section\" style=\"background: #f8fafc;\"\u003e \u003cdiv class=\"wjs-shell wjs-split wjs-split--reverse\"\u003e \u003cdiv\u003e \u003cspan class=\"wjs-label\" style=\"color: var(--wjs-accent-green); background: var(--wjs-accent-green-light); border-color: #e9d5ff;\"\u003eEngineered For Outdoors\u003c\/span\u003e \u003ch2 class=\"wjs-heading\"\u003eBuilt to Bravely Face Every Storm\u003c\/h2\u003e \u003cp class=\"wjs-copy\"\u003eCombines ancient gothic aesthetic with modern solar technology for endless garden charm.\u003c\/p\u003e \u003cdiv class=\"wjs-benefits\"\u003e \u003cdiv class=\"wjs-benefit\"\u003e \u003cstrong\u003e☀️ Solar Powered\u003c\/strong\u003e \u003cspan\u003eHigh-conversion solar panel recharges built-in battery during daylight effortlessly.\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"wjs-benefit\"\u003e \u003cstrong\u003e🌙 Auto On\/Off Sensor\u003c\/strong\u003e \u003cspan\u003eSmart dusk-to-dawn sensor ensures automatic hands-free operation every night.\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"wjs-benefit\"\u003e \u003cstrong\u003e🌧️ IP65 Waterproof\u003c\/strong\u003e \u003cspan\u003eSealed electrical components protect against rain, splashing water, and moisture.\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"wjs-media\"\u003e=\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1019\/9636\/4070\/files\/1_2_b1d323df-3350-4b1d-a47c-74de7fd03251.png?v=1787026355\" alt=\"\"\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- SECTION 3: PATIO \u0026 PATHWAY DISPLAY --\u003e \u003csection class=\"wjs-card wjs-warm-hero\"\u003e \u003cdiv class=\"wjs-wide-head\"\u003e \u003cspan class=\"wjs-label\"\u003ePlacement Ideas\u003c\/span\u003e \u003ch2 class=\"wjs-heading\"\u003ePerfect Accent for Flowers, Lawns \u0026amp; Patios\u003c\/h2\u003e \u003cp class=\"wjs-copy\"\u003eNestle this flying dragon among your flower beds or line your walkway to create a show-stopping evening landscape.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"wjs-wide-media\"\u003e \u003cdiv class=\"wjs-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1019\/9636\/4070\/files\/1_1_f2682079-693c-431a-941d-e8f2060ec6e0.png?v=1787026355\" alt=\"\"\u003e\u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- SPECIFICATIONS TABLE --\u003e \u003csection class=\"wjs-card wjs-section\"\u003e \u003cdiv class=\"wjs-shell\"\u003e \u003cspan class=\"wjs-label\"\u003eTechnical Specs\u003c\/span\u003e \u003ch2 class=\"wjs-heading\"\u003eProduct Specifications\u003c\/h2\u003e \u003cp class=\"wjs-copy\"\u003eDetailed materials, dimensions, and usage information.\u003c\/p\u003e \u003cdiv class=\"wjs-specs\"\u003e \u003cdiv class=\"wjs-spec\"\u003e \u003cstrong\u003eProduct Title\u003c\/strong\u003e \u003cspan\u003eSolar Dragon Fire Garden Light Stake\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"wjs-spec\"\u003e \u003cstrong\u003eMaterial\u003c\/strong\u003e \u003cspan\u003eRust-Proof Wrought Iron Metal + Optical Fibers\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"wjs-spec\"\u003e \u003cstrong\u003ePower Source\u003c\/strong\u003e \u003cspan\u003eSolar Powered (Polysilicon Solar Panel)\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"wjs-spec\"\u003e \u003cstrong\u003eLighting Time\u003c\/strong\u003e \u003cspan\u003e8 – 10 Hours (Fully Charged)\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"wjs-spec\"\u003e \u003cstrong\u003eWaterproof Rating\u003c\/strong\u003e \u003cspan\u003eIP65 Weatherproof\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"wjs-spec\"\u003e \u003cstrong\u003ePackage Includes\u003c\/strong\u003e \u003cspan\u003e1× Metal Dragon Statue, 1× Fiber Stream, 1× Solar Stake Set\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"wjs-note\"\u003e🔥 \u003cstrong\u003eDisplay Tip:\u003c\/strong\u003e Push stake securely into lawn or garden soil. Ensure switch on solar panel is turned 'ON' so it auto-charges during daytime!\u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- FAQ SECTION --\u003e \u003csection class=\"wjs-card wjs-faq\"\u003e \u003cdiv class=\"wjs-faq-head\"\u003e \u003cspan class=\"wjs-label\" style=\"color: var(--wjs-accent-green); background: var(--wjs-accent-green-light); border-color: #e9d5ff;\"\u003eHelpful Answers\u003c\/span\u003e \u003ch2 class=\"wjs-heading\"\u003eFrequently Asked Questions\u003c\/h2\u003e \u003cp class=\"wjs-copy\"\u003eCommon questions about our Solar Dragon Fire Garden Light.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"wjs-faq-list\"\u003e \u003cdetails open=\"\"\u003e \u003csummary\u003eHow does the solar dragon light turn on at night?\u003c\/summary\u003e \u003cdiv class=\"wjs-answer\"\u003eIt features a built-in light sensor. Make sure the power switch on the solar panel is turned to 'ON'—it will automatically absorb light by day and ignite at dark.\u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eCan it stay outside during heavy rain or freezing winters?\u003c\/summary\u003e \u003cdiv class=\"wjs-answer\"\u003eYes! Constructed with anti-rust wrought iron metal and rated IP65 weatherproof, it is designed to withstand rain, snow, frost, and high heat outdoor environments.\u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eIs assembly difficult?\u003c\/summary\u003e \u003cdiv class=\"wjs-answer\"\u003eNot at all! Includes screw-together metal stakes; ready to assemble and insert into your lawn, garden bed, or pathway in under 60 seconds.\u003c\/div\u003e \u003c\/details\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- FINAL CTA BLOCK --\u003e \u003csection class=\"wjs-card wjs-final\"\u003e \u003cdiv class=\"wjs-shell\"\u003e \u003cspan class=\"wjs-label\"\u003eZavrly Garden Decor\u003c\/span\u003e \u003ch2 class=\"wjs-heading\"\u003eLight Up Your Fantasy Garden\u003c\/h2\u003e \u003cp class=\"wjs-copy\"\u003eOrder your Solar Dragon Fire Garden Light today and enjoy free tracking with safe delivery.\u003c\/p\u003e \u003cdiv class=\"wjs-final-line\"\u003e✦ Zavrly™ Quality Guarantee · Fast Insured Shipping ✦\u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c\/div\u003e \u003cdiv class=\"simg-pop-btn\" style=\"top: 4622.89px; left: 35.2153px; display: none;\"\u003e\u003csvg class=\"\" focusable=\"false\" aria-hidden=\"true\" viewbox=\"0 0 24 24\" data-testid=\"ImageSearchIcon\"\u003e\u003cpath d=\"M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e","brand":"WZQ888","offers":[{"title":"Default Title","offer_id":54089644179567,"sku":"NC02862608226636-太阳能龙火花园灯","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0743\/2654\/0399\/files\/2_7_6fb764b0-6cdc-413c-ab7f-f1493dabd38c.png?v=1787369252","url":"https:\/\/suzvo.com\/products\/solar-dragon-fire-garden-light-1","provider":"suzvo","version":"1.0","type":"link"}