{"product_id":"aura-glow™-luxe-beauty-brush-set-22pcs","title":"Aura Glow™ Luxe Beauty Brush Set (22PCS)","description":"\u003cstyle\u003e\n  .ag-brush-wrapper {\n    font-family: 'Georgia', serif;\n    background: linear-gradient(135deg, #fdf1f3 0%, #fff1d8 50%, #fde8ef 100%);\n    color: #2a1a10;\n    padding: 36px 20px;\n    border-radius: 16px;\n    max-width: 780px;\n    margin: 0 auto;\n    overflow: hidden;\n    position: relative;\n    box-sizing: border-box;\n    box-shadow: 0 4px 32px rgba(200,78,228,0.08);\n  }\n\n  .ag-brush-wrapper::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    left: -50%;\n    width: 200%;\n    height: 200%;\n    background: radial-gradient(ellipse at center, rgba(200,78,228,0.06) 0%, transparent 60%);\n    animation: ag-shimmer-bg 6s ease-in-out infinite alternate;\n    pointer-events: none;\n  }\n\n  @keyframes ag-shimmer-bg {\n    0% { transform: translate(0, 0); }\n    100% { transform: translate(10%, 10%); }\n  }\n\n  .ag-hero {\n    text-align: center;\n    margin-bottom: 28px;\n    animation: ag-fade-down 0.9s ease both;\n  }\n\n  @keyframes ag-fade-down {\n    from { opacity: 0; transform: translateY(-24px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  .ag-brand-badge {\n    display: inline-block;\n    background: linear-gradient(90deg, #c84ee4, #ff7e8d, #c84ee4, #ff7e8d, #c84ee4);\n    background-size: 200% auto;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    animation: ag-shine 3s linear infinite;\n    font-size: 0.65rem;\n    font-weight: 700;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    margin-bottom: 10px;\n    line-height: 1.5;\n  }\n\n  @keyframes ag-shine {\n    to { background-position: 200% center; }\n  }\n\n  .ag-hero h1 {\n    font-size: clamp(1.3rem, 5vw, 2.2rem);\n    font-weight: 700;\n    color: #1f1d24;\n    margin: 0 0 8px;\n    line-height: 1.25;\n    letter-spacing: 0.02em;\n  }\n\n  .ag-hero h1 span {\n    background: linear-gradient(90deg, #c84ee4, #ff7e8d, #c84ee4, #ff7e8d, #c84ee4);\n    background-size: 200% auto;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    animation: ag-shine 3s linear infinite;\n  }\n\n  .ag-hero p.ag-tagline {\n    font-size: 0.9rem;\n    color: #c84ee4;\n    font-style: italic;\n    margin: 0;\n    letter-spacing: 0.04em;\n  }\n\n  .ag-divider {\n    width: 50px;\n    height: 2px;\n    background: linear-gradient(90deg, transparent, #ff7e8d, transparent);\n    margin: 22px auto;\n    animation: ag-expand 1.2s ease both;\n  }\n\n  @keyframes ag-expand {\n    from { width: 0; opacity: 0; }\n    to   { width: 50px; opacity: 1; }\n  }\n\n  .ag-intro {\n    text-align: center;\n    font-size: 0.92rem;\n    line-height: 1.7;\n    color: #3d2314;\n    margin-bottom: 28px;\n    animation: ag-fade-up 1s ease 0.2s both;\n    padding: 0 4px;\n  }\n\n  @keyframes ag-fade-up {\n    from { opacity: 0; transform: translateY(20px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  .ag-features-title {\n    text-align: center;\n    font-size: 0.65rem;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: #c84ee4;\n    margin-bottom: 14px;\n    animation: ag-fade-up 1s ease 0.3s both;\n  }\n\n  .ag-features {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin-bottom: 28px;\n    animation: ag-fade-up 1s ease 0.4s both;\n  }\n\n  @media (max-width: 480px) {\n    .ag-features {\n      grid-template-columns: 1fr;\n      gap: 8px;\n    }\n    .ag-brush-wrapper {\n      padding: 28px 16px;\n      border-radius: 12px;\n    }\n    .ag-hero h1 { font-size: 1.3rem; }\n    .ag-intro { font-size: 0.88rem; }\n    .ag-promise p { font-size: 0.92rem; }\n    .ag-promise { padding: 18px 16px; }\n    .ag-promise-badges { gap: 10px; }\n    .ag-badge { font-size: 0.68rem; }\n    .ag-pill { font-size: 0.75rem; padding: 6px 12px; }\n    .ag-footer-tagline { font-size: 0.9rem; }\n    .ag-cta-btn { font-size: 0.95rem; padding: 14px 32px; }\n  }\n\n  .ag-feature-card {\n    background: rgba(255,255,255,0.6);\n    border: 1px solid rgba(200,78,228,0.18);\n    border-radius: 10px;\n    padding: 14px;\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;\n    cursor: default;\n  }\n\n  .ag-feature-card:hover {\n    transform: translateY(-3px);\n    border-color: rgba(200,78,228,0.5);\n    background: rgba(255,255,255,0.85);\n    box-shadow: 0 4px 16px rgba(200,78,228,0.1);\n  }\n\n  .ag-feature-icon {\n    font-size: 1.25rem;\n    flex-shrink: 0;\n    line-height: 1;\n  }\n\n  .ag-feature-text strong {\n    display: block;\n    font-size: 0.82rem;\n    color: #1f1d24;\n    font-weight: 700;\n    margin-bottom: 3px;\n    letter-spacing: 0.02em;\n  }\n\n  .ag-feature-text span {\n    font-size: 0.74rem;\n    color: #7a5060;\n    line-height: 1.4;\n  }\n\n  .ag-includes-title {\n    text-align: center;\n    font-size: 0.65rem;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: #c84ee4;\n    margin-bottom: 12px;\n    animation: ag-fade-up 1s ease 0.5s both;\n  }\n\n  .ag-includes {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n    margin-bottom: 28px;\n    animation: ag-fade-up 1s ease 0.55s both;\n  }\n\n  .ag-pill {\n    background: rgba(200,78,228,0.08);\n    border: 1px solid rgba(200,78,228,0.3);\n    border-radius: 50px;\n    padding: 6px 14px;\n    font-size: 0.78rem;\n    color: #1f1d24;\n    letter-spacing: 0.03em;\n    transition: background 0.3s, border-color 0.3s, transform 0.3s;\n    cursor: default;\n    white-space: nowrap;\n  }\n\n  .ag-pill:hover {\n    background: rgba(200,78,228,0.16);\n    border-color: #c84ee4;\n    transform: scale(1.05);\n  }\n\n  .ag-promise {\n    background: linear-gradient(135deg, rgba(200,78,228,0.07), rgba(255,126,141,0.05));\n    border: 1px solid rgba(200,78,228,0.2);\n    border-radius: 12px;\n    padding: 22px 20px;\n    text-align: center;\n    margin-bottom: 24px;\n    animation: ag-fade-up 1s ease 0.6s both;\n  }\n\n  .ag-promise p {\n    font-size: 0.95rem;\n    font-style: italic;\n    color: #3d2314;\n    margin: 0 0 14px;\n    line-height: 1.65;\n  }\n\n  .ag-promise-badges {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 12px;\n  }\n\n  .ag-badge {\n    font-size: 0.72rem;\n    color: #c84ee4;\n    letter-spacing: 0.07em;\n    text-transform: uppercase;\n    font-weight: 700;\n  }\n\n  .ag-badge::before {\n    content: '✦ ';\n    opacity: 0.6;\n  }\n\n  .ag-footer {\n    text-align: center;\n    animation: ag-fade-up 1s ease 0.7s both;\n  }\n\n  .ag-footer-tagline {\n    font-size: 0.95rem;\n    color: #7a5060;\n    font-style: italic;\n    letter-spacing: 0.05em;\n    margin: 0 0 24px;\n  }\n\n  .ag-footer-tagline span {\n    background: linear-gradient(90deg, #c84ee4, #ff7e8d, #c84ee4, #ff7e8d, #c84ee4);\n    background-size: 200% auto;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    animation: ag-shine 3s linear infinite;\n    font-weight: 700;\n  }\n\n  .ag-cta-wrap {\n    text-align: center;\n    animation: ag-fade-up 1s ease 0.8s both;\n  }\n\n  .ag-cta-btn {\n    display: inline-block;\n    background: linear-gradient(90deg, #c84ee4, #ff7e8d, #c84ee4);\n    background-size: 200% auto;\n    animation: ag-shine 3s linear infinite;\n    color: #fff;\n    font-family: 'Georgia', serif;\n    font-size: 1rem;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    text-decoration: none;\n    padding: 16px 44px;\n    border-radius: 50px;\n    border: none;\n    cursor: pointer;\n    box-shadow: 0 6px 24px rgba(200,78,228,0.35);\n    transition: transform 0.25s ease, box-shadow 0.25s ease;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .ag-cta-btn::after {\n    content: '';\n    position: absolute;\n    top: -50%;\n    left: -75%;\n    width: 50%;\n    height: 200%;\n    background: rgba(255,255,255,0.2);\n    transform: skewX(-20deg);\n    animation: ag-btn-sheen 3.5s ease-in-out infinite;\n  }\n\n  @keyframes ag-btn-sheen {\n    0%   { left: -75%; }\n    50%  { left: 125%; }\n    100% { left: 125%; }\n  }\n\n  .ag-cta-btn:hover {\n    transform: translateY(-3px) scale(1.03);\n    box-shadow: 0 10px 32px rgba(200,78,228,0.45);\n  }\n\n  .ag-cta-sub {\n    display: block;\n    margin-top: 10px;\n    font-size: 0.72rem;\n    color: #7a5060;\n    letter-spacing: 0.06em;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ag-brush-wrapper\"\u003e\n\n  \u003cdiv class=\"ag-hero\"\u003e\n    \u003cdiv class=\"ag-brand-badge\"\u003eAura Glow™ Beauty Co.  ·  South African Brand 🇿🇦\u003c\/div\u003e\n    \u003ch1\u003eLuxe Beauty Brush Collection\u003cbr\u003e\u003cspan\u003e22-Piece Professional Set\u003c\/span\u003e\n\u003c\/h1\u003e\n    \u003cp class=\"ag-tagline\"\u003eSalon-quality artistry, delivered to your door.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ag-divider\"\u003e\u003c\/div\u003e\n\n  \u003cp class=\"ag-intro\"\u003e\n    Elevate your beauty ritual with a collection crafted for those who refuse to compromise.\n    Ultra-soft premium bristles meet an elegant rose gold aesthetic — designed to blend, sculpt,\n    and perfect with effortless precision.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"ag-features-title\"\u003eWhy You'll Love It\u003c\/div\u003e\n  \u003cdiv class=\"ag-features\"\u003e\n    \u003cdiv class=\"ag-feature-card\"\u003e\n      \u003cdiv class=\"ag-feature-icon\"\u003e🪶\u003c\/div\u003e\n      \u003cdiv class=\"ag-feature-text\"\u003e\n        \u003cstrong\u003eUltra-Soft Bristles\u003c\/strong\u003e\n        \u003cspan\u003eSkin-friendly, hypoallergenic fibres that feel like a whisper on your skin.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ag-feature-card\"\u003e\n      \u003cdiv class=\"ag-feature-icon\"\u003e✨\u003c\/div\u003e\n      \u003cdiv class=\"ag-feature-text\"\u003e\n        \u003cstrong\u003eFlawless Blending\u003c\/strong\u003e\n        \u003cspan\u003eStreak-free, seamless coverage every single time — no patchy finish.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ag-feature-card\"\u003e\n      \u003cdiv class=\"ag-feature-icon\"\u003e🎨\u003c\/div\u003e\n      \u003cdiv class=\"ag-feature-text\"\u003e\n        \u003cstrong\u003eFull-Face Versatility\u003c\/strong\u003e\n        \u003cspan\u003eFoundation, contour, blush, highlight \u0026amp; eyeshadow — all covered.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ag-feature-card\"\u003e\n      \u003cdiv class=\"ag-feature-icon\"\u003e🌹\u003c\/div\u003e\n      \u003cdiv class=\"ag-feature-text\"\u003e\n        \u003cstrong\u003eRose Gold Design\u003c\/strong\u003e\n        \u003cspan\u003eElegant, Instagram-worthy handles that look as good as they perform.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ag-feature-card\"\u003e\n      \u003cdiv class=\"ag-feature-icon\"\u003e🧳\u003c\/div\u003e\n      \u003cdiv class=\"ag-feature-text\"\u003e\n        \u003cstrong\u003eLuxury Travel Pouch\u003c\/strong\u003e\n        \u003cspan\u003eKeep your collection pristine and perfectly organised on the go.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ag-feature-card\"\u003e\n      \u003cdiv class=\"ag-feature-icon\"\u003e🖤\u003c\/div\u003e\n      \u003cdiv class=\"ag-feature-text\"\u003e\n        \u003cstrong\u003eBeauty Blender Included\u003c\/strong\u003e\n        \u003cspan\u003eAchieve an airbrushed, buildable finish with the bonus sponge applicator.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ag-includes-title\"\u003eWhat's Included\u003c\/div\u003e\n  \u003cdiv class=\"ag-includes\"\u003e\n    \u003cdiv class=\"ag-pill\"\u003e22 Professional Brushes\u003c\/div\u003e\n    \u003cdiv class=\"ag-pill\"\u003eBeauty Blender Sponge\u003c\/div\u003e\n    \u003cdiv class=\"ag-pill\"\u003eLuxury Travel Pouch\u003c\/div\u003e\n    \u003cdiv class=\"ag-pill\"\u003eRose Gold Handles\u003c\/div\u003e\n    \u003cdiv class=\"ag-pill\"\u003ePremium Bristles\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ag-divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"ag-promise\"\u003e\n    \u003cp\u003e\"Whether you're creating a natural glow or full glam, the Aura Glow™ Luxe Brush Collection delivers salon-quality results from the comfort of your home.\"\u003c\/p\u003e\n    \u003cdiv class=\"ag-promise-badges\"\u003e\n      \u003cspan class=\"ag-badge\"\u003eSouth African Brand\u003c\/span\u003e\n      \u003cspan class=\"ag-badge\"\u003eNationwide Delivery\u003c\/span\u003e\n      \u003cspan class=\"ag-badge\"\u003ePremium Quality Guaranteed\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ag-footer\"\u003e\n    \u003cp class=\"ag-footer-tagline\"\u003eLook Luxurious. Blend Effortlessly. \u003cspan\u003eGlow with Aura.\u003c\/span\u003e ✨\u003c\/p\u003e\n    \u003cdiv class=\"ag-cta-wrap\"\u003e\n      \u003ca href=\"#\" onclick=\"window.scrollTo({top:0,behavior:'smooth'});return false;\" class=\"ag-cta-btn\"\u003e🛒 Shop Now\u003c\/a\u003e\n      \u003cspan class=\"ag-cta-sub\"\u003eFast Delivery · Premium Quality · Proudly South African 🇿🇦\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Aura Glow","offers":[{"title":"Black","offer_id":53400930255211,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"beige","offer_id":53400935334251,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/4542\/0139\/files\/aura-glow-with-sponge-puff.png?v=1781566686","url":"https:\/\/www.aura-glow.co.za\/products\/aura-glow%e2%84%a2-luxe-beauty-brush-set-22pcs","provider":"Aura Glow","version":"1.0","type":"link"}