{"product_id":"2-pack-solar-step-lights","title":"🔥Buy 1 Get 1 Free🔥Solar Step Lights – IP65 Waterproof, Gradient + Warm White Glow, Auto On at Dusk","description":"\u003cstyle\u003e     \/* Scope All Styles inside .dtc-landing-wrapper *\/     .dtc-landing-wrapper {       --dtc-bg-primary: #0f172a;       --dtc-bg-card: #1e293b;       --dtc-bg-elevated: #334155;       --dtc-accent: #f59e0b;       --dtc-accent-hover: #d97706;       --dtc-accent-light: rgba(245, 158, 11, 0.15);       --dtc-glow: #fbbf24;       --dtc-text-main: #f8fafc;       --dtc-text-sub: #94a3b8;       --dtc-border: #334155;       --dtc-success: #10b981;              font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;       background-color: var(--dtc-bg-primary);       color: var(--dtc-text-main);       line-height: 1.5;       width: 100%;       box-sizing: border-box;       margin: 0 auto;       padding: 0;       -webkit-font-smoothing: antialiased;     }      .dtc-landing-wrapper * {       box-sizing: border-box;       margin: 0;       padding: 0;     }      \/* Container Utility *\/     .dtc-container {       max-width: 1100px;       margin: 0 auto;       padding: 0 16px;     }      \/* Mobile-First Section Spacing (32px - 40px on mobile, 64px on desktop) *\/     .dtc-section {       padding: 36px 0;       border-bottom: 1px solid var(--dtc-border);     }      @media (min-width: 769px) {       .dtc-section {         padding: 64px 0;       }     }      \/* Typography Utilities *\/     .dtc-tag {       display: inline-block;       background-color: var(--dtc-accent-light);       color: var(--dtc-glow);       border: 1px solid rgba(251, 191, 36, 0.3);       font-size: 11px;       font-weight: 700;       text-transform: uppercase;       letter-spacing: 1.5px;       padding: 4px 10px;       border-radius: 4px;       margin-bottom: 12px;     }      .dtc-title-lg {       font-size: 26px;       font-weight: 800;       line-height: 1.25;       color: #ffffff;       margin-bottom: 12px;       letter-spacing: -0.5px;     }      .dtc-title-md {       font-size: 22px;       font-weight: 700;       line-height: 1.3;       color: #ffffff;       margin-bottom: 12px;       text-align: center;       letter-spacing: -0.3px;     }      .dtc-subtitle {       font-size: 14px;       color: var(--dtc-text-sub);       margin-bottom: 20px;       line-height: 1.6;     }      @media (min-width: 769px) {       .dtc-title-lg { font-size: 38px; }       .dtc-title-md { font-size: 28px; }       .dtc-subtitle { font-size: 16px; }     }      \/* Global CTA Button *\/     .dtc-btn-primary {       display: block;       width: 100%;       background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);       color: #ffffff;       font-weight: 800;       font-size: 16px;       text-align: center;       text-transform: uppercase;       letter-spacing: 0.5px;       padding: 16px 24px;       border-radius: 6px;       text-decoration: none;       box-shadow: 0 4px 20px rgba(245, 158, 11, 0.35);       transition: all 0.2s ease;       cursor: pointer;       border: none;     }      .dtc-btn-primary:hover {       background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);       transform: translateY(-1px);       box-shadow: 0 6px 24px rgba(245, 158, 11, 0.45);     }      \/* Section 1: Hero Header *\/     .dtc-hero-grid {       display: grid;       grid-template-columns: 1fr;       gap: 20px;     }      .dtc-hero-img-wrapper {       position: relative;       border-radius: 12px;       overflow: hidden;       border: 1px solid var(--dtc-border);       background-color: var(--dtc-bg-card);     }      .dtc-hero-img-wrapper img {       width: 100%;       height: auto;       display: block;       object-fit: cover;     }      \/* Hero Stats Bar: 2x2 Grid on Mobile *\/     .dtc-hero-stats-grid {       display: grid;       grid-template-columns: repeat(2, 1fr);       gap: 12px;       margin-top: 20px;       margin-bottom: 20px;     }      .dtc-stat-card {       background-color: var(--dtc-bg-card);       border: 1px solid var(--dtc-border);       border-radius: 8px;       padding: 12px;       text-align: center;     }      .dtc-stat-val {       font-size: 15px;       font-weight: 800;       color: var(--dtc-glow);       display: block;       margin-bottom: 2px;     }      .dtc-stat-lbl {       font-size: 11px;       color: var(--dtc-text-sub);       text-transform: uppercase;       letter-spacing: 0.5px;     }      @media (min-width: 769px) {       .dtc-hero-grid {         grid-template-columns: 1fr 1fr;         align-items: center;         gap: 36px;       }       .dtc-btn-primary {         display: inline-block;         width: auto;         min-width: 280px;       }     }      \/* Section 2: Scenario \u0026 Details *\/     .dtc-scenario-grid {       display: grid;       grid-template-columns: 1fr;       gap: 20px;     }      .dtc-checklist {       list-style: none;       margin-top: 16px;       margin-bottom: 24px;     }      .dtc-checklist-item {       display: flex;       align-items: flex-start;       gap: 10px;       font-size: 14px;       color: var(--dtc-text-main);       margin-bottom: 14px;     }      .dtc-checklist-icon {       color: var(--dtc-success);       font-weight: bold;       font-size: 16px;       line-height: 1;       margin-top: 2px;     }      @media (min-width: 769px) {       .dtc-scenario-grid {         grid-template-columns: 1fr 1fr;         align-items: center;         gap: 36px;       }     }      \/* Section 3: Easy Setup 3-Steps *\/     .dtc-steps-grid {       display: grid;       grid-template-columns: 1fr;       gap: 12px;       margin-top: 24px;     }      .dtc-step-card {       background: var(--dtc-bg-card);       border: 1px solid var(--dtc-border);       border-radius: 8px;       padding: 20px 16px;       position: relative;     }      .dtc-step-num {       font-size: 28px;       font-weight: 900;       color: var(--dtc-accent-light);       position: absolute;       top: 12px;       right: 16px;     }      .dtc-step-title {       font-size: 16px;       font-weight: 700;       color: #ffffff;       margin-bottom: 6px;     }      .dtc-step-desc {       font-size: 13px;       color: var(--dtc-text-sub);       line-height: 1.5;     }      @media (min-width: 769px) {       .dtc-steps-grid {         grid-template-columns: repeat(3, 1fr);         gap: 16px;       }     }      \/* Section 5: Engineered Features Grid *\/     .dtc-features-grid {       display: grid;       grid-template-columns: 1fr;       gap: 12px;       margin-top: 24px;     }      .dtc-feature-item {       background: var(--dtc-bg-card);       border: 1px solid var(--dtc-border);       border-radius: 8px;       padding: 16px;     }      .dtc-feature-icon {       font-size: 24px;       margin-bottom: 8px;     }      .dtc-feature-h3 {       font-size: 15px;       font-weight: 700;       color: #ffffff;       margin-bottom: 4px;     }      .dtc-feature-p {       font-size: 12px;       color: var(--dtc-text-sub);       line-height: 1.5;     }      @media (min-width: 769px) {       .dtc-features-grid {         grid-template-columns: repeat(3, 1fr);         gap: 16px;       }     }      \/* Section 6: FAQ Accordion *\/     .dtc-faq-list {       max-width: 800px;       margin: 24px auto 0 auto;       display: flex;       flex-direction: column;       gap: 10px;     }      .dtc-faq-item {       background: var(--dtc-bg-card);       border: 1px solid var(--dtc-border);       border-radius: 8px;       overflow: hidden;     }      .dtc-faq-item summary {       padding: 14px 16px;       font-size: 14px;       font-weight: 600;       color: #ffffff;       cursor: pointer;       list-style: none;       display: flex;       justify-content: space-between;       align-items: center;     }      .dtc-faq-item summary::-webkit-details-marker {       display: none;     }      .dtc-faq-item summary::after {       content: '+';       font-size: 18px;       color: var(--dtc-glow);     }      .dtc-faq-item[open] summary::after {       content: '−';     }      .dtc-faq-content {       padding: 0 16px 14px 16px;       font-size: 13px;       color: var(--dtc-text-sub);       line-height: 1.6;       border-top: 1px solid rgba(255, 255, 255, 0.05);       margin-top: 4px;       padding-top: 10px;     }      \/* Section 7: Final CTA Frame *\/     .dtc-cta-box {       background: linear-gradient(180deg, var(--dtc-bg-card) 0%, #0f172a 100%);       border: 1px solid var(--dtc-accent);       border-radius: 12px;       padding: 28px 16px;       text-align: center;       max-width: 600px;       margin: 0 auto;       box-shadow: 0 0 30px rgba(245, 158, 11, 0.2);     }      .dtc-badge-urgency {       display: inline-block;       background: rgba(239, 68, 68, 0.15);       color: #f87171;       border: 1px solid rgba(239, 68, 68, 0.3);       font-size: 11px;       font-weight: 700;       padding: 3px 10px;       border-radius: 4px;       margin-bottom: 12px;       text-transform: uppercase;       letter-spacing: 0.5px;     }      .dtc-guarantee-text {       font-size: 12px;       color: var(--dtc-text-sub);       margin-top: 14px;       display: flex;       align-items: center;       justify-content: center;       gap: 6px;     }   \u003c\/style\u003e \u003cdiv class=\"dtc-landing-wrapper\"\u003e \u003c!-- Section 1: Hero Section --\u003e \u003cdiv class=\"dtc-section\"\u003e \u003cdiv class=\"dtc-container\"\u003e \u003cdiv class=\"dtc-hero-grid\"\u003e \u003cdiv class=\"dtc-hero-img-wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0779\/3170\/8605\/files\/9e2539315fcc4c78afc37f1c346ba4a4_tplv-fhlh96nyum-crop-webp_1536_1536.webp?v=1789804758\" alt=\"\"\u003e\u003c\/div\u003e \u003cdiv\u003e \u003cspan class=\"dtc-tag\"\u003eOutdoor Safety \u0026amp; Ambience\u003c\/span\u003e \u003ch1 class=\"dtc-title-lg\"\u003eTransform Your Outdoor Stairs with Zero Wiring\u003c\/h1\u003e \u003cp class=\"dtc-subtitle\"\u003eUpgrade your home's curb appeal while preventing nighttime stumbles. Automatic dusk-to-dawn solar lighting designed for all-weather outdoor step safety.\u003c\/p\u003e \u003cdiv class=\"dtc-hero-stats-grid\"\u003e \u003cdiv class=\"dtc-stat-card\"\u003e \u003cspan class=\"dtc-stat-val\"\u003e30-Sec Setup\u003c\/span\u003e \u003cspan class=\"dtc-stat-lbl\"\u003eTool-Free\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"dtc-stat-card\"\u003e \u003cspan class=\"dtc-stat-val\"\u003e10 Hours\u003c\/span\u003e \u003cspan class=\"dtc-stat-lbl\"\u003eAll-Night Light\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"dtc-stat-card\"\u003e \u003cspan class=\"dtc-stat-val\"\u003eIP65 Rated\u003c\/span\u003e \u003cspan class=\"dtc-stat-lbl\"\u003eWeatherproof\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"dtc-stat-card\"\u003e \u003cspan class=\"dtc-stat-val\"\u003e$0 Bill\u003c\/span\u003e \u003cspan class=\"dtc-stat-lbl\"\u003e100% Solar\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003ca href=\"#buy-now\" class=\"dtc-btn-primary\"\u003eGet 2-Pack Special Offer\u003c\/a\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- Section 2: Scenario \u0026 Details --\u003e \u003cdiv class=\"dtc-section\"\u003e \u003cdiv class=\"dtc-container\"\u003e \u003cdiv class=\"dtc-scenario-grid\"\u003e \u003cdiv\u003e \u003cspan class=\"dtc-tag\"\u003eEffortless Home Improvement\u003c\/span\u003e \u003ch2 class=\"dtc-title-lg\" style=\"text-align: left;\"\u003eHighlight Your Stairs \u0026amp; Make Home Safer\u003c\/h2\u003e \u003cp class=\"dtc-subtitle\"\u003eDark steps present a constant tripping risk for your family and guests. Our solar stair lights automatically project glare-free warm light across your steps right when night falls.\u003c\/p\u003e \u003cul class=\"dtc-checklist\"\u003e \u003cli class=\"dtc-checklist-item\"\u003e \u003cspan class=\"dtc-checklist-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eDusk-to-Dawn Automation:\u003c\/strong\u003e High-efficiency solar panels charge all day and power on seamlessly at dusk for complete hands-free operation.\u003c\/span\u003e \u003c\/li\u003e \u003cli class=\"dtc-checklist-item\"\u003e \u003cspan class=\"dtc-checklist-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003e30-Second Tool-Free Setup:\u003c\/strong\u003e No drilling, wiring, or technical skills needed. Simply place on step corners or apply with adhesive pads.\u003c\/span\u003e \u003c\/li\u003e \u003cli class=\"dtc-checklist-item\"\u003e \u003cspan class=\"dtc-checklist-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eGlare-Free Safety Illumination:\u003c\/strong\u003e Warm LED glow highlights step edges clearly without blinding eyes or bothering neighbors.\u003c\/span\u003e \u003c\/li\u003e \u003cli class=\"dtc-checklist-item\"\u003e \u003cspan class=\"dtc-checklist-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eAll-Year Weather Resistance:\u003c\/strong\u003e IP65 sealed construction resists heavy rain, snow, frost, and high summer heat effortless.\u003c\/span\u003e \u003c\/li\u003e \u003c\/ul\u003e \u003ca href=\"#buy-now\" class=\"dtc-btn-primary\"\u003eUpgrade Your Steps Today\u003c\/a\u003e \u003c\/div\u003e \u003cdiv class=\"dtc-hero-img-wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0779\/3170\/8605\/files\/3b11b5a7aace4cd0a697a37622ba3e0a_tplv-fhlh96nyum-crop-webp_1500_1500.webp?v=1789804758\" alt=\"\"\u003e\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- Section 3: Easy Setup 3-Steps --\u003e \u003cdiv class=\"dtc-section\"\u003e \u003cdiv class=\"dtc-container\"\u003e \u003ch2 class=\"dtc-title-md\"\u003e30-Second Tool-Free Installation\u003c\/h2\u003e \u003cp class=\"dtc-subtitle\" style=\"text-align: center; max-width: 600px; margin: 0 auto;\"\u003eZero DIY experience required. Enhance your stairs in 3 effortless steps.\u003c\/p\u003e \u003cdiv class=\"dtc-steps-grid\"\u003e \u003cdiv class=\"dtc-step-card\"\u003e \u003cspan class=\"dtc-step-num\"\u003e01\u003c\/span\u003e \u003cdiv class=\"dtc-step-title\"\u003eTurn On Switch\u003c\/div\u003e \u003cdiv class=\"dtc-step-desc\"\u003eFlip the internal waterproof power switch located on the underside to activate dusk-to-dawn automatic sensing.\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"dtc-step-card\"\u003e \u003cspan class=\"dtc-step-num\"\u003e02\u003c\/span\u003e \u003cdiv class=\"dtc-step-title\"\u003ePlace or Peel \u0026amp; Stick\u003c\/div\u003e \u003cdiv class=\"dtc-step-desc\"\u003eSet directly onto step corners or attach securely using the included heavy-duty outdoor adhesive tape.\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"dtc-step-card\"\u003e \u003cspan class=\"dtc-step-num\"\u003e03\u003c\/span\u003e \u003cdiv class=\"dtc-step-title\"\u003eEnjoy Auto Lighting\u003c\/div\u003e \u003cdiv class=\"dtc-step-desc\"\u003eLet direct sunlight charge the panels throughout the day, and enjoy up to 10 hours of elegant night lighting automatically.\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- Section 5: Engineered Features --\u003e \u003cdiv class=\"dtc-section\"\u003e \u003cdiv class=\"dtc-container\"\u003e \u003ch2 class=\"dtc-title-md\"\u003eEngineered For Premium Durability\u003c\/h2\u003e \u003cdiv class=\"dtc-features-grid\"\u003e \u003cdiv class=\"dtc-feature-item\"\u003e \u003cdiv class=\"dtc-feature-icon\"\u003e☀️\u003c\/div\u003e \u003cdiv class=\"dtc-feature-h3\"\u003eHigh-Efficiency Solar Panel\u003c\/div\u003e \u003cdiv class=\"dtc-feature-p\"\u003eAdvanced solar cell conversion turns 6–8 hours of sunlight into 8–10 hours of continuous dark illumination.\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"dtc-feature-item\"\u003e \u003cdiv class=\"dtc-feature-icon\"\u003e🌧️\u003c\/div\u003e \u003cdiv class=\"dtc-feature-h3\"\u003eIP65 Waterproof Housing\u003c\/div\u003e \u003cdiv class=\"dtc-feature-p\"\u003eSealed protective shell withstands torrential rain, heavy snow, severe frost, and extreme heat without yellowing.\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"dtc-feature-item\"\u003e \u003cdiv class=\"dtc-feature-icon\"\u003e🛡️\u003c\/div\u003e \u003cdiv class=\"dtc-feature-h3\"\u003eThickened Metal Structure\u003c\/div\u003e \u003cdiv class=\"dtc-feature-p\"\u003eReinforced body frame prevents deformation from accidental foot bumps or harsh outdoor environmental stress.\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"dtc-feature-item\"\u003e \u003cdiv class=\"dtc-feature-icon\"\u003e✨\u003c\/div\u003e \u003cdiv class=\"dtc-feature-h3\"\u003eDesigner Shadow Pattern\u003c\/div\u003e \u003cdiv class=\"dtc-feature-p\"\u003eIntricate laser-cut housing creates captivating light and shadow patterns across step surfaces for visual warmth.\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"dtc-feature-item\"\u003e \u003cdiv class=\"dtc-feature-icon\"\u003e📦\u003c\/div\u003e \u003cdiv class=\"dtc-feature-h3\"\u003e2-Pack Value Set\u003c\/div\u003e \u003cdiv class=\"dtc-feature-p\"\u003eIncludes two matching stair lights per bundle to quickly cover porch, deck, or garden staircase layouts.\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"dtc-feature-item\"\u003e \u003cdiv class=\"dtc-feature-icon\"\u003e💡\u003c\/div\u003e \u003cdiv class=\"dtc-feature-h3\"\u003eSoft Warm LED Glow\u003c\/div\u003e \u003cdiv class=\"dtc-feature-p\"\u003eDiffused LED beads emit a pleasant non-glare warm illumination that safeguards every step without blinding.\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- Section 6: FAQ --\u003e \u003cdiv class=\"dtc-section\"\u003e \u003cdiv class=\"dtc-container\"\u003e \u003ch2 class=\"dtc-title-md\"\u003eFrequently Asked Questions\u003c\/h2\u003e \u003cdiv class=\"dtc-faq-list\"\u003e \u003cdetails class=\"dtc-faq-item\"\u003e \u003csummary\u003eDo I need to hire an electrician or install complex wiring?\u003c\/summary\u003e \u003cdiv class=\"dtc-faq-content\"\u003eNot at all! These lights are 100% solar-powered and wireless. Simply place them on your steps or adhere them with the provided mounting pads in under 30 seconds.\u003c\/div\u003e \u003c\/details\u003e \u003cdetails class=\"dtc-faq-item\"\u003e \u003csummary\u003eHow long do the lights stay lit at night?\u003c\/summary\u003e \u003cdiv class=\"dtc-faq-content\"\u003eAfter a full day's solar charge (approx. 6–8 hours of direct sunlight), the built-in rechargeable battery powers the soft LED glow for up to 8–10 hours through the night.\u003c\/div\u003e \u003c\/details\u003e \u003cdetails class=\"dtc-faq-item\"\u003e \u003csummary\u003eCan these withstand winter snow and rainstorms?\u003c\/summary\u003e \u003cdiv class=\"dtc-faq-content\"\u003eYes. Rated with an IP65 waterproof and heat-resistant housing, these outdoor step lights are built for year-round durability against frost, rain, snow, and intense direct sun.\u003c\/div\u003e \u003c\/details\u003e \u003cdetails class=\"dtc-faq-item\"\u003e \u003csummary\u003eWhere can I install these outdoor lights?\u003c\/summary\u003e \u003cdiv class=\"dtc-faq-content\"\u003eThey are ideal for front porch steps, backyard deck stairs, patio walkways, balcony ledges, and garden fence step edges.\u003c\/div\u003e \u003c\/details\u003e \u003cdetails class=\"dtc-faq-item\"\u003e \u003csummary\u003eAre these suitable for everyday illumination or seasonal decor?\u003c\/summary\u003e \u003cdiv class=\"dtc-faq-content\"\u003eBoth! They provide practical daily safety lighting while adding an charming aesthetic accent to your property during holidays, evening family gatherings, and outdoor parties.\u003c\/div\u003e \u003c\/details\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- Section 7: Final CTA --\u003e \u003cdiv class=\"dtc-section\" id=\"buy-now\" style=\"border-bottom: none;\"\u003e \u003cdiv class=\"dtc-container\"\u003e \u003cdiv class=\"dtc-cta-box\"\u003e \u003cspan class=\"dtc-badge-urgency\"\u003eLimited Time Promotion — Save 50%\u003c\/span\u003e \u003ch2 class=\"dtc-title-lg\" style=\"font-size: 24px; margin-bottom: 8px;\"\u003eElevate Your Outdoor Step Safety Today\u003c\/h2\u003e \u003cp class=\"dtc-subtitle\" style=\"margin-bottom: 16px;\"\u003eOrder your Solar Step Lights 2-Pack Value Bundle now and enjoy instant curb appeal with fast express shipping!\u003c\/p\u003e \u003ca href=\"#\" class=\"dtc-btn-primary\"\u003eClaim 2-Pack Offer Now\u003c\/a\u003e \u003cdiv class=\"dtc-guarantee-text\"\u003e\u003cspan\u003e🔒 \u003cstrong\u003e30-Day Satisfaction Guarantee:\u003c\/strong\u003e Try them risk-free outdoors. Love them or return easily.\u003c\/span\u003e\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e","brand":"mysite","offers":[{"title":"2 pcak","offer_id":51191754883319,"sku":"NC02192609199518-13LED台阶灯2个装-暖光","price":29.99,"currency_code":"USD","in_stock":true},{"title":"4 pcak","offer_id":51191754916087,"sku":"NC02192609199518-13LED台阶灯2个装-暖光*2","price":44.99,"currency_code":"USD","in_stock":true},{"title":"6 pcak","offer_id":51191754948855,"sku":"NC02192609199518-13LED台阶灯2个装-暖光*3","price":69.99,"currency_code":"USD","in_stock":true},{"title":"8 pcak(Free Shipping)","offer_id":51191754981623,"sku":"NC02192609199518-13LED台阶灯2个装-暖光*4","price":84.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0942\/2330\/2903\/files\/9e2539315fcc4c78afc37f1c346ba4a4_tplv-fhlh96nyum-crop-webp_1536_1536.webp?v=1789960479","url":"https:\/\/ahlwovip.com\/fr\/products\/2-pack-solar-step-lights","provider":"ahlwovip","version":"1.0","type":"link"}