{"product_id":"🌊ocean-spirit-solar-cascade","title":"🌊Ocean Spirit Solar Cascade™ -Bring the Magic of the Ocean Into Your Garden","description":"\u003cstyle\u003e\n\/* =========================================================\n   OCEAN SPIRIT SOLAR CASCADE™\n   Enhanced Shopify Product Description\n   No External Font \/ No JS\n========================================================= *\/\n\n.ocean-page{\n  --deep:#061524;\n  --deep2:#0a2239;\n  --deep3:#103252;\n\n  --white:#ffffff;\n  --ice:#e8f8ff;\n  --ice2:#d9f2ff;\n  --lav:#eee7ff;\n  --lav2:#e1d6ff;\n\n  --ink:#15344f;\n  --ink2:#284d68;\n  --body:#48677f;\n\n  --gold:#f4d99d;\n  --gold2:#fff0c9;\n\n  max-width:900px;\n  margin:0 auto;\n  overflow:hidden;\n  border-radius:24px;\n\n  font-family:Arial, Helvetica, sans-serif;\n  line-height:1.6;\n\n  color:#f7fbff;\n\n  background:\n    radial-gradient(\n      circle at 15% 8%,\n      rgba(95,205,255,.18) 0%,\n      rgba(95,205,255,0) 28%\n    ),\n    radial-gradient(\n      circle at 88% 12%,\n      rgba(188,145,255,.15) 0%,\n      rgba(188,145,255,0) 30%\n    ),\n    linear-gradient(\n      180deg,\n      #061524 0%,\n      #081c31 27%,\n      #0b2844 62%,\n      #071827 100%\n    );\n\n  box-shadow:\n    0 22px 60px rgba(0,0,0,.20);\n}\n\n.ocean-page *{\n  box-sizing:border-box;\n}\n\n.ocean-section{\n  position:relative;\n  padding:30px 22px;\n}\n\n.ocean-section + .ocean-section{\n  border-top:1px solid rgba(255,255,255,.08);\n}\n\n\/* =========================================================\n   TYPOGRAPHY\n========================================================= *\/\n\n.ocean-center{\n  text-align:center;\n}\n\n.ocean-kicker{\n  display:inline-block;\n  margin:0 0 10px;\n  padding:7px 14px;\n\n  border-radius:999px;\n\n  color:#eefaff;\n  font-size:11px;\n  line-height:1;\n  font-weight:800;\n  letter-spacing:.12em;\n  text-transform:uppercase;\n\n  background:\n    linear-gradient(\n      90deg,\n      rgba(72,190,244,.25),\n      rgba(177,133,242,.26)\n    );\n\n  border:1px solid rgba(213,238,255,.20);\n\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.12);\n}\n\n.ocean-h1,\n.ocean-h2,\n.ocean-h3{\n  margin:0;\n  font-family:Georgia, \"Times New Roman\", serif;\n}\n\n.ocean-h1{\n  font-size:42px;\n  line-height:1.08;\n  color:#ffffff;\n  letter-spacing:-.03em;\n}\n\n.ocean-h2{\n  font-size:31px;\n  line-height:1.18;\n  color:#ffffff;\n}\n\n.ocean-h3{\n  font-size:21px;\n  line-height:1.25;\n}\n\n.ocean-gradient-text{\n  background:\n    linear-gradient(\n      90deg,\n      #a8eaff 0%,\n      #d4f5ff 26%,\n      #d9c2ff 64%,\n      #ffe7ad 100%\n    );\n\n  -webkit-background-clip:text;\n  background-clip:text;\n  color:transparent;\n}\n\n.ocean-sub{\n  max-width:720px;\n  margin:13px auto 0;\n\n  color:#d7e7f7;\n  font-size:16px;\n  line-height:1.65;\n}\n\n.ocean-small{\n  font-size:14px;\n}\n\n\/* =========================================================\n   IMAGES\n========================================================= *\/\n\n.ocean-img{\n  width:100%;\n  height:auto;\n  display:block;\n\n  border-radius:18px;\n\n  box-shadow:\n    0 14px 30px rgba(8,28,50,.18),\n    0 0 24px rgba(119,206,255,.12),\n    0 0 34px rgba(183,143,255,.08);\n}\n\n\/* =========================================================\n   LIGHT JELLYFISH CARD\n   Main fix: dark text on pale backgrounds\n========================================================= *\/\n\n.ocean-light-card{\n  position:relative;\n  overflow:hidden;\n\n  margin-top:20px;\n  padding:18px;\n\n  border-radius:22px;\n\n  color:var(--ink);\n\n  background:\n    radial-gradient(\n      circle at 12% 8%,\n      rgba(255,255,255,.98) 0%,\n      rgba(255,255,255,0) 34%\n    ),\n    radial-gradient(\n      circle at 90% 12%,\n      rgba(213,187,255,.56) 0%,\n      rgba(213,187,255,0) 34%\n    ),\n    radial-gradient(\n      circle at 30% 100%,\n      rgba(169,228,255,.46) 0%,\n      rgba(169,228,255,0) 38%\n    ),\n    linear-gradient(\n      135deg,\n      #fcfeff 0%,\n      #ebf9ff 22%,\n      #ddf3ff 42%,\n      #e7e8ff 63%,\n      #eee3ff 82%,\n      #fcf9ff 100%\n    );\n\n  border:1px solid rgba(211,226,255,.95);\n\n  box-shadow:\n    0 18px 42px rgba(27,79,123,.16),\n    0 0 32px rgba(113,209,255,.16),\n    0 0 48px rgba(184,148,255,.12),\n    inset 0 1px 0 rgba(255,255,255,.96);\n}\n\n\/* flowing shimmer *\/\n.ocean-light-card:before{\n  content:\"\";\n  position:absolute;\n\n  top:-90%;\n  left:-55%;\n\n  width:28%;\n  height:280%;\n\n  transform:rotate(23deg);\n\n  background:\n    linear-gradient(\n      90deg,\n      rgba(255,255,255,0) 0%,\n      rgba(255,255,255,.15) 25%,\n      rgba(255,255,255,.90) 48%,\n      rgba(184,229,255,.35) 62%,\n      rgba(255,255,255,0) 100%\n    );\n\n  animation:oceanShine 6.5s linear infinite;\n\n  pointer-events:none;\n  z-index:0;\n}\n\n.ocean-light-card:after{\n  content:\"\";\n  position:absolute;\n\n  width:220px;\n  height:220px;\n\n  right:-115px;\n  top:-115px;\n\n  border-radius:50%;\n\n  background:\n    radial-gradient(\n      circle,\n      rgba(255,255,255,.42) 0%,\n      rgba(179,221,255,.17) 38%,\n      rgba(201,167,255,.08) 58%,\n      rgba(255,255,255,0) 72%\n    );\n\n  pointer-events:none;\n}\n\n.ocean-light-card \u003e *{\n  position:relative;\n  z-index:1;\n}\n\n@keyframes oceanShine{\n  0%{\n    left:-60%;\n  }\n  100%{\n    left:135%;\n  }\n}\n\n\/* IMPORTANT CONTRAST OVERRIDES *\/\n\n.ocean-light-card .ocean-h2,\n.ocean-light-card .ocean-h3{\n  color:#123650;\n}\n\n.ocean-light-card p,\n.ocean-light-card li{\n  color:#405f77;\n}\n\n.ocean-light-card strong{\n  color:#183d58;\n}\n\n\/* =========================================================\n   DARK GLASS CARD\n========================================================= *\/\n\n.ocean-dark-card{\n  position:relative;\n  overflow:hidden;\n\n  padding:20px;\n  border-radius:20px;\n\n  background:\n    linear-gradient(\n      145deg,\n      rgba(29,77,113,.72),\n      rgba(25,52,88,.74)\n    );\n\n  border:1px solid rgba(195,231,255,.18);\n\n  box-shadow:\n    0 14px 34px rgba(0,0,0,.16),\n    inset 0 1px 0 rgba(255,255,255,.08);\n}\n\n.ocean-dark-card .ocean-h3{\n  color:#ffffff;\n}\n\n.ocean-dark-card p,\n.ocean-dark-card li{\n  color:#dceaf7;\n}\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.ocean-hero{\n  position:relative;\n  padding:22px;\n  text-align:center;\n}\n\n.ocean-hero-copy{\n  position:relative;\n  z-index:2;\n  padding:24px 8px 5px;\n}\n\n.ocean-hero-stars{\n  position:absolute;\n  inset:0;\n  overflow:hidden;\n  pointer-events:none;\n}\n\n.ocean-hero-stars span{\n  position:absolute;\n\n  width:4px;\n  height:4px;\n\n  border-radius:50%;\n\n  background:#ffffff;\n\n  box-shadow:\n    0 0 8px #fff,\n    0 0 18px rgba(138,220,255,.85);\n\n  animation:oceanTwinkle 2.7s ease-in-out infinite;\n}\n\n.ocean-hero-stars span:nth-child(1){\n  top:12%;\n  left:8%;\n}\n\n.ocean-hero-stars span:nth-child(2){\n  top:21%;\n  right:9%;\n  animation-delay:.7s;\n}\n\n.ocean-hero-stars span:nth-child(3){\n  top:65%;\n  left:13%;\n  animation-delay:1.2s;\n}\n\n.ocean-hero-stars span:nth-child(4){\n  top:78%;\n  right:15%;\n  animation-delay:.3s;\n}\n\n@keyframes oceanTwinkle{\n  0%,100%{\n    opacity:.3;\n    transform:scale(.7);\n  }\n  50%{\n    opacity:1;\n    transform:scale(1.5);\n  }\n}\n\n\/* =========================================================\n   PILLS\n========================================================= *\/\n\n.ocean-pills{\n  display:flex;\n  flex-wrap:wrap;\n\n  justify-content:center;\n\n  gap:9px;\n  margin-top:19px;\n}\n\n.ocean-pill{\n  padding:9px 13px;\n\n  border-radius:999px;\n\n  color:#f8fcff;\n  font-size:12px;\n  font-weight:700;\n\n  background:\n    linear-gradient(\n      90deg,\n      rgba(72,188,243,.22),\n      rgba(177,133,242,.23)\n    );\n\n  border:1px solid rgba(213,238,255,.18);\n}\n\n\/* =========================================================\n   CTA\n========================================================= *\/\n\n.ocean-btn{\n  display:inline-block;\n\n  margin-top:20px;\n  padding:14px 25px;\n\n  border-radius:999px;\n\n  text-decoration:none;\n\n  color:#102f48 !important;\n  font-size:15px;\n  font-weight:800;\n\n  background:\n    linear-gradient(\n      90deg,\n      #a8eaff 0%,\n      #d8f6ff 40%,\n      #eadfff 70%,\n      #ffe6a7 100%\n    );\n\n  border:1px solid rgba(255,255,255,.78);\n\n  box-shadow:\n    0 9px 26px rgba(108,202,255,.28),\n    0 0 24px rgba(190,152,255,.16);\n\n  transition:\n    transform .25s ease,\n    box-shadow .25s ease;\n}\n\n.ocean-btn:hover{\n  transform:translateY(-2px);\n\n  box-shadow:\n    0 13px 32px rgba(108,202,255,.33),\n    0 0 32px rgba(190,152,255,.21);\n}\n\n\/* =========================================================\n   FEATURE GRID\n========================================================= *\/\n\n.ocean-grid{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:14px;\n  margin-top:20px;\n}\n\n.ocean-feature{\n  min-height:100%;\n}\n\n.ocean-icon{\n  display:flex;\n\n  width:46px;\n  height:46px;\n\n  align-items:center;\n  justify-content:center;\n\n  margin-bottom:12px;\n\n  border-radius:14px;\n\n  font-size:21px;\n\n  color:#ffffff;\n\n  background:\n    linear-gradient(\n      135deg,\n      rgba(82,196,247,.33),\n      rgba(174,135,243,.35)\n    );\n\n  border:1px solid rgba(255,255,255,.17);\n}\n\n\/* =========================================================\n   LIGHT INFO PANEL\n========================================================= *\/\n\n.ocean-copy{\n  padding:17px 5px 2px;\n  text-align:center;\n}\n\n.ocean-light-card .ocean-copy .ocean-h2{\n  color:#153852;\n}\n\n.ocean-light-card .ocean-copy p{\n  margin:9px auto 0;\n  max-width:700px;\n\n  color:#47667d;\n  font-size:15px;\n}\n\n\/* =========================================================\n   STORY STRIP\n========================================================= *\/\n\n.ocean-story{\n  padding:21px;\n\n  text-align:center;\n\n  border-radius:22px;\n\n  background:\n    linear-gradient(\n      135deg,\n      rgba(83,190,239,.17),\n      rgba(159,125,226,.18),\n      rgba(255,216,151,.08)\n    );\n\n  border:1px solid rgba(212,236,255,.14);\n}\n\n.ocean-story-quote{\n  margin:0;\n\n  font-family:Georgia, \"Times New Roman\", serif;\n  font-size:25px;\n  line-height:1.38;\n\n  color:#ffffff;\n}\n\n.ocean-story-quote span{\n  background:\n    linear-gradient(\n      90deg,\n      #9de8ff,\n      #d9c5ff,\n      #ffe2a1\n    );\n\n  -webkit-background-clip:text;\n  background-clip:text;\n  color:transparent;\n}\n\n\/* =========================================================\n   TWO COLUMN SMALL CARDS\n========================================================= *\/\n\n.ocean-two{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:14px;\n  margin-top:18px;\n}\n\n.ocean-list{\n  margin:12px 0 0;\n  padding-left:20px;\n}\n\n.ocean-list li{\n  margin-bottom:8px;\n}\n\n\/* =========================================================\n   VARIANTS\n========================================================= *\/\n\n.ocean-variants{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:16px;\n  margin-top:20px;\n}\n\n.ocean-variant{\n  padding:15px;\n\n  border-radius:21px;\n\n  transition:\n    transform .28s ease,\n    box-shadow .28s ease;\n}\n\n.ocean-variant:hover{\n  transform:translateY(-5px);\n}\n\n\/* Jellyfish *\/\n.ocean-jellyfish{\n  background:\n    radial-gradient(\n      circle at 14% 8%,\n      rgba(255,255,255,.98),\n      rgba(255,255,255,0) 34%\n    ),\n    linear-gradient(\n      140deg,\n      #ffffff 0%,\n      #e8f8ff 31%,\n      #e2ecff 53%,\n      #eee1ff 78%,\n      #fcf8ff 100%\n    );\n\n  border:1px solid #d6e4ff;\n\n  box-shadow:\n    0 18px 40px rgba(38,102,151,.15),\n    0 0 35px rgba(135,211,255,.18),\n    0 0 44px rgba(191,150,255,.13);\n}\n\n\/* Turtle *\/\n.ocean-turtle{\n  background:\n    linear-gradient(\n      140deg,\n      #ffffff 0%,\n      #e9fbf8 31%,\n      #d9f3ec 57%,\n      #e7f5ff 100%\n    );\n\n  border:1px solid #caece7;\n\n  box-shadow:\n    0 17px 38px rgba(55,132,120,.13);\n}\n\n\/* Dolphin *\/\n.ocean-dolphin{\n  background:\n    linear-gradient(\n      140deg,\n      #ffffff 0%,\n      #e9f8ff 32%,\n      #d8edff 58%,\n      #edf3ff 100%\n    );\n\n  border:1px solid #d0e5fa;\n\n  box-shadow:\n    0 17px 38px rgba(47,111,169,.13);\n}\n\n.ocean-variant .ocean-h3{\n  margin-top:13px;\n  color:#143b58;\n  text-align:center;\n}\n\n.ocean-variant p{\n  margin:7px 0 0;\n\n  text-align:center;\n\n  color:#49677e;\n  font-size:14px;\n}\n\n.ocean-variant-tag{\n  display:inline-block;\n\n  margin-top:11px;\n  padding:5px 10px;\n\n  border-radius:999px;\n\n  color:#35566f;\n  font-size:11px;\n  font-weight:800;\n  letter-spacing:.05em;\n\n  background:rgba(255,255,255,.65);\n\n  border:1px solid rgba(95,150,188,.18);\n}\n\n\/* =========================================================\n   COMPARISON\n========================================================= *\/\n\n.ocean-compare{\n  margin-top:20px;\n  overflow:hidden;\n\n  border-radius:20px;\n\n  border:1px solid rgba(255,255,255,.13);\n}\n\n.ocean-compare-row{\n  display:grid;\n  grid-template-columns:1.25fr 1fr;\n\n  border-bottom:1px solid rgba(255,255,255,.10);\n}\n\n.ocean-compare-row:last-child{\n  border-bottom:0;\n}\n\n.ocean-compare-row \u003e div{\n  padding:13px 14px;\n  font-size:14px;\n}\n\n.ocean-compare-row \u003e div:first-child{\n  color:#dceaf7;\n\n  background:rgba(255,255,255,.04);\n}\n\n.ocean-compare-row \u003e div:last-child{\n  color:#effaff;\n  font-weight:700;\n\n  background:\n    linear-gradient(\n      90deg,\n      rgba(76,191,245,.16),\n      rgba(168,130,231,.16)\n    );\n}\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.ocean-faq{\n  margin-top:20px;\n}\n\n.ocean-faq details{\n  margin-bottom:11px;\n\n  border-radius:16px;\n\n  overflow:hidden;\n\n  background:\n    linear-gradient(\n      135deg,\n      rgba(29,72,106,.65),\n      rgba(29,52,83,.68)\n    );\n\n  border:1px solid rgba(206,235,255,.13);\n}\n\n.ocean-faq summary{\n  position:relative;\n\n  padding:16px 48px 16px 17px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:#ffffff;\n  font-size:15px;\n  font-weight:800;\n}\n\n.ocean-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.ocean-faq summary:after{\n  content:\"+\";\n\n  position:absolute;\n  right:17px;\n  top:50%;\n\n  transform:translateY(-50%);\n\n  color:#bcecff;\n  font-size:22px;\n  font-weight:400;\n}\n\n.ocean-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.ocean-answer{\n  padding:0 17px 16px;\n\n  color:#d3e4f3;\n  font-size:14px;\n  line-height:1.65;\n}\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.ocean-final{\n  text-align:center;\n\n  padding:27px 20px;\n\n  border-radius:22px;\n\n  background:\n    radial-gradient(\n      circle at 15% 20%,\n      rgba(137,224,255,.19),\n      transparent 38%\n    ),\n    radial-gradient(\n      circle at 86% 30%,\n      rgba(195,154,255,.18),\n      transparent 38%\n    ),\n    linear-gradient(\n      135deg,\n      #102f4c,\n      #173a5a\n    );\n\n  border:1px solid rgba(216,239,255,.17);\n\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.08);\n}\n\n.ocean-final p{\n  margin:10px auto 0;\n  max-width:650px;\n\n  color:#dceaf7;\n}\n\n\/* =========================================================\n   REDUCED MOTION\n========================================================= *\/\n\n@media (prefers-reduced-motion:reduce){\n  .ocean-light-card:before,\n  .ocean-hero-stars span{\n    animation:none;\n  }\n}\n\n\/* =========================================================\n   DESKTOP\n========================================================= *\/\n\n@media(min-width:768px){\n\n  .ocean-section{\n    padding:36px 30px;\n  }\n\n  .ocean-hero{\n    padding:28px 30px 34px;\n  }\n\n  .ocean-h1{\n    font-size:50px;\n  }\n\n  .ocean-h2{\n    font-size:35px;\n  }\n\n  .ocean-grid{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .ocean-two{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .ocean-variants{\n    grid-template-columns:repeat(3,1fr);\n  }\n}\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:767px){\n\n  .ocean-page{\n    border-radius:18px;\n  }\n\n  .ocean-section{\n    padding:26px 14px;\n  }\n\n  .ocean-hero{\n    padding:16px 14px 25px;\n  }\n\n  .ocean-h1{\n    font-size:35px;\n  }\n\n  .ocean-h2{\n    font-size:28px;\n  }\n\n  .ocean-sub{\n    font-size:15px;\n  }\n\n  .ocean-light-card{\n    padding:12px;\n    border-radius:18px;\n  }\n\n  .ocean-dark-card{\n    padding:17px;\n  }\n\n  .ocean-img{\n    border-radius:15px;\n  }\n\n  .ocean-story-quote{\n    font-size:22px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"ocean-page\"\u003e\n\u003c!-- =====================================================\n       HERO\n  ====================================================== --\u003e\n\u003csection class=\"ocean-hero\"\u003e\n\u003cdiv class=\"ocean-hero-stars\"\u003e\n\u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ocean-hero-copy\"\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/3249\/0139\/files\/b3bba1cb-65aa-4fd1-a964-e6326539f710.png?v=1790225925\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ocean-kicker\"\u003eOcean Spirit Collection\u003c\/div\u003e\n\u003ch2 class=\"ocean-h1\"\u003eBring the Ocean Home — \u003cspan class=\"ocean-gradient-text\"\u003e Then Watch It Glow \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"ocean-sub\"\u003eA sculptural coastal accent by day. After sunset, flowing ribbons of light, shimmering crystal drops, and ocean-inspired details transform your garden into a peaceful seaside escape.\u003c\/p\u003e\n\u003cdiv class=\"ocean-pills\"\u003e\n\u003cspan class=\"ocean-pill\"\u003e☀ Solar Powered\u003c\/span\u003e \u003cspan class=\"ocean-pill\"\u003e✨ Automatic Night Glow\u003c\/span\u003e \u003cspan class=\"ocean-pill\"\u003e🌊 Flowing Light Effect\u003c\/span\u003e \u003cspan class=\"ocean-pill\"\u003e🎁 Gift-Worthy Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca class=\"ocean-btn\" href=\"#\"\u003e Choose Your Ocean Spirit ↑ \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       MAIN SELLING POINT\n  ====================================================== --\u003e\n\u003csection class=\"ocean-section\"\u003e\n\u003cdiv class=\"ocean-center\"\u003e\n\u003cdiv class=\"ocean-kicker\"\u003eMore Than a Garden Light\u003c\/div\u003e\n\u003ch2 class=\"ocean-h2\"\u003eA Little Piece of the Ocean \u003cspan class=\"ocean-gradient-text\"\u003e Comes Alive After Dark \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"ocean-sub\"\u003eDesigned to be noticed in daylight and remembered after sunset. The cascading light creates the feeling of water moving through your garden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ocean-grid\"\u003e\n\u003cdiv class=\"ocean-dark-card ocean-feature\"\u003e\n\u003cdiv class=\"ocean-icon\"\u003e🌊\u003c\/div\u003e\n\u003ch3 class=\"ocean-h3\"\u003eFlowing Light Cascade\u003c\/h3\u003e\n\u003cp\u003eLong illuminated strands create a graceful flowing effect inspired by ocean currents and moonlit water.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ocean-dark-card ocean-feature\"\u003e\n\u003cdiv class=\"ocean-icon\"\u003e☀\u003c\/div\u003e\n\u003ch3 class=\"ocean-h3\"\u003eSun-Charged, Night-Ready\u003c\/h3\u003e\n\u003cp\u003eThe solar panel collects energy during the day, then the light automatically comes to life after dark.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ocean-dark-card ocean-feature\"\u003e\n\u003cdiv class=\"ocean-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3 class=\"ocean-h3\"\u003eArt by Day. Atmosphere by Night.\u003c\/h3\u003e\n\u003cp\u003ePearls, shells, crystals and sculptural ocean details make it decorative even before the lights turn on.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ocean-dark-card ocean-feature\"\u003e\n\u003cdiv class=\"ocean-icon\"\u003e🎁\u003c\/div\u003e\n\u003ch3 class=\"ocean-h3\"\u003eMade to Be Remembered\u003c\/h3\u003e\n\u003cp\u003eA distinctive coastal-inspired gift for garden lovers, ocean lovers and anyone who enjoys magical evening spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DAY \/ NIGHT\n  ====================================================== --\u003e\n\u003csection class=\"ocean-section\"\u003e\n\u003cdiv class=\"ocean-center\"\u003e\n\u003cdiv class=\"ocean-kicker\"\u003eDay to Night Transformation\u003c\/div\u003e\n\u003ch2 class=\"ocean-h2\"\u003eOne Piece. \u003cspan class=\"ocean-gradient-text\"\u003e Two Beautiful Moods. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"ocean-sub\"\u003eCoastal sculpture in the sunshine. A glowing ocean-inspired focal point after dark.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ocean-light-card\"\u003e\n\u003cdiv class=\"ocean-copy\"\u003e\n\u003ch3 class=\"ocean-h2\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/3249\/0139\/files\/83e11927-3b91-45ce-9bab-f80e7fd2ad68.png?v=1790225925\" alt=\"\"\u003e\u003c\/h3\u003e\n\u003ch3 class=\"ocean-h2\"\u003eCharges by Day. Glows After Dark.\u003c\/h3\u003e\n\u003cp\u003ePlace the solar panel where it can receive sunlight. As evening arrives, the illuminated cascade adds a soft, relaxing glow to your outdoor space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       STORY\n  ====================================================== --\u003e\n\u003csection class=\"ocean-section\"\u003e\n\u003cdiv class=\"ocean-story\"\u003e\n\u003cp class=\"ocean-story-quote\"\u003eNot just another garden light — \u003cspan\u003e a glowing piece of the ocean. \u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"ocean-section\"\u003e\n\u003cdiv class=\"ocean-center\"\u003e\n\u003cdiv class=\"ocean-kicker\"\u003eOcean-Inspired Details\u003c\/div\u003e\n\u003ch2 class=\"ocean-h2\"\u003eDesigned to Feel Like the \u003cspan class=\"ocean-gradient-text\"\u003e Ocean in Motion \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"ocean-sub\"\u003eThe jellyfish combines soft blue and lavender light, flowing tentacles, pearl-like accents, shells, starfish details and crystal-inspired drops.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ocean-light-card\"\u003e\n\u003cdiv class=\"ocean-copy\"\u003e\n\u003ch3 class=\"ocean-h2\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/3249\/0139\/files\/3e9536a8-56aa-4ba6-b9cf-4ad01bade0cb.png?v=1790226139\" alt=\"\"\u003e\u003c\/h3\u003e\n\u003ch3 class=\"ocean-h2\"\u003eDetails You Notice Up Close. Glow You Notice From Across the Garden.\u003c\/h3\u003e\n\u003cp\u003eEvery layer adds depth to the display, from the illuminated jellyfish canopy to the long, flowing strands below.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       INSTALL\n  ====================================================== --\u003e\n\u003csection class=\"ocean-section\"\u003e\n\u003cdiv class=\"ocean-center\"\u003e\n\u003cdiv class=\"ocean-kicker\"\u003eSimple Solar Setup\u003c\/div\u003e\n\u003ch2 class=\"ocean-h2\"\u003eHang It. Stake It. \u003cspan class=\"ocean-gradient-text\"\u003e Let the Sun Do the Rest. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"ocean-sub\"\u003eNo extension cords running across the garden. Set it in a sunny outdoor spot and enjoy the transformation when evening arrives.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ocean-light-card\"\u003e\n\u003cdiv class=\"ocean-copy\"\u003e\n\u003ch3 class=\"ocean-h2\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/3249\/0139\/files\/467389dd-4b87-45e5-8eb5-3972023ea368.png?v=1790225925\" alt=\"\"\u003e\u003c\/h3\u003e\n\u003ch3 class=\"ocean-h2\"\u003eThree Simple Steps\u003c\/h3\u003e\n\u003cp\u003eHang the decorative light, place the stake into the soil, and position the solar panel toward available sunlight.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SCENES\n  ====================================================== --\u003e\n\u003csection class=\"ocean-section\"\u003e\n\u003cdiv class=\"ocean-center\"\u003e\n\u003cdiv class=\"ocean-kicker\"\u003eDesigned for Outdoor Moments\u003c\/div\u003e\n\u003ch2 class=\"ocean-h2\"\u003eOne Light. \u003cspan class=\"ocean-gradient-text\"\u003e So Many Beautiful Places. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"ocean-sub\"\u003eCreate an eye-catching coastal accent beside a front entry, garden path, flower bed or protected porch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ocean-light-card\"\u003e\n\u003cdiv class=\"ocean-copy\"\u003e\n\u003ch3 class=\"ocean-h2\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/3249\/0139\/files\/a494e25d-3821-4a50-ab5d-95f28436fa05.png?v=1790225924\" alt=\"\"\u003e\u003c\/h3\u003e\n\u003ch3 class=\"ocean-h2\"\u003eBig Visual Impact Without Taking Up Table Space\u003c\/h3\u003e\n\u003cp\u003eThe tall hanging design adds height, movement and light while leaving patio tables and seating areas free.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       BENEFIT LIST\n  ====================================================== --\u003e\n\u003csection class=\"ocean-section\"\u003e\n\u003cdiv class=\"ocean-two\"\u003e\n\u003cdiv class=\"ocean-light-card\"\u003e\n\u003ch3 class=\"ocean-h3\"\u003eWhy It Feels Different\u003c\/h3\u003e\n\u003cul class=\"ocean-list\"\u003e\n\u003cli\u003eFlowing vertical light creates visible movement\u003c\/li\u003e\n\u003cli\u003eDecorative even before sunset\u003c\/li\u003e\n\u003cli\u003eSolar design keeps placement simple\u003c\/li\u003e\n\u003cli\u003eCreates a strong garden focal point\u003c\/li\u003e\n\u003cli\u003eThree distinctive ocean-inspired characters\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ocean-light-card\"\u003e\n\u003ch3 class=\"ocean-h3\"\u003eBeautiful Places to Display It\u003c\/h3\u003e\n\u003cul class=\"ocean-list\"\u003e\n\u003cli\u003eFront entry gardens\u003c\/li\u003e\n\u003cli\u003eFlower beds\u003c\/li\u003e\n\u003cli\u003eStone walkways\u003c\/li\u003e\n\u003cli\u003ePatios and outdoor seating areas\u003c\/li\u003e\n\u003cli\u003eProtected porch spaces\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       THREE STYLES\n  ====================================================== --\u003e\n\u003csection class=\"ocean-section\"\u003e\n\u003cdiv class=\"ocean-center\"\u003e\n\u003cdiv class=\"ocean-kicker\"\u003eOcean Spirit Collection\u003c\/div\u003e\n\u003ch2 class=\"ocean-h2\"\u003eChoose Your \u003cspan class=\"ocean-gradient-text\"\u003e Ocean Spirit \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"ocean-sub\"\u003eThree ocean-inspired designs. Each creates its own mood after dark.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ocean-variants\"\u003e\n\u003c!-- Jellyfish --\u003e\n\u003cdiv class=\"ocean-variant ocean-jellyfish\"\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/3249\/0139\/files\/1_ec40b6c5-3cb0-4ebe-ba02-bc4976e33157.png?v=1790225925\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ocean-center\"\u003e\u003cspan class=\"ocean-variant-tag\"\u003eDREAM • CALM • WONDER \u003c\/span\u003e\u003c\/div\u003e\n\u003ch3 class=\"ocean-h3\"\u003eMystic Jellyfish\u003c\/h3\u003e\n\u003cp\u003eSoft lavender and ocean-blue light flows through long, graceful tentacles for the most dreamy look in the collection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Turtle --\u003e\n\u003cdiv class=\"ocean-variant ocean-turtle\"\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/3249\/0139\/files\/2_5918a49d-423d-47d6-8649-3ccaea7bbd86.png?v=1790225925\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ocean-center\"\u003e\u003cspan class=\"ocean-variant-tag\"\u003ePEACE • HOME • JOURNEY \u003c\/span\u003e\u003c\/div\u003e\n\u003ch3 class=\"ocean-h3\"\u003eSea Turtle Blessing\u003c\/h3\u003e\n\u003cp\u003eA warm, peaceful ocean scene inspired by the timeless beauty of sea turtles and the feeling of finding your way home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Dolphin --\u003e\n\u003cdiv class=\"ocean-variant ocean-dolphin\"\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/3249\/0139\/files\/3_71215899-0e37-414d-ae87-264b01ccbed2.png?v=1790225925\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ocean-center\"\u003e\u003cspan class=\"ocean-variant-tag\"\u003eJOY • FREEDOM • ENERGY \u003c\/span\u003e\u003c\/div\u003e\n\u003ch3 class=\"ocean-h3\"\u003eDolphin Dreams\u003c\/h3\u003e\n\u003cp\u003eBright ocean blues and a playful dolphin silhouette bring a lighter, energetic coastal feeling to the garden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK VALUE COMPARISON\n  ====================================================== --\u003e\n\u003csection class=\"ocean-section\"\u003e\n\u003cdiv class=\"ocean-center\"\u003e\n\u003cdiv class=\"ocean-kicker\"\u003eWhy Ocean Spirit?\u003c\/div\u003e\n\u003ch2 class=\"ocean-h2\"\u003eMore Than \u003cspan class=\"ocean-gradient-text\"\u003e Basic Outdoor Lighting \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ocean-compare\"\u003e\n\u003cdiv class=\"ocean-compare-row\"\u003e\n\u003cdiv\u003eDecorative during daytime\u003c\/div\u003e\n\u003cdiv\u003e✓ Yes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ocean-compare-row\"\u003e\n\u003cdiv\u003eGlowing focal point after dark\u003c\/div\u003e\n\u003cdiv\u003e✓ Yes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ocean-compare-row\"\u003e\n\u003cdiv\u003eFlowing cascade visual effect\u003c\/div\u003e\n\u003cdiv\u003e✓ Yes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ocean-compare-row\"\u003e\n\u003cdiv\u003eSolar-powered placement\u003c\/div\u003e\n\u003cdiv\u003e✓ No outlet needed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ocean-compare-row\"\u003e\n\u003cdiv\u003eMultiple ocean-inspired styles\u003c\/div\u003e\n\u003cdiv\u003e✓ 3 Designs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       GIFT\n  ====================================================== --\u003e\n\u003csection class=\"ocean-section\"\u003e\n\u003cdiv class=\"ocean-center\"\u003e\n\u003cdiv class=\"ocean-kicker\"\u003eA Gift With Atmosphere\u003c\/div\u003e\n\u003ch2 class=\"ocean-h2\"\u003eGive Them Something \u003cspan class=\"ocean-gradient-text\"\u003e They’ll Enjoy Every Evening \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"ocean-sub\"\u003eA thoughtful choice for someone who loves gardens, coastal décor or the peaceful feeling of being near the water.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ocean-light-card\"\u003e\n\u003cdiv class=\"ocean-copy\"\u003e\n\u003ch3 class=\"ocean-h2\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/3249\/0139\/files\/c9cba78f-6ab6-4cf7-aa5d-20c13ba50335.png?v=1790225925\" alt=\"\"\u003e\u003c\/h3\u003e\n\u003ch3 class=\"ocean-h2\"\u003eA Little Ocean Magic, Given With Love.\u003c\/h3\u003e\n\u003cp\u003eInstead of another ordinary decoration, give them something that changes with the light and becomes part of their favorite outdoor space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"ocean-section\"\u003e\n\u003cdiv class=\"ocean-center\"\u003e\n\u003cdiv class=\"ocean-kicker\"\u003eNeed to Know\u003c\/div\u003e\n\u003ch2 class=\"ocean-h2\"\u003eFrequently Asked \u003cspan class=\"ocean-gradient-text\"\u003e Questions \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ocean-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it need to be plugged into an outlet?\u003c\/summary\u003e\n\u003cdiv class=\"ocean-answer\"\u003eNo. The light uses its solar panel to collect energy during the day, so you do not need to run an electrical cord to the display.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it turn on automatically at night?\u003c\/summary\u003e\n\u003cdiv class=\"ocean-answer\"\u003eYes. Once the solar system has charged during daylight, the light is designed to illuminate automatically when the surrounding environment becomes dark.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere should I place the solar panel?\u003c\/summary\u003e\n\u003cdiv class=\"ocean-answer\"\u003eChoose an outdoor position where the panel can receive direct available sunlight during the day for better charging.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it decorative during the daytime too?\u003c\/summary\u003e\n\u003cdiv class=\"ocean-answer\"\u003eYes. The sculptural ocean design, hanging crystals, shells and colorful details are intended to remain visually decorative even when the lights are off.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich style should I choose?\u003c\/summary\u003e\n\u003cdiv class=\"ocean-answer\"\u003eChoose Jellyfish for a dreamy blue-and-lavender look, Sea Turtle for a peaceful coastal feeling, or Dolphin for a brighter, playful ocean theme.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWould this make a good gift?\u003c\/summary\u003e\n\u003cdiv class=\"ocean-answer\"\u003eIt can be a thoughtful choice for garden lovers, ocean lovers and anyone who enjoys decorative outdoor lighting.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FINAL CTA\n  ====================================================== --\u003e\n\u003csection class=\"ocean-section\"\u003e\n\u003cdiv class=\"ocean-final\"\u003e\n\u003cdiv class=\"ocean-kicker\"\u003eBring the Ocean Home\u003c\/div\u003e\n\u003ch2 class=\"ocean-h2\"\u003eBeautiful by Day. \u003cspan class=\"ocean-gradient-text\"\u003e Unforgettable After Dark. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eChoose the Ocean Spirit that speaks to you and turn an ordinary garden corner into a glowing coastal escape.\u003c\/p\u003e\n\u003ca class=\"ocean-btn\" href=\"#\"\u003e Choose Your Favorite Style ↑ \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"zavrlygoods","offers":[{"title":"Mystic Jellyfish","offer_id":49629204185243,"sku":"SZ04792609247755-水母","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Sea Turtle Blessing","offer_id":49629204218011,"sku":"SZ04792609247755-海龟","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Dolphin Dreams","offer_id":49629204250779,"sku":"SZ04792609247755-海豚","price":39.99,"currency_code":"USD","in_stock":true},{"title":"3 Styles🔥25% OFF","offer_id":49629204283547,"sku":"SZ04792609247755-水母+海龟+海豚","price":119.97,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0766\/3249\/0139\/files\/b3bba1cb-65aa-4fd1-a964-e6326539f710.png?v=1790225925","url":"https:\/\/zavrlygoods.com\/products\/%f0%9f%8c%8aocean-spirit-solar-cascade","provider":"zavrlygoods","version":"1.0","type":"link"}