{"product_id":"glow-in-the-dark-garden-pebbles","title":"✨Glow-in-the-Dark Garden Pebbles | Colorful Outdoor Decor","description":"\u003cstyle\u003e\n\/* =========================================================\n   Glow Pebbles Product Detail\n   Shopify 产品描述专用\n   使用 Container Query，避免详情页窄容器布局错乱\n========================================================= *\/\n\n.glow-detail {\n  --gd-bg: #07100d;\n  --gd-card: #101b17;\n  --gd-card-2: #14231d;\n  --gd-text: #f6f8f7;\n  --gd-muted: #b9c4be;\n  --gd-green: #b9ff65;\n  --gd-cyan: #70f4e0;\n  --gd-yellow: #ffe66d;\n  --gd-border: rgba(255, 255, 255, 0.10);\n\n  width: 100%;\n  max-width: 100%;\n  overflow-x: hidden;\n  box-sizing: border-box;\n\n  container-type: inline-size;\n  container-name: glowdetail;\n\n  background:\n    radial-gradient(circle at 10% 0%, rgba(112,244,224,.10), transparent 32%),\n    radial-gradient(circle at 90% 10%, rgba(185,255,101,.09), transparent 30%),\n    var(--gd-bg);\n\n  color: var(--gd-text);\n  font-family:\n    Inter,\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n\n  border-radius: 26px;\n  padding: clamp(18px, 3vw, 36px);\n}\n\n.glow-detail *,\n.glow-detail *::before,\n.glow-detail *::after {\n  box-sizing: border-box;\n}\n\n.glow-detail img,\n.glow-detail video {\n  display: block;\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n}\n\n.glow-detail img {\n  object-fit: cover;\n}\n\n.glow-detail video {\n  object-fit: cover;\n  background: #000;\n}\n\n.glow-wrap {\n  width: 100%;\n  max-width: 1180px;\n  margin: 0 auto;\n}\n\n.glow-section {\n  margin-top: 34px;\n}\n\n.glow-section:first-child {\n  margin-top: 0;\n}\n\n.glow-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  margin-bottom: 14px;\n  padding: 7px 12px;\n\n  border: 1px solid rgba(185, 255, 101, .22);\n  border-radius: 999px;\n\n  color: var(--gd-green);\n  background: rgba(185, 255, 101, .08);\n\n  font-size: 12px;\n  font-weight: 800;\n  letter-spacing: .08em;\n  text-transform: uppercase;\n}\n\n.glow-title {\n  margin: 0;\n  color: var(--gd-text);\n  font-size: clamp(32px, 6cqw, 62px);\n  line-height: 1.02;\n  letter-spacing: -0.045em;\n  font-weight: 900;\n}\n\n.glow-title span {\n  color: var(--gd-green);\n}\n\n.glow-subtitle {\n  margin: 18px 0 0;\n  max-width: 760px;\n  color: var(--gd-muted);\n  font-size: clamp(15px, 2.1cqw, 19px);\n  line-height: 1.7;\n}\n\n.glow-section-title {\n  margin: 0;\n  color: var(--gd-text);\n  font-size: clamp(25px, 4cqw, 40px);\n  line-height: 1.1;\n  letter-spacing: -0.035em;\n  font-weight: 900;\n}\n\n.glow-section-title span {\n  color: var(--gd-green);\n}\n\n.glow-desc {\n  margin: 14px 0 0;\n  color: var(--gd-muted);\n  font-size: 16px;\n  line-height: 1.75;\n}\n\n.glow-media {\n  overflow: hidden;\n  border: 1px solid var(--gd-border);\n  border-radius: 22px;\n  background: #0c1512;\n}\n\n.glow-media img,\n.glow-media video {\n  border-radius: inherit;\n}\n\n.glow-grid-2 {\n  display: grid;\n  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);\n  gap: 24px;\n  align-items: center;\n}\n\n.glow-card {\n  padding: 28px;\n  border: 1px solid var(--gd-border);\n  border-radius: 22px;\n  background:\n    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.01)),\n    var(--gd-card);\n}\n\n.glow-card.soft {\n  background:\n    radial-gradient(circle at top right, rgba(185,255,101,.10), transparent 42%),\n    var(--gd-card);\n}\n\n.glow-highlight {\n  color: var(--gd-green);\n  font-weight: 800;\n}\n\n.glow-benefits {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 14px;\n  margin-top: 22px;\n}\n\n.glow-benefit {\n  min-width: 0;\n  padding: 18px;\n  border: 1px solid var(--gd-border);\n  border-radius: 18px;\n  background: rgba(255,255,255,.025);\n}\n\n.glow-benefit-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  width: 42px;\n  height: 42px;\n  margin-bottom: 13px;\n\n  border-radius: 12px;\n  background: rgba(185,255,101,.10);\n\n  font-size: 22px;\n}\n\n.glow-benefit strong {\n  display: block;\n  margin-bottom: 7px;\n  color: #fff;\n  font-size: 14px;\n  line-height: 1.35;\n}\n\n.glow-benefit span {\n  display: block;\n  color: var(--gd-muted);\n  font-size: 13px;\n  line-height: 1.55;\n}\n\n.glow-feature-list {\n  display: grid;\n  gap: 14px;\n  margin-top: 22px;\n}\n\n.glow-feature-row {\n  display: grid;\n  grid-template-columns: 46px minmax(0, 1fr);\n  gap: 14px;\n\n  padding: 16px;\n  border: 1px solid var(--gd-border);\n  border-radius: 16px;\n  background: rgba(255,255,255,.025);\n}\n\n.glow-feature-row .icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  width: 46px;\n  height: 46px;\n\n  border-radius: 14px;\n  background: rgba(112,244,224,.09);\n  font-size: 23px;\n}\n\n.glow-feature-row strong {\n  display: block;\n  color: #fff;\n  font-size: 15px;\n  margin-bottom: 4px;\n}\n\n.glow-feature-row p {\n  margin: 0;\n  color: var(--gd-muted);\n  font-size: 14px;\n  line-height: 1.6;\n}\n\n.glow-use-grid {\n  display: grid;\n  grid-template-columns: repeat(5, minmax(0,1fr));\n  gap: 12px;\n  margin-top: 20px;\n}\n\n.glow-use {\n  padding: 18px 12px;\n  text-align: center;\n\n  border: 1px solid var(--gd-border);\n  border-radius: 18px;\n  background: rgba(255,255,255,.025);\n}\n\n.glow-use span {\n  display: block;\n  margin-bottom: 8px;\n  font-size: 25px;\n}\n\n.glow-use strong {\n  font-size: 13px;\n  line-height: 1.35;\n}\n\n.glow-note {\n  margin-top: 18px;\n  padding: 16px 18px;\n  border-left: 3px solid var(--gd-green);\n  border-radius: 12px;\n  background: rgba(185,255,101,.06);\n  color: #dbe4df;\n  font-size: 13px;\n  line-height: 1.7;\n}\n\n.glow-steps {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0,1fr));\n  gap: 15px;\n  margin-top: 22px;\n}\n\n.glow-step {\n  padding: 22px;\n  border: 1px solid var(--gd-border);\n  border-radius: 18px;\n  background: var(--gd-card);\n}\n\n.glow-step-num {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  width: 34px;\n  height: 34px;\n  margin-bottom: 14px;\n\n  border-radius: 50%;\n  background: var(--gd-green);\n  color: #07100d;\n\n  font-weight: 900;\n  font-size: 14px;\n}\n\n.glow-step strong {\n  color: white;\n  font-size: 15px;\n}\n\n.glow-step p {\n  margin: 7px 0 0;\n  color: var(--gd-muted);\n  font-size: 13px;\n  line-height: 1.55;\n}\n\n.glow-review-title {\n  margin: 0;\n  font-size: clamp(26px, 4.3cqw, 42px);\n  font-weight: 900;\n  letter-spacing: -.035em;\n  line-height: 1.1;\n}\n\n.glow-review-number {\n  color: var(--gd-green);\n}\n\n.glow-trust {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0,1fr));\n  gap: 14px;\n  margin-top: 20px;\n}\n\n.glow-trust-item {\n  padding: 20px;\n  border: 1px solid var(--gd-border);\n  border-radius: 18px;\n  background: rgba(255,255,255,.025);\n}\n\n.glow-trust-item .emoji {\n  display: block;\n  margin-bottom: 10px;\n  font-size: 24px;\n}\n\n.glow-trust-item strong {\n  display: block;\n  margin-bottom: 7px;\n  color: #fff;\n  font-size: 15px;\n}\n\n.glow-trust-item p {\n  margin: 0;\n  color: var(--gd-muted);\n  font-size: 13px;\n  line-height: 1.6;\n}\n\n.glow-risk {\n  margin-top: 22px;\n  padding: 24px;\n\n  border: 1px solid rgba(185,255,101,.25);\n  border-radius: 20px;\n\n  background:\n    radial-gradient(circle at top right, rgba(185,255,101,.10), transparent 45%),\n    #101b17;\n}\n\n.glow-risk strong {\n  display: block;\n  color: var(--gd-green);\n  font-size: 20px;\n  margin-bottom: 10px;\n}\n\n.glow-risk p {\n  margin: 0;\n  color: var(--gd-muted);\n  font-size: 14px;\n  line-height: 1.7;\n}\n\n.glow-small-label {\n  margin-bottom: 10px;\n  color: var(--gd-cyan);\n  font-size: 12px;\n  font-weight: 800;\n  letter-spacing: .08em;\n  text-transform: uppercase;\n}\n\n\/* ==============================\n   Container Query\n   Shopify 产品区域较窄时自动重排\n============================== *\/\n\n@container glowdetail (max-width: 860px) {\n  .glow-grid-2 {\n    grid-template-columns: 1fr;\n  }\n\n  .glow-benefits {\n    grid-template-columns: repeat(2, minmax(0,1fr));\n  }\n\n  .glow-use-grid {\n    grid-template-columns: repeat(3, minmax(0,1fr));\n  }\n\n  .glow-trust {\n    grid-template-columns: 1fr;\n  }\n}\n\n@container glowdetail (max-width: 620px) {\n  .glow-detail {\n    border-radius: 18px;\n    padding: 14px;\n  }\n\n  .glow-section {\n    margin-top: 26px;\n  }\n\n  .glow-card {\n    padding: 20px;\n  }\n\n  .glow-grid-2 {\n    gap: 16px;\n  }\n\n  .glow-benefits {\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n  }\n\n  .glow-benefit {\n    padding: 15px;\n  }\n\n  .glow-use-grid {\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n  }\n\n  .glow-steps {\n    grid-template-columns: 1fr;\n  }\n\n  .glow-title {\n    font-size: 36px;\n  }\n\n  .glow-section-title {\n    font-size: 28px;\n  }\n}\n\n@container glowdetail (max-width: 430px) {\n  .glow-benefits {\n    grid-template-columns: 1fr;\n  }\n\n  .glow-use-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .glow-card {\n    padding: 18px;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"glow-detail\"\u003e\n  \u003cdiv class=\"glow-wrap\"\u003e\n\n\n    \u003c!-- =====================================================\n         HERO\n    ====================================================== --\u003e\n    \u003csection class=\"glow-section\"\u003e\n\n      \u003cdiv class=\"glow-eyebrow\"\u003e\n        ✨ LIGHT-CHARGED GARDEN DECOR\n      \u003c\/div\u003e\n\n      \u003ch1 class=\"glow-title\"\u003e\n        Make Your Outdoor Space \u003cspan\u003eGlow After Dark.\u003c\/span\u003e\n      \u003c\/h1\u003e\n\n      \u003cp class=\"glow-subtitle\"\u003e\n        Create a magical nighttime atmosphere around gardens, pathways,\n        planters, patios and decorative spaces with colorful\n        \u003cstrong\u003eglow-in-the-dark pebbles\u003c\/strong\u003e.\n        Simply expose them to sunlight or bright artificial light,\n        then enjoy their soft glow after dark.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"glow-benefits\"\u003e\n\n        \u003cdiv class=\"glow-benefit\"\u003e\n          \u003cdiv class=\"glow-benefit-icon\"\u003e☀️\u003c\/div\u003e\n          \u003cstrong\u003eLight-Charged\u003c\/strong\u003e\n          \u003cspan\u003eAbsorbs surrounding light during the day.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"glow-benefit\"\u003e\n          \u003cdiv class=\"glow-benefit-icon\"\u003e🌙\u003c\/div\u003e\n          \u003cstrong\u003eGlow After Dark\u003c\/strong\u003e\n          \u003cspan\u003eCreates a soft decorative nighttime glow.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"glow-benefit\"\u003e\n          \u003cdiv class=\"glow-benefit-icon\"\u003e💧\u003c\/div\u003e\n          \u003cstrong\u003eOutdoor Ready\u003c\/strong\u003e\n          \u003cspan\u003eWater-resistant for gardens and landscaping.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"glow-benefit\"\u003e\n          \u003cdiv class=\"glow-benefit-icon\"\u003e🔌\u003c\/div\u003e\n          \u003cstrong\u003eNo Electricity\u003c\/strong\u003e\n          \u003cspan\u003eNo wires, plugs or complicated installation.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n\n    \u003c!-- =====================================================\n         HERO GIF\n    ====================================================== --\u003e\n    \u003csection class=\"glow-section\"\u003e\n      \u003cdiv class=\"glow-media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/0284\/3907\/files\/s1.gif?v=1778122235\" alt=\"Glow in the dark garden pebbles glowing at night\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003c!-- =====================================================\n         SECTION 1\n    ====================================================== --\u003e\n    \u003csection class=\"glow-section\"\u003e\n\n      \u003cdiv class=\"glow-grid-2\"\u003e\n\n        \u003cdiv class=\"glow-card soft\"\u003e\n\n          \u003cdiv class=\"glow-small-label\"\u003e\n            DAY TO NIGHT\n          \u003c\/div\u003e\n\n          \u003ch2 class=\"glow-section-title\"\u003e\n            Charge by Day.\u003cbr\u003e\n            \u003cspan\u003eGlow by Night.\u003c\/span\u003e\n          \u003c\/h2\u003e\n\n          \u003cp class=\"glow-desc\"\u003e\n            These decorative pebbles absorb sunlight or bright artificial\n            light and gradually release that stored energy as a gentle glow\n            once the surroundings become dark.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"glow-feature-list\"\u003e\n\n            \u003cdiv class=\"glow-feature-row\"\u003e\n              \u003cdiv class=\"icon\"\u003e☀️\u003c\/div\u003e\n              \u003cdiv\u003e\n                \u003cstrong\u003eAbsorbs Light Naturally\u003c\/strong\u003e\n                \u003cp\u003e\n                  Leave the pebbles in a bright location during the day\n                  to help maximize their nighttime glow.\n                \u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"glow-feature-row\"\u003e\n              \u003cdiv class=\"icon\"\u003e✨\u003c\/div\u003e\n              \u003cdiv\u003e\n                \u003cstrong\u003eSoft Ambient Glow\u003c\/strong\u003e\n                \u003cp\u003e\n                  Add atmospheric illumination to pathways, pots,\n                  decorative borders and garden features.\n                \u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"glow-media\"\u003e\n          \u003cvideo src=\"https:\/\/assets.onepagecdn.com\/files\/43f18fe29a61acdc64957d488e16bfcd\/s3.mp4\" autoplay muted loop playsinline preload=\"metadata\"\u003e\u003c\/video\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n\n    \u003c!-- =====================================================\n         DAY \/ NIGHT IMAGE\n    ====================================================== --\u003e\n    \u003csection class=\"glow-section\"\u003e\n      \u003cdiv class=\"glow-media\"\u003e\n        \u003cimg src=\"https:\/\/assets.onepagecdn.com\/files\/f41d5895410fa2f5f39022697c91a1c4\/4a.png\" alt=\"Glow pebbles garden decoration\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003c!-- =====================================================\n         SAFE MATERIAL\n    ====================================================== --\u003e\n    \u003csection class=\"glow-section\"\u003e\n\n      \u003cdiv class=\"glow-grid-2\"\u003e\n\n        \u003cdiv class=\"glow-media\"\u003e\n          \u003cvideo src=\"https:\/\/assets.onepagecdn.com\/files\/80d7e04402c377035fbe2054f0d99e89\/s2.mp4\" autoplay muted loop playsinline preload=\"metadata\"\u003e\u003c\/video\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"glow-card\"\u003e\n\n          \u003cdiv class=\"glow-small-label\"\u003e\n            DESIGNED FOR DECORATING\n          \u003c\/div\u003e\n\n          \u003ch2 class=\"glow-section-title\"\u003e\n            Lightweight,\n            \u003cspan\u003eReusable \u0026amp; Easy to Place\u003c\/span\u003e\n          \u003c\/h2\u003e\n\n          \u003cp class=\"glow-desc\"\u003e\n            Made from lightweight decorative resin, these glowing stones\n            are easy to arrange, move and reuse whenever you want to refresh\n            your garden or indoor décor.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"glow-feature-list\"\u003e\n\n            \u003cdiv class=\"glow-feature-row\"\u003e\n              \u003cdiv class=\"icon\"\u003e🌿\u003c\/div\u003e\n              \u003cdiv\u003e\n                \u003cstrong\u003eGreat for Decorative Landscaping\u003c\/strong\u003e\n                \u003cp\u003e\n                  Use them around flowers, planters, borders,\n                  patios and garden features.\n                \u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"glow-feature-row\"\u003e\n              \u003cdiv class=\"icon\"\u003e♻️\u003c\/div\u003e\n              \u003cdiv\u003e\n                \u003cstrong\u003eReusable Decoration\u003c\/strong\u003e\n                \u003cp\u003e\n                  Rearrange the stones whenever your layout or seasonal\n                  decoration changes.\n                \u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n\n    \u003c!-- =====================================================\n         GLOW FEATURE\n    ====================================================== --\u003e\n    \u003csection class=\"glow-section\"\u003e\n\n      \u003cdiv class=\"glow-card soft\"\u003e\n\n        \u003cdiv class=\"glow-small-label\"\u003e\n          LIGHT-CHARGED GLOW\n        \u003c\/div\u003e\n\n        \u003ch2 class=\"glow-section-title\"\u003e\n          No Wires. No Batteries.\n          \u003cspan\u003eJust Add Light.\u003c\/span\u003e\n        \u003c\/h2\u003e\n\n        \u003cp class=\"glow-desc\"\u003e\n          Place the pebbles somewhere bright so they can absorb light.\n          Once darkness falls, they gradually release a gentle glow,\n          creating an eye-catching nighttime effect without electrical\n          cables or external power.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"glow-steps\"\u003e\n\n          \u003cdiv class=\"glow-step\"\u003e\n            \u003cdiv class=\"glow-step-num\"\u003e1\u003c\/div\u003e\n            \u003cstrong\u003eExpose to Light\u003c\/strong\u003e\n            \u003cp\u003e\n              Place the stones in sunlight or under strong artificial light.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"glow-step\"\u003e\n            \u003cdiv class=\"glow-step-num\"\u003e2\u003c\/div\u003e\n            \u003cstrong\u003eArrange Your Space\u003c\/strong\u003e\n            \u003cp\u003e\n              Scatter them around pathways, pots, borders or decorative areas.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"glow-step\"\u003e\n            \u003cdiv class=\"glow-step-num\"\u003e3\u003c\/div\u003e\n            \u003cstrong\u003eEnjoy the Glow\u003c\/strong\u003e\n            \u003cp\u003e\n              As the surroundings become darker, the stones begin to glow.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"glow-note\"\u003e\n          \u003cstrong\u003eGlow Tip:\u003c\/strong\u003e\n          The brightness and duration of the glow depend on how much light\n          the stones absorb beforehand. Stronger and longer light exposure\n          generally produces a more noticeable nighttime effect.\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n\n    \u003c!-- =====================================================\n         IMAGE\n    ====================================================== --\u003e\n    \u003csection class=\"glow-section\"\u003e\n      \u003cdiv class=\"glow-media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/0284\/3907\/files\/15_1.jpg?v=1778126405\" alt=\"Glow in the dark pebbles after absorbing light\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003c!-- =====================================================\n         COLORS\n    ====================================================== --\u003e\n    \u003csection class=\"glow-section\"\u003e\n\n      \u003cdiv class=\"glow-grid-2\"\u003e\n\n        \u003cdiv class=\"glow-card\"\u003e\n\n          \u003cdiv class=\"glow-small-label\"\u003e\n            MULTIPLE COLOR OPTIONS\n          \u003c\/div\u003e\n\n          \u003ch2 class=\"glow-section-title\"\u003e\n            Colorful by Day.\n            \u003cspan\u003eMesmerizing by Night.\u003c\/span\u003e\n          \u003c\/h2\u003e\n\n          \u003cp class=\"glow-desc\"\u003e\n            Choose a single shade for a cleaner landscape design or combine\n            several colors for a playful, colorful nighttime display.\n          \u003c\/p\u003e\n\n          \u003cp class=\"glow-desc\"\u003e\n            They're an easy way to add personality to spaces that normally\n            disappear into the darkness after sunset.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"glow-media\"\u003e\n          \u003cimg src=\"https:\/\/assets.onepagecdn.com\/files\/45c8a3978b6fafab09c10ddd1bbf1d80\/f1.jpg\" alt=\"Multicolor glow in the dark decorative pebbles\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n\n    \u003c!-- =====================================================\n         DURABILITY\n    ====================================================== --\u003e\n    \u003csection class=\"glow-section\"\u003e\n\n      \u003cdiv class=\"glow-grid-2\"\u003e\n\n        \u003cdiv class=\"glow-media\"\u003e\n          \u003cvideo src=\"https:\/\/assets.onepagecdn.com\/files\/a43f664e5a509d1b141f04943d8e7828\/s5.mp4\" autoplay muted loop playsinline preload=\"metadata\"\u003e\u003c\/video\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"glow-card soft\"\u003e\n\n          \u003cdiv class=\"glow-small-label\"\u003e\n            OUTDOOR DECOR\n          \u003c\/div\u003e\n\n          \u003ch2 class=\"glow-section-title\"\u003e\n            Made for\n            \u003cspan\u003eGardens \u0026amp; Outdoor Spaces\u003c\/span\u003e\n          \u003c\/h2\u003e\n\n          \u003cp class=\"glow-desc\"\u003e\n            The decorative pebbles are designed for use around gardens,\n            flower pots, pathways and landscaping areas where they may\n            encounter moisture and changing weather conditions.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"glow-feature-list\"\u003e\n\n            \u003cdiv class=\"glow-feature-row\"\u003e\n              \u003cdiv class=\"icon\"\u003e💧\u003c\/div\u003e\n              \u003cdiv\u003e\n                \u003cstrong\u003eWater-Resistant\u003c\/strong\u003e\n                \u003cp\u003e\n                  Suitable for decorative outdoor areas exposed to moisture.\n                \u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"glow-feature-row\"\u003e\n              \u003cdiv class=\"icon\"\u003e🪴\u003c\/div\u003e\n              \u003cdiv\u003e\n                \u003cstrong\u003eEasy Landscaping Upgrade\u003c\/strong\u003e\n                \u003cp\u003e\n                  Add color and visual interest without electrical installation.\n                \u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n\n    \u003c!-- =====================================================\n         BEFORE \/ AFTER\n    ====================================================== --\u003e\n    \u003csection class=\"glow-section\"\u003e\n\n      \u003cdiv class=\"glow-card\"\u003e\n\n        \u003cdiv class=\"glow-small-label\"\u003e\n          BEFORE \u0026amp; AFTER\n        \u003c\/div\u003e\n\n        \u003ch2 class=\"glow-section-title\"\u003e\n          A Small Detail That Can\n          \u003cspan\u003eChange the Whole Mood.\u003c\/span\u003e\n        \u003c\/h2\u003e\n\n        \u003cp class=\"glow-desc\"\u003e\n          Ordinary garden edges and walkways can feel completely different\n          once subtle glowing accents are added after sunset.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"glow-media\" style=\"margin-top:16px;\"\u003e\n        \u003cimg src=\"https:\/\/assets.onepagecdn.com\/files\/147005ddca45ffdfeccbf1aef907dccb\/BeforeAfter.png\" alt=\"Before and after garden glow pebbles\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n\n    \u003c!-- =====================================================\n         USE CASES\n    ====================================================== --\u003e\n    \u003csection class=\"glow-section\"\u003e\n\n      \u003cdiv class=\"glow-card soft\"\u003e\n\n        \u003cdiv class=\"glow-small-label\"\u003e\n          SO MANY WAYS TO USE THEM\n        \u003c\/div\u003e\n\n        \u003ch2 class=\"glow-section-title\"\u003e\n          Decorate\n          \u003cspan\u003eAlmost Anywhere.\u003c\/span\u003e\n        \u003c\/h2\u003e\n\n        \u003cp class=\"glow-desc\"\u003e\n          Use them as a subtle accent or build an entire glowing feature.\n          Their small size makes it easy to experiment with different layouts.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"glow-use-grid\"\u003e\n\n          \u003cdiv class=\"glow-use\"\u003e\n            \u003cspan\u003e🌿\u003c\/span\u003e\n            \u003cstrong\u003eGarden Beds\u003c\/strong\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"glow-use\"\u003e\n            \u003cspan\u003e🚶\u003c\/span\u003e\n            \u003cstrong\u003eWalkways\u003c\/strong\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"glow-use\"\u003e\n            \u003cspan\u003e🪴\u003c\/span\u003e\n            \u003cstrong\u003eFlower Pots\u003c\/strong\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"glow-use\"\u003e\n            \u003cspan\u003e🏡\u003c\/span\u003e\n            \u003cstrong\u003ePatios\u003c\/strong\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"glow-use\"\u003e\n            \u003cspan\u003e🎨\u003c\/span\u003e\n            \u003cstrong\u003eDIY Projects\u003c\/strong\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n\n    \u003c!-- =====================================================\n         LIFESTYLE IMAGE\n    ====================================================== --\u003e\n    \u003csection class=\"glow-section\"\u003e\n      \u003cdiv class=\"glow-media\"\u003e\n        \u003cimg src=\"https:\/\/assets.onepagecdn.com\/files\/6b30f7d2390ef35a77450c8d252f1b03\/Gemini_Generated_Image_ih0t2bih0t2bih0t.png\" alt=\"Glow pebble outdoor landscaping decoration\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003c!-- =====================================================\n         SOCIAL PROOF\n    ====================================================== --\u003e\n    \u003csection class=\"glow-section\"\u003e\n\n      \u003cdiv class=\"glow-card\"\u003e\n\n        \u003cdiv class=\"glow-small-label\"\u003e\n          CUSTOMER FAVORITE\n        \u003c\/div\u003e\n\n        \u003ch2 class=\"glow-review-title\"\u003e\n          Loved by\n          \u003cspan class=\"glow-review-number\"\u003e50,000+\u003c\/span\u003e\n          Customers\n        \u003c\/h2\u003e\n\n        \u003cp class=\"glow-desc\"\u003e\n          From garden paths to creative DIY projects, customers are finding\n          new ways to make their spaces feel more colorful after dark.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"glow-media\" style=\"margin-top:16px;\"\u003e\n        \u003cimg src=\"https:\/\/assets.onepagecdn.com\/files\/d11448c1b2ee23f139ea7763bee744bd\/ChatGPTImage14_43_1224thg42026.png\" alt=\"Customer feedback for glow pebbles\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n\n    \u003c!-- =====================================================\n         REVIEW VIDEO\n    ====================================================== --\u003e\n    \u003csection class=\"glow-section\"\u003e\n\n      \u003cdiv class=\"glow-media\"\u003e\n        \u003cvideo src=\"https:\/\/assets.onepagecdn.com\/files\/0f0c69da0d0fdc16a3688e780eb5809e\/review.mp4\" autoplay muted loop playsinline preload=\"metadata\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n\n    \u003c!-- =====================================================\n         SECOND REVIEW IMAGE\n    ====================================================== --\u003e\n    \u003csection class=\"glow-section\"\u003e\n\n      \u003cdiv class=\"glow-media\"\u003e\n        \u003cimg src=\"https:\/\/assets.onepagecdn.com\/files\/5269c9dd346f8e40db97e2ef65fbaab1\/ChatGPTImage14_08_4227thg42026.png\" alt=\"Glow pebble customer garden result\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n\n    \u003c!-- =====================================================\n         SHIPPING \/ TRUST\n    ====================================================== --\u003e\n    \u003csection class=\"glow-section\"\u003e\n\n      \u003cdiv class=\"glow-card soft\"\u003e\n\n        \u003cdiv class=\"glow-small-label\"\u003e\n          ORDER WITH CONFIDENCE\n        \u003c\/div\u003e\n\n        \u003ch2 class=\"glow-section-title\"\u003e\n          Simple Shopping.\n          \u003cspan\u003eProtected Checkout.\u003c\/span\u003e\n        \u003c\/h2\u003e\n\n        \u003cdiv class=\"glow-trust\"\u003e\n\n          \u003cdiv class=\"glow-trust-item\"\u003e\n            \u003cspan class=\"emoji\"\u003e🚚\u003c\/span\u003e\n            \u003cstrong\u003eTracked Shipping\u003c\/strong\u003e\n            \u003cp\u003e\n              Tracking information is provided so you can follow your\n              shipment after your order is dispatched.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"glow-trust-item\"\u003e\n            \u003cspan class=\"emoji\"\u003e💬\u003c\/span\u003e\n            \u003cstrong\u003eCustomer Support\u003c\/strong\u003e\n            \u003cp\u003e\n              Have a question about your order? Our support team is available\n              to help with delivery and product-related questions.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"glow-trust-item\"\u003e\n            \u003cspan class=\"emoji\"\u003e🔒\u003c\/span\u003e\n            \u003cstrong\u003eSecure Checkout\u003c\/strong\u003e\n            \u003cp\u003e\n              Your payment information is protected through secure,\n              encrypted checkout technology.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"glow-risk\"\u003e\n\n          \u003cstrong\u003e🛡️ Shop With Peace of Mind\u003c\/strong\u003e\n\n          \u003cp\u003e\n            If there is an issue with your order, contact our customer\n            support team and we’ll help review the situation according\n            to our store's return and refund policy.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n\n    \u003c!-- =====================================================\n         SHIPPING GIF\n    ====================================================== --\u003e\n    \u003csection class=\"glow-section\"\u003e\n\n      \u003cdiv class=\"glow-media\"\u003e\n        \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1756974035569\/4df5b42b4b8f467bb8dbee0eda4ff999.gif?w=461\u0026amp;h=259\" alt=\"Worldwide shipping\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"tmq","offers":[{"title":"Multicolor \/ 200 pcs","offer_id":45093825839197,"sku":"NC03352609156983-夜光彩色款200个","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Multicolor \/ 400pcs","offer_id":45093825871965,"sku":"NC03352609156983-夜光彩色款200个*2","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Multicolor \/ 600pcs","offer_id":45093825904733,"sku":"NC03352609156983-夜光彩色款200个*3","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Multicolor \/ 1000pcs","offer_id":45093825937501,"sku":"NC03352609156983-夜光彩色款200个*5","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 200 pcs","offer_id":45093825970269,"sku":"NC03352609156983-夜光浅蓝色款200个","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 400pcs","offer_id":45093826003037,"sku":"NC03352609156983-夜光浅蓝色款200个*2","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 600pcs","offer_id":45093826035805,"sku":"NC03352609156983-夜光浅蓝色款200个*3","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 1000pcs","offer_id":45093826068573,"sku":"NC03352609156983-夜光浅蓝色款200个*5","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ 200 pcs","offer_id":45093826101341,"sku":"NC03352609156983-夜光橙色款200个","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ 400pcs","offer_id":45093826134109,"sku":"NC03352609156983-夜光橙色款200个*2","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ 600pcs","offer_id":45093826166877,"sku":"NC03352609156983-夜光橙色款200个*3","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ 1000pcs","offer_id":45093826199645,"sku":"NC03352609156983-夜光橙色款200个*5","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ 200 pcs","offer_id":45093826232413,"sku":"NC03352609156983-夜光绿色款200个","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ 400pcs","offer_id":45093826265181,"sku":"NC03352609156983-夜光绿色款200个*2","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ 600pcs","offer_id":45093826297949,"sku":"NC03352609156983-夜光绿色款200个*3","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ 1000pcs","offer_id":45093826330717,"sku":"NC03352609156983-夜光绿色款200个*5","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ 200 pcs","offer_id":45093826363485,"sku":"NC03352609156983-夜光黄色款200个","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ 400pcs","offer_id":45093826396253,"sku":"NC03352609156983-夜光绿色款200个*2","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ 600pcs","offer_id":45093826429021,"sku":"NC03352609156983-夜光绿色款200个*3","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ 1000pcs","offer_id":45093826461789,"sku":"NC03352609156983-夜光绿色款200个*5","price":59.99,"currency_code":"USD","in_stock":true},{"title":"White \/ 200 pcs","offer_id":45093826494557,"sku":"NC03352609156983-夜光白色200个","price":19.99,"currency_code":"USD","in_stock":true},{"title":"White \/ 400pcs","offer_id":45093826527325,"sku":"NC03352609156983-夜光白色200个*2","price":29.99,"currency_code":"USD","in_stock":true},{"title":"White \/ 600pcs","offer_id":45093826560093,"sku":"NC03352609156983-夜光白色200个*3","price":39.99,"currency_code":"USD","in_stock":true},{"title":"White \/ 1000pcs","offer_id":45093826592861,"sku":"NC03352609156983-夜光白色200个*5","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Light purple \/ 200 pcs","offer_id":45093826625629,"sku":"NC03352609156983-夜光浅紫色200个","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Light purple \/ 400pcs","offer_id":45093826658397,"sku":"NC03352609156983-夜光浅紫色200个*2","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Light purple \/ 600pcs","offer_id":45093826691165,"sku":"NC03352609156983-夜光浅紫色200个*3","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Light purple \/ 1000pcs","offer_id":45093826723933,"sku":"NC03352609156983-夜光浅紫色200个*5","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Violet \/ 200 pcs","offer_id":45093826756701,"sku":"NC03352609156983-夜光紫罗兰200个","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Violet \/ 400pcs","offer_id":45093826789469,"sku":"NC03352609156983-夜光紫罗兰200个*2","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Violet \/ 600pcs","offer_id":45093826822237,"sku":"NC03352609156983-夜光紫罗兰200个*3","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Violet \/ 1000pcs","offer_id":45093826855005,"sku":"NC03352609156983-夜光紫罗兰200个*5","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Volcanic Red \/ 200 pcs","offer_id":45093826887773,"sku":"NC03352609156983-夜光橘红200个","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Volcanic Red \/ 400pcs","offer_id":45093826920541,"sku":"NC03352609156983-夜光橘红200个*2","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Volcanic Red \/ 600pcs","offer_id":45093826953309,"sku":"NC03352609156983-夜光橘红200个*3","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Volcanic Red \/ 1000pcs","offer_id":45093826986077,"sku":"NC03352609156983-夜光橘红200个*5","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Sakura pink \/ 200 pcs","offer_id":45093827018845,"sku":"NC03352609156983-夜光粉200个","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Sakura pink \/ 400pcs","offer_id":45093827051613,"sku":"NC03352609156983-夜光粉200个*2","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Sakura pink \/ 600pcs","offer_id":45093827084381,"sku":"NC03352609156983-夜光粉200个*3","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Sakura pink \/ 1000pcs","offer_id":45093827117149,"sku":"NC03352609156983-夜光粉200个*5","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0735\/3634\/0061\/files\/1_4f16a5df-244c-49d7-8c0a-d5944b3c78c3.webp?v=1789445732","url":"https:\/\/glowforu.com\/products\/glow-in-the-dark-garden-pebbles","provider":"glowforu","version":"1.0","type":"link"}