{"product_id":"out-about-aqualock-waterproof-phone-pouch","title":"Out \u0026 About AquaLock Waterproof Phone Pouch","description":"\u003cstyle\u003e\n  \/* =========================================================\n     OUT \u0026 ABOUT — AQUAlOCK PRODUCT SECTION\n     Premium Animated Product Section\n     ========================================================= *\/\n\n  .oa-aqualock {\n    --oa-navy: #082b3a;\n    --oa-blue: #0b6078;\n    --oa-aqua: #16b8c9;\n    --oa-gold: #d7a83d;\n    --oa-cream: #fffaf0;\n    --oa-white: #ffffff;\n\n    position: relative;\n    overflow: hidden;\n    padding: 70px 20px;\n    background:\n      radial-gradient(circle at 15% 20%, rgba(22,184,201,.18), transparent 30%),\n      radial-gradient(circle at 85% 75%, rgba(215,168,61,.13), transparent 28%),\n      linear-gradient(135deg, #062633 0%, #083b4d 48%, #071f2c 100%);\n    color: var(--oa-white);\n    font-family: inherit;\n  }\n\n  \/* ---------------------------------------------------------\n     ANIMATED WATER BACKGROUND\n     --------------------------------------------------------- *\/\n\n  .oa-water {\n    position: absolute;\n    inset: 0;\n    pointer-events: none;\n    overflow: hidden;\n    opacity: .65;\n  }\n\n  .oa-water::before,\n  .oa-water::after {\n    content: \"\";\n    position: absolute;\n    left: -10%;\n    width: 120%;\n    height: 180px;\n    border-radius: 50%;\n    border: 1px solid rgba(255,255,255,.08);\n  }\n\n  .oa-water::before {\n    top: 10%;\n    animation: oaWave 9s ease-in-out infinite;\n  }\n\n  .oa-water::after {\n    bottom: 8%;\n    animation: oaWave 12s ease-in-out infinite reverse;\n  }\n\n  @keyframes oaWave {\n    0%,100% {\n      transform: translateX(-2%) scaleY(.9);\n    }\n\n    50% {\n      transform: translateX(2%) scaleY(1.15);\n    }\n  }\n\n  \/* ---------------------------------------------------------\n     FLOATING DROPLETS\n     --------------------------------------------------------- *\/\n\n  .oa-drop {\n    position: absolute;\n    width: 7px;\n    height: 7px;\n    border-radius: 50%;\n    background: rgba(255,255,255,.35);\n    box-shadow: 0 0 12px rgba(22,184,201,.4);\n    animation: oaFloat 7s ease-in-out infinite;\n  }\n\n  .oa-drop:nth-child(1) {\n    left: 8%;\n    bottom: -10px;\n    animation-delay: 0s;\n  }\n\n  .oa-drop:nth-child(2) {\n    left: 22%;\n    bottom: -20px;\n    animation-delay: 2s;\n    transform: scale(.7);\n  }\n\n  .oa-drop:nth-child(3) {\n    left: 76%;\n    bottom: -15px;\n    animation-delay: 4s;\n    transform: scale(.8);\n  }\n\n  .oa-drop:nth-child(4) {\n    left: 91%;\n    bottom: -20px;\n    animation-delay: 1s;\n    transform: scale(.6);\n  }\n\n  .oa-drop:nth-child(5) {\n    left: 55%;\n    bottom: -10px;\n    animation-delay: 3s;\n    transform: scale(.5);\n  }\n\n  @keyframes oaFloat {\n    0% {\n      transform: translateY(0);\n      opacity: 0;\n    }\n\n    15% {\n      opacity: .7;\n    }\n\n    85% {\n      opacity: .4;\n    }\n\n    100% {\n      transform: translateY(-600px);\n      opacity: 0;\n    }\n  }\n\n  \/* ---------------------------------------------------------\n     MAIN CONTAINER\n     --------------------------------------------------------- *\/\n\n  .oa-container {\n    position: relative;\n    z-index: 2;\n    max-width: 1180px;\n    margin: 0 auto;\n  }\n\n  \/* ---------------------------------------------------------\n     HERO\n     --------------------------------------------------------- *\/\n\n  .oa-hero {\n    text-align: center;\n    max-width: 850px;\n    margin: 0 auto 55px;\n  }\n\n  .oa-eyebrow {\n    display: inline-block;\n    margin-bottom: 15px;\n    padding: 7px 16px;\n    border: 1px solid rgba(215,168,61,.55);\n    border-radius: 50px;\n    color: var(--oa-gold);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    background: rgba(255,255,255,.04);\n  }\n\n  .oa-title {\n    margin: 0;\n    font-size: clamp(38px, 6vw, 68px);\n    line-height: 1.02;\n    font-weight: 800;\n    letter-spacing: -2px;\n  }\n\n  .oa-title span {\n    color: var(--oa-aqua);\n  }\n\n  .oa-subtitle {\n    max-width: 650px;\n    margin: 22px auto 0;\n    font-size: clamp(17px, 2vw, 21px);\n    line-height: 1.6;\n    color: rgba(255,255,255,.82);\n  }\n\n  \/* ---------------------------------------------------------\n     PRODUCT STAGE\n     --------------------------------------------------------- *\/\n\n  .oa-product-stage {\n    position: relative;\n    min-height: 330px;\n    margin: 0 auto 60px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .oa-glow {\n    position: absolute;\n    width: 300px;\n    height: 300px;\n    border-radius: 50%;\n    background: rgba(22,184,201,.14);\n    filter: blur(25px);\n    animation: oaGlow 4s ease-in-out infinite;\n  }\n\n  @keyframes oaGlow {\n    0%,100% {\n      transform: scale(.9);\n      opacity: .55;\n    }\n\n    50% {\n      transform: scale(1.1);\n      opacity: .9;\n    }\n  }\n\n  \/* Animated rings *\/\n\n  .oa-ring {\n    position: absolute;\n    width: 170px;\n    height: 170px;\n    border-radius: 50%;\n    border: 1px solid rgba(22,184,201,.32);\n    animation: oaRing 5s ease-out infinite;\n  }\n\n  .oa-ring:nth-child(2) {\n    animation-delay: 1.7s;\n  }\n\n  .oa-ring:nth-child(3) {\n    animation-delay: 3.4s;\n  }\n\n  @keyframes oaRing {\n    0% {\n      transform: scale(.55);\n      opacity: .8;\n    }\n\n    100% {\n      transform: scale(2.4);\n      opacity: 0;\n    }\n  }\n\n  \/* ---------------------------------------------------------\n     PREMIUM CENTRE BADGE\n     --------------------------------------------------------- *\/\n\n  .oa-centre {\n    position: relative;\n    z-index: 5;\n    width: 210px;\n    height: 210px;\n    border-radius: 50%;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n\n    background:\n      radial-gradient(circle at 35% 30%,\n      rgba(255,255,255,.16),\n      rgba(255,255,255,.03) 45%,\n      rgba(0,0,0,.12));\n\n    border: 1px solid rgba(255,255,255,.25);\n\n    box-shadow:\n      0 0 0 8px rgba(22,184,201,.05),\n      0 20px 60px rgba(0,0,0,.3),\n      inset 0 0 30px rgba(255,255,255,.04);\n\n    animation: oaCentreFloat 5s ease-in-out infinite;\n  }\n\n  @keyframes oaCentreFloat {\n    0%,100% {\n      transform: translateY(0);\n    }\n\n    50% {\n      transform: translateY(-10px);\n    }\n  }\n\n  .oa-centre-icon {\n    font-size: 54px;\n    margin-bottom: 8px;\n    filter: drop-shadow(0 5px 12px rgba(0,0,0,.25));\n  }\n\n  .oa-centre-title {\n    font-size: 16px;\n    font-weight: 800;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .oa-centre-small {\n    margin-top: 6px;\n    color: rgba(255,255,255,.65);\n    font-size: 12px;\n  }\n\n  \/* ---------------------------------------------------------\n     BENEFITS\n     --------------------------------------------------------- *\/\n\n  .oa-benefits {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n    margin-bottom: 55px;\n  }\n\n  .oa-benefit {\n    position: relative;\n    padding: 25px 22px;\n    border-radius: 18px;\n    background: rgba(255,255,255,.055);\n    border: 1px solid rgba(255,255,255,.1);\n    backdrop-filter: blur(8px);\n    transition:\n      transform .3s ease,\n      background .3s ease,\n      border-color .3s ease;\n  }\n\n  .oa-benefit:hover {\n    transform: translateY(-6px);\n    background: rgba(255,255,255,.08);\n    border-color: rgba(22,184,201,.4);\n  }\n\n  .oa-benefit-icon {\n    width: 48px;\n    height: 48px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 15px;\n    border-radius: 14px;\n    background: rgba(22,184,201,.12);\n    border: 1px solid rgba(22,184,201,.22);\n    font-size: 24px;\n  }\n\n  .oa-benefit h3 {\n    margin: 0 0 8px;\n    font-size: 18px;\n    font-weight: 750;\n  }\n\n  .oa-benefit p {\n    margin: 0;\n    color: rgba(255,255,255,.67);\n    line-height: 1.55;\n    font-size: 14px;\n  }\n\n  \/* ---------------------------------------------------------\n     FEATURE STRIP\n     --------------------------------------------------------- *\/\n\n  .oa-feature-strip {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin-bottom: 55px;\n  }\n\n  .oa-feature {\n    padding: 20px 15px;\n    text-align: center;\n    border-radius: 14px;\n    background: rgba(0,0,0,.14);\n    border: 1px solid rgba(255,255,255,.08);\n  }\n\n  .oa-feature-icon {\n    display: block;\n    margin-bottom: 8px;\n    font-size: 25px;\n  }\n\n  .oa-feature strong {\n    display: block;\n    font-size: 13px;\n    letter-spacing: .3px;\n  }\n\n  .oa-feature span {\n    display: block;\n    margin-top: 4px;\n    font-size: 11px;\n    color: rgba(255,255,255,.52);\n  }\n\n  \/* ---------------------------------------------------------\n     CTA\n     --------------------------------------------------------- *\/\n\n  .oa-cta {\n    text-align: center;\n    max-width: 700px;\n    margin: 0 auto;\n  }\n\n  .oa-cta h2 {\n    margin: 0;\n    font-size: clamp(28px, 4vw, 42px);\n    line-height: 1.15;\n  }\n\n  .oa-cta h2 span {\n    color: var(--oa-gold);\n  }\n\n  .oa-cta p {\n    margin: 15px auto 25px;\n    color: rgba(255,255,255,.7);\n    font-size: 16px;\n    line-height: 1.6;\n  }\n\n  .oa-button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    padding: 15px 30px;\n    border-radius: 50px;\n    background: linear-gradient(\n      135deg,\n      var(--oa-gold),\n      #efc75d\n    );\n    color: #17232a !important;\n    text-decoration: none !important;\n    font-weight: 800;\n    font-size: 15px;\n    box-shadow:\n      0 10px 30px rgba(215,168,61,.22);\n    transition:\n      transform .25s ease,\n      box-shadow .25s ease;\n  }\n\n  .oa-button:hover {\n    transform: translateY(-3px);\n    box-shadow:\n      0 15px 40px rgba(215,168,61,.35);\n  }\n\n  \/* ---------------------------------------------------------\n     BRAND FOOTER\n     --------------------------------------------------------- *\/\n\n  .oa-brand-footer {\n    margin-top: 60px;\n    padding-top: 25px;\n    text-align: center;\n    border-top: 1px solid rgba(255,255,255,.08);\n  }\n\n  .oa-brand-footer strong {\n    display: block;\n    color: var(--oa-gold);\n    font-size: 13px;\n    letter-spacing: 3px;\n  }\n\n  .oa-brand-footer span {\n    display: block;\n    margin-top: 7px;\n    color: rgba(255,255,255,.45);\n    font-size: 11px;\n    letter-spacing: 1px;\n  }\n\n  \/* ---------------------------------------------------------\n     MOBILE\n     --------------------------------------------------------- *\/\n\n  @media (max-width: 850px) {\n\n    .oa-aqualock {\n      padding: 55px 18px;\n    }\n\n    .oa-benefits {\n      grid-template-columns: 1fr;\n    }\n\n    .oa-feature-strip {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .oa-product-stage {\n      min-height: 290px;\n    }\n\n  }\n\n  @media (max-width: 480px) {\n\n    .oa-title {\n      letter-spacing: -1px;\n    }\n\n    .oa-subtitle {\n      font-size: 16px;\n    }\n\n    .oa-centre {\n      width: 180px;\n      height: 180px;\n    }\n\n    .oa-centre-icon {\n      font-size: 45px;\n    }\n\n    .oa-feature-strip {\n      gap: 8px;\n    }\n\n    .oa-feature {\n      padding: 17px 10px;\n    }\n\n    .oa-cta h2 {\n      font-size: 30px;\n    }\n\n  }\n\u003c\/style\u003e\n\u003csection class=\"oa-aqualock\"\u003e\u003c!-- Animated background --\u003e\n\u003cdiv class=\"oa-water\"\u003e\n\u003cdiv class=\"oa-drop\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"oa-drop\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"oa-drop\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"oa-drop\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"oa-drop\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oa-container\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"oa-hero\"\u003e\n\u003cdiv class=\"oa-eyebrow\"\u003eOUT \u0026amp; ABOUT\u003c\/div\u003e\n\u003ch1 class=\"oa-title\"\u003eAquaLock™ \u003cspan\u003eWaterproof Phone Pouch\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"oa-subtitle\"\u003eKeep your phone close. Keep the adventure going. Designed for days at the beach, pool, water park and out on the water.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT STAGE --\u003e\n\u003cdiv class=\"oa-product-stage\"\u003e\n\u003cdiv class=\"oa-glow\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"oa-ring\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"oa-ring\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"oa-ring\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Clean premium centre — no fake product --\u003e\n\u003cdiv class=\"oa-centre\"\u003e\n\u003cdiv class=\"oa-centre-icon\"\u003e📱🌊\u003c\/div\u003e\n\u003cdiv class=\"oa-centre-title\"\u003eWater Ready\u003c\/div\u003e\n\u003cdiv class=\"oa-centre-small\"\u003eAdventure starts here\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BENEFITS --\u003e\n\u003cdiv class=\"oa-benefits\"\u003e\n\u003cdiv class=\"oa-benefit\"\u003e\n\u003cdiv class=\"oa-benefit-icon\"\u003e💦\u003c\/div\u003e\n\u003ch3\u003eWater Protection\u003c\/h3\u003e\n\u003cp\u003eHelps protect your phone from water, splashes and the outdoor elements while you're enjoying the adventure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oa-benefit\"\u003e\n\u003cdiv class=\"oa-benefit-icon\"\u003e🔒\u003c\/div\u003e\n\u003ch3\u003eSecure Closure\u003c\/h3\u003e\n\u003cp\u003eThe secure locking system is designed to keep the pouch firmly sealed while you're on the move.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oa-benefit\"\u003e\n\u003cdiv class=\"oa-benefit-icon\"\u003e📱\u003c\/div\u003e\n\u003ch3\u003eClear Touchscreen\u003c\/h3\u003e\n\u003cp\u003eSee and use your phone through the clear window without having to remove it from the pouch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oa-benefit\"\u003e\n\u003cdiv class=\"oa-benefit-icon\"\u003e🏄\u003c\/div\u003e\n\u003ch3\u003eAdventure Ready\u003c\/h3\u003e\n\u003cp\u003eIdeal for swimming, snorkelling, kayaking, boating, beach days and water parks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oa-benefit\"\u003e\n\u003cdiv class=\"oa-benefit-icon\"\u003e🎒\u003c\/div\u003e\n\u003ch3\u003eLanyard Included\u003c\/h3\u003e\n\u003cp\u003eKeep your phone close around your neck and reduce the chance of dropping or losing it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oa-benefit\"\u003e\n\u003cdiv class=\"oa-benefit-icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch3\u003eBuilt for Active Days\u003c\/h3\u003e\n\u003cp\u003eA practical design for people who don't want their phone sitting behind while they enjoy the outdoors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE STRIP --\u003e\n\u003cdiv class=\"oa-feature-strip\"\u003e\n\u003cdiv class=\"oa-feature\"\u003e\n\u003cspan class=\"oa-feature-icon\"\u003e 💧 \u003c\/span\u003e \u003cstrong\u003e Water Ready \u003c\/strong\u003e \u003cspan\u003e Beach \u0026amp; pool days \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oa-feature\"\u003e\n\u003cspan class=\"oa-feature-icon\"\u003e 📱 \u003c\/span\u003e \u003cstrong\u003e Phone Friendly \u003c\/strong\u003e \u003cspan\u003e Clear viewing window \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oa-feature\"\u003e\n\u003cspan class=\"oa-feature-icon\"\u003e 🔐 \u003c\/span\u003e \u003cstrong\u003e Secure Closure \u003c\/strong\u003e \u003cspan\u003e Designed to stay sealed \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oa-feature\"\u003e\n\u003cspan class=\"oa-feature-icon\"\u003e 🌊 \u003c\/span\u003e \u003cstrong\u003e Adventure Ready \u003c\/strong\u003e \u003cspan\u003e Take it with you \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"oa-cta\"\u003e\n\u003ch2\u003eDon't leave your phone behind. \u003cspan\u003eTake the adventure.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eEnjoy the water without leaving your phone sitting on the towel. Keep it close, stay connected and make the most of your day outside.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"oa-button\"\u003e Get Your AquaLock™ → \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- BRAND FOOTER --\u003e\n\u003cdiv class=\"oa-brand-footer\"\u003e\n\u003cstrong\u003e OUT \u0026amp; ABOUT \u003c\/strong\u003e \u003cspan\u003e GEAR FOR LIFE OUTSIDE. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Out and About","offers":[{"title":"Default Title","offer_id":48946849874022,"sku":null,"price":399.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0743\/2077\/3222\/files\/ChatGPTImageSep25_2026_09_42_05AM.png?v=1790322158","url":"https:\/\/outandaboutofficial.com\/products\/out-about-aqualock-waterproof-phone-pouch","provider":"Out and About","version":"1.0","type":"link"}