{"title":"Home page","description":null,"products":[{"product_id":"avani-lumiere-7-in-1-led-photon-therapy-face-and-neck-mask","title":"Avani Lumière 7-in-1 LED Photon Therapy Face and Neck Mask","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --gold: #C9A84C;\n    --gold-light: #E8D5A3;\n    --gold-pale: #F7F0DC;\n    --white: #FFFFFF;\n    --off-white: #FAFAF8;\n    --charcoal: #1A1A1A;\n    --mid-grey: #6B6B6B;\n    --divider: rgba(201,168,76,0.3);\n  }\n\n  .avl { font-family: 'Montserrat', sans-serif; background: var(--white); color: var(--charcoal); line-height: 1.7; -webkit-font-smoothing: antialiased; }\n\n  \/* URGENCY BAR *\/\n  .avl-bar { background: var(--charcoal); color: var(--gold-light); text-align: center; padding: 12px 24px; font-size: 11px; letter-spacing: 2.5px; font-weight: 500; text-transform: uppercase; }\n\n  \/* HERO *\/\n  .avl-hero { position: relative; overflow: hidden; min-height: 520px; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; text-align: center; padding: 0; }\n  .avl-hero-bg { width: 100%; max-height: 600px; object-fit: cover; object-position: center top; display: block; }\n  .avl-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.08) 0%, rgba(10,8,5,0.72) 100%); }\n  .avl-hero-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 48px 40px; z-index: 2; }\n  .avl-eyebrow { font-size: 10px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--gold-light); margin-bottom: 16px; display: block; }\n  .avl-hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(38px, 6vw, 68px); font-weight: 300; line-height: 1.05; color: var(--white); margin-bottom: 10px; }\n  .avl-hero-title em { font-style: italic; color: var(--gold-light); }\n  .avl-hero-sub { font-family: 'Cormorant Garamond', serif; font-size: clamp(16px, 2.2vw, 22px); font-weight: 300; font-style: italic; color: rgba(255,255,255,0.75); margin-bottom: 0; max-width: 580px; margin-left: auto; margin-right: auto; }\n  .avl-rule { width: 60px; height: 1px; background: var(--gold); margin: 20px auto; }\n\n  \/* HERO IMAGES ROW *\/\n  .avl-hero-images { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; padding: 40px 40px 0; background: linear-gradient(160deg, #FDFCF8 0%, #F5EDD4 50%, #EDE0C0 100%); }\n  .avl-hero-images img { width: 210px; height: 210px; object-fit: cover; border-radius: 4px; box-shadow: 0 12px 40px rgba(0,0,0,0.10); transition: transform 0.4s ease, box-shadow 0.4s ease; }\n  .avl-hero-images img:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,0.15); }\n  .avl-hero-images img.avl-featured { width: 256px; height: 256px; }\n\n  \/* INTRO *\/\n  .avl-intro { max-width: 740px; margin: 64px auto; padding: 0 32px; text-align: center; }\n  .avl-intro p { font-family: 'Cormorant Garamond', serif; font-size: clamp(18px, 2.5vw, 24px); font-weight: 300; color: var(--charcoal); line-height: 1.85; }\n  .avl-intro strong { font-weight: 600; color: var(--gold); }\n\n  \/* STATS *\/\n  .avl-stats { background: var(--off-white); border-top: 1px solid var(--divider); border-bottom: 1px solid var(--divider); padding: 40px 32px; text-align: center; }\n  .avl-stats-grid { display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; max-width: 900px; margin: 0 auto; }\n  .avl-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 600; color: var(--gold); line-height: 1; }\n  .avl-stat-label { font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--mid-grey); margin-top: 6px; }\n\n  \/* SCIENCE OF SEVEN *\/\n  .avl-seven { background: var(--white); padding-bottom: 64px; }\n  .avl-section-header { text-align: center; padding: 64px 32px 40px; }\n  .avl-section-eyebrow { font-size: 10px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; display: block; }\n  .avl-section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 4vw, 44px); font-weight: 300; color: var(--charcoal); }\n\n  \/* WAVELENGTH GRID *\/\n  .avl-lights-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2px; max-width: 960px; margin: 0 auto; padding: 0 32px; border: 1px solid var(--divider); }\n  .avl-light-card { padding: 36px 28px; border: 1px solid var(--divider); background: var(--white); transition: background 0.3s ease; position: relative; overflow: hidden; }\n  .avl-light-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; }\n  .avl-light-card.red::before { background: #E53935; }\n  .avl-light-card.blue::before { background: #1E88E5; }\n  .avl-light-card.green::before { background: #43A047; }\n  .avl-light-card.yellow::before { background: #F9A825; }\n  .avl-light-card.purple::before { background: #8E24AA; }\n  .avl-light-card.cyan::before { background: #00ACC1; }\n  .avl-light-card.white-l::before { background: linear-gradient(to right, #E53935, #F9A825, #43A047, #1E88E5, #8E24AA); }\n  .avl-light-card:hover { background: var(--gold-pale); }\n  .avl-light-dot { width: 36px; height: 36px; border-radius: 50%; margin-bottom: 16px; }\n  .avl-light-card.red .avl-light-dot { background: radial-gradient(circle, #FF6B6B, #C62828); box-shadow: 0 0 12px rgba(229,57,53,0.4); }\n  .avl-light-card.blue .avl-light-dot { background: radial-gradient(circle, #64B5F6, #1565C0); box-shadow: 0 0 12px rgba(30,136,229,0.4); }\n  .avl-light-card.green .avl-light-dot { background: radial-gradient(circle, #81C784, #2E7D32); box-shadow: 0 0 12px rgba(67,160,71,0.4); }\n  .avl-light-card.yellow .avl-light-dot { background: radial-gradient(circle, #FFF176, #F57F17); box-shadow: 0 0 12px rgba(249,168,37,0.4); }\n  .avl-light-card.purple .avl-light-dot { background: radial-gradient(circle, #CE93D8, #6A1B9A); box-shadow: 0 0 12px rgba(142,36,170,0.4); }\n  .avl-light-card.cyan .avl-light-dot { background: radial-gradient(circle, #80DEEA, #00838F); box-shadow: 0 0 12px rgba(0,172,193,0.4); }\n  .avl-light-card.white-l .avl-light-dot { background: radial-gradient(circle, #FFFFFF, #E0E0E0); box-shadow: 0 0 12px rgba(200,200,200,0.6); border: 1px solid var(--divider); }\n  .avl-light-nm { font-size: 9px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--mid-grey); margin-bottom: 6px; }\n  .avl-light-name { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; color: var(--charcoal); margin-bottom: 8px; }\n  .avl-light-benefit { font-size: 13px; color: var(--mid-grey); line-height: 1.7; }\n\n  \/* SCIENCE IMAGE BLOCK *\/\n  .avl-science-img-wrap { max-width: 960px; margin: 32px auto 0; padding: 0 32px; }\n  .avl-science-img-wrap img { width: 100%; display: block; border-radius: 4px; box-shadow: 0 12px 40px rgba(0,0,0,0.08); }\n\n  \/* FEATURE BLOCKS *\/\n  .avl-feature-block { display: grid; grid-template-columns: 1fr 1fr; max-width: 960px; margin: 0 auto 2px; border: 1px solid var(--divider); }\n  .avl-feature-block.avl-rev { direction: rtl; }\n  .avl-feature-block.avl-rev \u003e * { direction: ltr; }\n  .avl-feat-img { width: 100%; height: 400px; object-fit: cover; display: block; }\n  .avl-feat-copy { padding: 56px 48px; display: flex; flex-direction: column; justify-content: center; background: var(--off-white); }\n  .avl-feat-copy .avl-section-eyebrow { text-align: left; margin-bottom: 0; }\n  .avl-feat-copy .avl-rule { margin: 16px 0 20px; }\n  .avl-feat-copy h3 { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 300; color: var(--charcoal); margin-bottom: 16px; line-height: 1.2; }\n  .avl-feat-copy h3 em { color: var(--gold); font-style: italic; }\n  .avl-feat-copy p { font-size: 14px; color: var(--mid-grey); line-height: 1.8; }\n\n  \/* DARK FEATURES *\/\n  .avl-dark { background: var(--charcoal); padding: 72px 32px; text-align: center; }\n  .avl-dark .avl-section-title { color: var(--white); }\n  .avl-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; max-width: 800px; margin: 40px auto 0; }\n  .avl-pill { border: 1px solid var(--gold); color: var(--gold-light); padding: 12px 28px; font-size: 11px; letter-spacing: 2px; font-weight: 500; text-transform: uppercase; border-radius: 40px; transition: background 0.3s, color 0.3s; cursor: default; }\n  .avl-pill:hover { background: var(--gold); color: var(--charcoal); }\n\n  \/* FULL WIDTH LIFESTYLE *\/\n  .avl-full-img { width: 100%; max-height: 500px; object-fit: cover; object-position: center; display: block; }\n\n  \/* TESTIMONIAL *\/\n  .avl-testimonial { background: linear-gradient(135deg, #F7F0DC 0%, #EDE0BF 100%); padding: 80px 32px; text-align: center; position: relative; }\n  .avl-testimonial::before { content: '\\201C'; font-family: 'Cormorant Garamond', serif; font-size: 160px; color: rgba(201,168,76,0.15); position: absolute; top: 10px; left: 50%; transform: translateX(-50%); line-height: 1; pointer-events: none; }\n  .avl-testimonial blockquote { font-family: 'Cormorant Garamond', serif; font-size: clamp(20px, 3vw, 30px); font-weight: 300; font-style: italic; color: var(--charcoal); max-width: 700px; margin: 0 auto 24px; position: relative; z-index: 1; line-height: 1.6; }\n  .avl-testimonial cite { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); font-style: normal; font-weight: 600; }\n\n  \/* CTA *\/\n  .avl-cta { background: var(--white); border-top: 1px solid var(--divider); padding: 80px 32px; text-align: center; }\n  .avl-cta-scarcity { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #B04A2F; font-weight: 600; margin-bottom: 28px; }\n  .avl-cta-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 4vw, 52px); font-weight: 300; color: var(--charcoal); margin-bottom: 12px; line-height: 1.1; }\n  .avl-cta-title em { color: var(--gold); font-style: italic; }\n  .avl-cta-sub { font-size: 13px; color: var(--mid-grey); letter-spacing: 1px; margin-bottom: 36px; max-width: 520px; margin-left: auto; margin-right: auto; }\n  .avl-btn { display: inline-block; background: var(--gold); color: var(--white); font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; padding: 18px 56px; border: none; cursor: pointer; text-decoration: none; transition: background 0.3s, transform 0.2s; border-radius: 2px; }\n  .avl-btn:hover { background: #A8883C; transform: translateY(-2px); }\n\n  \/* RESPONSIVE *\/\n  @media (max-width: 700px) {\n    .avl-hero-content { padding: 32px 24px; }\n    .avl-feature-block { grid-template-columns: 1fr; }\n    .avl-feature-block.avl-rev { direction: ltr; }\n    .avl-feat-img { height: 260px; }\n    .avl-feat-copy { padding: 36px 28px; }\n    .avl-lights-grid { grid-template-columns: 1fr 1fr; }\n    .avl-hero-images img { width: 150px; height: 150px; }\n    .avl-hero-images img.avl-featured { width: 190px; height: 190px; }\n  }\n\n  \/* ANIMATION *\/\n  @keyframes avlFadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }\n  .avl-hero-content { animation: avlFadeUp 0.9s ease both; }\n\u003c\/style\u003e\n\u003cdiv class=\"avl\"\u003e\n\u003c!-- URGENCY BAR --\u003e\n\u003cdiv class=\"avl-bar\"\u003e✦   Limited Stock Available — Order Today   ✦\u003c\/div\u003e\n\u003c!-- HERO — full lifestyle image with text overlay --\u003e\n\u003csection class=\"avl-hero\"\u003e\u003cimg class=\"avl-hero-bg\" alt=\"Avani Lumière LED Mask in use\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/2242\/9940\/files\/LED_face_mask_lifestyle_shot.png?v=1782116569\"\u003e\n\u003cdiv class=\"avl-hero-overlay\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"avl-hero-content\"\u003e\n\u003cspan class=\"avl-eyebrow\"\u003eAvani Luxe Collection\u003c\/span\u003e\n\u003ch1 class=\"avl-hero-title\"\u003eYour Skin Deserves\u003cbr\u003e\u003cem\u003eThe Light.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cdiv class=\"avl-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"avl-hero-sub\"\u003eProfessional-grade LED photon therapy. Seven frequencies. One hands-free mask. Salon results — from your pillow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HERO PRODUCT IMAGES ROW --\u003e\n\u003cdiv style=\"padding-bottom: 40px;\" class=\"avl-hero-images\"\u003e\n\u003cimg class=\"avl-featured\" alt=\"Avani Lumière with box\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/2242\/9940\/files\/avani-clean-minimal-white-background_2638ba5f-ff57-478f-96f2-86436f633475.png?v=1780651725\"\u003e \u003cimg alt=\"Avani Lumière flat lay\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/2242\/9940\/files\/avani-flat-layoutLEDmask.png?v=1780651691\"\u003e \u003cimg alt=\"Avani Lumière lifestyle\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/2242\/9940\/files\/avani-lifestyle-with-LED-mask.png?v=1780651733\"\u003e\n\u003c\/div\u003e\n\u003c!-- INTRO --\u003e\n\u003csection class=\"avl-intro\"\u003e\n\u003cp\u003eEvery cream you have ever bought worked on the surface. The Avani Lumière™ works \u003cstrong\u003ebeneath it\u003c\/strong\u003e — where collagen lives, where acne starts, where pigmentation hides, where \u003cstrong\u003ereal change actually happens.\u003c\/strong\u003e Seven clinically inspired light frequencies. Every skin concern addressed. No appointments. No downtime. No compromise.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- STATS --\u003e\n\u003cdiv class=\"avl-stats\"\u003e\n\u003cdiv class=\"avl-stats-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"avl-stat-num\"\u003e7\u003c\/div\u003e\n\u003cdiv class=\"avl-stat-label\"\u003eLight Frequencies\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"avl-stat-num\"\u003e4.9★\u003c\/div\u003e\n\u003cdiv class=\"avl-stat-label\"\u003eAverage Rating\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"avl-stat-num\"\u003eFull\u003c\/div\u003e\n\u003cdiv class=\"avl-stat-label\"\u003eFace \u0026amp; Neck Coverage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"avl-stat-num\"\u003eSession 1\u003c\/div\u003e\n\u003cdiv class=\"avl-stat-label\"\u003eVisible Results\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SCIENCE OF SEVEN --\u003e\n\u003csection class=\"avl-seven\"\u003e\n\u003cdiv class=\"avl-section-header\"\u003e\n\u003cspan class=\"avl-section-eyebrow\"\u003eThe Science\u003c\/span\u003e\n\u003ch2 class=\"avl-section-title\"\u003eThe Science of Seven.\u003cbr\u003eEvery Frequency. Every Concern.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"avl-lights-grid\"\u003e\n\u003cdiv class=\"avl-light-card red\"\u003e\n\u003cdiv class=\"avl-light-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"avl-light-nm\"\u003eRed · 633nm\u003c\/div\u003e\n\u003cdiv class=\"avl-light-name\"\u003eCollagen Revival\u003c\/div\u003e\n\u003cp class=\"avl-light-benefit\"\u003eStimulates collagen and elastin production deep in the dermis. Fine lines visibly soften. Elasticity returns. Age — actually reversed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"avl-light-card blue\"\u003e\n\u003cdiv class=\"avl-light-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"avl-light-nm\"\u003eBlue · 415nm\u003c\/div\u003e\n\u003cdiv class=\"avl-light-name\"\u003eAcne Eliminated\u003c\/div\u003e\n\u003cp class=\"avl-light-benefit\"\u003eTargets and destroys acne-causing bacteria at the source — without chemicals, without drying, without side effects. Skin finally clear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"avl-light-card green\"\u003e\n\u003cdiv class=\"avl-light-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"avl-light-nm\"\u003eGreen · 525nm\u003c\/div\u003e\n\u003cdiv class=\"avl-light-name\"\u003ePigmentation Corrected\u003c\/div\u003e\n\u003cp class=\"avl-light-benefit\"\u003eBreaks down melanin clusters and corrects uneven tone. Dark spots dissolve. Radiance is revealed. Your complexion, balanced at last.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"avl-light-card yellow\"\u003e\n\u003cdiv class=\"avl-light-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"avl-light-nm\"\u003eYellow · 590nm\u003c\/div\u003e\n\u003cdiv class=\"avl-light-name\"\u003ePuffiness Lifted\u003c\/div\u003e\n\u003cp class=\"avl-light-benefit\"\u003eStimulates lymphatic drainage, clears toxins, and calms reactive skin. Tired, puffy skin made new again — session after session.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"avl-light-card purple\"\u003e\n\u003cdiv class=\"avl-light-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"avl-light-nm\"\u003ePurple\u003c\/div\u003e\n\u003cdiv class=\"avl-light-name\"\u003eDeep Rejuvenation\u003c\/div\u003e\n\u003cp class=\"avl-light-benefit\"\u003eThe ultimate combination of red and blue working simultaneously — clearer skin and younger skin, delivered in a single treatment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"avl-light-card cyan\"\u003e\n\u003cdiv class=\"avl-light-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"avl-light-nm\"\u003eCyan\u003c\/div\u003e\n\u003cdiv class=\"avl-light-name\"\u003eSensitivity Silenced\u003c\/div\u003e\n\u003cp class=\"avl-light-benefit\"\u003eReduces inflammation, erases redness, and rebuilds your skin barrier from within. Sensitivity silenced. Calm, resilient skin restored.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"avl-light-card white-l\"\u003e\n\u003cdiv class=\"avl-light-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"avl-light-nm\"\u003eWhite · Full Spectrum\u003c\/div\u003e\n\u003cdiv class=\"avl-light-name\"\u003eTotal Skin Health\u003c\/div\u003e\n\u003cp class=\"avl-light-benefit\"\u003eThe final push. The complete spectrum working in unison — penetrating all layers, intensifying every result. Nothing left untreated.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SCIENCE DIAGRAM IMAGE --\u003e\n\u003cdiv class=\"avl-science-img-wrap\"\u003e\u003cimg alt=\"The Science of Seven — Avani LED wavelength benefits diagram\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/2242\/9940\/files\/LED_face_mask_color_benifits.png?v=1782116554\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE BLOCKS --\u003e\n\u003csection style=\"max-width: 960px; margin: 0 auto; padding: 0 32px 64px;\"\u003e\n\u003cdiv class=\"avl-feature-block\"\u003e\n\u003cimg class=\"avl-feat-img\" alt=\"Avani Lumière flat lay with petals\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/2242\/9940\/files\/avani-lifestyle-with-LED-mask.png?v=1780651733\"\u003e\n\u003cdiv class=\"avl-feat-copy\"\u003e\n\u003cspan class=\"avl-section-eyebrow\"\u003eThe Experience\u003c\/span\u003e\n\u003cdiv class=\"avl-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch3\u003e10 Minutes.\u003cbr\u003e\u003cem\u003eTransformative\u003c\/em\u003e Results.\u003c\/h3\u003e\n\u003cp\u003eSimply cleanse, put on the Lumière™, and let it work. Fully hands-free and wearable, it treats your entire face and neck simultaneously while you rest, read, or unwind. No effort. No mess. No clinic required. Just results — session after session, week after week.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"avl-feature-block avl-rev\"\u003e\n\u003cimg style=\"object-fit: contain; background: #F9F6F0;\" class=\"avl-feat-img\" alt=\"Avani Lumière device and box\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/2242\/9940\/files\/avani-clean-minimal-white-background_2638ba5f-ff57-478f-96f2-86436f633475.png?v=1780651725\"\u003e\n\u003cdiv class=\"avl-feat-copy\"\u003e\n\u003cspan class=\"avl-section-eyebrow\"\u003eDesigned for Daily Life\u003c\/span\u003e\n\u003cdiv class=\"avl-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch3\u003eCordless. Rechargeable.\u003cbr\u003e\u003cem\u003eBeautifully\u003c\/em\u003e Considered.\u003c\/h3\u003e\n\u003cp\u003eThe Avani Lumière™ was designed to be as beautiful as it is effective. Lightweight, fully cordless, and rechargeable — it fits seamlessly into any routine. Safe for all skin tones, gentle enough for daily use, and powerful enough to replace your monthly salon visit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FULL WIDTH LIFESTYLE IMAGE --\u003e \u003cimg class=\"avl-full-img\" alt=\"Indulge in Rejuvenation — Avani Lumière\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/2242\/9940\/files\/LED_face_mask_lifestyle_shot.png?v=1782116569\"\u003e \u003c!-- DARK FEATURES --\u003e\n\u003csection class=\"avl-dark\"\u003e\u003cspan style=\"color: var(--gold);\" class=\"avl-section-eyebrow\"\u003eWhat You Get\u003c\/span\u003e\n\u003ch2 class=\"avl-section-title\"\u003eEverything Your Skin\u003cbr\u003eHas Been Waiting For.\u003c\/h2\u003e\n\u003cdiv class=\"avl-pills\"\u003e\n\u003cdiv class=\"avl-pill\"\u003e7 LED Frequencies\u003c\/div\u003e\n\u003cdiv class=\"avl-pill\"\u003eFull Face \u0026amp; Neck\u003c\/div\u003e\n\u003cdiv class=\"avl-pill\"\u003eHands-Free \u0026amp; Wearable\u003c\/div\u003e\n\u003cdiv class=\"avl-pill\"\u003eCordless \u0026amp; Rechargeable\u003c\/div\u003e\n\u003cdiv class=\"avl-pill\"\u003eAll Skin Tones\u003c\/div\u003e\n\u003cdiv class=\"avl-pill\"\u003eNo Downtime\u003c\/div\u003e\n\u003cdiv class=\"avl-pill\"\u003eCLINICALLY INSPIRED\u003c\/div\u003e\n\u003cdiv class=\"avl-pill\"\u003eResults from Session One\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TESTIMONIAL --\u003e\n\u003csection class=\"avl-testimonial\"\u003e\n\u003cblockquote\u003e\"I stopped booking facials the moment this arrived. My skin hasn't looked this good in years — and I use it lying down in bed. It's honestly ridiculous how well it works.\"\u003c\/blockquote\u003e\n\u003ccite\u003e— Priya N., Verified Customer\u003c\/cite\u003e\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection class=\"avl-cta\"\u003e\n\u003cp class=\"avl-cta-scarcity\"\u003e⚠ Only 9 Units Left at This Price\u003c\/p\u003e\n\u003ch2 class=\"avl-cta-title\"\u003eStop Waiting for\u003cbr\u003eYour Skin to Get Better\u003cbr\u003e\u003cem\u003eOn Its Own.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp style=\"margin-bottom: 36px;\" class=\"avl-cta-sub\"\u003eThe women who glow effortlessly are not lucky. They are using the Avani Lumière™.\u003c\/p\u003e\n\u003ca class=\"avl-btn\" href=\"#\"\u003eAdd to Cart — Claim Yours\u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Avani","offers":[{"title":"Default Title","offer_id":48410767851764,"sku":"AVN-LED-001","price":1399.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0832\/2242\/9940\/files\/avani-flat-layoutLEDmask.png?v=1780651691"},{"product_id":"avani-ultrasonic-skin-scrubber","title":"Avani Ultrasonic Skin Scrubber","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --gold: #C9A84C;\n    --gold-light: #E8D5A3;\n    --gold-pale: #F7F0DC;\n    --white: #FFFFFF;\n    --off-white: #FAFAF8;\n    --charcoal: #1A1A1A;\n    --mid-grey: #6B6B6B;\n    --light-grey: #E8E8E8;\n    --divider: rgba(201,168,76,0.3);\n  }\n\n  body {\n    font-family: 'Montserrat', sans-serif;\n    background: var(--white);\n    color: var(--charcoal);\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* ── HERO ── *\/\n  .hero {\n    background: linear-gradient(160deg, #FDFCF8 0%, #F5EDD4 50%, #EDE0C0 100%);\n    padding: 72px 40px 64px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: -60px; left: 50%;\n    transform: translateX(-50%);\n    width: 600px; height: 600px;\n    background: radial-gradient(circle, rgba(201,168,76,0.12) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-eyebrow {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 20px;\n  }\n  .hero-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(38px, 6vw, 64px);\n    font-weight: 300;\n    line-height: 1.1;\n    color: var(--charcoal);\n    margin-bottom: 10px;\n  }\n  .hero-title em {\n    font-style: italic;\n    color: var(--gold);\n  }\n  .hero-sub {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(16px, 2.5vw, 22px);\n    font-weight: 300;\n    font-style: italic;\n    color: var(--mid-grey);\n    margin-bottom: 32px;\n  }\n  .gold-rule {\n    width: 60px;\n    height: 1px;\n    background: var(--gold);\n    margin: 0 auto 32px;\n  }\n  .hero-images {\n    display: flex;\n    justify-content: center;\n    gap: 16px;\n    flex-wrap: wrap;\n    margin-top: 40px;\n  }\n  .hero-images img {\n    width: 220px;\n    height: 220px;\n    object-fit: cover;\n    border-radius: 4px;\n    box-shadow: 0 12px 40px rgba(0,0,0,0.10);\n    transition: transform 0.4s ease, box-shadow 0.4s ease;\n  }\n  .hero-images img:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 20px 50px rgba(0,0,0,0.15);\n  }\n  .hero-images img.featured {\n    width: 260px;\n    height: 260px;\n  }\n\n  \/* ── URGENCY BAR ── *\/\n  .urgency-bar {\n    background: var(--charcoal);\n    color: var(--gold-light);\n    text-align: center;\n    padding: 12px 24px;\n    font-size: 11px;\n    letter-spacing: 2.5px;\n    font-weight: 500;\n    text-transform: uppercase;\n  }\n\n  \/* ── INTRO ── *\/\n  .intro {\n    max-width: 720px;\n    margin: 64px auto;\n    padding: 0 32px;\n    text-align: center;\n  }\n  .intro p {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(18px, 2.5vw, 24px);\n    font-weight: 300;\n    color: var(--charcoal);\n    line-height: 1.8;\n  }\n  .intro strong {\n    font-weight: 600;\n    color: var(--gold);\n  }\n\n  \/* ── SOCIAL PROOF ── *\/\n  .social-proof {\n    background: var(--off-white);\n    border-top: 1px solid var(--divider);\n    border-bottom: 1px solid var(--divider);\n    padding: 40px 32px;\n    text-align: center;\n  }\n  .proof-grid {\n    display: flex;\n    justify-content: center;\n    gap: 48px;\n    flex-wrap: wrap;\n    max-width: 800px;\n    margin: 0 auto;\n  }\n  .proof-item {\n    text-align: center;\n  }\n  .proof-number {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 42px;\n    font-weight: 600;\n    color: var(--gold);\n    line-height: 1;\n  }\n  .proof-label {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--mid-grey);\n    margin-top: 6px;\n  }\n\n  \/* ── SECTION HEADER ── *\/\n  .section-header {\n    text-align: center;\n    padding: 64px 32px 40px;\n  }\n  .section-eyebrow {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 14px;\n    display: block;\n  }\n  .section-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(28px, 4vw, 44px);\n    font-weight: 300;\n    color: var(--charcoal);\n  }\n\n  \/* ── HOW IT WORKS ── *\/\n  .how-it-works {\n    background: var(--white);\n    padding-bottom: 64px;\n  }\n  .modes-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 2px;\n    max-width: 960px;\n    margin: 0 auto;\n    padding: 0 32px;\n    border: 1px solid var(--divider);\n  }\n  .mode-card {\n    padding: 40px 32px;\n    border: 1px solid var(--divider);\n    background: var(--white);\n    position: relative;\n    transition: background 0.3s ease;\n  }\n  .mode-card:hover {\n    background: var(--gold-pale);\n  }\n  .mode-number {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 56px;\n    font-weight: 300;\n    color: var(--gold-light);\n    line-height: 1;\n    margin-bottom: 12px;\n  }\n  .mode-name {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 10px;\n  }\n  .mode-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 22px;\n    font-weight: 400;\n    color: var(--charcoal);\n    margin-bottom: 12px;\n  }\n  .mode-desc {\n    font-size: 13px;\n    color: var(--mid-grey);\n    line-height: 1.7;\n  }\n\n  \/* ── VISUAL FEATURE BLOCKS ── *\/\n  .feature-block {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    max-width: 960px;\n    margin: 0 auto 2px;\n    border: 1px solid var(--divider);\n  }\n  .feature-block.reverse { direction: rtl; }\n  .feature-block.reverse \u003e * { direction: ltr; }\n  .feature-img {\n    width: 100%;\n    height: 380px;\n    object-fit: cover;\n    display: block;\n  }\n  .feature-copy {\n    padding: 56px 48px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    background: var(--off-white);\n  }\n  .feature-copy .section-eyebrow { text-align: left; }\n  .feature-copy h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 32px;\n    font-weight: 300;\n    color: var(--charcoal);\n    margin-bottom: 16px;\n    line-height: 1.2;\n  }\n  .feature-copy p {\n    font-size: 14px;\n    color: var(--mid-grey);\n    line-height: 1.8;\n    margin-bottom: 24px;\n  }\n  .feature-copy .gold-rule { margin: 0 0 24px; }\n\n  \/* ── KEY FEATURES ── *\/\n  .key-features {\n    background: var(--charcoal);\n    padding: 72px 32px;\n    text-align: center;\n  }\n  .key-features .section-title { color: var(--white); }\n  .key-features .section-eyebrow { color: var(--gold); }\n  .features-list {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 24px;\n    max-width: 800px;\n    margin: 40px auto 0;\n  }\n  .feature-pill {\n    border: 1px solid var(--gold);\n    color: var(--gold-light);\n    padding: 12px 28px;\n    font-size: 11px;\n    letter-spacing: 2px;\n    font-weight: 500;\n    text-transform: uppercase;\n    border-radius: 40px;\n    transition: background 0.3s ease, color 0.3s ease;\n    cursor: default;\n  }\n  .feature-pill:hover {\n    background: var(--gold);\n    color: var(--charcoal);\n  }\n\n  \/* ── TESTIMONIAL ── *\/\n  .testimonial {\n    background: linear-gradient(135deg, #F7F0DC 0%, #EDE0BF 100%);\n    padding: 80px 32px;\n    text-align: center;\n    position: relative;\n  }\n  .testimonial::before {\n    content: '\\201C';\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 160px;\n    color: rgba(201,168,76,0.15);\n    position: absolute;\n    top: 10px; left: 50%;\n    transform: translateX(-50%);\n    line-height: 1;\n    pointer-events: none;\n  }\n  .testimonial blockquote {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(20px, 3vw, 30px);\n    font-weight: 300;\n    font-style: italic;\n    color: var(--charcoal);\n    max-width: 680px;\n    margin: 0 auto 24px;\n    position: relative;\n    z-index: 1;\n    line-height: 1.6;\n  }\n  .testimonial cite {\n    font-size: 11px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--gold);\n    font-style: normal;\n    font-weight: 600;\n  }\n\n  \/* ── CTA ── *\/\n  .cta-section {\n    background: var(--white);\n    border-top: 1px solid var(--divider);\n    padding: 80px 32px;\n    text-align: center;\n  }\n  .cta-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(28px, 4vw, 48px);\n    font-weight: 300;\n    color: var(--charcoal);\n    margin-bottom: 12px;\n  }\n  .cta-title em { color: var(--gold); font-style: italic; }\n  .cta-sub {\n    font-size: 13px;\n    color: var(--mid-grey);\n    letter-spacing: 1px;\n    margin-bottom: 36px;\n  }\n  .cta-scarcity {\n    font-size: 11px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #B04A2F;\n    font-weight: 600;\n    margin-bottom: 28px;\n  }\n  .btn-primary {\n    display: inline-block;\n    background: var(--gold);\n    color: var(--white);\n    font-family: 'Montserrat', sans-serif;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    padding: 18px 56px;\n    border: none;\n    cursor: pointer;\n    text-decoration: none;\n    transition: background 0.3s ease, transform 0.2s ease;\n    border-radius: 2px;\n  }\n  .btn-primary:hover {\n    background: #A8883C;\n    transform: translateY(-2px);\n  }\n\n  \/* ── GUARANTEE ── *\/\n\n  \/* ── RESPONSIVE ── *\/\n  @media (max-width: 700px) {\n    .feature-block {\n      grid-template-columns: 1fr;\n    }\n    .feature-block.reverse { direction: ltr; }\n    .feature-img { height: 260px; }\n    .feature-copy { padding: 36px 28px; }\n    .hero-images img { width: 160px; height: 160px; }\n    .hero-images img.featured { width: 200px; height: 200px; }\n    .modes-grid { grid-template-columns: 1fr; }\n\n  \/* ── ANIMATION ── *\/\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n  .hero-title, .hero-sub, .hero-images {\n    animation: fadeUp 0.9s ease both;\n  }\n  .hero-sub { animation-delay: 0.15s; }\n  .hero-images { animation-delay: 0.3s; }\n\u003c\/style\u003e\n\u003c!-- URGENCY BAR --\u003e\n\u003cdiv class=\"urgency-bar\"\u003e✦   Limited Stock Available — Order Today   ✦\u003c\/div\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cp class=\"hero-eyebrow\"\u003eAvani Luxe Collection\u003c\/p\u003e\n\u003ch1 class=\"hero-title\"\u003eYour Skin Deserves\u003cbr\u003e\u003cem\u003eBetter Than a Facial.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eProfessional-grade ultrasonic technology. At-home ease.\u003c\/p\u003e\n\u003cdiv class=\"gold-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"hero-images\"\u003e\n\u003cimg class=\"featured\" alt=\"Avani Skin Scrubber with box\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/2242\/9940\/files\/avani-skin-scrubber-correct-lid_d89bc7d3-7b61-42bc-a0d1-38858edad302.png?v=1782370482\"\u003e \u003cimg alt=\"In use — toning massage\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/2242\/9940\/files\/close_up_img_lifestyle.png?v=1782370474\"\u003e \u003cimg alt=\"Serum absorption\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/2242\/9940\/files\/skin_scrubber_close_up_serum_absortion.png?v=1782370681\"\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INTRO --\u003e\n\u003csection class=\"intro\"\u003e\n\u003cp\u003eMost women spend \u003cstrong\u003ethousands\u003c\/strong\u003e on facials that last 48 hours. The Avani Ultrasonic Skin Scrubber gives you \u003cstrong\u003eclinic-quality results\u003c\/strong\u003e every single day — in minutes, in your bathroom, on your terms.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- SOCIAL PROOF NUMBERS --\u003e\n\u003cdiv class=\"social-proof\"\u003e\n\u003cdiv class=\"proof-grid\"\u003e\n\u003cdiv class=\"proof-item\"\u003e\n\u003cdiv class=\"proof-number\"\u003e28K+\u003c\/div\u003e\n\u003cdiv class=\"proof-label\"\u003eHappy Customers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-item\"\u003e\n\u003cdiv class=\"proof-number\"\u003e4.9★\u003c\/div\u003e\n\u003cdiv class=\"proof-label\"\u003eAverage Rating\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-item\"\u003e\n\u003cdiv class=\"proof-number\"\u003e3-in-1\u003c\/div\u003e\n\u003cdiv class=\"proof-label\"\u003eModes in One Device\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003csection class=\"how-it-works\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003cspan class=\"section-eyebrow\"\u003eThe Science\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eThree Modes. One Transformative Device.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"modes-grid\"\u003e\n\u003cdiv class=\"mode-card\"\u003e\n\u003cdiv class=\"mode-number\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"mode-name\"\u003eCleansing Mode\u003c\/div\u003e\n\u003cdiv class=\"mode-title\"\u003eUltrasonic Deep Clean\u003c\/div\u003e\n\u003cp class=\"mode-desc\"\u003eHigh-speed micro-vibrations gently dislodge surface impurities, unclog pores, and lift dead skin cells — without the redness or risk of manual extraction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mode-card\"\u003e\n\u003cdiv class=\"mode-number\"\u003e02\u003c\/div\u003e\n\u003cdiv class=\"mode-name\"\u003eMoisturising Mode\u003c\/div\u003e\n\u003cdiv class=\"mode-title\"\u003eInfusion Technology\u003c\/div\u003e\n\u003cp class=\"mode-desc\"\u003ePushes your serums and moisturisers deep into the skin's layers using ultrasonic waves — making every drop of your skincare up to 5× more effective.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mode-card\"\u003e\n\u003cdiv class=\"mode-number\"\u003e03\u003c\/div\u003e\n\u003cdiv class=\"mode-name\"\u003eMassage Mode\u003c\/div\u003e\n\u003cdiv class=\"mode-title\"\u003ePulsating Lift \u0026amp; Firm\u003c\/div\u003e\n\u003cp class=\"mode-desc\"\u003ePulsating vibrations stimulate circulation, improve skin tone, and deliver a firming, lifting sensation that leaves you looking visibly rejuvenated — every single use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE BLOCKS --\u003e\n\u003csection style=\"max-width: 960px; margin: 0 auto; padding: 0 32px 64px;\"\u003e\n\u003cdiv class=\"feature-block\"\u003e\n\u003cimg class=\"feature-img\" alt=\"Precision Targeting\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/2242\/9940\/files\/skin_scrubber_close_up_photo.png?v=1782370461\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cspan class=\"section-eyebrow\"\u003ePrecision Targeting\u003c\/span\u003e\n\u003cdiv class=\"gold-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch3\u003eThe Extraction Revolution\u003c\/h3\u003e\n\u003cp\u003eForget squeezing, picking, and the inevitable scarring that follows. The Avani's non-invasive ultrasonic lift replaces all of that — clearing pores at a frequency your skin responds to, not rejects. Cleaner skin. Zero trauma. No downtime.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-block reverse\"\u003e\n\u003cimg class=\"feature-img\" alt=\"Enhanced Serum Absorption\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/2242\/9940\/files\/skin_scrubber_close_up_serum_absortion.png?v=1782370681\" width=\"505\" height=\"265\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cspan class=\"section-eyebrow\"\u003eEnhanced Absorption\u003c\/span\u003e\n\u003cdiv class=\"gold-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch3\u003eYour Serum Works\u003cbr\u003eTen Times Harder\u003c\/h3\u003e\n\u003cp\u003eYou've invested in premium serums. The Avani makes sure every drop counts. Infusion Technology drives active ingredients deep into the dermis — far beyond what your fingers ever could. This is what results actually look like.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-block\"\u003e\n\u003cimg class=\"feature-img\" alt=\"Avani Device\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/2242\/9940\/files\/avani-skin-scrubber-flat-lay-with-modes_eef2f75f-e877-40c3-9e5d-d63c226fc1d9.png?v=1782370691\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cspan class=\"section-eyebrow\"\u003eDesigned for Daily Life\u003c\/span\u003e\n\u003cdiv class=\"gold-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch3\u003eCordless. Rechargeable.\u003cbr\u003eBeautifully Considered.\u003c\/h3\u003e\n\u003cp\u003eThe Avani was designed to sit proudly on your vanity — not hidden in a drawer. Cordless, whisper-quiet, and gentle enough for daily use. A complete complexion ritual in a device that feels as luxurious as it looks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- KEY FEATURES PILLS --\u003e\n\u003csection class=\"key-features\"\u003e\u003cspan class=\"section-eyebrow\"\u003eWhat You Get\u003c\/span\u003e\n\u003ch2 style=\"color: var(--white);\" class=\"section-title\"\u003eEverything. In One Device.\u003c\/h2\u003e\n\u003cdiv class=\"features-list\"\u003e\n\u003cdiv class=\"feature-pill\"\u003eUltrasonic Technology\u003c\/div\u003e\n\u003cdiv class=\"feature-pill\"\u003e3-in-1 Modes\u003c\/div\u003e\n\u003cdiv class=\"feature-pill\"\u003eCordless \u0026amp; Rechargeable\u003c\/div\u003e\n\u003cdiv class=\"feature-pill\"\u003eNon-Invasive Lift\u003c\/div\u003e\n\u003cdiv class=\"feature-pill\"\u003eSerum Infusion\u003c\/div\u003e\n\u003cdiv class=\"feature-pill\"\u003eDaily Safe\u003c\/div\u003e\n\u003cdiv class=\"feature-pill\"\u003eCLINICALLY INSPIRED\u003c\/div\u003e\n\u003cdiv class=\"feature-pill\"\u003ePremium Build Quality\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TESTIMONIAL --\u003e\n\u003csection class=\"testimonial\"\u003e\n\u003cblockquote\u003e\"I cancelled my monthly facials the week it arrived. My skin has never looked better — and I've saved over R2,000 already.\"\u003c\/blockquote\u003e\n\u003ccite\u003e— Lerato M., Verified Customer\u003c\/cite\u003e\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection class=\"cta-section\"\u003e\n\u003cp class=\"cta-scarcity\"\u003e⚠ Only 14 Units Left at This Price\u003c\/p\u003e\n\u003ch2 class=\"cta-title\"\u003eElevate Your Ritual.\u003cbr\u003e\u003cem\u003eToday.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"cta-sub\"\u003eJoin thousands of women who chose to stop waiting for their next salon appointment.\u003c\/p\u003e\n\u003c\/section\u003e","brand":"Avani","offers":[{"title":"Default Title","offer_id":48773950931188,"sku":"AVN-SCR-001","price":699.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0832\/2242\/9940\/files\/avani-skin-scrubber-correct-lid_d89bc7d3-7b61-42bc-a0d1-38858edad302.png?v=1782370482"},{"product_id":"avani-pure™-4-in-1-pore-vacuum","title":"Avani Puré™ 4-in-1 Pore Vacuum","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --gold: #C9A84C;\n    --gold-light: #E8D5A3;\n    --gold-pale: #F7F0DC;\n    --white: #FFFFFF;\n    --off-white: #FAFAF8;\n    --charcoal: #1A1A1A;\n    --mid-grey: #6B6B6B;\n    --divider: rgba(201,168,76,0.3);\n  }\n\n  .avp { font-family: 'Montserrat', sans-serif; background: var(--white); color: var(--charcoal); line-height: 1.7; -webkit-font-smoothing: antialiased; }\n\n  \/* URGENCY BAR *\/\n  .avp-bar { background: var(--charcoal); color: var(--gold-light); text-align: center; padding: 12px 24px; font-size: 11px; letter-spacing: 2.5px; font-weight: 500; text-transform: uppercase; }\n\n  \/* HERO *\/\n  .avp-hero { background: linear-gradient(160deg, #FDFCF8 0%, #F5EDD4 50%, #EDE0C0 100%); padding: 72px 40px 64px; text-align: center; position: relative; overflow: hidden; }\n  .avp-hero::before { content: ''; position: absolute; top: -60px; left: 50%; transform: translateX(-50%); width: 600px; height: 600px; background: radial-gradient(circle, rgba(201,168,76,0.12) 0%, transparent 70%); pointer-events: none; }\n  .avp-eyebrow { font-size: 10px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; display: block; }\n  .avp-hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(38px, 6vw, 66px); font-weight: 300; line-height: 1.05; color: var(--charcoal); margin-bottom: 10px; }\n  .avp-hero-title em { font-style: italic; color: var(--gold); }\n  .avp-hero-sub { font-family: 'Cormorant Garamond', serif; font-size: clamp(16px, 2.5vw, 22px); font-weight: 300; font-style: italic; color: var(--mid-grey); margin-bottom: 32px; }\n  .avp-rule { width: 60px; height: 1px; background: var(--gold); margin: 0 auto 32px; }\n  .avp-hero-images { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 40px; }\n  .avp-hero-images img { width: 220px; height: 220px; object-fit: cover; border-radius: 4px; box-shadow: 0 12px 40px rgba(0,0,0,0.10); transition: transform 0.4s ease, box-shadow 0.4s ease; }\n  .avp-hero-images img:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,0.15); }\n  .avp-hero-images img.avp-featured { width: 260px; height: 260px; }\n\n  \/* INTRO *\/\n  .avp-intro { max-width: 740px; margin: 64px auto; padding: 0 32px; text-align: center; }\n  .avp-intro p { font-family: 'Cormorant Garamond', serif; font-size: clamp(18px, 2.5vw, 24px); font-weight: 300; color: var(--charcoal); line-height: 1.85; }\n  .avp-intro strong { font-weight: 600; color: var(--gold); }\n\n  \/* STATS *\/\n  .avp-stats { background: var(--off-white); border-top: 1px solid var(--divider); border-bottom: 1px solid var(--divider); padding: 40px 32px; text-align: center; }\n  .avp-stats-grid { display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; max-width: 800px; margin: 0 auto; }\n  .avp-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 600; color: var(--gold); line-height: 1; }\n  .avp-stat-label { font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--mid-grey); margin-top: 6px; }\n\n  \/* SECTION TITLES *\/\n  .avp-section-header { text-align: center; padding: 64px 32px 40px; }\n  .avp-section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 4vw, 44px); font-weight: 300; color: var(--charcoal); }\n\n  \/* FOUR HEADS GRID *\/\n  .avp-heads { background: var(--white); padding-bottom: 64px; }\n  .avp-heads-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 2px; max-width: 960px; margin: 0 auto; padding: 0 32px; border: 1px solid var(--divider); }\n  .avp-head-card { padding: 40px 32px; border: 1px solid var(--divider); background: var(--white); transition: background 0.3s ease; }\n  .avp-head-card:hover { background: var(--gold-pale); }\n  .avp-head-num { font-family: 'Cormorant Garamond', serif; font-size: 56px; font-weight: 300; color: var(--gold-light); line-height: 1; margin-bottom: 12px; }\n  .avp-head-tag { font-size: 10px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }\n  .avp-head-title { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 400; color: var(--charcoal); margin-bottom: 12px; }\n  .avp-head-desc { font-size: 13px; color: var(--mid-grey); line-height: 1.7; }\n\n  \/* FEATURE BLOCKS *\/\n  .avp-feature-block { display: grid; grid-template-columns: 1fr 1fr; max-width: 960px; margin: 0 auto 2px; border: 1px solid var(--divider); }\n  .avp-feature-block.avp-rev { direction: rtl; }\n  .avp-feature-block.avp-rev \u003e * { direction: ltr; }\n  .avp-feat-img { width: 100%; height: 380px; object-fit: cover; display: block; }\n  .avp-feat-copy { padding: 56px 48px; display: flex; flex-direction: column; justify-content: center; background: var(--off-white); }\n  .avp-feat-copy .avp-eyebrow { text-align: left; margin-bottom: 0; }\n  .avp-feat-copy .avp-rule { margin: 16px 0 20px; }\n  .avp-feat-copy h3 { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 300; color: var(--charcoal); margin-bottom: 16px; line-height: 1.2; }\n  .avp-feat-copy p { font-size: 14px; color: var(--mid-grey); line-height: 1.8; }\n\n  \/* DARK FEATURES *\/\n  .avp-dark { background: var(--charcoal); padding: 72px 32px; text-align: center; }\n  .avp-dark .avp-section-title { color: var(--white); }\n  .avp-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; max-width: 800px; margin: 40px auto 0; }\n  .avp-pill { border: 1px solid var(--gold); color: var(--gold-light); padding: 12px 28px; font-size: 11px; letter-spacing: 2px; font-weight: 500; text-transform: uppercase; border-radius: 40px; transition: background 0.3s, color 0.3s; cursor: default; }\n  .avp-pill:hover { background: var(--gold); color: var(--charcoal); }\n\n  \/* TESTIMONIAL *\/\n  .avp-testimonial { background: linear-gradient(135deg, #F7F0DC 0%, #EDE0BF 100%); padding: 80px 32px; text-align: center; position: relative; }\n  .avp-testimonial::before { content: '\\201C'; font-family: 'Cormorant Garamond', serif; font-size: 160px; color: rgba(201,168,76,0.15); position: absolute; top: 10px; left: 50%; transform: translateX(-50%); line-height: 1; pointer-events: none; }\n  .avp-testimonial blockquote { font-family: 'Cormorant Garamond', serif; font-size: clamp(20px, 3vw, 30px); font-weight: 300; font-style: italic; color: var(--charcoal); max-width: 680px; margin: 0 auto 24px; position: relative; z-index: 1; line-height: 1.6; }\n  .avp-testimonial cite { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); font-style: normal; font-weight: 600; }\n\n  \/* CTA *\/\n  .avp-cta { background: var(--white); border-top: 1px solid var(--divider); padding: 80px 32px; text-align: center; }\n  .avp-cta-scarcity { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #B04A2F; font-weight: 600; margin-bottom: 28px; }\n  .avp-cta-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 4vw, 48px); font-weight: 300; color: var(--charcoal); margin-bottom: 12px; }\n  .avp-cta-title em { color: var(--gold); font-style: italic; }\n  .avp-cta-sub { font-size: 13px; color: var(--mid-grey); letter-spacing: 1px; margin-bottom: 36px; }\n  .avp-btn { display: inline-block; background: var(--gold); color: var(--white); font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; padding: 18px 56px; border: none; cursor: pointer; text-decoration: none; transition: background 0.3s, transform 0.2s; border-radius: 2px; }\n  .avp-btn:hover { background: #A8883C; transform: translateY(-2px); }\n\n  \/* RESPONSIVE *\/\n  @media (max-width: 700px) {\n    .avp-feature-block { grid-template-columns: 1fr; }\n    .avp-feature-block.avp-rev { direction: ltr; }\n    .avp-feat-img { height: 260px; }\n    .avp-feat-copy { padding: 36px 28px; }\n    .avp-hero-images img { width: 160px; height: 160px; }\n    .avp-hero-images img.avp-featured { width: 200px; height: 200px; }\n    .avp-heads-grid { grid-template-columns: 1fr; }\n  }\n\n  \/* ANIMATION *\/\n  @keyframes avpFadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }\n  .avp-hero-title, .avp-hero-sub, .avp-hero-images { animation: avpFadeUp 0.9s ease both; }\n  .avp-hero-sub { animation-delay: 0.15s; }\n  .avp-hero-images { animation-delay: 0.3s; }\n\u003c\/style\u003e\n\u003cdiv class=\"avp\"\u003e\n\u003c!-- URGENCY BAR --\u003e\n\u003cdiv class=\"avp-bar\"\u003e✦   Limited Stock Available — Order Today   ✦\u003c\/div\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"avp-hero\"\u003e\u003cspan class=\"avp-eyebrow\"\u003eAvani Luxe Collection\u003c\/span\u003e\n\u003ch1 class=\"avp-hero-title\"\u003eYour Pores.\u003cbr\u003e\u003cem\u003ePerfected.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"avp-hero-sub\"\u003eProfessional suction. Clinical results. At-home luxury.\u003c\/p\u003e\n\u003cdiv class=\"avp-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"avp-hero-images\"\u003e\n\u003cimg class=\"avp-featured\" alt=\"Avani Puré Pore Vacuum with box\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/2242\/9940\/files\/avani-pore-cleaner-refined-branding_f5991c76-910d-43cb-ab56-dd3c6fe7c27a.png?v=1782373512\"\u003e \u003cimg alt=\"Avani Puré lifestyle\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/2242\/9940\/files\/close_up_lifestyle.png?v=1782373521\"\u003e \u003cimg alt=\"Four interchangeable heads\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/2242\/9940\/files\/pore_cleaner_with_heads_explained.png?v=1782373527\"\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INTRO --\u003e\n\u003csection class=\"avp-intro\"\u003e\n\u003cp\u003eEvery blackhead, every clogged pore, every dull patch — the skin that's been dimming your glow — the Avani Puré™ \u003cstrong\u003eremoves it tonight.\u003c\/strong\u003e Not in a week. Not after a salon appointment. \u003cstrong\u003eTonight.\u003c\/strong\u003e This is professional-grade suction technology, redesigned for your vanity.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- STATS --\u003e\n\u003cdiv class=\"avp-stats\"\u003e\n\u003cdiv class=\"avp-stats-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"avp-stat-num\"\u003e4-in-1\u003c\/div\u003e\n\u003cdiv class=\"avp-stat-label\"\u003eInterchangeable Heads\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"avp-stat-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"avp-stat-label\"\u003eSuction Levels\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"avp-stat-num\"\u003e4.9★\u003c\/div\u003e\n\u003cdiv class=\"avp-stat-label\"\u003eAverage Rating\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"avp-stat-num\"\u003e1st Use\u003c\/div\u003e\n\u003cdiv class=\"avp-stat-label\"\u003eVisible Results\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FOUR HEADS --\u003e\n\u003csection class=\"avp-heads\"\u003e\n\u003cdiv class=\"avp-section-header\"\u003e\n\u003cspan class=\"avp-eyebrow\"\u003eThe System\u003c\/span\u003e\n\u003ch2 class=\"avp-section-title\"\u003eFour Heads. Infinite Glow.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"avp-heads-grid\"\u003e\n\u003cdiv class=\"avp-head-card\"\u003e\n\u003cdiv class=\"avp-head-num\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"avp-head-tag\"\u003eLarge Circular Head\u003c\/div\u003e\n\u003cdiv class=\"avp-head-title\"\u003eDeep Pore Cleanse\u003c\/div\u003e\n\u003cp class=\"avp-head-desc\"\u003eCovers broad facial zones with powerful suction — lifting blackheads, excess sebum, and surface impurities for a visibly cleaner canvas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"avp-head-card\"\u003e\n\u003cdiv class=\"avp-head-num\"\u003e02\u003c\/div\u003e\n\u003cdiv class=\"avp-head-tag\"\u003eSmall Circular Head\u003c\/div\u003e\n\u003cdiv class=\"avp-head-title\"\u003ePrecision Extraction\u003c\/div\u003e\n\u003cp class=\"avp-head-desc\"\u003ePinpoint suction for stubborn blackheads on the nose, chin, and T-zone. Gets exactly where your fingers can't — without the damage they cause.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"avp-head-card\"\u003e\n\u003cdiv class=\"avp-head-num\"\u003e03\u003c\/div\u003e\n\u003cdiv class=\"avp-head-tag\"\u003eOval Head\u003c\/div\u003e\n\u003cdiv class=\"avp-head-title\"\u003eGentle Lift\u003c\/div\u003e\n\u003cp class=\"avp-head-desc\"\u003eDesigned for sensitive zones — around the eyes, lips, and cheeks — where gentler suction unclogs pores without irritation or redness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"avp-head-card\"\u003e\n\u003cdiv class=\"avp-head-num\"\u003e04\u003c\/div\u003e\n\u003cdiv class=\"avp-head-tag\"\u003eMicrocrystalline Head\u003c\/div\u003e\n\u003cdiv class=\"avp-head-title\"\u003eExfoliate \u0026amp; Refine\u003c\/div\u003e\n\u003cp class=\"avp-head-desc\"\u003eMicro-crystals buff away dead skin and rough texture — smoothing your complexion so your serums absorb deeper and your skin catches more light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE BLOCKS --\u003e\n\u003csection style=\"max-width: 960px; margin: 0 auto; padding: 0 32px 64px;\"\u003e\n\u003cdiv class=\"avp-feature-block\"\u003e\n\u003cimg class=\"avp-feat-img\" alt=\"Avani Puré in use\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/2242\/9940\/files\/avani-pore-cleaner-side-profile_31b8082d-163a-42a1-b158-ebb04dbebaf8.png?v=1782373529\"\u003e\n\u003cdiv class=\"avp-feat-copy\"\u003e\n\u003cspan class=\"avp-eyebrow\"\u003eThe Technology\u003c\/span\u003e\n\u003cdiv class=\"avp-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch3\u003eSuction That Actually Works\u003c\/h3\u003e\n\u003cp\u003eMost pore strips tear at your skin and leave half the problem behind. The Avani Puré™ uses precision vacuum suction — calibrated across three intensities — to lift impurities cleanly, completely, and without trauma. The difference is visible. The skin feels it immediately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"avp-feature-block avp-rev\"\u003e\n\u003cimg class=\"avp-feat-img\" alt=\"Reveal your purest complexion\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/2242\/9940\/files\/life_style_image.png?v=1782373525\"\u003e\n\u003cdiv class=\"avp-feat-copy\"\u003e\n\u003cspan class=\"avp-eyebrow\"\u003eThe Result\u003c\/span\u003e\n\u003cdiv class=\"avp-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch3\u003eReduced Pores.\u003cbr\u003eSmoother Skin.\u003cbr\u003eThat Glow.\u003c\/h3\u003e\n\u003cp\u003eWomen who glow effortlessly aren't lucky — they have the right tools. The Avani Puré™ reduces visible pore size, smooths uneven texture, and gives your complexion the kind of clarity that makes foundation optional. Use it tonight. See it tomorrow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"avp-feature-block\"\u003e\n\u003cimg class=\"avp-feat-img\" alt=\"Four heads explained\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/2242\/9940\/files\/pore_cleaner_with_heads_explained.png?v=1782373527\"\u003e\n\u003cdiv class=\"avp-feat-copy\"\u003e\n\u003cspan class=\"avp-eyebrow\"\u003eDesigned for Daily Life\u003c\/span\u003e\n\u003cdiv class=\"avp-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch3\u003eCordless. Rechargeable.\u003cbr\u003eBuilt for Your Vanity.\u003c\/h3\u003e\n\u003cp\u003eThe Avani Puré™ was designed to look as good as it performs. Cordless and fully rechargeable, with a compact silhouette that travels as effortlessly as it works. Your complete pore-care routine — in one beautifully crafted device.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DARK PILLS --\u003e\n\u003csection class=\"avp-dark\"\u003e\u003cspan class=\"avp-eyebrow\"\u003eWhat You Get\u003c\/span\u003e\n\u003ch2 style=\"color: var(--white);\" class=\"avp-section-title\"\u003eEverything Your Pores Have Been Waiting For.\u003c\/h2\u003e\n\u003cdiv class=\"avp-pills\"\u003e\n\u003cdiv class=\"avp-pill\"\u003e4 Interchangeable Heads\u003c\/div\u003e\n\u003cdiv class=\"avp-pill\"\u003e3 Suction Levels\u003c\/div\u003e\n\u003cdiv class=\"avp-pill\"\u003eCordless \u0026amp; Rechargeable\u003c\/div\u003e\n\u003cdiv class=\"avp-pill\"\u003eAll Skin Tones\u003c\/div\u003e\n\u003cdiv class=\"avp-pill\"\u003eVisible First-Use Results\u003c\/div\u003e\n\u003cdiv class=\"avp-pill\"\u003eMicrocrystalline Exfoliation\u003c\/div\u003e\n\u003cdiv class=\"avp-pill\"\u003ePrecision Extraction\u003c\/div\u003e\n\u003cdiv class=\"avp-pill\"\u003ePremium Build Quality\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TESTIMONIAL --\u003e\n\u003csection class=\"avp-testimonial\"\u003e\n\u003cblockquote\u003e\"My blackheads were gone after the very first use. I've never had skin this clean outside of a professional facial — and I've tried everything.\"\u003c\/blockquote\u003e\n\u003ccite\u003e— Aisha K., Verified Customer\u003c\/cite\u003e\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection class=\"avp-cta\"\u003e\n\u003cp class=\"avp-cta-scarcity\"\u003e⚠ Only 11 Units Left at This Price\u003c\/p\u003e\n\u003ch2 class=\"avp-cta-title\"\u003eStop Letting Clogged Pores\u003cbr\u003e\u003cem\u003eDull Your Glow.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"avp-cta-sub\"\u003eThe Avani Puré™ was made for this. Your skin is ready.\u003c\/p\u003e\n\u003ca class=\"avp-btn\" href=\"#\"\u003eAdd to Cart — Claim Yours\u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Avani","offers":[{"title":"Default Title","offer_id":48774371148020,"sku":"AVN-PV-001","price":599.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0832\/2242\/9940\/files\/avani-pore-cleaner-refined-branding_f5991c76-910d-43cb-ab56-dd3c6fe7c27a.png?v=1782373512"},{"product_id":"avani-complete-collection-the-ultimate-skin-ritual-set","title":"Avani Complete Collection — The Ultimate Skin Ritual Set","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --gold: #C9A84C;\n    --gold-light: #E8D5A3;\n    --gold-pale: #F7F0DC;\n    --white: #FFFFFF;\n    --off-white: #FAFAF8;\n    --charcoal: #1A1A1A;\n    --mid-grey: #6B6B6B;\n    --divider: rgba(201,168,76,0.3);\n  }\n\n  .avb { font-family: 'Montserrat', sans-serif; background: var(--white); color: var(--charcoal); line-height: 1.7; -webkit-font-smoothing: antialiased; }\n\n  \/* URGENCY BAR *\/\n  .avb-bar { background: var(--charcoal); color: var(--gold-light); text-align: center; padding: 12px 24px; font-size: 11px; letter-spacing: 2.5px; font-weight: 500; text-transform: uppercase; }\n\n  \/* HERO *\/\n  .avb-hero { background: linear-gradient(160deg, #FDFCF8 0%, #F5EDD4 55%, #EDE0C0 100%); padding: 72px 40px 0; text-align: center; position: relative; overflow: hidden; }\n  .avb-hero::before { content: ''; position: absolute; top: -80px; left: 50%; transform: translateX(-50%); width: 700px; height: 700px; background: radial-gradient(circle, rgba(201,168,76,0.13) 0%, transparent 70%); pointer-events: none; }\n  .avb-eyebrow { font-size: 10px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; display: block; }\n  .avb-hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 6vw, 68px); font-weight: 300; line-height: 1.05; color: var(--charcoal); margin-bottom: 10px; }\n  .avb-hero-title em { font-style: italic; color: var(--gold); }\n  .avb-hero-sub { font-family: 'Cormorant Garamond', serif; font-size: clamp(16px, 2.2vw, 22px); font-weight: 300; font-style: italic; color: var(--mid-grey); margin-bottom: 32px; max-width: 600px; margin-left: auto; margin-right: auto; }\n  .avb-rule { width: 60px; height: 1px; background: var(--gold); margin: 0 auto 32px; }\n  .avb-hero-img { width: 100%; max-width: 860px; display: block; margin: 40px auto 0; object-fit: cover; }\n\n  \/* SAVE BADGE *\/\n  .avb-value-bar { background: var(--gold); color: var(--white); text-align: center; padding: 16px 24px; }\n  .avb-value-bar p { font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; }\n  .avb-value-bar span { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 600; display: block; margin-top: 4px; }\n\n  \/* INTRO *\/\n  .avb-intro { max-width: 760px; margin: 64px auto; padding: 0 32px; text-align: center; }\n  .avb-intro p { font-family: 'Cormorant Garamond', serif; font-size: clamp(18px, 2.5vw, 25px); font-weight: 300; color: var(--charcoal); line-height: 1.85; }\n  .avb-intro strong { font-weight: 600; color: var(--gold); }\n\n  \/* RITUAL STEPS *\/\n  .avb-ritual { background: var(--charcoal); padding: 72px 32px; text-align: center; }\n  .avb-ritual .avb-eyebrow { color: var(--gold); }\n  .avb-ritual-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 4vw, 46px); font-weight: 300; color: var(--white); margin-bottom: 48px; }\n  .avb-steps { display: flex; justify-content: center; gap: 2px; flex-wrap: wrap; max-width: 960px; margin: 0 auto; }\n  .avb-step { flex: 1; min-width: 220px; background: rgba(255,255,255,0.04); border: 1px solid rgba(201,168,76,0.25); padding: 40px 28px; position: relative; transition: background 0.3s; }\n  .avb-step:hover { background: rgba(201,168,76,0.08); }\n  .avb-step-arrow { position: absolute; right: -14px; top: 50%; transform: translateY(-50%); color: var(--gold); font-size: 22px; z-index: 2; display: block; }\n  .avb-step:last-child .avb-step-arrow { display: none; }\n  .avb-step-num { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 300; color: rgba(201,168,76,0.25); line-height: 1; margin-bottom: 12px; }\n  .avb-step-tag { font-size: 9px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }\n  .avb-step-name { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 400; color: var(--white); margin-bottom: 10px; }\n  .avb-step-desc { font-size: 12px; color: rgba(255,255,255,0.55); line-height: 1.7; }\n\n  \/* WHAT'S IN BOX *\/\n  .avb-devices { background: var(--white); padding-bottom: 0; }\n  .avb-section-header { text-align: center; padding: 64px 32px 40px; }\n  .avb-section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 4vw, 44px); font-weight: 300; color: var(--charcoal); }\n\n  \/* DEVICE FEATURE BLOCKS *\/\n  .avb-device-block { display: grid; grid-template-columns: 1fr 1fr; max-width: 960px; margin: 0 auto 2px; border: 1px solid var(--divider); }\n  .avb-device-block.avb-rev { direction: rtl; }\n  .avb-device-block.avb-rev \u003e * { direction: ltr; }\n  .avb-device-img { width: 100%; height: 400px; object-fit: cover; display: block; }\n  .avb-device-copy { padding: 56px 48px; display: flex; flex-direction: column; justify-content: center; background: var(--off-white); }\n  .avb-device-copy .avb-eyebrow { text-align: left; margin-bottom: 0; }\n  .avb-device-copy .avb-rule { margin: 16px 0 20px; }\n  .avb-device-num { font-family: 'Cormorant Garamond', serif; font-size: 72px; font-weight: 300; color: var(--gold-light); line-height: 1; margin-bottom: 8px; }\n  .avb-device-copy h3 { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; color: var(--charcoal); margin-bottom: 8px; line-height: 1.2; }\n  .avb-device-copy h3 em { font-style: italic; color: var(--gold); }\n  .avb-device-copy .avb-device-sub { font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }\n  .avb-device-copy p { font-size: 13px; color: var(--mid-grey); line-height: 1.8; margin-bottom: 16px; }\n  .avb-mini-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }\n  .avb-mini-pill { border: 1px solid var(--divider); color: var(--mid-grey); padding: 5px 12px; font-size: 10px; letter-spacing: 1.5px; font-weight: 500; text-transform: uppercase; border-radius: 20px; }\n\n  \/* STATS *\/\n  .avb-stats { background: var(--off-white); border-top: 1px solid var(--divider); border-bottom: 1px solid var(--divider); padding: 40px 32px; text-align: center; }\n  .avb-stats-grid { display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; max-width: 900px; margin: 0 auto; }\n  .avb-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 600; color: var(--gold); line-height: 1; }\n  .avb-stat-label { font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--mid-grey); margin-top: 6px; }\n\n  \/* EVERYTHING INCLUDED *\/\n  .avb-included { background: var(--white); padding: 64px 32px; }\n  .avb-included-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2px; max-width: 960px; margin: 40px auto 0; border: 1px solid var(--divider); }\n  .avb-inc-card { padding: 32px 28px; border: 1px solid var(--divider); background: var(--white); transition: background 0.3s; }\n  .avb-inc-card:hover { background: var(--gold-pale); }\n  .avb-inc-icon { font-size: 22px; margin-bottom: 12px; color: var(--gold); }\n  .avb-inc-title { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 400; color: var(--charcoal); margin-bottom: 6px; }\n  .avb-inc-desc { font-size: 12px; color: var(--mid-grey); line-height: 1.6; }\n\n  \/* TESTIMONIAL *\/\n  .avb-testimonial { background: linear-gradient(135deg, #F7F0DC 0%, #EDE0BF 100%); padding: 80px 32px; text-align: center; position: relative; }\n  .avb-testimonial::before { content: '\\201C'; font-family: 'Cormorant Garamond', serif; font-size: 160px; color: rgba(201,168,76,0.15); position: absolute; top: 10px; left: 50%; transform: translateX(-50%); line-height: 1; pointer-events: none; }\n  .avb-testimonial blockquote { font-family: 'Cormorant Garamond', serif; font-size: clamp(20px, 3vw, 30px); font-weight: 300; font-style: italic; color: var(--charcoal); max-width: 700px; margin: 0 auto 24px; position: relative; z-index: 1; line-height: 1.6; }\n  .avb-testimonial cite { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); font-style: normal; font-weight: 600; }\n\n  \/* CTA *\/\n  .avb-cta { background: var(--white); border-top: 1px solid var(--divider); padding: 80px 32px; text-align: center; }\n  .avb-cta-scarcity { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #B04A2F; font-weight: 600; margin-bottom: 28px; }\n  .avb-cta-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 4vw, 52px); font-weight: 300; color: var(--charcoal); margin-bottom: 12px; line-height: 1.1; }\n  .avb-cta-title em { color: var(--gold); font-style: italic; }\n  .avb-cta-sub { font-size: 13px; color: var(--mid-grey); letter-spacing: 1px; margin-bottom: 36px; max-width: 500px; margin-left: auto; margin-right: auto; }\n  .avb-btn { display: inline-block; background: var(--gold); color: var(--white); font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; padding: 18px 56px; border: none; cursor: pointer; text-decoration: none; transition: background 0.3s, transform 0.2s; border-radius: 2px; }\n  .avb-btn:hover { background: #A8883C; transform: translateY(-2px); }\n  .avb-gift { font-size: 12px; color: var(--mid-grey); margin-top: 20px; font-style: italic; letter-spacing: 1px; }\n\n  \/* RESPONSIVE *\/\n  @media (max-width: 700px) {\n    .avb-device-block { grid-template-columns: 1fr; }\n    .avb-device-block.avb-rev { direction: ltr; }\n    .avb-device-img { height: 260px; }\n    .avb-device-copy { padding: 36px 28px; }\n    .avb-steps { flex-direction: column; }\n    .avb-step-arrow { display: none !important; }\n    .avb-included-grid { grid-template-columns: 1fr 1fr; }\n  }\n\n  \/* ANIMATION *\/\n  @keyframes avbFadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }\n  .avb-hero-title, .avb-hero-sub, .avb-hero-img { animation: avbFadeUp 0.9s ease both; }\n  .avb-hero-sub { animation-delay: 0.15s; }\n  .avb-hero-img { animation-delay: 0.3s; }\n\u003c\/style\u003e\n\u003cdiv class=\"avb\"\u003e\n\u003c!-- URGENCY BAR --\u003e\n\u003cdiv class=\"avb-bar\"\u003e✦   Limited Collection Available — Order Today   ✦\u003c\/div\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"avb-hero\"\u003e\u003cspan class=\"avb-eyebrow\"\u003eThe Avani Complete Collection\u003c\/span\u003e\n\u003ch1 class=\"avb-hero-title\"\u003eEverything Your Skin\u003cbr\u003eHas Been \u003cem\u003eWaiting For.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"avb-hero-sub\"\u003eThree signature devices. One complete ritual. Skin that doesn't just look good — skin that glows.\u003c\/p\u003e\n\u003cdiv class=\"avb-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cimg class=\"avb-hero-img\" alt=\"Avani Complete Collection — all three devices\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/2242\/9940\/files\/avani-collection-clean-no-attachments_d30ef6fe-70c3-42c9-990d-759ac2aab4c5.png?v=1782409569\"\u003e\u003c\/section\u003e\n\u003c!-- VALUE BAR --\u003e\n\u003cdiv class=\"avb-value-bar\"\u003e\n\u003cp\u003eComplete Collection Bundle\u003c\/p\u003e\n\u003cspan\u003eThree Premium Devices · One Elegant Unboxing · Every Skin Concern Addressed\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- INTRO --\u003e\n\u003csection class=\"avb-intro\"\u003e\n\u003cp\u003eThis is not a skincare routine. This is a \u003cstrong\u003etransformation.\u003c\/strong\u003e The Avani Complete Collection was designed for women who refuse to compromise — bringing together our three most powerful devices into a single, seamless ritual that addresses every skin concern from the first step to the last.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- STATS --\u003e\n\u003cdiv class=\"avb-stats\"\u003e\n\u003cdiv class=\"avb-stats-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"avb-stat-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"avb-stat-label\"\u003eSignature Devices\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"avb-stat-num\"\u003e15+\u003c\/div\u003e\n\u003cdiv class=\"avb-stat-label\"\u003eSkin Concerns Addressed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"avb-stat-num\"\u003e4.9★\u003c\/div\u003e\n\u003cdiv class=\"avb-stat-label\"\u003eAverage Rating\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"avb-stat-num\"\u003e1st Use\u003c\/div\u003e\n\u003cdiv class=\"avb-stat-label\"\u003eVisible Results\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- RITUAL STEPS --\u003e\n\u003csection class=\"avb-ritual\"\u003e\u003cspan class=\"avb-eyebrow\"\u003eThe Complete Ritual\u003c\/span\u003e\n\u003ch2 class=\"avb-ritual-title\"\u003eUse Them Together.\u003cbr\u003eWatch Your Skin Transform.\u003c\/h2\u003e\n\u003cdiv class=\"avb-steps\"\u003e\n\u003cdiv class=\"avb-step\"\u003e\n\u003cspan class=\"avb-step-arrow\"\u003e›\u003c\/span\u003e\n\u003cdiv class=\"avb-step-num\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"avb-step-tag\"\u003eStep One · Cleanse\u003c\/div\u003e\n\u003cdiv class=\"avb-step-name\"\u003eAvani Puré™\u003c\/div\u003e\n\u003cp class=\"avb-step-desc\"\u003eBegin with deep pore extraction. The Puré™ vacuum lifts blackheads, clears congestion and creates a clean canvas — so everything that follows works harder.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"avb-step\"\u003e\n\u003cspan class=\"avb-step-arrow\"\u003e›\u003c\/span\u003e\n\u003cdiv class=\"avb-step-num\"\u003e02\u003c\/div\u003e\n\u003cdiv class=\"avb-step-tag\"\u003eStep Two · Prepare\u003c\/div\u003e\n\u003cdiv class=\"avb-step-name\"\u003eAvani Skin Scrubber\u003c\/div\u003e\n\u003cp class=\"avb-step-desc\"\u003eFollow with ultrasonic exfoliation. The Scrubber smooths texture, removes surface impurities and preps your skin to absorb every drop of what comes next.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"avb-step\"\u003e\n\u003cdiv class=\"avb-step-num\"\u003e03\u003c\/div\u003e\n\u003cdiv class=\"avb-step-tag\"\u003eStep Three · Transform\u003c\/div\u003e\n\u003cdiv class=\"avb-step-name\"\u003eAvani Lumière™\u003c\/div\u003e\n\u003cp class=\"avb-step-desc\"\u003eFinish with LED photon therapy. Seven clinically-inspired light frequencies target collagen, acne, pigmentation and more — while you simply relax.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHAT'S IN THE BOX --\u003e\n\u003csection class=\"avb-devices\"\u003e\n\u003cdiv class=\"avb-section-header\"\u003e\n\u003cspan class=\"avb-eyebrow\"\u003eWhat's Included\u003c\/span\u003e\n\u003ch2 class=\"avb-section-title\"\u003eThree Devices. Zero Compromises.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- DEVICE 1: LED MASK --\u003e\n\u003cdiv style=\"max-width: 960px; margin: 0 auto 2px; border: 1px solid var(--divider);\" class=\"avb-device-block\"\u003e\n\u003cimg style=\"object-position: center;\" class=\"avb-device-img\" alt=\"Avani Lumière LED Mask\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/2242\/9940\/files\/avani-clean-minimal-white-background_2638ba5f-ff57-478f-96f2-86436f633475.png?v=1780651725\"\u003e\n\u003cdiv class=\"avb-device-copy\"\u003e\n\u003cspan class=\"avb-eyebrow\"\u003eDevice One\u003c\/span\u003e\n\u003cdiv class=\"avb-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"avb-device-num\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eAvani \u003cem\u003eLumière™\u003c\/em\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"avb-device-sub\"\u003e7-in-1 LED Photon Therapy Mask\u003c\/div\u003e\n\u003cp\u003eSeven clinically-inspired light frequencies targeting collagen production, acne, pigmentation, inflammation, and sensitivity — simultaneously. Full face and neck coverage. Completely hands-free. This is the device that works while you rest.\u003c\/p\u003e\n\u003cdiv class=\"avb-mini-pills\"\u003e\n\u003cspan class=\"avb-mini-pill\"\u003e7 Light Frequencies\u003c\/span\u003e \u003cspan class=\"avb-mini-pill\"\u003eFull Face \u0026amp; Neck\u003c\/span\u003e \u003cspan class=\"avb-mini-pill\"\u003eHands-Free\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DEVICE 2: SKIN SCRUBBER --\u003e\n\u003cdiv style=\"max-width: 960px; margin: 0 auto 2px; border: 1px solid var(--divider);\" class=\"avb-device-block avb-rev\"\u003e\n\u003cimg class=\"avb-device-img\" alt=\"Avani Ultrasonic Skin Scrubber\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/2242\/9940\/files\/avani-skin-scrubber-correct-lid_d89bc7d3-7b61-42bc-a0d1-38858edad302.png?v=1782370482\"\u003e\n\u003cdiv class=\"avb-device-copy\"\u003e\n\u003cspan class=\"avb-eyebrow\"\u003eDevice Two\u003c\/span\u003e\n\u003cdiv class=\"avb-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"avb-device-num\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eAvani \u003cem\u003eSkin Scrubber\u003c\/em\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"avb-device-sub\"\u003eUltrasonic 3-in-1 Cleanse \u0026amp; Infuse\u003c\/div\u003e\n\u003cp\u003eGentle ultrasonic micro-vibrations lift surface impurities, exfoliate dead skin and prep your complexion to absorb everything that follows. Switch to Moisturising mode and it drives your serums deep into the skin's layers — making every drop of your skincare up to 5× more effective.\u003c\/p\u003e\n\u003cdiv class=\"avb-mini-pills\"\u003e\n\u003cspan class=\"avb-mini-pill\"\u003eCleanse\u003c\/span\u003e \u003cspan class=\"avb-mini-pill\"\u003eMoisturise\u003c\/span\u003e \u003cspan class=\"avb-mini-pill\"\u003eMassage\u003c\/span\u003e \u003cspan class=\"avb-mini-pill\"\u003eCordless\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DEVICE 3: PORE VACUUM --\u003e\n\u003cdiv style=\"max-width: 960px; margin: 0 auto 0; border: 1px solid var(--divider);\" class=\"avb-device-block\"\u003e\n\u003cimg class=\"avb-device-img\" alt=\"Avani Puré Pore Vacuum\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/2242\/9940\/files\/avani-pore-cleaner-refined-branding_f5991c76-910d-43cb-ab56-dd3c6fe7c27a.png?v=1782373512\"\u003e\n\u003cdiv class=\"avb-device-copy\"\u003e\n\u003cspan class=\"avb-eyebrow\"\u003eDevice Three\u003c\/span\u003e\n\u003cdiv class=\"avb-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"avb-device-num\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eAvani \u003cem\u003ePuré™\u003c\/em\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"avb-device-sub\"\u003e4-in-1 Precision Pore Vacuum\u003c\/div\u003e\n\u003cp\u003eDeep pore extraction with four interchangeable heads — each designed for a different zone and concern. The Large Circular Head deep cleanses broad areas. The Small Head targets precision extraction. The Oval Head is gentle on sensitive skin. The Microcrystalline Head exfoliates and refines. Visible results from the very first use.\u003c\/p\u003e\n\u003cdiv class=\"avb-mini-pills\"\u003e\n\u003cspan class=\"avb-mini-pill\"\u003e4 Heads\u003c\/span\u003e \u003cspan class=\"avb-mini-pill\"\u003e3 Suction Levels\u003c\/span\u003e \u003cspan class=\"avb-mini-pill\"\u003eAll Skin Tones\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- EVERYTHING INCLUDED --\u003e\n\u003csection class=\"avb-included\"\u003e\n\u003cdiv style=\"padding-top: 64px; padding-bottom: 0;\" class=\"avb-section-header\"\u003e\n\u003cspan class=\"avb-eyebrow\"\u003eThe Collection\u003c\/span\u003e\n\u003ch2 class=\"avb-section-title\"\u003eEverything That Comes With Your Set\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"avb-included-grid\"\u003e\n\u003cdiv class=\"avb-inc-card\"\u003e\n\u003cdiv class=\"avb-inc-icon\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"avb-inc-title\"\u003eAvani Lumière™ LED Mask\u003c\/div\u003e\n\u003cp class=\"avb-inc-desc\"\u003e7-in-1 photon therapy mask with full face and neck coverage\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"avb-inc-card\"\u003e\n\u003cdiv class=\"avb-inc-icon\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"avb-inc-title\"\u003eAvani Skin Scrubber\u003c\/div\u003e\n\u003cp class=\"avb-inc-desc\"\u003eUltrasonic 3-in-1 cleanse, infuse and massage device\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"avb-inc-card\"\u003e\n\u003cdiv class=\"avb-inc-icon\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"avb-inc-title\"\u003eAvani Puré™ Pore Vacuum\u003c\/div\u003e\n\u003cp class=\"avb-inc-desc\"\u003e4-in-1 precision pore extraction with 4 interchangeable heads\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"avb-inc-card\"\u003e\n\u003cdiv class=\"avb-inc-icon\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"avb-inc-title\"\u003ePremium Avani Packaging\u003c\/div\u003e\n\u003cp class=\"avb-inc-desc\"\u003eEach device arrives in signature white and gold Avani gift packaging\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"avb-inc-card\"\u003e\n\u003cdiv class=\"avb-inc-icon\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"avb-inc-title\"\u003eAll Charging Cables\u003c\/div\u003e\n\u003cp class=\"avb-inc-desc\"\u003eUSB charging cables included for all three rechargeable devices\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TESTIMONIAL --\u003e\n\u003csection class=\"avb-testimonial\"\u003e\n\u003cblockquote\u003e\"I bought all three separately and wished I'd bought the set from the start. My skin hasn't looked like this since my twenties. The ritual is genuinely life-changing.\"\u003c\/blockquote\u003e\n\u003ccite\u003e— Nomvula S., Verified Customer\u003c\/cite\u003e\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection class=\"avb-cta\"\u003e\n\u003cp class=\"avb-cta-scarcity\"\u003e⚠ Limited Collection Stock — Don't Miss Out\u003c\/p\u003e\n\u003ch2 class=\"avb-cta-title\"\u003eGive Your Skin —\u003cbr\u003eor Someone You Love —\u003cbr\u003e\u003cem\u003eThe Complete Experience.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp style=\"margin-bottom: 36px;\" class=\"avb-cta-sub\"\u003eThe women who glow effortlessly aren't lucky. They have the complete Avani ritual.\u003c\/p\u003e\n\u003ca class=\"avb-btn\" href=\"#\"\u003eAdd the Collection to Cart\u003c\/a\u003e\n\u003cp class=\"avb-gift\"\u003e✦   Beautifully packaged. Perfect as a gift.   ✦\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Avani","offers":[{"title":"Default Title","offer_id":48778889855220,"sku":"AVN-BUN-001","price":2299.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0832\/2242\/9940\/files\/avani-collection-clean-no-attachments_d30ef6fe-70c3-42c9-990d-759ac2aab4c5.png?v=1782409569"}],"url":"https:\/\/avani.co.za\/collections\/frontpage.oembed","provider":"Avani","version":"1.0","type":"link"}