{"product_id":"vela-collective-ocean-escape-bundle-animal-cage-divers-water-shooters","title":"Vela Collective Ocean Escape Bundle – Animal Cage Divers + Water Shooters","description":"\u003cstyle\u003e\n\/* VELA COLLECTIVE — OCEAN ESCAPE BUNDLE *\/\n\n.vela-ocean {\n  --vela-blue: #087ea4;\n  --vela-light: #e9faff;\n  --vela-aqua: #63d9e8;\n  --vela-deep: #07506b;\n  --vela-yellow: #ffd95a;\n  --vela-pink: #ff8fb3;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n  color: var(--vela-deep);\n  position: relative;\n  overflow: hidden;\n  background: linear-gradient(180deg,#f4fdff 0%,#e8faff 55%,#ffffff 100%);\n  border-radius: 28px;\n  padding: 0;\n  box-shadow: 0 15px 45px rgba(0,80,110,.10);\n}\n\n\/* Floating bubbles *\/\n.vela-bubbles span {\n  position: absolute;\n  display: block;\n  width: 14px;\n  height: 14px;\n  border: 2px solid rgba(255,255,255,.85);\n  border-radius: 50%;\n  background: rgba(255,255,255,.22);\n  animation: velaFloat 6s infinite ease-in-out;\n  pointer-events: none;\n}\n\n.vela-bubbles span:nth-child(1){left:7%;top:15%;animation-delay:0s}\n.vela-bubbles span:nth-child(2){left:18%;top:35%;width:9px;height:9px;animation-delay:1s}\n.vela-bubbles span:nth-child(3){left:83%;top:20%;width:18px;height:18px;animation-delay:2s}\n.vela-bubbles span:nth-child(4){left:91%;top:55%;width:10px;height:10px;animation-delay:3s}\n.vela-bubbles span:nth-child(5){left:52%;top:8%;width:8px;height:8px;animation-delay:1.5s}\n.vela-bubbles span:nth-child(6){left:73%;top:70%;width:13px;height:13px;animation-delay:2.5s}\n\n@keyframes velaFloat {\n  0%,100% {transform:translateY(0) scale(1);opacity:.45}\n  50% {transform:translateY(-25px) scale(1.15);opacity:1}\n}\n\n\/* Hero *\/\n.vela-hero {\n  position: relative;\n  text-align: center;\n  padding: 55px 22px 65px;\n  background:\n    radial-gradient(circle at 20% 20%,rgba(99,217,232,.35),transparent 30%),\n    radial-gradient(circle at 80% 30%,rgba(255,255,255,.8),transparent 28%),\n    linear-gradient(135deg,#c9f6fb,#75dbe9);\n}\n\n.vela-kicker {\n  display:inline-flex;\n  align-items:center;\n  gap:7px;\n  background:rgba(255,255,255,.82);\n  padding:9px 16px;\n  border-radius:999px;\n  font-size:12px;\n  font-weight:800;\n  letter-spacing:.8px;\n  text-transform:uppercase;\n  box-shadow:0 8px 20px rgba(0,80,110,.08);\n  animation:velaPop .8s ease both;\n}\n\n.vela-hero h2 {\n  margin:18px auto 12px;\n  max-width:800px;\n  font-size:clamp(34px,6vw,64px);\n  line-height:.98;\n  letter-spacing:-2.5px;\n  font-weight:900;\n  color:#064b65;\n  animation:velaRise .8s .1s ease both;\n}\n\n.vela-hero h2 span {\n  color:#087ea4;\n}\n\n.vela-hero p {\n  max-width:650px;\n  margin:0 auto;\n  font-size:17px;\n  line-height:1.6;\n  color:#185e73;\n  animation:velaRise .8s .2s ease both;\n}\n\n@keyframes velaRise {\n  from{opacity:0;transform:translateY(18px)}\n  to{opacity:1;transform:translateY(0)}\n}\n\n@keyframes velaPop {\n  from{opacity:0;transform:scale(.8)}\n  to{opacity:1;transform:scale(1)}\n}\n\n\/* Wave *\/\n.vela-wave {\n  position:absolute;\n  bottom:-1px;\n  left:0;\n  width:100%;\n  line-height:0;\n}\n\n.vela-wave svg {\n  width:100%;\n  height:80px;\n  display:block;\n}\n\n\/* Product cards *\/\n.vela-products {\n  padding:55px 25px;\n  max-width:1100px;\n  margin:auto;\n}\n\n.vela-section-title {\n  text-align:center;\n  margin-bottom:35px;\n}\n\n.vela-section-title small {\n  display:block;\n  font-size:12px;\n  text-transform:uppercase;\n  letter-spacing:2px;\n  font-weight:900;\n  color:#1596b8;\n  margin-bottom:8px;\n}\n\n.vela-section-title h3 {\n  margin:0;\n  font-size:clamp(28px,4vw,42px);\n  line-height:1.05;\n  color:#064b65;\n  font-weight:900;\n}\n\n.vela-grid {\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:22px;\n}\n\n.vela-card {\n  background:#fff;\n  border-radius:24px;\n  padding:28px;\n  box-shadow:0 12px 35px rgba(0,80,110,.09);\n  border:1px solid rgba(8,126,164,.08);\n  transition:.35s ease;\n  position:relative;\n  overflow:hidden;\n}\n\n.vela-card:hover {\n  transform:translateY(-8px);\n  box-shadow:0 20px 45px rgba(0,80,110,.15);\n}\n\n.vela-icon {\n  width:68px;\n  height:68px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:20px;\n  font-size:35px;\n  background:#e8faff;\n  margin-bottom:18px;\n  animation:velaBob 3s infinite ease-in-out;\n}\n\n@keyframes velaBob {\n  0%,100%{transform:translateY(0) rotate(-2deg)}\n  50%{transform:translateY(-7px) rotate(2deg)}\n}\n\n.vela-card h4 {\n  font-size:24px;\n  margin:0 0 10px;\n  color:#064b65;\n}\n\n.vela-card p {\n  font-size:15px;\n  line-height:1.6;\n  color:#4e7180;\n  margin:0 0 17px;\n}\n\n.vela-list {\n  list-style:none;\n  padding:0;\n  margin:0;\n}\n\n.vela-list li {\n  padding:9px 0;\n  border-bottom:1px solid #edf7f9;\n  font-size:14px;\n  color:#315e6c;\n}\n\n.vela-list li:last-child {\n  border-bottom:0;\n}\n\n.vela-list li::before {\n  content:\"✓\";\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  width:21px;\n  height:21px;\n  margin-right:8px;\n  border-radius:50%;\n  background:#d9f7f8;\n  color:#087ea4;\n  font-weight:900;\n}\n\n\/* Fun middle banner *\/\n.vela-splash {\n  margin:10px 25px 55px;\n  border-radius:25px;\n  padding:42px 25px;\n  text-align:center;\n  background:linear-gradient(135deg,#087ea4,#42c7d7);\n  color:white;\n  position:relative;\n  overflow:hidden;\n}\n\n.vela-splash::before,\n.vela-splash::after {\n  content:\"\";\n  position:absolute;\n  border-radius:50%;\n  background:rgba(255,255,255,.10);\n}\n\n.vela-splash::before {\n  width:220px;\n  height:220px;\n  left:-100px;\n  top:-120px;\n}\n\n.vela-splash::after {\n  width:280px;\n  height:280px;\n  right:-130px;\n  bottom:-160px;\n}\n\n.vela-splash h3 {\n  position:relative;\n  z-index:2;\n  margin:0 0 8px;\n  font-size:clamp(28px,5vw,44px);\n  font-weight:900;\n}\n\n.vela-splash p {\n  position:relative;\n  z-index:2;\n  max-width:650px;\n  margin:auto;\n  line-height:1.6;\n  opacity:.95;\n}\n\n\/* Benefits *\/\n.vela-benefits {\n  padding:0 25px 55px;\n  max-width:1100px;\n  margin:auto;\n}\n\n.vela-benefit-grid {\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:14px;\n}\n\n.vela-benefit {\n  background:#fff;\n  border-radius:20px;\n  padding:22px 16px;\n  text-align:center;\n  box-shadow:0 8px 25px rgba(0,80,110,.07);\n  transition:.3s ease;\n}\n\n.vela-benefit:hover {\n  transform:translateY(-5px);\n}\n\n.vela-benefit strong {\n  display:block;\n  font-size:27px;\n  margin-bottom:8px;\n}\n\n.vela-benefit span {\n  display:block;\n  font-size:13px;\n  font-weight:800;\n  color:#315e6c;\n  line-height:1.4;\n}\n\n\/* Gift section *\/\n.vela-gift {\n  margin:0 25px 55px;\n  padding:38px 28px;\n  border-radius:25px;\n  background:linear-gradient(135deg,#fff8df,#fff);\n  border:1px solid #ffeab0;\n  display:flex;\n  align-items:center;\n  gap:25px;\n}\n\n.vela-gift-icon {\n  font-size:55px;\n  flex-shrink:0;\n  animation:velaGift 2s infinite ease-in-out;\n}\n\n@keyframes velaGift {\n  0%,100%{transform:rotate(0)}\n  25%{transform:rotate(-7deg)}\n  75%{transform:rotate(7deg)}\n}\n\n.vela-gift h3 {\n  margin:0 0 8px;\n  font-size:25px;\n  color:#064b65;\n}\n\n.vela-gift p {\n  margin:0;\n  line-height:1.6;\n  color:#59727b;\n}\n\n\/* Trust *\/\n.vela-trust {\n  background:#f4fcfd;\n  padding:48px 25px;\n  text-align:center;\n}\n\n.vela-trust h3 {\n  margin:0 0 12px;\n  font-size:30px;\n  color:#064b65;\n}\n\n.vela-trust p {\n  max-width:650px;\n  margin:0 auto 24px;\n  color:#5b737c;\n  line-height:1.6;\n}\n\n.vela-trust-badges {\n  display:flex;\n  justify-content:center;\n  flex-wrap:wrap;\n  gap:10px;\n}\n\n.vela-badge {\n  background:#fff;\n  border:1px solid #d9edf1;\n  border-radius:999px;\n  padding:10px 15px;\n  font-size:13px;\n  font-weight:800;\n  color:#236477;\n}\n\n\/* CTA *\/\n.vela-cta {\n  padding:55px 25px 60px;\n  text-align:center;\n  background:linear-gradient(180deg,#f4fcfd,#dff8fb);\n}\n\n.vela-cta h3 {\n  margin:0 auto 10px;\n  max-width:700px;\n  font-size:clamp(29px,5vw,46px);\n  line-height:1.05;\n  color:#064b65;\n  font-weight:900;\n}\n\n.vela-cta p {\n  margin:0 auto 22px;\n  max-width:600px;\n  color:#55727c;\n  line-height:1.6;\n}\n\n.vela-cta-button {\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  gap:9px;\n  padding:16px 28px;\n  border-radius:999px;\n  background:#087ea4;\n  color:white !important;\n  text-decoration:none !important;\n  font-weight:900;\n  font-size:16px;\n  box-shadow:0 12px 25px rgba(8,126,164,.25);\n  transition:.3s ease;\n}\n\n.vela-cta-button:hover {\n  transform:translateY(-3px) scale(1.02);\n  background:#066b89;\n  box-shadow:0 16px 30px rgba(8,126,164,.32);\n}\n\n.vela-note {\n  margin-top:14px;\n  font-size:12px;\n  color:#71878e;\n}\n\n\/* Mobile *\/\n@media(max-width:700px){\n  .vela-hero {\n    padding:42px 18px 58px;\n  }\n\n  .vela-hero h2 {\n    letter-spacing:-1.5px;\n  }\n\n  .vela-hero p {\n    font-size:15px;\n  }\n\n  .vela-products {\n    padding:45px 15px;\n  }\n\n  .vela-grid {\n    grid-template-columns:1fr;\n  }\n\n  .vela-benefits {\n    padding:0 15px 45px;\n  }\n\n  .vela-benefit-grid {\n    grid-template-columns:1fr 1fr;\n  }\n\n  .vela-gift {\n    margin:0 15px 45px;\n    padding:28px 20px;\n    flex-direction:column;\n    text-align:center;\n  }\n\n  .vela-splash {\n    margin:5px 15px 45px;\n  }\n\n  .vela-cta {\n    padding:45px 18px 50px;\n  }\n\n  .vela-cta-button {\n    width:100%;\n    box-sizing:border-box;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"vela-ocean\"\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\n\u003c\/div\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"vela-hero\"\u003e\n\u003cdiv class=\"vela-kicker\"\u003e🌊 VELA COLLECTIVE • SUMMER FAVOURITE\u003c\/div\u003e\n\u003ch2\u003eMeet Their New Favourite\u003cbr\u003e\u003cspan\u003ePool Day.\u003c\/span\u003e 🐠\u003c\/h2\u003e\n\u003cp\u003eTwo seriously fun pool toys. One unforgettable adventure. The Ocean Escape Bundle turns ordinary swimming days into underwater exploring, splashing and nonstop smiles.\u003c\/p\u003e\n\u003cdiv class=\"vela-wave\"\u003e\u003csvg viewbox=\"0 0 1440 120\" preserveaspectratio=\"none\"\u003e\n        \u003cpath fill=\"#f4fdff\" d=\"M0,65 C240,125 480,0 720,60 C960,120 1200,20 1440,70 L1440,120 L0,120 Z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCTS --\u003e\n\u003csection class=\"vela-products\"\u003e\n\u003cdiv class=\"vela-section-title\"\u003e\n\u003csmall\u003eInside the bundle\u003c\/small\u003e\n\u003ch3\u003eDouble the Toys.\u003cbr\u003eDouble the Fun. 💦\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vela-grid\"\u003e\n\u003c!-- DIVERS --\u003e\n\u003cdiv class=\"vela-card\"\u003e\n\u003cdiv class=\"vela-icon\"\u003e🐠\u003c\/div\u003e\n\u003ch4\u003eAnimal Cage Divers\u003c\/h4\u003e\n\u003cp\u003eDrop them down. Dive after them. Open the cages. Watch the sea creatures rise back to the surface.\u003c\/p\u003e\n\u003cul class=\"vela-list\"\u003e\n\u003cli\u003e3 chunky dive cages\u003c\/li\u003e\n\u003cli\u003eClownfish \u0026amp; pufferfish characters\u003c\/li\u003e\n\u003cli\u003eFlip-open cage lids\u003c\/li\u003e\n\u003cli\u003eEncourages underwater exploration\u003c\/li\u003e\n\u003cli\u003eDesigned for little hands\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- SHOOTERS --\u003e\n\u003cdiv class=\"vela-card\"\u003e\n\u003cdiv class=\"vela-icon\"\u003e🌸\u003c\/div\u003e\n\u003ch4\u003eFlower Water Shooters\u003c\/h4\u003e\n\u003cp\u003eFill, aim and SPLASH! Perfect for friendly poolside water battles and keeping little swimmers active.\u003c\/p\u003e\n\u003cul class=\"vela-list\"\u003e\n\u003cli\u003e4 colourful flower shooters\u003c\/li\u003e\n\u003cli\u003eEasy pull-back design\u003c\/li\u003e\n\u003cli\u003eWide gentle fan spray\u003c\/li\u003e\n\u003cli\u003eLightweight for little hands\u003c\/li\u003e\n\u003cli\u003eColours may vary\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPLASH BANNER --\u003e\n\u003csection class=\"vela-splash\"\u003e\n\u003ch3\u003eOne Bundle. Endless Pool Adventures. 🌊\u003c\/h3\u003e\n\u003cp\u003eFrom underwater treasure hunts to spontaneous water fights, the Ocean Escape Bundle gives kids more ways to play, move and enjoy time in the water.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"vela-benefits\"\u003e\n\u003cdiv class=\"vela-section-title\"\u003e\n\u003csmall\u003eMade for happy pool days\u003c\/small\u003e\n\u003ch3\u003eWhy Parents Love It ❤️\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vela-benefit-grid\"\u003e\n\u003cdiv class=\"vela-benefit\"\u003e\n\u003cstrong\u003e🛟\u003c\/strong\u003e \u003cspan\u003eDesigned for active outdoor play\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vela-benefit\"\u003e\n\u003cstrong\u003e🧸\u003c\/strong\u003e \u003cspan\u003eMade with kid-friendly materials\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vela-benefit\"\u003e\n\u003cstrong\u003e🎁\u003c\/strong\u003e \u003cspan\u003eGift-ready presentation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vela-benefit\"\u003e\n\u003cstrong\u003e🇿🇦\u003c\/strong\u003e \u003cspan\u003eMade for SA family summers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GIFT --\u003e\n\u003csection class=\"vela-gift\"\u003e\n\u003cdiv class=\"vela-gift-icon\"\u003e🎁\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Easy “Best Gift Ever” 🎉\u003c\/h3\u003e\n\u003cp\u003eBirthday party? Christmas? End-of-year surprise? The Ocean Escape Bundle is ready to make a splash straight out of the box — no wrapping stress required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TRUST --\u003e\n\u003csection class=\"vela-trust\"\u003e\n\u003ch3\u003eMade With Parents In Mind\u003c\/h3\u003e\n\u003cp\u003eWe believe pool time should mean less screen time, more movement and more memories together. Vela Collective brings playful water toys to SA families with fun, quality and convenience in mind.\u003c\/p\u003e\n\u003cdiv class=\"vela-trust-badges\"\u003e\n\u003cdiv class=\"vela-badge\"\u003e✓ Kid-friendly design\u003c\/div\u003e\n\u003cdiv class=\"vela-badge\"\u003e✓ Ages 3–9\u003c\/div\u003e\n\u003cdiv class=\"vela-badge\"\u003e✓ Gift-ready\u003c\/div\u003e\n\u003cdiv class=\"vela-badge\"\u003e✓ South Africa\u003c\/div\u003e\n\u003cdiv class=\"vela-badge\"\u003e✓ Adult supervision recommended\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"vela-cta\"\u003e\n\u003ch3\u003eReady To Make Their Next Pool Day Unforgettable? 🐠\u003c\/h3\u003e\n\u003cp\u003eGive them two ways to play, explore and splash — all in one Ocean Escape Bundle.\u003c\/p\u003e\n\u003cdiv class=\"vela-note\"\u003eSuitable for ages 3–9 • Adult supervision near water recommended\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Vela Collective","offers":[{"title":"Default Title","offer_id":43140294049888,"sku":null,"price":949.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8758\/7680\/files\/split-level-pool-scene.png?v=1788891307","url":"https:\/\/velacollective.co.za\/products\/vela-collective-ocean-escape-bundle-animal-cage-divers-water-shooters","provider":"Vela Collective","version":"1.0","type":"link"}