{"title":"May Also Like | AM","description":"","products":[{"product_id":"novacomb™","title":"NovaComb™","description":"\u003c!-- OTHERWORLDLY INTERACTIVE HOVER REVEAL PRODUCT DESCRIPTION --\u003e\n\n\u003cstyle\u003e\n  .ow-wrap {\n    background: #ffffff;\n    padding: 60px 25px;\n    border-radius: 32px;\n    font-family: 'Helvetica Neue', sans-serif;\n    overflow: hidden;\n    position: relative;\n  }\n\n  \/* Background Glow *\/\n  .ow-wrap::before,\n  .ow-wrap::after {\n    content: '';\n    position: absolute;\n    width: 500px;\n    height: 500px;\n    border-radius: 50%;\n    filter: blur(120px);\n    opacity: 0.22;\n    z-index: 0;\n    animation: pulseGlow 8s infinite alternate;\n  }\n\n  .ow-wrap::before {\n    background: #ff7ad9;\n    top: -200px;\n    left: -150px;\n  }\n\n  .ow-wrap::after {\n    background: #7ab6ff;\n    bottom: -250px;\n    right: -150px;\n    animation-delay: 3s;\n  }\n\n  .ow-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  \/* Header *\/\n\n  .ow-header {\n    text-align: center;\n    margin-bottom: 60px;\n    animation: fadeUp 1s ease;\n  }\n\n  .ow-badge {\n    display: inline-block;\n    padding: 10px 20px;\n    background: linear-gradient(90deg,#ff4ec7,#7b61ff);\n    color: white;\n    border-radius: 999px;\n    font-size: 13px;\n    letter-spacing: 2px;\n    font-weight: 700;\n    margin-bottom: 24px;\n    box-shadow: 0 10px 30px rgba(123,97,255,0.25);\n  }\n\n  .ow-header h1 {\n    font-size: 54px;\n    line-height: 1.1;\n    margin-bottom: 20px;\n    font-weight: 800;\n    background: linear-gradient(90deg,#111,#ff4ec7,#7b61ff,#111);\n    background-size: 300%;\n    color: transparent;\n    -webkit-background-clip: text;\n    animation: shimmer 8s linear infinite;\n  }\n\n  .ow-header p {\n    max-width: 760px;\n    margin: auto;\n    color: #555;\n    line-height: 1.9;\n    font-size: 19px;\n  }\n\n  \/* Cards *\/\n\n  .ow-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));\n    gap: 28px;\n  }\n\n  .ow-card {\n    position: relative;\n    height: 280px;\n    border-radius: 30px;\n    overflow: hidden;\n    cursor: pointer;\n    background: linear-gradient(145deg,#ffffff,#f7f7ff);\n    box-shadow:\n      0 15px 45px rgba(0,0,0,0.06),\n      0 5px 18px rgba(0,0,0,0.04);\n    transition: all 0.45s ease;\n  }\n\n  .ow-card:hover {\n    transform: translateY(-12px) scale(1.02);\n    box-shadow:\n      0 25px 60px rgba(123,97,255,0.22),\n      0 10px 35px rgba(255,78,199,0.16);\n  }\n\n  \/* Front Side *\/\n\n  .ow-front,\n  .ow-back {\n    position: absolute;\n    inset: 0;\n    padding: 35px;\n    transition: all 0.5s ease;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: center;\n    text-align: center;\n  }\n\n  .ow-front {\n    z-index: 2;\n    background:\n      linear-gradient(\n        145deg,\n        rgba(255,255,255,0.92),\n        rgba(255,255,255,0.72)\n      );\n    backdrop-filter: blur(16px);\n  }\n\n  .ow-card:hover .ow-front {\n    opacity: 0;\n    transform: scale(0.9);\n  }\n\n  .ow-icon {\n    width: 85px;\n    height: 85px;\n    border-radius: 24px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 38px;\n    color: white;\n    margin-bottom: 20px;\n    background: linear-gradient(135deg,#ff4ec7,#7b61ff);\n    box-shadow: 0 12px 28px rgba(123,97,255,0.35);\n    animation: float 4s ease-in-out infinite;\n  }\n\n  .ow-front h3 {\n    font-size: 24px;\n    font-weight: 700;\n    color: #111;\n    line-height: 1.3;\n  }\n\n  \/* Hover Reveal *\/\n\n  .ow-back {\n    opacity: 0;\n    transform: scale(1.1);\n    background:\n      linear-gradient(\n        135deg,\n        #ff4ec7,\n        #7b61ff\n      );\n    color: white;\n  }\n\n  .ow-card:hover .ow-back {\n    opacity: 1;\n    transform: scale(1);\n  }\n\n  .ow-back p {\n    font-size: 18px;\n    line-height: 1.9;\n    max-width: 90%;\n  }\n\n  \/* Footer *\/\n\n  .ow-footer {\n    text-align: center;\n    margin-top: 80px;\n    padding: 50px 30px;\n    border-radius: 32px;\n    background:\n      linear-gradient(\n        135deg,\n        rgba(255,94,199,0.08),\n        rgba(123,97,255,0.08)\n      );\n    backdrop-filter: blur(18px);\n  }\n\n  .ow-footer h2 {\n    font-size: 42px;\n    line-height: 1.2;\n    margin-bottom: 18px;\n    font-weight: 800;\n    background: linear-gradient(90deg,#111,#ff4ec7,#7b61ff,#111);\n    background-size: 300%;\n    color: transparent;\n    -webkit-background-clip: text;\n    animation: shimmer 8s linear infinite;\n  }\n\n  .ow-footer p {\n    max-width: 700px;\n    margin: auto;\n    color: #555;\n    line-height: 1.9;\n    font-size: 18px;\n  }\n\n  .ow-btn {\n    display: inline-block;\n    margin-top: 34px;\n    padding: 18px 38px;\n    border-radius: 999px;\n    background: linear-gradient(90deg,#ff4ec7,#7b61ff);\n    color: white;\n    text-decoration: none;\n    font-weight: 700;\n    letter-spacing: 1px;\n    transition: 0.4s ease;\n    box-shadow: 0 12px 35px rgba(123,97,255,0.35);\n  }\n\n  .ow-btn:hover {\n    transform: translateY(-4px) scale(1.05);\n    box-shadow: 0 18px 45px rgba(123,97,255,0.45);\n  }\n\n  \/* Animations *\/\n\n  @keyframes shimmer {\n    0% { background-position: 0%; }\n    100% { background-position: 300%; }\n  }\n\n  @keyframes pulseGlow {\n    from { transform: scale(1); }\n    to { transform: scale(1.2); }\n  }\n\n  @keyframes float {\n    0% { transform: translateY(0px); }\n    50% { transform: translateY(-8px); }\n    100% { transform: translateY(0px); }\n  }\n\n  @keyframes fadeUp {\n    from {\n      opacity: 0;\n      transform: translateY(40px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  \/* Mobile *\/\n\n  @media(max-width:768px){\n\n    .ow-header h1{\n      font-size:38px;\n    }\n\n    .ow-footer h2{\n      font-size:30px;\n    }\n\n    .ow-card{\n      height:260px;\n    }\n\n    \/* Mobile Tap Fallback *\/\n    .ow-card:active .ow-front{\n      opacity:0;\n      transform:scale(0.9);\n    }\n\n    .ow-card:active .ow-back{\n      opacity:1;\n      transform:scale(1);\n    }\n\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ow-wrap\"\u003e\n\n  \u003cdiv class=\"ow-content\"\u003e\n\n    \u003cdiv class=\"ow-header\"\u003e\n\n      \u003cdiv class=\"ow-badge\"\u003e\n        OTHERWORLDLY BEAUTY TECH ESSENTIAL\n      \u003c\/div\u003e\n\n      \u003ch1\u003e\n        ✨ Sleek Hair,\u003cbr\u003e\n        Anywhere You Go\n      \u003c\/h1\u003e\n\n      \u003cp\u003e\n        Meet NovaComb™ — your cordless heated styling comb designed\n        for smooth, polished hair without being tied to a plug.\n        Whether you’re getting ready at home, touching up before a meeting,\n        or packing for your next trip, NovaComb™ helps you stay effortlessly styled.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ow-grid\"\u003e\n\n      \u003c!-- CARD 1 --\u003e\n      \u003cdiv class=\"ow-card\"\u003e\n\n        \u003cdiv class=\"ow-front\"\u003e\n          \u003cdiv class=\"ow-icon\"\u003e⚡\u003c\/div\u003e\n          \u003ch3\u003eStyle In Seconds\u003c\/h3\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ow-back\"\u003e\n          \u003cp\u003e\n            Heats up in just 30 seconds,\n            so your hair touch-ups never slow you down.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003c!-- CARD 2 --\u003e\n      \u003cdiv class=\"ow-card\"\u003e\n\n        \u003cdiv class=\"ow-front\"\u003e\n          \u003cdiv class=\"ow-icon\"\u003e🔥\u003c\/div\u003e\n          \u003ch3\u003eMade For Your Hair Type\u003c\/h3\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ow-back\"\u003e\n          \u003cp\u003e\n            4 heat settings with smart heat protection\n            help you style with control and confidence.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003c!-- CARD 3 --\u003e\n      \u003cdiv class=\"ow-card\"\u003e\n\n        \u003cdiv class=\"ow-front\"\u003e\n          \u003cdiv class=\"ow-icon\"\u003e✨\u003c\/div\u003e\n          \u003ch3\u003eLook Sleek \u0026amp; Polished\u003c\/h3\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ow-back\"\u003e\n          \u003cp\u003e\n            Wide-tooth heated comb design helps smooth frizz,\n            flyaways, and stubborn strands in one glide.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003c!-- CARD 4 --\u003e\n      \u003cdiv class=\"ow-card\"\u003e\n\n        \u003cdiv class=\"ow-front\"\u003e\n          \u003cdiv class=\"ow-icon\"\u003e🔋\u003c\/div\u003e\n          \u003ch3\u003eStyle Without The Plug\u003c\/h3\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ow-back\"\u003e\n          \u003cp\u003e\n            USB rechargeable cordless design gives you freedom\n            to style at home, after work, or on the go.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003c!-- CARD 5 --\u003e\n      \u003cdiv class=\"ow-card\"\u003e\n\n        \u003cdiv class=\"ow-front\"\u003e\n          \u003cdiv class=\"ow-icon\"\u003e👜\u003c\/div\u003e\n          \u003ch3\u003eReady Wherever You Are\u003c\/h3\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ow-back\"\u003e\n          \u003cp\u003e\n            Compact, lightweight design fits easily into your bag\n            for travel, weekends away, and daily touch-ups.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ow-footer\"\u003e\n\n      \u003ch2\u003e\n        Because Sleek Hair Shouldn’t\u003cbr\u003e\n        Depend On a Plug ✨\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Upgrade your beauty routine with a cordless styling tool\n        made for modern women who want smooth, polished hair\n        wherever life takes them.\n      \u003c\/p\u003e\n\n      \u003ca href=\"#\" class=\"ow-btn\"\u003e\n        SHOP NOW ✨\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"OtherWorldly","offers":[{"title":"Default Title","offer_id":45641050751167,"sku":null,"price":549.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/7295\/3023\/files\/NC1.png?v=1778871972"},{"product_id":"halodust™","title":"HaloDust™","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c!-- OTHERWORLDLY INTERACTIVE HOVER REVEAL PRODUCT DESCRIPTION --\u003e\n\u003cstyle\u003e\n  .ow-wrap {\n    background: #ffffff;\n    padding: 60px 25px;\n    border-radius: 32px;\n    font-family: 'Helvetica Neue', sans-serif;\n    overflow: hidden;\n    position: relative;\n  }\n\n  \/* Background Glow *\/\n  .ow-wrap::before,\n  .ow-wrap::after {\n    content: '';\n    position: absolute;\n    width: 500px;\n    height: 500px;\n    border-radius: 50%;\n    filter: blur(120px);\n    opacity: 0.22;\n    z-index: 0;\n    animation: pulseGlow 8s infinite alternate;\n  }\n\n  .ow-wrap::before {\n    background: #ff7ad9;\n    top: -200px;\n    left: -150px;\n  }\n\n  .ow-wrap::after {\n    background: #7ab6ff;\n    bottom: -250px;\n    right: -150px;\n    animation-delay: 3s;\n  }\n\n  .ow-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  \/* Header *\/\n\n  .ow-header {\n    text-align: center;\n    margin-bottom: 60px;\n    animation: fadeUp 1s ease;\n  }\n\n  .ow-badge {\n    display: inline-block;\n    padding: 10px 20px;\n    background: linear-gradient(90deg,#ff4ec7,#7b61ff);\n    color: white;\n    border-radius: 999px;\n    font-size: 13px;\n    letter-spacing: 2px;\n    font-weight: 700;\n    margin-bottom: 24px;\n    box-shadow: 0 10px 30px rgba(123,97,255,0.25);\n  }\n\n  .ow-header h1 {\n    font-size: 54px;\n    line-height: 1.1;\n    margin-bottom: 20px;\n    font-weight: 800;\n    background: linear-gradient(90deg,#111,#ff4ec7,#7b61ff,#111);\n    background-size: 300%;\n    color: transparent;\n    -webkit-background-clip: text;\n    animation: shimmer 8s linear infinite;\n  }\n\n  .ow-header p {\n    max-width: 760px;\n    margin: auto;\n    color: #555;\n    line-height: 1.9;\n    font-size: 19px;\n  }\n\n  \/* Cards *\/\n\n  .ow-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));\n    gap: 28px;\n  }\n\n  .ow-card {\n    position: relative;\n    height: 280px;\n    border-radius: 30px;\n    overflow: hidden;\n    cursor: pointer;\n    background: linear-gradient(145deg,#ffffff,#f7f7ff);\n    box-shadow:\n      0 15px 45px rgba(0,0,0,0.06),\n      0 5px 18px rgba(0,0,0,0.04);\n    transition: all 0.45s ease;\n  }\n\n  .ow-card:hover {\n    transform: translateY(-12px) scale(1.02);\n    box-shadow:\n      0 25px 60px rgba(123,97,255,0.22),\n      0 10px 35px rgba(255,78,199,0.16);\n  }\n\n  \/* Front Side *\/\n\n  .ow-front,\n  .ow-back {\n    position: absolute;\n    inset: 0;\n    padding: 35px;\n    transition: all 0.5s ease;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: center;\n    text-align: center;\n  }\n\n  .ow-front {\n    z-index: 2;\n    background:\n      linear-gradient(\n        145deg,\n        rgba(255,255,255,0.92),\n        rgba(255,255,255,0.72)\n      );\n    backdrop-filter: blur(16px);\n  }\n\n  .ow-card:hover .ow-front {\n    opacity: 0;\n    transform: scale(0.9);\n  }\n\n  .ow-icon {\n    width: 85px;\n    height: 85px;\n    border-radius: 24px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 38px;\n    color: white;\n    margin-bottom: 20px;\n    background: linear-gradient(135deg,#ff4ec7,#7b61ff);\n    box-shadow: 0 12px 28px rgba(123,97,255,0.35);\n    animation: float 4s ease-in-out infinite;\n  }\n\n  .ow-front h3 {\n    font-size: 24px;\n    font-weight: 700;\n    color: #111;\n    line-height: 1.3;\n  }\n\n  \/* Hover Reveal *\/\n\n  .ow-back {\n    opacity: 0;\n    transform: scale(1.1);\n    background:\n      linear-gradient(\n        135deg,\n        #ff4ec7,\n        #7b61ff\n      );\n    color: white;\n  }\n\n  .ow-card:hover .ow-back {\n    opacity: 1;\n    transform: scale(1);\n  }\n\n  .ow-back p {\n    font-size: 18px;\n    line-height: 1.9;\n    max-width: 90%;\n  }\n\n  \/* Footer *\/\n\n  .ow-footer {\n    text-align: center;\n    margin-top: 80px;\n    padding: 50px 30px;\n    border-radius: 32px;\n    background:\n      linear-gradient(\n        135deg,\n        rgba(255,94,199,0.08),\n        rgba(123,97,255,0.08)\n      );\n    backdrop-filter: blur(18px);\n  }\n\n  .ow-footer h2 {\n    font-size: 42px;\n    line-height: 1.2;\n    margin-bottom: 18px;\n    font-weight: 800;\n    background: linear-gradient(90deg,#111,#ff4ec7,#7b61ff,#111);\n    background-size: 300%;\n    color: transparent;\n    -webkit-background-clip: text;\n    animation: shimmer 8s linear infinite;\n  }\n\n  .ow-footer p {\n    max-width: 700px;\n    margin: auto;\n    color: #555;\n    line-height: 1.9;\n    font-size: 18px;\n  }\n\n  .ow-btn {\n    display: inline-block;\n    margin-top: 34px;\n    padding: 18px 38px;\n    border-radius: 999px;\n    background: linear-gradient(90deg,#ff4ec7,#7b61ff);\n    color: white;\n    text-decoration: none;\n    font-weight: 700;\n    letter-spacing: 1px;\n    transition: 0.4s ease;\n    box-shadow: 0 12px 35px rgba(123,97,255,0.35);\n  }\n\n  .ow-btn:hover {\n    transform: translateY(-4px) scale(1.05);\n    box-shadow: 0 18px 45px rgba(123,97,255,0.45);\n  }\n\n  \/* Animations *\/\n\n  @keyframes shimmer {\n    0% { background-position: 0%; }\n    100% { background-position: 300%; }\n  }\n\n  @keyframes pulseGlow {\n    from { transform: scale(1); }\n    to { transform: scale(1.2); }\n  }\n\n  @keyframes float {\n    0% { transform: translateY(0px); }\n    50% { transform: translateY(-8px); }\n    100% { transform: translateY(0px); }\n  }\n\n  @keyframes fadeUp {\n    from {\n      opacity: 0;\n      transform: translateY(40px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  \/* Mobile *\/\n\n  @media(max-width:768px){\n\n    .ow-header h1{\n      font-size:38px;\n    }\n\n    .ow-footer h2{\n      font-size:30px;\n    }\n\n    .ow-card{\n      height:260px;\n    }\n\n    \/* Mobile Tap Fallback *\/\n    .ow-card:active .ow-front{\n      opacity:0;\n      transform:scale(0.9);\n    }\n\n    .ow-card:active .ow-back{\n      opacity:1;\n      transform:scale(1);\n    }\n\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ow-wrap\"\u003e\n\u003cdiv class=\"ow-content\"\u003e\n\u003cdiv class=\"ow-header\"\u003e\n\u003cdiv class=\"ow-badge\"\u003eOTHERWORLDLY GLOW ESSENTIAL\u003c\/div\u003e\n\u003ch1\u003e✨ Enter the room like your glow\u003cbr\u003ehas its own invitation.\u003c\/h1\u003e\n\u003cp\u003eMeet HaloDust™ — a luminous 3-piece shimmer powder set designed to add soft, radiant sparkle to your face, body, collarbones, shoulders, and wherever your glow deserves a little drama. Featuring Blush, Rosegold, and Starlight, this is your glow ritual in three celestial shades.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ow-grid\"\u003e\n\u003c!-- CARD 1 --\u003e\n\u003cdiv class=\"ow-card\"\u003e\n\u003cdiv class=\"ow-front\"\u003e\n\u003cdiv class=\"ow-icon\"\u003e💎\u003c\/div\u003e\n\u003ch3\u003eMade For Special Moments\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ow-back\"\u003e\n\u003cp\u003ePerfect for date nights, birthdays, festivals, beach days, photoshoots, holidays, and every outfit that deserves a little extra sparkle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CARD 2 --\u003e\n\u003cdiv class=\"ow-card\"\u003e\n\u003cdiv class=\"ow-front\"\u003e\n\u003cdiv class=\"ow-icon\"\u003e🌟\u003c\/div\u003e\n\u003ch3\u003eGlow In Three Shades\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ow-back\"\u003e\n\u003cp\u003eIncludes Blush, Rosegold, and Starlight — three luminous shades designed to match your mood, outfit, and glow moment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CARD 3 --\u003e\n\u003cdiv class=\"ow-card\"\u003e\n\u003cdiv class=\"ow-front\"\u003e\n\u003cdiv class=\"ow-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eInstant Radiance\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ow-back\"\u003e\n\u003cp\u003eSweep onto your collarbones, shoulders, arms, cheeks, or décolletage for a light-catching shimmer that turns simple skin into a glow scene.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CARD 4 --\u003e\n\u003cdiv class=\"ow-card\"\u003e\n\u003cdiv class=\"ow-front\"\u003e\n\u003cdiv class=\"ow-icon\"\u003e🪄\u003c\/div\u003e\n\u003ch3\u003eFrom Soft Glow To Stardust\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ow-back\"\u003e\n\u003cp\u003eTap on a subtle veil for daytime radiance or layer it for a bolder, spotlight-ready shimmer when the night starts calling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CARD 5 --\u003e\n\u003cdiv class=\"ow-card\"\u003e\n\u003cdiv class=\"ow-front\"\u003e\n\u003cdiv class=\"ow-icon\"\u003e👜\u003c\/div\u003e\n\u003ch3\u003eBeauty Bag Ready\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ow-back\"\u003e\n\u003cp\u003eCompact, pretty, and easy to carry, HaloDust™ slips into your handbag or makeup pouch for touch-ups whenever your glow needs a comeback.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ow-footer\"\u003e\n\u003ch2\u003eBecause Your Glow Shouldn’t\u003cbr\u003eWait For Golden Hour ✨\u003c\/h2\u003e\n\u003cp\u003eElevate your beauty ritual with HaloDust™ — a 3-colour shimmer powder set made for skin that catches light, turns heads, and leaves a little stardust behind.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"ow-btn\"\u003e SHOP NOW ✨ \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e```\u003c\/p\u003e","brand":"OtherWorldly","offers":[{"title":"Default Title","offer_id":45650803392703,"sku":null,"price":449.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/7295\/3023\/files\/45image.png?v=1779365731"}],"url":"https:\/\/otherworldly.co.za\/collections\/may-also-like.oembed","provider":"OtherWorldly","version":"1.0","type":"link"}