{"product_id":"zovela™-air-cushion-hair-brush","title":"Zovela™ Air Cushion Hair Brush","description":"\u003cstyle\u003e\n  .zovela-description {\n    --ivory: #fbf8f2;\n    --cream: #f4eee4;\n    --gold: #b99a62;\n    --gold-light: #d8c29a;\n    --brown: #3d352d;\n    --muted: #766e64;\n\n    font-family: 'Lato', 'Montserrat', Arial, sans-serif;\n    color: var(--brown);\n    max-width: 900px;\n    margin: 0 auto;\n    line-height: 1.75;\n    background:\n      radial-gradient(circle at 10% 10%, rgba(216,194,154,0.12), transparent 30%),\n      radial-gradient(circle at 90% 90%, rgba(216,194,154,0.10), transparent 30%),\n      linear-gradient(135deg, #fffdf9 0%, var(--ivory) 50%, #f8f2e9 100%);\n    padding: 50px 35px;\n    border-radius: 4px;\n    box-sizing: border-box;\n  }\n\n  .zovela-description * {\n    box-sizing: border-box;\n  }\n\n  .zovela-eyebrow {\n    text-align: center;\n    text-transform: uppercase;\n    letter-spacing: 3px;\n    font-size: 11px;\n    color: var(--gold);\n    margin-bottom: 14px;\n    font-weight: 600;\n  }\n\n  .zovela-title {\n    font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;\n    font-weight: 400;\n    font-size: clamp(34px, 5vw, 52px);\n    line-height: 1.05;\n    text-align: center;\n    color: #302a24;\n    margin: 0 0 20px;\n  }\n\n  .zovela-intro {\n    max-width: 680px;\n    margin: 0 auto 42px;\n    text-align: center;\n    font-size: 16px;\n    color: var(--muted);\n    line-height: 1.85;\n  }\n\n  .zovela-intro strong {\n    color: #4a4035;\n    font-weight: 600;\n  }\n\n  .zovela-divider {\n    width: 55px;\n    height: 1px;\n    background: var(--gold);\n    margin: 0 auto 45px;\n    opacity: 0.8;\n  }\n\n  .zovela-section-title {\n    font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;\n    font-weight: 400;\n    font-size: 32px;\n    text-align: center;\n    margin: 0 0 28px;\n    color: #342d26;\n  }\n\n  .zovela-benefits {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 1px;\n    background: rgba(185,154,98,0.22);\n    border: 1px solid rgba(185,154,98,0.22);\n    margin-bottom: 45px;\n  }\n\n  .zovela-benefit {\n    background: rgba(255,253,249,0.82);\n    padding: 30px 26px;\n    min-height: 190px;\n    transition: all 0.3s ease;\n  }\n\n  .zovela-benefit:hover {\n    background: rgba(255,255,255,0.96);\n    transform: translateY(-2px);\n  }\n\n  .zovela-icon {\n    width: 34px;\n    height: 34px;\n    border: 1px solid var(--gold-light);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 15px;\n    color: var(--gold);\n    font-size: 15px;\n  }\n\n  .zovela-benefit h3 {\n    font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;\n    font-size: 23px;\n    font-weight: 500;\n    margin: 0 0 8px;\n    color: #3a322a;\n  }\n\n  .zovela-benefit p {\n    margin: 0;\n    font-size: 14px;\n    line-height: 1.7;\n    color: var(--muted);\n  }\n\n  .zovela-ritual {\n    position: relative;\n    padding: 42px 35px;\n    text-align: center;\n    background: linear-gradient(\n      135deg,\n      rgba(255,255,255,0.65),\n      rgba(239,229,214,0.45)\n    );\n    border-top: 1px solid rgba(185,154,98,0.35);\n    border-bottom: 1px solid rgba(185,154,98,0.35);\n    margin-bottom: 42px;\n  }\n\n  .zovela-ritual h2 {\n    font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;\n    font-size: 35px;\n    font-weight: 400;\n    margin: 0 0 14px;\n    color: #302a24;\n  }\n\n  .zovela-ritual p {\n    max-width: 650px;\n    margin: 0 auto;\n    color: var(--muted);\n    font-size: 15px;\n    line-height: 1.85;\n  }\n\n  .zovela-features {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 28px;\n  }\n\n  .zovela-tag {\n    border: 1px solid rgba(185,154,98,0.45);\n    padding: 9px 17px;\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: 1.2px;\n    color: #756247;\n    background: rgba(255,255,255,0.4);\n  }\n\n  .zovela-closing {\n    text-align: center;\n    padding-top: 10px;\n  }\n\n  .zovela-closing p {\n    max-width: 650px;\n    margin: 0 auto 25px;\n    font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;\n    font-size: 24px;\n    line-height: 1.5;\n    color: #443a30;\n  }\n\n  .zovela-brand {\n    text-transform: uppercase;\n    letter-spacing: 4px;\n    font-size: 10px;\n    color: var(--gold);\n  }\n\n  @media (max-width: 650px) {\n    .zovela-description {\n      padding: 38px 18px;\n    }\n\n    .zovela-benefits {\n      grid-template-columns: 1fr;\n    }\n\n    .zovela-benefit {\n      min-height: auto;\n      padding: 25px 22px;\n    }\n\n    .zovela-ritual {\n      padding: 35px 22px;\n    }\n\n    .zovela-title {\n      font-size: 39px;\n    }\n\n    .zovela-intro {\n      font-size: 15px;\n    }\n  }\n\u003c\/style\u003e\n\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@400;500\u0026amp;family=Lato:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"zovela-description\"\u003e\n\u003cdiv class=\"zovela-eyebrow\"\u003eThe Zovela Hair Ritual\u003c\/div\u003e\n\u003ch1 class=\"zovela-title\"\u003eMeet Your New\u003cbr\u003eBeauty Ritual\u003c\/h1\u003e\n\u003cp class=\"zovela-intro\"\u003eMeet the \u003cstrong\u003eZovela™ Scalp Massage Hair Brush\u003c\/strong\u003e — a luxurious approach to everyday hair care, combining gentle scalp massage, nourishing oils and steam-infused hydration in one effortless brush.\u003c\/p\u003e\n\u003cdiv class=\"zovela-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2 class=\"zovela-section-title\"\u003eDesigned for Beautiful Hair\u003c\/h2\u003e\n\u003cdiv class=\"zovela-benefits\"\u003e\n\u003cdiv class=\"zovela-benefit\"\u003e\n\u003cdiv class=\"zovela-icon\"\u003e✦\u003c\/div\u003e\n\u003ch3\u003eSteam Infusion\u003c\/h3\u003e\n\u003cp\u003eA fine mist of steam helps hydrate and smooth your hair while you brush, leaving it feeling softer and more refreshed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zovela-benefit\"\u003e\n\u003cdiv class=\"zovela-icon\"\u003e♡\u003c\/div\u003e\n\u003ch3\u003eNourishing Oils\u003c\/h3\u003e\n\u003cp\u003eAdd your favourite hair oil or serum to the built-in reservoir for an effortless nourishing treatment as you brush.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zovela-benefit\"\u003e\n\u003cdiv class=\"zovela-icon\"\u003e✧\u003c\/div\u003e\n\u003ch3\u003eScalp Massage\u003c\/h3\u003e\n\u003cp\u003eSoft, rounded tips gently massage the scalp for a soothing, relaxing brushing experience without unnecessary pulling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zovela-benefit\"\u003e\n\u003cdiv class=\"zovela-icon\"\u003e◌\u003c\/div\u003e\n\u003ch3\u003eAir Cushion Comfort\u003c\/h3\u003e\n\u003cp\u003eThe flexible air-cushion design naturally adapts to your brushing motion for a comfortable, gentle experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zovela-benefit\"\u003e\n\u003cdiv class=\"zovela-icon\"\u003e↻\u003c\/div\u003e\n\u003ch3\u003eSelf-Cleaning\u003c\/h3\u003e\n\u003cp\u003eFinished brushing? Simply activate the one-click cleaning function to release trapped hair from the bristles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zovela-benefit\"\u003e\n\u003cdiv class=\"zovela-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3\u003eUSB Rechargeable\u003c\/h3\u003e\n\u003cp\u003eRecharge whenever you need it and enjoy cordless, convenient hair care at home or on the go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zovela-ritual\"\u003e\n\u003ch2\u003eMore Than a Brush\u003c\/h2\u003e\n\u003cp\u003eFrom your first brush in the morning to your evening wind-down, Zovela transforms an everyday routine into a moment of self-care. Lightweight, ergonomic and travel-friendly, it's designed to make beautiful hair feel effortless.\u003c\/p\u003e\n\u003cdiv class=\"zovela-features\"\u003e\n\u003cspan class=\"zovela-tag\"\u003eHydrate\u003c\/span\u003e \u003cspan class=\"zovela-tag\"\u003eNourish\u003c\/span\u003e \u003cspan class=\"zovela-tag\"\u003eMassage\u003c\/span\u003e \u003cspan class=\"zovela-tag\"\u003eSmooth\u003c\/span\u003e \u003cspan class=\"zovela-tag\"\u003eRefresh\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zovela-closing\"\u003e\n\u003cp\u003e“Turn your everyday hair routine into a ritual worth looking forward to.”\u003c\/p\u003e\n\u003cdiv class=\"zovela-brand\"\u003eZovela™ Beauty\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"My Store 3","offers":[{"title":"Pink","offer_id":44796720250946,"sku":null,"price":849.99,"currency_code":"ZAR","in_stock":true},{"title":"White","offer_id":44796720218178,"sku":null,"price":849.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0697\/3059\/8978\/files\/zovela-packaging-shot_832x1248_d69766fb-8951-4c22-9a4c-b2c233adc716.png?v=1786977615","url":"https:\/\/www.zovelabeauty.co.za\/products\/zovela%e2%84%a2-air-cushion-hair-brush","provider":"Zovela","version":"1.0","type":"link"}