{"product_id":"vela-collective-underwater-zoom-goony-gliders","title":"Vela Collective | Underwater Zoom Goony Gliders","description":"\u003cstyle\u003e\n\/* =========================================================\n   VELA COLLECTIVE — UNDERWATER GOONY GLIDERS\n   Premium Animated Product Section\n========================================================= *\/\n\n.vela-goony {\n  position: relative;\n  overflow: hidden;\n  margin: 0 auto;\n  padding: 0;\n  color: #fff;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n  background:\n    radial-gradient(circle at 50% 10%, rgba(60,220,255,.28), transparent 35%),\n    linear-gradient(180deg, #062b46 0%, #031827 48%, #020d17 100%);\n  border-radius: 28px;\n  box-shadow: 0 25px 80px rgba(0,0,0,.28);\n}\n\n\/* WATER LIGHT *\/\n.vela-goony::before {\n  content: \"\";\n  position: absolute;\n  inset: -30%;\n  background:\n    repeating-linear-gradient(\n      115deg,\n      transparent 0px,\n      transparent 80px,\n      rgba(255,255,255,.035) 100px,\n      transparent 125px\n    );\n  animation: waterMove 14s linear infinite;\n  pointer-events: none;\n}\n\n@keyframes waterMove {\n  from { transform: translateX(-10%) rotate(-2deg); }\n  to { transform: translateX(10%) rotate(-2deg); }\n}\n\n\/* LIGHT RAYS *\/\n.vela-rays {\n  position: absolute;\n  top: -100px;\n  left: 50%;\n  width: 900px;\n  height: 700px;\n  transform: translateX(-50%);\n  background:\n    linear-gradient(105deg,\n      transparent 0%,\n      rgba(111,230,255,.09) 18%,\n      transparent 35%,\n      rgba(111,230,255,.06) 53%,\n      transparent 70%\n    );\n  filter: blur(10px);\n  animation: rays 8s ease-in-out infinite alternate;\n  pointer-events: none;\n}\n\n@keyframes rays {\n  from { transform: translateX(-53%) rotate(-2deg); opacity:.55; }\n  to { transform: translateX(-47%) rotate(2deg); opacity:1; }\n}\n\n\/* BUBBLES *\/\n.vela-bubbles span {\n  position: absolute;\n  bottom: -80px;\n  width: 12px;\n  height: 12px;\n  border: 2px solid rgba(255,255,255,.28);\n  border-radius: 50%;\n  animation: bubbleRise linear infinite;\n  opacity: .65;\n}\n\n.vela-bubbles span:nth-child(1){left:8%;animation-duration:10s;animation-delay:0s}\n.vela-bubbles span:nth-child(2){left:18%;width:7px;height:7px;animation-duration:13s;animation-delay:2s}\n.vela-bubbles span:nth-child(3){left:31%;width:18px;height:18px;animation-duration:15s;animation-delay:4s}\n.vela-bubbles span:nth-child(4){left:49%;width:8px;height:8px;animation-duration:9s;animation-delay:1s}\n.vela-bubbles span:nth-child(5){left:63%;width:15px;height:15px;animation-duration:12s;animation-delay:3s}\n.vela-bubbles span:nth-child(6){left:78%;width:9px;height:9px;animation-duration:14s;animation-delay:5s}\n.vela-bubbles span:nth-child(7){left:91%;width:20px;height:20px;animation-duration:16s;animation-delay:1s}\n\n@keyframes bubbleRise {\n  0% {\n    transform: translateY(0) scale(.7);\n    opacity: 0;\n  }\n  15% { opacity:.7; }\n  100% {\n    transform: translateY(-850px) translateX(45px) scale(1.2);\n    opacity:0;\n  }\n}\n\n\/* CONTENT *\/\n.vela-goony-inner {\n  position: relative;\n  z-index: 2;\n  max-width: 1180px;\n  margin: auto;\n  padding: 70px 25px 75px;\n}\n\n\/* BADGE *\/\n.vela-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 9px 15px;\n  border-radius: 999px;\n  background: rgba(255,255,255,.08);\n  border: 1px solid rgba(255,255,255,.16);\n  backdrop-filter: blur(12px);\n  font-size: 12px;\n  font-weight: 800;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  box-shadow: 0 8px 25px rgba(0,0,0,.12);\n}\n\n.vela-pulse {\n  width: 8px;\n  height: 8px;\n  background: #63e6ff;\n  border-radius: 50%;\n  box-shadow: 0 0 14px #63e6ff;\n  animation: pulse 1.5s infinite;\n}\n\n@keyframes pulse {\n  50% { transform: scale(1.5); opacity:.55; }\n}\n\n\/* HERO *\/\n.vela-hero {\n  text-align: center;\n  max-width: 850px;\n  margin: 25px auto 55px;\n}\n\n.vela-hero h2 {\n  margin: 0;\n  font-size: clamp(40px, 7vw, 78px);\n  line-height: .96;\n  letter-spacing: -3px;\n  font-weight: 950;\n  text-shadow: 0 8px 35px rgba(0,0,0,.28);\n}\n\n.vela-gradient {\n  background: linear-gradient(\n    90deg,\n    #ffffff,\n    #9cecff,\n    #ffffff\n  );\n  background-size: 200% auto;\n  -webkit-background-clip: text;\n  background-clip: text;\n  color: transparent;\n  animation: shineText 4s linear infinite;\n}\n\n@keyframes shineText {\n  to { background-position: 200% center; }\n}\n\n.vela-hero p {\n  max-width: 690px;\n  margin: 22px auto 0;\n  font-size: 18px;\n  line-height: 1.65;\n  color: rgba(255,255,255,.78);\n}\n\n\/* MAIN GRID *\/\n.vela-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 22px;\n}\n\n\/* CARDS *\/\n.vela-card {\n  position: relative;\n  overflow: hidden;\n  padding: 30px;\n  border-radius: 24px;\n  background: rgba(255,255,255,.065);\n  border: 1px solid rgba(255,255,255,.12);\n  backdrop-filter: blur(15px);\n  box-shadow: 0 18px 50px rgba(0,0,0,.18);\n  transition: .35s ease;\n}\n\n.vela-card:hover {\n  transform: translateY(-6px);\n  background: rgba(255,255,255,.09);\n  border-color: rgba(115,224,255,.35);\n  box-shadow: 0 25px 60px rgba(0,0,0,.25);\n}\n\n.vela-card h3 {\n  margin: 0 0 18px;\n  font-size: 25px;\n  font-weight: 900;\n}\n\n.vela-card p {\n  color: rgba(255,255,255,.72);\n  line-height: 1.65;\n}\n\n\/* CHARACTER ROW *\/\n.vela-goonies {\n  display: grid;\n  grid-template-columns: repeat(4,1fr);\n  gap: 10px;\n  margin-top: 22px;\n}\n\n.vela-goony-character {\n  padding: 17px 8px;\n  text-align: center;\n  border-radius: 17px;\n  background: rgba(0,0,0,.15);\n  border: 1px solid rgba(255,255,255,.08);\n  transition: .3s ease;\n  cursor: default;\n}\n\n.vela-goony-character:hover {\n  transform: translateY(-7px) scale(1.03);\n  background: rgba(255,255,255,.09);\n  border-color: rgba(255,255,255,.22);\n}\n\n.vela-goony-icon {\n  font-size: 34px;\n  display: block;\n  margin-bottom: 8px;\n}\n\n.vela-goony-character strong {\n  display: block;\n  font-size: 13px;\n}\n\n.vela-goony-character small {\n  display: block;\n  margin-top: 4px;\n  color: rgba(255,255,255,.55);\n  font-size: 10px;\n}\n\n\/* BENEFITS *\/\n.vela-benefits {\n  display: grid;\n  gap: 13px;\n}\n\n.vela-benefit {\n  display: flex;\n  align-items: center;\n  gap: 13px;\n  padding: 13px 15px;\n  border-radius: 15px;\n  background: rgba(255,255,255,.045);\n}\n\n.vela-check {\n  width: 28px;\n  height: 28px;\n  display: grid;\n  place-items: center;\n  flex: 0 0 28px;\n  border-radius: 50%;\n  background: rgba(77,224,255,.13);\n  border: 1px solid rgba(77,224,255,.3);\n  color: #80eaff;\n  font-weight: 900;\n}\n\n.vela-benefit strong {\n  font-size: 14px;\n}\n\n.vela-benefit span {\n  display: block;\n  margin-top: 3px;\n  color: rgba(255,255,255,.52);\n  font-size: 12px;\n}\n\n\/* MOM SECTION *\/\n.vela-mom {\n  margin-top: 22px;\n  padding: 38px;\n  text-align: center;\n  border-radius: 25px;\n  background:\n    radial-gradient(circle at 50% 0%, rgba(96,221,255,.15), transparent 60%),\n    rgba(255,255,255,.055);\n  border: 1px solid rgba(255,255,255,.11);\n}\n\n.vela-mom h3 {\n  margin: 0;\n  font-size: clamp(27px,4vw,42px);\n  font-weight: 950;\n  letter-spacing: -1px;\n}\n\n.vela-mom p {\n  max-width: 670px;\n  margin: 14px auto 0;\n  color: rgba(255,255,255,.7);\n  line-height: 1.65;\n}\n\n\/* SHIPPING *\/\n.vela-shipping {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 12px;\n  margin-top: 28px;\n}\n\n.vela-shipping-item {\n  padding: 12px 17px;\n  border-radius: 999px;\n  background: rgba(255,255,255,.07);\n  border: 1px solid rgba(255,255,255,.1);\n  font-size: 12px;\n  font-weight: 700;\n}\n\n\/* CTA *\/\n.vela-cta {\n  text-align: center;\n  margin-top: 40px;\n}\n\n.vela-cta a {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 9px;\n  padding: 17px 32px;\n  border-radius: 999px;\n  background: #fff;\n  color: #052033;\n  text-decoration: none;\n  font-weight: 950;\n  font-size: 15px;\n  box-shadow: 0 12px 35px rgba(0,0,0,.25);\n  transition: .3s ease;\n}\n\n.vela-cta a:hover {\n  transform: translateY(-3px) scale(1.025);\n  box-shadow: 0 18px 45px rgba(0,0,0,.35);\n}\n\n\/* SAFETY *\/\n.vela-safety {\n  margin-top: 22px;\n  text-align: center;\n  color: rgba(255,255,255,.42);\n  font-size: 11px;\n}\n\n\/* MOBILE *\/\n@media(max-width:760px){\n\n  .vela-goony {\n    border-radius: 20px;\n  }\n\n  .vela-goony-inner {\n    padding: 48px 17px 55px;\n  }\n\n  .vela-hero h2 {\n    font-size: 43px;\n    letter-spacing: -2px;\n  }\n\n  .vela-hero p {\n    font-size: 15px;\n  }\n\n  .vela-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .vela-card {\n    padding: 23px;\n  }\n\n  .vela-goonies {\n    grid-template-columns: repeat(2,1fr);\n  }\n\n  .vela-mom {\n    padding: 28px 20px;\n  }\n\n  .vela-cta a {\n    width: 100%;\n  }\n}\n\u003c\/style\u003e\n\u003csection class=\"vela-goony\"\u003e\n\u003cdiv class=\"vela-rays\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"vela-bubbles\"\u003e\n\u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e \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=\"vela-goony-inner\"\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n\u003cdiv class=\"vela-badge\"\u003e\n\u003cspan class=\"vela-pulse\"\u003e\u003c\/span\u003e VELA COLLECTIVE • SUMMER ADVENTURE\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vela-hero\"\u003e\n\u003ch2\u003eDive In.\u003cbr\u003e\u003cspan class=\"vela-gradient\"\u003eZoom Fast.\u003c\/span\u003e\u003cbr\u003eBe A Goony.\u003c\/h2\u003e\n\u003cp\u003eMeet the underwater gliders made for kids who would rather \u003cstrong\u003ebe in the pool than anywhere else.\u003c\/strong\u003e Hold on, kick off and glide through the water on your next pool adventure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vela-grid\"\u003e\n\u003c!-- WHY KIDS LOVE IT --\u003e\n\u003cdiv class=\"vela-card\"\u003e\n\u003ch3\u003e🌊 Why They'll Want One\u003c\/h3\u003e\n\u003cdiv class=\"vela-benefits\"\u003e\n\u003cdiv class=\"vela-benefit\"\u003e\n\u003cdiv class=\"vela-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eBuilt for underwater gliding\u003c\/strong\u003e \u003cspan\u003eHydrodynamic wings help create a smooth glide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vela-benefit\"\u003e\n\u003cdiv class=\"vela-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eEasy-grip center\u003c\/strong\u003e \u003cspan\u003eDesigned for little hands to hold onto comfortably.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vela-benefit\"\u003e\n\u003cdiv class=\"vela-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eTurns swimming into play\u003c\/strong\u003e \u003cspan\u003eEncourages active underwater swimming and movement.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vela-benefit\"\u003e\n\u003cdiv class=\"vela-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eMade for pool adventures\u003c\/strong\u003e \u003cspan\u003eDurable materials for hours of aquatic fun.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CHARACTERS --\u003e\n\u003cdiv class=\"vela-card\"\u003e\n\u003ch3\u003e⚡ Meet The Goonies\u003c\/h3\u003e\n\u003cp\u003eFour characters. Four personalities. \u003cstrong\u003eWhich Goony will your little adventurer choose?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"vela-goonies\"\u003e\n\u003cdiv class=\"vela-goony-character\"\u003e\n\u003cspan class=\"vela-goony-icon\"\u003e🌿\u003c\/span\u003e \u003cstrong\u003eBubbles\u003c\/strong\u003e \u003csmall\u003eExplorer\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vela-goony-character\"\u003e\n\u003cspan class=\"vela-goony-icon\"\u003e🔥\u003c\/span\u003e \u003cstrong\u003eBlaze\u003c\/strong\u003e \u003csmall\u003eSpeedster\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vela-goony-character\"\u003e\n\u003cspan class=\"vela-goony-icon\"\u003e⚓\u003c\/span\u003e \u003cstrong\u003eCaptain\u003c\/strong\u003e \u003csmall\u003ePool Boss\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vela-goony-character\"\u003e\n\u003cspan class=\"vela-goony-icon\"\u003e🐉\u003c\/span\u003e \u003cstrong\u003eDrago\u003c\/strong\u003e \u003csmall\u003eMythical\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- MOM EMOTIONAL SECTION --\u003e\n\u003cdiv class=\"vela-mom\"\u003e\n\u003ch3\u003eMore Than A Pool Toy. \u003cspan class=\"vela-gradient\"\u003eIt's Summer Memories.\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp\u003eWhile they're busy racing, diving and discovering their favorite Goony, you're giving them something much better than another toy — \u003cstrong\u003ean excuse to get moving, play together and make memories they'll talk about long after summer.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"vela-shipping\"\u003e\n\u003cdiv class=\"vela-shipping-item\"\u003e🎁 Gift Ready\u003c\/div\u003e\n\u003cdiv class=\"vela-shipping-item\"\u003e🏊 Ages 5–12\u003c\/div\u003e\n\u003cdiv class=\"vela-shipping-item\"\u003e☀️ Summer Fun\u003c\/div\u003e\n\u003cdiv class=\"vela-shipping-item\"\u003e🇿🇦 SA Delivery\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003cdiv class=\"vela-safety\"\u003eAdult supervision recommended around children near water.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Vela Collective","offers":[{"title":"Default Title","offer_id":43142063095904,"sku":null,"price":199.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8758\/7680\/files\/pick-your-character_947eb293-fe77-4532-93e7-6a60a7cd4698.png?v=1788978555","url":"https:\/\/velacollective.co.za\/products\/vela-collective-underwater-zoom-goony-gliders","provider":"Vela Collective","version":"1.0","type":"link"}