{"title":"Home page","description":null,"products":[{"product_id":"beauty-club™-full-glam-lash-kit-lash-cluster-kit","title":"Beauty Club™ Full Glam Lash Kit (lash cluster kit)","description":"\u003cstyle\u003e\n:root{\n    --pink:#ff5ba7;\n    --pink-light:#ffd8e9;\n    --pink-soft:#fff6fa;\n    --rose:#ff8fc1;\n    --dark:#2b2b2b;\n    --white:#ffffff;\n    --shadow:0 20px 60px rgba(255,91,167,0.12);\n}\n\n*{\n    box-sizing:border-box;\n}\n\n.bc-section{\n    font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;\n    max-width:1200px;\n    margin:auto;\n    padding:20px;\n    color:var(--dark);\n}\n\n.bc-hero{\n    background:linear-gradient(135deg,#fff,#fff6fa);\n    border-radius:35px;\n    padding:70px 35px;\n    text-align:center;\n    position:relative;\n    overflow:hidden;\n    box-shadow:var(--shadow);\n}\n\n.bc-hero:before{\n    content:'';\n    position:absolute;\n    width:500px;\n    height:500px;\n    background:radial-gradient(circle,var(--pink),transparent 70%);\n    top:-250px;\n    right:-200px;\n    opacity:.15;\n    animation:float 8s ease-in-out infinite;\n}\n\n.bc-badge{\n    display:inline-block;\n    padding:12px 22px;\n    background:white;\n    border:1px solid rgba(255,91,167,.15);\n    border-radius:999px;\n    font-size:13px;\n    font-weight:700;\n    letter-spacing:2px;\n    color:var(--pink);\n}\n\n.bc-title{\n    font-size:clamp(38px,7vw,72px);\n    font-weight:800;\n    line-height:1;\n    margin:25px 0;\n}\n\n.bc-gradient{\n    background:linear-gradient(90deg,var(--pink),var(--rose));\n    -webkit-background-clip:text;\n    -webkit-text-fill-color:transparent;\n}\n\n.bc-subtitle{\n    max-width:700px;\n    margin:auto;\n    font-size:20px;\n    line-height:1.7;\n    color:#666;\n}\n\n.bc-btn{\n    display:inline-block;\n    margin-top:35px;\n    padding:18px 40px;\n    border-radius:999px;\n    background:linear-gradient(90deg,var(--pink),var(--rose));\n    color:white;\n    text-decoration:none;\n    font-weight:700;\n    font-size:18px;\n    transition:.3s;\n    box-shadow:0 15px 35px rgba(255,91,167,.25);\n}\n\n.bc-btn:hover{\n    transform:translateY(-4px);\n}\n\n.bc-grid{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));\n    gap:25px;\n    margin-top:50px;\n}\n\n.bc-card{\n    background:white;\n    border-radius:25px;\n    padding:30px;\n    box-shadow:var(--shadow);\n    transition:.4s;\n}\n\n.bc-card:hover{\n    transform:translateY(-10px);\n}\n\n.bc-card h3{\n    color:var(--pink);\n    margin-bottom:15px;\n    font-size:22px;\n}\n\n.bc-benefits{\n    margin-top:80px;\n    text-align:center;\n}\n\n.bc-benefits h2{\n    font-size:48px;\n    margin-bottom:20px;\n}\n\n.bc-list{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));\n    gap:20px;\n    margin-top:40px;\n}\n\n.bc-list-item{\n    background:white;\n    padding:22px;\n    border-radius:18px;\n    box-shadow:var(--shadow);\n    font-weight:600;\n}\n\n.bc-features{\n    background:linear-gradient(135deg,#fff,#fff6fa);\n    border-radius:35px;\n    padding:60px 30px;\n    margin-top:80px;\n}\n\n.bc-features h2{\n    text-align:center;\n    font-size:48px;\n    margin-bottom:50px;\n}\n\n.bc-feature-grid{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));\n    gap:20px;\n}\n\n.bc-feature{\n    background:white;\n    padding:25px;\n    border-radius:20px;\n    text-align:center;\n    box-shadow:var(--shadow);\n}\n\n.bc-feature strong{\n    display:block;\n    color:var(--pink);\n    margin-bottom:10px;\n}\n\n.bc-review{\n    margin-top:80px;\n    text-align:center;\n}\n\n.bc-stars{\n    font-size:32px;\n    color:#ffc107;\n}\n\n.bc-review-text{\n    max-width:700px;\n    margin:auto;\n    font-size:22px;\n    line-height:1.8;\n}\n\n.bc-final{\n    margin-top:80px;\n    background:linear-gradient(135deg,var(--pink),var(--rose));\n    color:white;\n    border-radius:35px;\n    padding:70px 30px;\n    text-align:center;\n}\n\n.bc-final h2{\n    font-size:clamp(34px,6vw,60px);\n    margin-bottom:20px;\n}\n\n.bc-final p{\n    font-size:22px;\n    max-width:700px;\n    margin:auto;\n}\n\n.bc-final .bc-btn{\n    background:white;\n    color:var(--pink);\n}\n\n.reveal{\n    opacity:0;\n    transform:translateY(40px);\n    transition:all .8s ease;\n}\n\n.reveal.active{\n    opacity:1;\n    transform:translateY(0);\n}\n\n@keyframes float{\n    0%,100%{transform:translateY(0);}\n    50%{transform:translateY(30px);}\n}\n\u003c\/style\u003e\n\u003cdiv class=\"bc-section\"\u003e\n\u003cdiv class=\"bc-hero reveal\"\u003e\n\u003cdiv class=\"bc-badge\"\u003eBEAUTY CLUB™ BESTSELLER\u003c\/div\u003e\n\u003ch1 class=\"bc-title\"\u003eFull Glam \u003cspan class=\"bc-gradient\"\u003eLash Kit\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"bc-subtitle\"\u003eSalon-worthy lashes without salon prices. Create beautiful, fluffy lash extensions at home in minutes and wake up feeling confident every day.\u003c\/p\u003e\n\u003ca href=\"#product-form\" class=\"bc-btn\"\u003e Shop Now ✨ \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bc-grid\"\u003e\n\u003cdiv class=\"bc-card reveal\"\u003e\n\u003ch3\u003e💖 Save Money\u003c\/h3\u003e\n\u003cp\u003eGet the luxury lash extension look without spending hundreds on salon appointments every month.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bc-card reveal\"\u003e\n\u003ch3\u003e✨ Instant Confidence\u003c\/h3\u003e\n\u003cp\u003eLook more polished, feminine, and effortlessly beautiful wherever you go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bc-card reveal\"\u003e\n\u003ch3\u003e🕒 Ready In Minutes\u003c\/h3\u003e\n\u003cp\u003eNo appointments. No waiting. Apply your dream lashes whenever you want.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bc-card reveal\"\u003e\n\u003ch3\u003e📸 Photo Ready\u003c\/h3\u003e\n\u003cp\u003ePerfect fluffy lashes that make every selfie, story, and photo look even better.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bc-benefits reveal\"\u003e\n\u003ch2\u003eWhy Women Love Beauty Club™\u003c\/h2\u003e\n\u003cdiv class=\"bc-list\"\u003e\n\u003cdiv class=\"bc-list-item\"\u003e💅 No Salon Appointments Needed\u003c\/div\u003e\n\u003cdiv class=\"bc-list-item\"\u003e🪶 Lightweight \u0026amp; Comfortable\u003c\/div\u003e\n\u003cdiv class=\"bc-list-item\"\u003e💫 Long Lasting Stable Curl\u003c\/div\u003e\n\u003cdiv class=\"bc-list-item\"\u003e♻️ Reusable Lash Clusters\u003c\/div\u003e\n\u003cdiv class=\"bc-list-item\"\u003e✨ Natural Or Full Glam Looks\u003c\/div\u003e\n\u003cdiv class=\"bc-list-item\"\u003e🔥 Beginner Friendly Application\u003c\/div\u003e\n\u003cdiv class=\"bc-list-item\"\u003e💝 240+ Clusters Included\u003c\/div\u003e\n\u003cdiv class=\"bc-list-item\"\u003e👑 Luxury Salon Results At Home\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bc-features reveal\"\u003e\n\u003ch2\u003eCustomize Your Perfect Look\u003c\/h2\u003e\n\u003cdiv class=\"bc-feature-grid\"\u003e\n\u003cdiv class=\"bc-feature\"\u003e\n\u003cstrong\u003e6 Densities\u003c\/strong\u003e 30D • 40D • 50D • 60D • 80D • 100D\u003c\/div\u003e\n\u003cdiv class=\"bc-feature\"\u003e\n\u003cstrong\u003e5 Lengths\u003c\/strong\u003e 8mm • 10mm • 12mm • 14mm • 16mm\u003c\/div\u003e\n\u003cdiv class=\"bc-feature\"\u003e\n\u003cstrong\u003eNatural To Glam\u003c\/strong\u003e Create soft everyday looks or dramatic full-glam lashes.\u003c\/div\u003e\n\u003cdiv class=\"bc-feature\"\u003e\n\u003cstrong\u003eDIY Friendly\u003c\/strong\u003e Easy application designed for beginners.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bc-review reveal\"\u003e\n\u003cdiv class=\"bc-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003ch2\u003eThousands Of Women Are Making The Switch\u003c\/h2\u003e\n\u003cp class=\"bc-review-text\"\u003e\"I stopped spending money on lash appointments and honestly these look even better. They're lightweight, easy to apply, and I get compliments every time I wear them.\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bc-final reveal\"\u003e\n\u003ch2\u003eLuxury Lashes.\u003cbr\u003eEveryday Confidence.\u003c\/h2\u003e\n\u003cp\u003eWake up looking effortlessly glamorous. Join the Beauty Club™ and experience salon-worthy lashes from the comfort of your home.\u003c\/p\u003e\n\u003ca href=\"#product-form\" class=\"bc-btn\"\u003e Get Yours Today 💖 \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Beautyclub","offers":[{"title":"Default Title","offer_id":49183106859160,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0773\/7671\/6952\/files\/beauty-club-packaging-exact-logo.png?v=1780266681"}],"url":"https:\/\/www.beautyclub.co.za\/collections\/frontpage.oembed","provider":"beauty club","version":"1.0","type":"link"}