{"title":"Beauty Tools","description":"Explore our range of beauty and grooming devices designed to elevate your self-care routine.","products":[{"product_id":"icewless-3-in-1-rechargeable-grooming-tool","title":"ICEWLESS 3-in-1 Rechargeable Grooming Tool","description":"\u003cstyle\u003e\n:root{\n  --bg:#faf8f5;\n  --white:#ffffff;\n  --gold:#b88b45;\n  --gold-light:#e8d7b6;\n  --gold-soft:#f7f1e8;\n  --text:#2d2b28;\n  --muted:#6f6b66;\n  --border:#ebe4da;\n}\n\n*{\nmargin:0;\npadding:0;\nbox-sizing:border-box;\n}\n\n.icewless-luxury{\nmax-width:1150px;\nmargin:50px auto;\nfont-family:\"Helvetica Neue\",Arial,sans-serif;\nbackground:linear-gradient(135deg,#ffffff,#fcfbf9,#f9f6f2);\nborder-radius:32px;\noverflow:hidden;\nbox-shadow:0 30px 70px rgba(0,0,0,.08);\nborder:1px solid var(--border);\nposition:relative;\n}\n\n.icewless-luxury:before{\ncontent:\"\";\nposition:absolute;\ntop:-180px;\nright:-180px;\nwidth:420px;\nheight:420px;\nbackground:radial-gradient(circle,rgba(184,139,69,.12),transparent 70%);\npointer-events:none;\n}\n\n.icewless-luxury:after{\ncontent:\"\";\nposition:absolute;\nbottom:-200px;\nleft:-180px;\nwidth:420px;\nheight:420px;\nbackground:radial-gradient(circle,rgba(184,139,69,.08),transparent 70%);\npointer-events:none;\n}\n\n.hero{\npadding:90px 70px;\ntext-align:center;\nbackground:\nlinear-gradient(135deg,#fffefc,#faf5ee,#fffefc);\nposition:relative;\noverflow:hidden;\n}\n\n.hero:before{\ncontent:\"\";\nposition:absolute;\ntop:0;\nleft:0;\nright:0;\nheight:4px;\nbackground:linear-gradient(to right,transparent,var(--gold),transparent);\n}\n\n.badge{\ndisplay:inline-block;\npadding:11px 26px;\nborder-radius:40px;\nbackground:rgba(184,139,69,.08);\nborder:1px solid rgba(184,139,69,.18);\ncolor:var(--gold);\nfont-size:12px;\nfont-weight:700;\nletter-spacing:3px;\ntext-transform:uppercase;\nmargin-bottom:25px;\n}\n\n.hero h2{\nfont-size:54px;\nfont-weight:300;\nletter-spacing:.5px;\ncolor:var(--text);\nmargin-bottom:25px;\n}\n\n.hero-line{\nwidth:90px;\nheight:2px;\nmargin:0 auto 30px;\nbackground:linear-gradient(to right,transparent,var(--gold),transparent);\n}\n\n.hero p{\nmax-width:760px;\nmargin:0 auto 18px;\nfont-size:18px;\nline-height:1.9;\ncolor:var(--muted);\n}\n\n.stats{\ndisplay:grid;\ngrid-template-columns:repeat(4,1fr);\nborder-top:1px solid var(--border);\nborder-bottom:1px solid var(--border);\nbackground:#fffdfb;\n}\n\n.stat{\npadding:30px 15px;\ntext-align:center;\n}\n\n.stat h4{\nfont-size:15px;\nletter-spacing:2px;\ncolor:var(--gold);\nmargin-bottom:8px;\ntext-transform:uppercase;\n}\n\n.stat p{\nfont-size:15px;\ncolor:var(--muted);\n}\n\n.content{\npadding:70px;\ndisplay:grid;\ngrid-template-columns:repeat(auto-fit,minmax(340px,1fr));\ngap:40px;\n}\n\n.card{\nbackground:linear-gradient(145deg,#ffffff,#fcfbf9);\nborder:1px solid var(--border);\nborder-radius:26px;\npadding:40px;\nbox-shadow:0 18px 45px rgba(0,0,0,.05);\ntransition:.4s;\nposition:relative;\noverflow:hidden;\n}\n\n.card:before{\ncontent:\"\";\nposition:absolute;\ntop:0;\nleft:0;\nwidth:100%;\nheight:3px;\nbackground:linear-gradient(to right,var(--gold),transparent);\n}\n\n.card:hover{\ntransform:translateY(-8px);\nbox-shadow:0 28px 55px rgba(0,0,0,.10);\n}\n\n.card h3{\nfont-size:28px;\nfont-weight:300;\nmargin-bottom:30px;\ncolor:var(--text);\n}\n\n.card ul{\nlist-style:none;\n}\n\n.card li{\ndisplay:flex;\nalign-items:flex-start;\ngap:18px;\nmargin-bottom:24px;\ncolor:var(--muted);\nfont-size:16px;\nline-height:1.8;\n}\n\n.icon{\nmin-width:42px;\nheight:42px;\nborder-radius:50%;\ndisplay:flex;\nalign-items:center;\njustify-content:center;\nbackground:linear-gradient(135deg,var(--gold-light),#fff);\ncolor:var(--gold);\nfont-weight:bold;\nbox-shadow:0 10px 20px rgba(184,139,69,.15);\n}\n\nstrong{\ncolor:var(--text);\n}\n\n.quote{\nmargin:0 70px 70px;\npadding:65px;\ntext-align:center;\nborder-radius:28px;\nbackground:\nlinear-gradient(135deg,#fcf9f4,#f7efe2,#fffdfb);\nborder:1px solid var(--gold-light);\nposition:relative;\n}\n\n.quote:before{\ncontent:\"❝\";\nposition:absolute;\ntop:20px;\nleft:40px;\nfont-size:90px;\ncolor:rgba(184,139,69,.12);\nfont-family:Georgia,serif;\n}\n\n.quote h3{\nfont-size:34px;\nfont-weight:300;\nmargin-bottom:18px;\ncolor:var(--text);\n}\n\n.quote p{\nfont-size:19px;\nline-height:1.9;\ncolor:var(--muted);\nmax-width:760px;\nmargin:auto;\nfont-style:italic;\n}\n\n.footer-line{\nwidth:120px;\nheight:2px;\nmargin:30px auto;\nbackground:linear-gradient(to right,transparent,var(--gold),transparent);\n}\n\n@media(max-width:900px){\n\n.hero{\npadding:60px 30px;\n}\n\n.hero h2{\nfont-size:40px;\n}\n\n.content{\npadding:35px;\n}\n\n.quote{\nmargin:0 35px 35px;\npadding:45px 25px;\n}\n\n.stats{\ngrid-template-columns:repeat(2,1fr);\n}\n\n}\n\n@media(max-width:600px){\n\n.stats{\ngrid-template-columns:1fr;\n}\n\n.hero h2{\nfont-size:34px;\n}\n\n}\n\u003c\/style\u003e\n\n\u003csection class=\"icewless-luxury\"\u003e\n\n\u003cdiv class=\"hero\"\u003e\n\n\u003cdiv class=\"badge\"\u003eLuxury Beauty Essential\u003c\/div\u003e\n\n\u003ch2\u003eYour Glow, Everywhere.\u003c\/h2\u003e\n\n\u003cdiv class=\"hero-line\"\u003e\u003c\/div\u003e\n\n\u003cp\u003e\nMeet the \u003cstrong\u003eICEWLESS 3-in-1 Rechargeable Grooming Tool\u003c\/strong\u003e — the compact beauty essential designed for the woman who refuses to compromise, no matter where life takes her.\n\u003c\/p\u003e\n\n\u003cp\u003e\nWhether you're touching up before a beach sunset or perfecting your brows in a hotel mirror, this beautifully crafted white-and-gold device brings effortless grooming together in one sophisticated design.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"stats\"\u003e\n\n\u003cdiv class=\"stat\"\u003e\n\u003ch4\u003e3-IN-1\u003c\/h4\u003e\n\u003cp\u003eInterchangeable Heads\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"stat\"\u003e\n\u003ch4\u003eUSB\u003c\/h4\u003e\n\u003cp\u003eRechargeable\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"stat\"\u003e\n\u003ch4\u003eTRAVEL\u003c\/h4\u003e\n\u003cp\u003eCompact \u0026amp; Lightweight\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"stat\"\u003e\n\u003ch4\u003ePRECISION\u003c\/h4\u003e\n\u003cp\u003eGentle Grooming\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"content\"\u003e\n\n\u003cdiv class=\"card\"\u003e\n\n\u003ch3\u003eWhat's Included\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e\n\u003cdiv class=\"icon\"\u003e✦\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eShaving Head\u003c\/strong\u003e\u003cbr\u003e\nFor silky-smooth skin on legs, arms, underarms and other body areas.\n\u003c\/div\u003e\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cdiv class=\"icon\"\u003e✦\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eEyebrow \u0026amp; Nose Trimmer\u003c\/strong\u003e\u003cbr\u003e\nShape brows with precision while maintaining a clean, polished finish.\n\u003c\/div\u003e\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cdiv class=\"icon\"\u003e✦\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eUSB Charging Cable\u003c\/strong\u003e\u003cbr\u003e\nRecharge with ease wherever you are — no disposable batteries required.\n\u003c\/div\u003e\n\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"card\"\u003e\n\n\u003ch3\u003eWhy You'll Love It\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e\n\u003cdiv class=\"icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e3-in-1 versatility\u003c\/strong\u003e — one elegant handle with three interchangeable attachments.\u003c\/div\u003e\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cdiv class=\"icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRechargeable\u003c\/strong\u003e — reliable USB charging for effortless everyday convenience.\u003c\/div\u003e\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cdiv class=\"icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eCompact \u0026amp; Travel Friendly\u003c\/strong\u003e — slips easily into your handbag, luggage or vanity case.\u003c\/div\u003e\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cdiv class=\"icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eGentle on Skin\u003c\/strong\u003e — precision blades designed for delicate areas and a comfortable grooming experience.\u003c\/div\u003e\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cdiv class=\"icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eElegant Finish\u003c\/strong\u003e — timeless white and gold styling that complements any beauty collection.\u003c\/div\u003e\n\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"quote\"\u003e\n\n\u003ch3\u003eBeauty Without Boundaries\u003c\/h3\u003e\n\n\u003cdiv class=\"footer-line\"\u003e\u003c\/div\u003e\n\n\u003cp\u003e\n\u003cem\u003ePack less. Feel more. Whether you're travelling, preparing for a special occasion or maintaining your everyday beauty routine, the \u003cstrong\u003eICEWLESS 3-in-1 Rechargeable Grooming Tool\u003c\/strong\u003e delivers effortless precision and refined elegance wherever life takes you.\u003c\/em\u003e\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"ICEWLESS","offers":[{"title":"Default Title","offer_id":47700711375026,"sku":null,"price":349.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0771\/9652\/5746\/files\/studio-hero-shot.png?v=1783675398"},{"product_id":"2-in-1-vibrating-facial-cleansing-brush","title":"2-in-1 Vibrating Facial Cleansing Brush","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@500;600;700\u0026amp;family=Inter:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n\n:root{\n    --bg:#fdf9f8;\n    --card:#ffffff;\n    --rose:#f7e9eb;\n    --rose-dark:#e8c8cf;\n    --gold:#b88a44;\n    --gold-light:#e6cfab;\n    --text:#332d2c;\n    --muted:#7c7372;\n    --border:#efe6e5;\n}\n\n*{\n    margin:0;\n    padding:0;\n    box-sizing:border-box;\n}\n\nbody{\n    background:linear-gradient(180deg,#fff,#fcf8f8);\n    font-family:'Inter',sans-serif;\n    color:var(--text);\n    padding:40px 20px;\n}\n\n.feminine-luxury{\n\n    max-width:1100px;\n    margin:auto;\n    background:rgba(255,255,255,.78);\n    backdrop-filter:blur(18px);\n\n    border:1px solid rgba(255,255,255,.9);\n\n    border-radius:34px;\n\n    overflow:hidden;\n\n    position:relative;\n\n    box-shadow:\n    0 20px 70px rgba(0,0,0,.08);\n}\n\n.feminine-luxury::before{\n    content:\"\";\n    position:absolute;\n    width:300px;\n    height:300px;\n    background:radial-gradient(circle,var(--rose-dark),transparent 70%);\n    top:-140px;\n    right:-100px;\n    opacity:.25;\n}\n\n.feminine-luxury::after{\n    content:\"\";\n    position:absolute;\n    width:250px;\n    height:250px;\n    background:radial-gradient(circle,#f9d8de,transparent 70%);\n    bottom:-120px;\n    left:-80px;\n    opacity:.25;\n}\n\n.hero{\n    padding:90px 70px;\n    position:relative;\n    z-index:2;\n}\n\n.label{\n\ndisplay:inline-block;\n\npadding:9px 18px;\n\nborder-radius:50px;\n\nbackground:linear-gradient(135deg,var(--gold),#d9b56f);\n\ncolor:white;\n\nfont-size:.72rem;\n\nfont-weight:600;\n\nletter-spacing:2px;\n\ntext-transform:uppercase;\n\nmargin-bottom:25px;\n\n}\n\n.hero h1{\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:4rem;\n\nfont-weight:700;\n\nline-height:1.05;\n\nmargin-bottom:25px;\n\n}\n\n.hero p{\n\nfont-size:1.08rem;\n\nline-height:1.9;\n\nmax-width:650px;\n\ncolor:var(--muted);\n\n}\n\n.cards{\n\ndisplay:grid;\n\ngrid-template-columns:repeat(auto-fit,minmax(220px,1fr));\n\ngap:25px;\n\npadding:0 70px 70px;\n\nposition:relative;\n\nz-index:2;\n\n}\n\n.card{\n\nbackground:rgba(255,255,255,.82);\n\nbackdrop-filter:blur(10px);\n\nborder:1px solid var(--border);\n\npadding:35px;\n\nborder-radius:24px;\n\ntransition:.45s;\n\n}\n\n.card:hover{\n\ntransform:translateY(-10px);\n\nbox-shadow:0 18px 40px rgba(184,138,68,.12);\n\n}\n\n.icon{\n\nwidth:60px;\n\nheight:60px;\n\nborder-radius:50%;\n\ndisplay:flex;\n\nalign-items:center;\n\njustify-content:center;\n\nbackground:linear-gradient(135deg,var(--rose),#fff);\n\nfont-size:1.5rem;\n\nmargin-bottom:20px;\n\n}\n\n.card h3{\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:1.8rem;\n\nmargin-bottom:12px;\n\n}\n\n.card p{\n\nfont-size:.95rem;\n\ncolor:var(--muted);\n\nline-height:1.8;\n\n}\n\n.cta{\n\nmargin-top:40px;\n\ndisplay:flex;\n\ngap:18px;\n\nflex-wrap:wrap;\n\n}\n\n.btn{\n\npadding:16px 34px;\n\nborder-radius:100px;\n\nfont-weight:600;\n\ntext-decoration:none;\n\ntransition:.35s;\n\n}\n\n.primary{\n\nbackground:linear-gradient(135deg,var(--gold),#d8b36f);\n\ncolor:white;\n\n}\n\n.primary:hover{\n\ntransform:translateY(-3px);\n\nbox-shadow:0 12px 25px rgba(184,138,68,.28);\n\n}\n\n.secondary{\n\nborder:1px solid var(--gold-light);\n\ncolor:var(--gold);\n\nbackground:white;\n\n}\n\n.secondary:hover{\n\nbackground:var(--rose);\n\n}\n\n.signature{\n\nmargin-top:45px;\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:1.35rem;\n\ncolor:var(--gold);\n\nfont-style:italic;\n\nletter-spacing:1px;\n\n}\n\n@media(max-width:768px){\n\n.hero{\n\npadding:55px 30px;\n\n}\n\n.cards{\n\npadding:0 30px 40px;\n\n}\n\n.hero h1{\n\nfont-size:2.9rem;\n\n}\n\n}\n\n\u003c\/style\u003e\n\n\n\n\n\u003csection class=\"feminine-luxury\"\u003e\n\n\u003cdiv class=\"hero\"\u003e\n\n\u003cspan class=\"label\"\u003e\nLuxury Collection\n\u003c\/span\u003e\n\n\u003ch1\u003e\nBeauty, Grace\u003cbr\u003e\n\u0026amp; Timeless Elegance\n\u003c\/h1\u003e\n\n\u003cp\u003e\nCelebrate effortless femininity with a collection designed to elevate your everyday ritual. Inspired by luxury boutiques and refined skincare houses, every detail embraces sophistication, softness and confidence.\n\u003c\/p\u003e\n\n\u003cdiv class=\"cta\"\u003e\n\n\u003ca href=\"#\" class=\"btn primary\"\u003e\nShop Collection\n\u003c\/a\u003e\n\n\u003ca href=\"#\" class=\"btn secondary\"\u003e\nDiscover More\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"signature\"\u003e\nCrafted for women who adore elegance.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"cards\"\u003e\n\n\u003cdiv class=\"card\"\u003e\n\n\u003cdiv class=\"icon\"\u003e\n🌸\n\u003c\/div\u003e\n\n\u003ch3\u003eLuxury Finish\u003c\/h3\u003e\n\n\u003cp\u003e\nBeautiful textures, premium materials and timeless styling create an elevated shopping experience from the very first glance.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"card\"\u003e\n\n\u003cdiv class=\"icon\"\u003e\n✨\n\u003c\/div\u003e\n\n\u003ch3\u003eRadiant Beauty\u003c\/h3\u003e\n\n\u003cp\u003e\nCelebrate luminous skin and effortless confidence with products designed to enhance your natural glow every single day.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"card\"\u003e\n\n\u003cdiv class=\"icon\"\u003e\n🤍\n\u003c\/div\u003e\n\n\u003ch3\u003ePure Sophistication\u003c\/h3\u003e\n\n\u003cp\u003e\nSoft blush tones, warm gold accents and graceful typography create an atmosphere that feels elegant, modern and unmistakably feminine.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/body\u003e","brand":"Glam House","offers":[{"title":"Default Title","offer_id":47700792803506,"sku":null,"price":349.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0771\/9652\/5746\/files\/facial-cleanser-brush-lifestyle-shot.png?v=1783678395"},{"product_id":"stainless-steel-gua-sha","title":"Stainless Steel Gua Sha","description":"\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@500;600;700\u0026amp;family=Manrope:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n\n:root{\n--ivory:#fcfaf7;\n--white:#ffffff;\n--gold:#b88a46;\n--gold-soft:#e7d6b2;\n--text:#2d2926;\n--muted:#6e6964;\n--border:#eee7df;\n--sage:#7b907d;\n}\n\n*{\nmargin:0;\npadding:0;\nbox-sizing:border-box;\n}\n\nbody{\nbackground:\nlinear-gradient(180deg,#fff,#faf8f5);\nfont-family:'Manrope',sans-serif;\n}\n\n.gh-hero{\n\nmax-width:1200px;\nmargin:50px auto;\nbackground:\nlinear-gradient(145deg,#ffffff,#fcfaf7);\n\nborder-radius:36px;\n\noverflow:hidden;\n\nposition:relative;\n\nborder:1px solid var(--border);\n\nbox-shadow:\n0 40px 90px rgba(0,0,0,.08);\n\n}\n\n\/* Luxury Spa Glow *\/\n\n.gh-hero::before{\n\ncontent:\"\";\n\nposition:absolute;\n\ntop:-280px;\nright:-180px;\n\nwidth:650px;\nheight:650px;\n\nbackground:\nradial-gradient(circle,\nrgba(184,138,70,.18),\ntransparent 70%);\n\nanimation:glow 10s ease-in-out infinite;\n\n}\n\n@keyframes glow{\n\n50%{\ntransform:translateY(45px);\n}\n\n}\n\n\/* Botanical Shadow *\/\n\n.gh-hero::after{\n\ncontent:\"\";\n\nposition:absolute;\n\nleft:-60px;\nbottom:-80px;\n\nwidth:350px;\nheight:350px;\n\nbackground:\nradial-gradient(circle,\nrgba(123,144,125,.10),\ntransparent 70%);\n\n}\n\n.hero-content{\n\npadding:90px 70px;\n\nposition:relative;\n\nz-index:2;\n\n}\n\n.hero-tag{\n\ndisplay:inline-block;\n\npadding:12px 24px;\n\nborder-radius:50px;\n\nbackground:#fbf7f0;\n\nborder:1px solid var(--gold-soft);\n\nfont-size:13px;\n\nfont-weight:700;\n\nletter-spacing:2px;\n\ntext-transform:uppercase;\n\ncolor:var(--gold);\n\nmargin-bottom:30px;\n\n}\n\n.hero-title{\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:76px;\n\nline-height:.95;\n\nfont-weight:700;\n\ncolor:var(--text);\n\nmax-width:700px;\n\nmargin-bottom:30px;\n\n}\n\n.hero-title span{\n\nbackground:\nlinear-gradient(135deg,#a6732e,#d7b676);\n\n-webkit-background-clip:text;\n-webkit-text-fill-color:transparent;\n\n}\n\n.hero-text{\n\nmax-width:720px;\n\nfont-size:19px;\n\nline-height:2;\n\ncolor:var(--muted);\n\nmargin-bottom:45px;\n\n}\n\n.hero-divider{\n\nwidth:120px;\n\nheight:2px;\n\nbackground:\nlinear-gradient(90deg,\ntransparent,\nvar(--gold),\ntransparent);\n\nmargin:35px 0;\n\n}\n\n.hero-features{\n\ndisplay:flex;\n\nflex-wrap:wrap;\n\ngap:18px;\n\n}\n\n.feature{\n\npadding:14px 24px;\n\nborder-radius:50px;\n\nbackground:white;\n\nborder:1px solid var(--border);\n\nfont-size:14px;\n\nfont-weight:600;\n\nletter-spacing:.5px;\n\ntransition:.35s;\n\n}\n\n.feature:hover{\n\nbackground:\nlinear-gradient(135deg,#d4b073,#b68740);\n\ncolor:white;\n\ntransform:translateY(-5px);\n\n}\n\n.quote{\n\nmargin-top:55px;\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:32px;\n\nfont-style:italic;\n\ncolor:var(--gold);\n\nmax-width:620px;\n\nline-height:1.4;\n\n}\n\n@media(max-width:768px){\n\n.hero-content{\n\npadding:45px 28px;\n\n}\n\n.hero-title{\n\nfont-size:50px;\n\n}\n\n.hero-text{\n\nfont-size:17px;\n\n}\n\n}\n\n\u003c\/style\u003e\n\n\u003csection class=\"gh-hero\"\u003e\n\n\u003cdiv class=\"hero-content\"\u003e\n\n\u003cdiv class=\"hero-tag\"\u003e\n✦ Glam House Facial Ritual\n\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003e\n\nSculpt.\u003cbr\u003e\n\nLift.\u003cbr\u003e\n\n\u003cspan\u003eGlow.\u003c\/span\u003e\n\n\u003c\/h1\u003e\n\n\u003cp class=\"hero-text\"\u003e\n\nElevate your skincare ritual with the Glam House Stainless Steel Gua Sha Facial Tool — where timeless beauty traditions meet modern luxury. Designed to gently sculpt, soothe and awaken your complexion, every glide transforms your daily routine into a calming spa-inspired experience, leaving your skin refreshed, radiant and beautifully revitalised.\n\n\u003c\/p\u003e\n\n\u003cdiv class=\"hero-divider\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"hero-features\"\u003e\n\n\u003cdiv class=\"feature\"\u003e✨ Facial Sculpting\u003c\/div\u003e\n\n\u003cdiv class=\"feature\"\u003e💧 Cooling Stainless Steel\u003c\/div\u003e\n\n\u003cdiv class=\"feature\"\u003e🌿 Spa Inspired\u003c\/div\u003e\n\n\u003cdiv class=\"feature\"\u003e🤍 Professional Quality\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"quote\"\u003e\n\n\"Beautiful skin begins with beautiful rituals.\"\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\u003c!-- ===========================\nGLAM HOUSE • THE RITUAL\nPlace directly below the Hero Section\n============================ --\u003e\n\n\u003cstyle\u003e\n\n.gh-ritual{\n\nmax-width:1200px;\nmargin:70px auto;\npadding:0 25px;\n\n}\n\n.ritual-header{\n\ntext-align:center;\nmargin-bottom:70px;\n\n}\n\n.ritual-small{\n\ndisplay:inline-block;\n\npadding:10px 22px;\n\nbackground:#faf6ef;\n\nborder:1px solid #ead8b6;\n\nborder-radius:50px;\n\nfont-size:13px;\n\nfont-weight:700;\n\nletter-spacing:2px;\n\ntext-transform:uppercase;\n\ncolor:#b88a46;\n\nmargin-bottom:25px;\n\n}\n\n.ritual-header h2{\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:62px;\n\nfont-weight:700;\n\ncolor:#2d2926;\n\nmargin-bottom:25px;\n\nline-height:1;\n\n}\n\n.ritual-header h2 span{\n\nbackground:linear-gradient(135deg,#a9762d,#d9ba79);\n\n-webkit-background-clip:text;\n-webkit-text-fill-color:transparent;\n\n}\n\n.ritual-header p{\n\nmax-width:760px;\n\nmargin:auto;\n\nfont-size:18px;\n\nline-height:2;\n\ncolor:#6e6964;\n\n}\n\n.timeline{\n\nposition:relative;\n\ndisplay:grid;\n\ngrid-template-columns:repeat(4,1fr);\n\ngap:35px;\n\nmargin-top:40px;\n\n}\n\n.timeline::before{\n\ncontent:\"\";\n\nposition:absolute;\n\ntop:42px;\n\nleft:8%;\n\nright:8%;\n\nheight:2px;\n\nbackground:linear-gradient(90deg,\n\ntransparent,\n\n#e7d6b2,\n\n#e7d6b2,\n\ntransparent);\n\nz-index:1;\n\n}\n\n.ritual-step{\n\nposition:relative;\n\nz-index:2;\n\ntext-align:center;\n\n}\n\n.step-circle{\n\nwidth:85px;\nheight:85px;\n\nmargin:auto;\n\nborder-radius:50%;\n\nbackground:\n\nlinear-gradient(145deg,#ffffff,#f8f3eb);\n\nborder:1px solid #eadfcf;\n\ndisplay:flex;\n\nalign-items:center;\n\njustify-content:center;\n\nfont-size:34px;\n\nbox-shadow:\n\n0 15px 35px rgba(0,0,0,.05);\n\ntransition:.45s;\n\n}\n\n.ritual-step:hover .step-circle{\n\ntransform:translateY(-8px) scale(1.06);\n\nbox-shadow:\n\n0 25px 45px rgba(184,138,70,.18);\n\n}\n\n.step-title{\n\nmargin-top:28px;\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:32px;\n\ncolor:#2d2926;\n\n}\n\n.step-text{\n\nmargin-top:15px;\n\nfont-size:15px;\n\nline-height:1.9;\n\ncolor:#6e6964;\n\npadding:0 12px;\n\n}\n\n.spa-note{\n\nmargin-top:70px;\n\nbackground:\n\nlinear-gradient(145deg,#ffffff,#fcfaf7);\n\nborder-radius:30px;\n\npadding:50px;\n\nborder:1px solid #ece5dc;\n\nbox-shadow:\n\n0 25px 60px rgba(0,0,0,.05);\n\nposition:relative;\n\noverflow:hidden;\n\n}\n\n.spa-note:before{\n\ncontent:\"\";\n\nposition:absolute;\n\nright:-80px;\ntop:-80px;\n\nwidth:260px;\nheight:260px;\n\nbackground:\n\nradial-gradient(circle,\n\nrgba(184,138,70,.10),\n\ntransparent 70%);\n\n}\n\n.spa-note h3{\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:42px;\n\nmargin-bottom:20px;\n\ncolor:#2d2926;\n\n}\n\n.spa-note p{\n\nfont-size:17px;\n\nline-height:2;\n\ncolor:#6e6964;\n\nmax-width:850px;\n\n}\n\n.spa-highlight{\n\ncolor:#b88a46;\n\nfont-weight:600;\n\n}\n\n@media(max-width:950px){\n\n.timeline{\n\ngrid-template-columns:1fr;\ngap:50px;\n\n}\n\n.timeline::before{\n\ndisplay:none;\n\n}\n\n.ritual-header h2{\n\nfont-size:46px;\n\n}\n\n.spa-note{\n\npadding:35px;\n\n}\n\n}\n\n\u003c\/style\u003e\n\n\u003csection class=\"gh-ritual\"\u003e\n\n\u003cdiv class=\"ritual-header\"\u003e\n\n\u003cdiv class=\"ritual-small\"\u003e\n✦ THE GLAM HOUSE EXPERIENCE\n\u003c\/div\u003e\n\n\u003ch2\u003e\n\nMore Than Skincare.\u003cbr\u003e\n\n\u003cspan\u003eA Daily Ritual.\u003c\/span\u003e\n\n\u003c\/h2\u003e\n\n\u003cp\u003e\n\nLuxury begins the moment you slow down. Every glide of your Glam House Stainless Steel Gua Sha transforms an ordinary skincare routine into a calming self-care ritual—lifting, sculpting and restoring your skin while creating a peaceful moment that's entirely yours.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"timeline\"\u003e\n\n\u003cdiv class=\"ritual-step\"\u003e\n\n\u003cdiv class=\"step-circle\"\u003e\n💧\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-title\"\u003e\nPrepare\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-text\"\u003e\n\nApply your favourite facial oil or serum to create effortless glide while deeply nourishing the skin.\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ritual-step\"\u003e\n\n\u003cdiv class=\"step-circle\"\u003e\n✨\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-title\"\u003e\nSculpt\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-text\"\u003e\n\nUse slow upward movements to encourage lymphatic drainage while defining the natural contours of your face.\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ritual-step\"\u003e\n\n\u003cdiv class=\"step-circle\"\u003e\n🌿\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-title\"\u003e\nRelax\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-text\"\u003e\n\nRelease facial tension around the jaw, temples and neck as your muscles unwind with every soothing stroke.\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ritual-step\"\u003e\n\n\u003cdiv class=\"step-circle\"\u003e\n🤍\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-title\"\u003e\nGlow\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-text\"\u003e\n\nReveal beautifully refreshed skin with a healthy-looking glow that reflects consistent care and timeless beauty.\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spa-note\"\u003e\n\n\u003ch3\u003e\n\nYour Luxury Spa,\nWherever You Are\n\n\u003c\/h3\u003e\n\n\u003cp\u003e\n\nThe Glam House Stainless Steel Gua Sha brings the elegance of a professional facial into your everyday routine. Naturally cooling, beautifully weighted and crafted to last, it transforms simple skincare into an indulgent ritual that leaves your skin feeling refreshed, sculpted and luminous.\n\n\u003cbr\u003e\u003cbr\u003e\n\n\u003cspan class=\"spa-highlight\"\u003e\n\nBecause true beauty isn't rushed — it's ritualised.\n\n\u003c\/span\u003e\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\u003c!-- ===================================================\nGLAM HOUSE • BEAUTY BENEFITS\nPlace directly below \"The Ritual\"\n==================================================== --\u003e\n\n\u003cstyle\u003e\n\n.gh-benefits{\n\nmax-width:1200px;\nmargin:90px auto;\npadding:0 25px;\n\n}\n\n.benefits-header{\n\ntext-align:center;\nmargin-bottom:70px;\n\n}\n\n.benefits-label{\n\ndisplay:inline-flex;\nalign-items:center;\ngap:10px;\n\npadding:10px 24px;\n\nborder-radius:50px;\n\nbackground:#fbf7f1;\n\nborder:1px solid #ead8b8;\n\nfont-size:13px;\n\nfont-weight:700;\n\nletter-spacing:2px;\n\ntext-transform:uppercase;\n\ncolor:#b78945;\n\nmargin-bottom:24px;\n\n}\n\n.benefits-header h2{\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:64px;\n\nfont-weight:700;\n\nline-height:1;\n\ncolor:#2d2926;\n\nmargin-bottom:25px;\n\n}\n\n.benefits-header h2 span{\n\nbackground:linear-gradient(135deg,#a9762d,#d8b978);\n\n-webkit-background-clip:text;\n-webkit-text-fill-color:transparent;\n\n}\n\n.benefits-header p{\n\nmax-width:760px;\n\nmargin:auto;\n\nfont-size:18px;\n\nline-height:2;\n\ncolor:#6d6965;\n\n}\n\n\/* Grid *\/\n\n.benefit-grid{\n\ndisplay:grid;\n\ngrid-template-columns:repeat(auto-fit,minmax(300px,1fr));\n\ngap:28px;\n\n}\n\n\/* Card *\/\n\n.benefit-card{\n\nbackground:linear-gradient(145deg,#ffffff,#fcfaf7);\n\nborder:1px solid #ece4db;\n\nborder-radius:28px;\n\npadding:38px;\n\nposition:relative;\n\noverflow:hidden;\n\ntransition:.45s;\n\nbox-shadow:0 15px 35px rgba(0,0,0,.04);\n\n}\n\n\/* Gold Accent *\/\n\n.benefit-card::before{\n\ncontent:\"\";\n\nposition:absolute;\n\nleft:0;\ntop:0;\n\nwidth:100%;\nheight:4px;\n\nbackground:linear-gradient(90deg,#b78945,#e7d3a4,#b78945);\n\ntransform:scaleX(0);\n\ntransition:.45s;\n\n}\n\n.benefit-card:hover::before{\n\ntransform:scaleX(1);\n\n}\n\n.benefit-card:hover{\n\ntransform:translateY(-10px);\n\nbox-shadow:0 28px 55px rgba(183,137,69,.15);\n\n}\n\n\/* Icon *\/\n\n.icon-wrap{\n\nwidth:74px;\nheight:74px;\n\nborder-radius:50%;\n\ndisplay:flex;\n\nalign-items:center;\n\njustify-content:center;\n\nfont-size:34px;\n\nmargin-bottom:28px;\n\nbackground:\n\nlinear-gradient(145deg,#fffdf9,#f5efe7);\n\nborder:1px solid #ebe1d5;\n\ntransition:.4s;\n\n}\n\n.benefit-card:hover .icon-wrap{\n\nbackground:linear-gradient(145deg,#d6b67c,#b78945);\n\ncolor:white;\n\ntransform:rotate(10deg);\n\n}\n\n.benefit-card h3{\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:34px;\n\nmargin-bottom:18px;\n\ncolor:#2d2926;\n\n}\n\n.benefit-card p{\n\nfont-size:16px;\n\nline-height:1.9;\n\ncolor:#6d6965;\n\n}\n\n\/* Luxury Banner *\/\n\n.luxury-strip{\n\nmargin-top:70px;\n\nbackground:\n\nlinear-gradient(135deg,#fdfaf6,#ffffff,#faf6ef);\n\nborder:1px solid #ece3d8;\n\nborder-radius:30px;\n\npadding:45px;\n\ndisplay:flex;\n\njustify-content:space-between;\n\nalign-items:center;\n\ngap:40px;\n\nflex-wrap:wrap;\n\n}\n\n.strip-text{\n\nflex:1;\n\nmin-width:280px;\n\n}\n\n.strip-text h3{\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:44px;\n\nmargin-bottom:15px;\n\ncolor:#2d2926;\n\n}\n\n.strip-text p{\n\nfont-size:17px;\n\nline-height:2;\n\ncolor:#6d6965;\n\n}\n\n.strip-badges{\n\ndisplay:flex;\n\nflex-wrap:wrap;\n\ngap:14px;\n\n}\n\n.strip-badges span{\n\npadding:14px 22px;\n\nborder-radius:50px;\n\nbackground:white;\n\nborder:1px solid #e9e1d6;\n\nfont-size:13px;\n\nfont-weight:700;\n\nletter-spacing:1px;\n\ntext-transform:uppercase;\n\ncolor:#8a6734;\n\ntransition:.35s;\n\n}\n\n.strip-badges span:hover{\n\nbackground:linear-gradient(135deg,#d2af72,#b78945);\n\ncolor:#fff;\n\ntransform:translateY(-4px);\n\n}\n\n@media(max-width:768px){\n\n.benefits-header h2{\n\nfont-size:48px;\n\n}\n\n.luxury-strip{\n\npadding:30px;\n\n}\n\n.strip-text h3{\n\nfont-size:34px;\n\n}\n\n}\n\n\u003c\/style\u003e\n\n\u003csection class=\"gh-benefits\"\u003e\n\n\u003cdiv class=\"benefits-header\"\u003e\n\n\u003cdiv class=\"benefits-label\"\u003e\n✦ BEAUTY BENEFITS\n\u003c\/div\u003e\n\n\u003ch2\u003e\n\nDesigned To \u003cspan\u003eTransform\u003c\/span\u003e\n\n\u003c\/h2\u003e\n\n\u003cp\u003e\n\nEvery contour, every curve and every glide has been thoughtfully designed to enhance your skincare ritual—helping your skin appear smoother, brighter and beautifully refreshed with every use.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"benefit-grid\"\u003e\n\n\u003cdiv class=\"benefit-card\"\u003e\n\n\u003cdiv class=\"icon-wrap\"\u003e💎\u003c\/div\u003e\n\n\u003ch3\u003eSculpts \u0026amp; Defines\u003c\/h3\u003e\n\n\u003cp\u003e\n\nEncourages natural facial contouring while helping define the jawline and cheekbones through gentle massage.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"benefit-card\"\u003e\n\n\u003cdiv class=\"icon-wrap\"\u003e❄️\u003c\/div\u003e\n\n\u003ch3\u003eCooling Relief\u003c\/h3\u003e\n\n\u003cp\u003e\n\nNaturally cool stainless steel instantly refreshes tired skin while helping reduce the appearance of puffiness.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"benefit-card\"\u003e\n\n\u003cdiv class=\"icon-wrap\"\u003e🌿\u003c\/div\u003e\n\n\u003ch3\u003eReleases Tension\u003c\/h3\u003e\n\n\u003cp\u003e\n\nRelaxes facial muscles, eases jaw tightness and provides a calming spa-inspired massage experience.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"benefit-card\"\u003e\n\n\u003cdiv class=\"icon-wrap\"\u003e✨\u003c\/div\u003e\n\n\u003ch3\u003eHealthy Glow\u003c\/h3\u003e\n\n\u003cp\u003e\n\nStimulates circulation to leave your complexion looking brighter, fresher and naturally radiant.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"benefit-card\"\u003e\n\n\u003cdiv class=\"icon-wrap\"\u003e🤍\u003c\/div\u003e\n\n\u003ch3\u003eDaily Self-Care\u003c\/h3\u003e\n\n\u003cp\u003e\n\nTurn everyday skincare into a luxurious beauty ritual that nourishes both your skin and your wellbeing.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"benefit-card\"\u003e\n\n\u003cdiv class=\"icon-wrap\"\u003e♾️\u003c\/div\u003e\n\n\u003ch3\u003eMade To Last\u003c\/h3\u003e\n\n\u003cp\u003e\n\nCrafted from premium stainless steel that is hygienic, durable and designed to be part of your routine for years to come.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"luxury-strip\"\u003e\n\n\u003cdiv class=\"strip-text\"\u003e\n\n\u003ch3\u003e\n\nLuxury You Can Feel\n\n\u003c\/h3\u003e\n\n\u003cp\u003e\n\nFrom the cool touch of stainless steel to the graceful curves that glide effortlessly across your skin, every detail has been designed to deliver a spa-quality experience in the comfort of your own home.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"strip-badges\"\u003e\n\n\u003cspan\u003eProfessional Quality\u003c\/span\u003e\n\u003cspan\u003eCooling Therapy\u003c\/span\u003e\n\u003cspan\u003eFace \u0026amp; Body\u003c\/span\u003e\n\u003cspan\u003eReusable\u003c\/span\u003e\n\u003cspan\u003eLuxury Ritual\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\u003c!-- ==========================================\nGLAM HOUSE • WHY STAINLESS STEEL\nPlace below the Beauty Benefits section\n=========================================== --\u003e\n\n\u003cstyle\u003e\n\n.gh-material{\n\nmax-width:1200px;\nmargin:90px auto;\npadding:0 25px;\n\n}\n\n.material-wrap{\n\ndisplay:grid;\ngrid-template-columns:1.1fr .9fr;\ngap:45px;\nalign-items:center;\n\n}\n\n.material-left{\n\npadding-right:20px;\n\n}\n\n.material-label{\n\ndisplay:inline-flex;\nalign-items:center;\ngap:10px;\n\npadding:10px 24px;\n\nbackground:#fbf7f1;\n\nborder:1px solid #e8d8ba;\n\nborder-radius:50px;\n\nfont-size:13px;\n\nfont-weight:700;\n\nletter-spacing:2px;\n\ntext-transform:uppercase;\n\ncolor:#b78945;\n\nmargin-bottom:28px;\n\n}\n\n.material-left h2{\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:64px;\n\nline-height:1;\n\nfont-weight:700;\n\nmargin-bottom:28px;\n\ncolor:#2d2926;\n\n}\n\n.material-left h2 span{\n\nbackground:linear-gradient(135deg,#a9762d,#d9b977);\n\n-webkit-background-clip:text;\n-webkit-text-fill-color:transparent;\n\n}\n\n.material-left p{\n\nfont-size:17px;\n\nline-height:2;\n\ncolor:#6d6965;\n\nmargin-bottom:22px;\n\n}\n\n.material-note{\n\nmargin-top:35px;\n\npadding:28px 32px;\n\nborder-left:4px solid #b78945;\n\nbackground:linear-gradient(135deg,#fffdf9,#faf7f2);\n\nborder-radius:0 22px 22px 0;\n\n}\n\n.material-note p{\n\nmargin:0;\n\nfont-size:16px;\n\nfont-style:italic;\n\ncolor:#5f5b57;\n\n}\n\n\/* Right Card *\/\n\n.steel-card{\n\nbackground:linear-gradient(145deg,#ffffff,#fbf9f6);\n\nborder:1px solid #ece4db;\n\nborder-radius:34px;\n\npadding:42px;\n\nbox-shadow:0 25px 55px rgba(0,0,0,.05);\n\nposition:relative;\n\noverflow:hidden;\n\n}\n\n.steel-card:before{\n\ncontent:\"\";\n\nposition:absolute;\n\ntop:-120px;\nright:-120px;\n\nwidth:260px;\nheight:260px;\n\nbackground:radial-gradient(circle,\nrgba(183,137,69,.12),\ntransparent 70%);\n\n}\n\n.steel-card h3{\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:42px;\n\nmargin-bottom:30px;\n\ncolor:#2d2926;\n\nposition:relative;\n\n}\n\n.steel-feature{\n\ndisplay:flex;\n\nalign-items:flex-start;\n\ngap:18px;\n\npadding:18px 0;\n\nborder-bottom:1px solid #f2ece5;\n\nposition:relative;\n\n}\n\n.steel-feature:last-child{\n\nborder:none;\n\n}\n\n.steel-icon{\n\nwidth:52px;\nheight:52px;\n\nborder-radius:50%;\n\ndisplay:flex;\n\nalign-items:center;\n\njustify-content:center;\n\nbackground:linear-gradient(145deg,#d7b77d,#b78945);\n\ncolor:#fff;\n\nfont-size:22px;\n\nflex-shrink:0;\n\n}\n\n.steel-feature h4{\n\nfont-size:18px;\n\nmargin-bottom:8px;\n\ncolor:#2d2926;\n\n}\n\n.steel-feature p{\n\nfont-size:15px;\n\nline-height:1.8;\n\ncolor:#6d6965;\n\n}\n\n@media(max-width:900px){\n\n.material-wrap{\n\ngrid-template-columns:1fr;\n\n}\n\n.material-left h2{\n\nfont-size:48px;\n\n}\n\n}\n\n\u003c\/style\u003e\n\n\u003csection class=\"gh-material\"\u003e\n\n\u003cdiv class=\"material-wrap\"\u003e\n\n\u003cdiv class=\"material-left\"\u003e\n\n\u003cdiv class=\"material-label\"\u003e\n\n✦ PREMIUM MATERIAL\n\n\u003c\/div\u003e\n\n\u003ch2\u003e\n\nThe Beauty Of \u003cspan\u003eStainless Steel\u003c\/span\u003e\n\n\u003c\/h2\u003e\n\n\u003cp\u003e\n\nLuxury isn't only about how a beauty tool looks—it's about how it performs. Crafted from premium stainless steel, the Glam House Gua Sha delivers a naturally cooling sensation that instantly refreshes the skin while elevating every massage into a spa-inspired experience.\n\n\u003c\/p\u003e\n\n\u003cp\u003e\n\nUnlike natural stone, stainless steel is exceptionally durable, non-porous and easy to sanitise. It won't absorb skincare products, making it the perfect companion for your favourite serums and facial oils.\n\n\u003c\/p\u003e\n\n\u003cdiv class=\"material-note\"\u003e\n\n\u003cp\u003e\n\n\"The perfect facial ritual begins with tools designed to last a lifetime—beautiful, hygienic and effortlessly luxurious.\"\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"steel-card\"\u003e\n\n\u003ch3\u003eWhy You'll Love It\u003c\/h3\u003e\n\n\u003cdiv class=\"steel-feature\"\u003e\n\n\u003cdiv class=\"steel-icon\"\u003e❄️\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003ch4\u003eNaturally Cooling\u003c\/h4\u003e\n\n\u003cp\u003eKeeps its refreshing cool temperature to help reduce puffiness and revitalise tired-looking skin.\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"steel-feature\"\u003e\n\n\u003cdiv class=\"steel-icon\"\u003e🛡️\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003ch4\u003eNon-Porous \u0026amp; Hygienic\u003c\/h4\u003e\n\n\u003cp\u003eDesigned for effortless cleaning without absorbing bacteria, oils or skincare residue.\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"steel-feature\"\u003e\n\n\u003cdiv class=\"steel-icon\"\u003e💎\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003ch4\u003eLuxury Weight \u0026amp; Feel\u003c\/h4\u003e\n\n\u003cp\u003eBeautifully balanced to glide comfortably across the face with a smooth, premium touch.\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"steel-feature\"\u003e\n\n\u003cdiv class=\"steel-icon\"\u003e♾️\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003ch4\u003eMade To Last\u003c\/h4\u003e\n\n\u003cp\u003eRust-resistant, durable and crafted to remain part of your beauty ritual for years to come.\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\u003c!-- ==========================================\nGLAM HOUSE • FACIAL RITUAL\nPlace below the \"Why Stainless Steel\" section\n=========================================== --\u003e\n\n\u003cstyle\u003e\n\n.gh-facial-ritual{\n\nmax-width:1200px;\nmargin:100px auto;\npadding:0 25px;\n\n}\n\n.ritual-top{\n\ntext-align:center;\nmargin-bottom:70px;\n\n}\n\n.ritual-top span{\n\ndisplay:inline-block;\n\npadding:11px 24px;\n\nborder-radius:50px;\n\nbackground:#faf7f2;\n\nborder:1px solid #e8d8b8;\n\nfont-size:13px;\n\nfont-weight:700;\n\nletter-spacing:2px;\n\ntext-transform:uppercase;\n\ncolor:#b78945;\n\nmargin-bottom:25px;\n\n}\n\n.ritual-top h2{\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:64px;\n\nline-height:1;\n\ncolor:#2d2926;\n\nmargin-bottom:25px;\n\n}\n\n.ritual-top h2 strong{\n\nfont-weight:700;\n\nbackground:linear-gradient(135deg,#a87430,#d9b877);\n\n-webkit-background-clip:text;\n-webkit-text-fill-color:transparent;\n\n}\n\n.ritual-top p{\n\nmax-width:760px;\n\nmargin:auto;\n\nfont-size:18px;\n\nline-height:2;\n\ncolor:#6d6965;\n\n}\n\n\/* Timeline *\/\n\n.ritual-line{\n\nposition:relative;\n\nmargin-top:60px;\n\n}\n\n.ritual-line:before{\n\ncontent:\"\";\n\nposition:absolute;\n\nleft:38px;\n\ntop:0;\n\nbottom:0;\n\nwidth:2px;\n\nbackground:linear-gradient(\n\n180deg,\n\ntransparent,\n\n#d7b980,\n\n#d7b980,\n\ntransparent);\n\n}\n\n.ritual-item{\n\ndisplay:flex;\n\ngap:35px;\n\nmargin-bottom:55px;\n\nposition:relative;\n\n}\n\n.ritual-number{\n\nwidth:78px;\n\nheight:78px;\n\nborder-radius:50%;\n\nbackground:linear-gradient(145deg,#d7b77c,#b78945);\n\ncolor:white;\n\nfont-weight:700;\n\nfont-size:24px;\n\ndisplay:flex;\n\nalign-items:center;\n\njustify-content:center;\n\nflex-shrink:0;\n\nbox-shadow:0 18px 35px rgba(183,137,69,.22);\n\nz-index:2;\n\n}\n\n.ritual-content{\n\nflex:1;\n\npadding:28px 35px;\n\nbackground:linear-gradient(145deg,#ffffff,#fcfaf7);\n\nborder:1px solid #ece4db;\n\nborder-radius:26px;\n\ntransition:.4s;\n\n}\n\n.ritual-content:hover{\n\ntransform:translateY(-6px);\n\nbox-shadow:0 22px 45px rgba(183,137,69,.12);\n\n}\n\n.ritual-content h3{\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:34px;\n\nmargin-bottom:15px;\n\ncolor:#2d2926;\n\n}\n\n.ritual-content p{\n\nfont-size:16px;\n\nline-height:2;\n\ncolor:#6d6965;\n\n}\n\n.ritual-tip{\n\nmargin-top:65px;\n\npadding:45px;\n\nbackground:linear-gradient(135deg,#fffefc,#faf6ef);\n\nborder:1px solid #ece2d7;\n\nborder-radius:30px;\n\ntext-align:center;\n\nposition:relative;\n\noverflow:hidden;\n\n}\n\n.ritual-tip:before{\n\ncontent:\"\";\n\nposition:absolute;\n\ntop:-100px;\n\nright:-100px;\n\nwidth:280px;\n\nheight:280px;\n\nbackground:radial-gradient(circle,\n\nrgba(183,137,69,.10),\n\ntransparent 70%);\n\n}\n\n.ritual-tip h3{\n\nposition:relative;\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:42px;\n\nmargin-bottom:18px;\n\ncolor:#2d2926;\n\n}\n\n.ritual-tip p{\n\nposition:relative;\n\nmax-width:720px;\n\nmargin:auto;\n\nfont-size:17px;\n\nline-height:2;\n\ncolor:#6d6965;\n\n}\n\n@media(max-width:768px){\n\n.ritual-top h2{\n\nfont-size:46px;\n\n}\n\n.ritual-item{\n\nflex-direction:column;\n\n}\n\n.ritual-line:before{\n\ndisplay:none;\n\n}\n\n.ritual-number{\n\nmargin-bottom:15px;\n\n}\n\n}\n\n\u003c\/style\u003e\n\n\u003csection class=\"gh-facial-ritual\"\u003e\n\n\u003cdiv class=\"ritual-top\"\u003e\n\n\u003cspan\u003e✦ THE GLAM HOUSE FACIAL RITUAL\u003c\/span\u003e\n\n\u003ch2\u003e\n\nYour Moment Of \u003cstrong\u003eLuxury\u003c\/strong\u003e\n\n\u003c\/h2\u003e\n\n\u003cp\u003e\n\nTake a few uninterrupted moments each day to slow down, reconnect with yourself and transform your skincare routine into a luxurious facial ritual inspired by professional spa treatments.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ritual-line\"\u003e\n\n\u003cdiv class=\"ritual-item\"\u003e\n\n\u003cdiv class=\"ritual-number\"\u003e\n\n01\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ritual-content\"\u003e\n\n\u003ch3\u003ePrepare Your Skin\u003c\/h3\u003e\n\n\u003cp\u003e\n\nBegin with freshly cleansed skin before applying your favourite facial oil or serum. This creates the perfect glide while allowing your skincare to absorb beautifully throughout your massage.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ritual-item\"\u003e\n\n\u003cdiv class=\"ritual-number\"\u003e\n\n02\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ritual-content\"\u003e\n\n\u003ch3\u003eLift \u0026amp; Sculpt\u003c\/h3\u003e\n\n\u003cp\u003e\n\nUsing gentle upward and outward movements, glide the gua sha across your neck, jawline and cheekbones. Allow the naturally cooling stainless steel to relax the skin while supporting healthy-looking contours.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ritual-item\"\u003e\n\n\u003cdiv class=\"ritual-number\"\u003e\n\n03\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ritual-content\"\u003e\n\n\u003ch3\u003eRelax \u0026amp; Restore\u003c\/h3\u003e\n\n\u003cp\u003e\n\nSpend extra time around areas of tension such as the jaw, temples and neck. Slow, intentional movements help create a calming self-care experience while encouraging a beautifully refreshed appearance.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ritual-item\"\u003e\n\n\u003cdiv class=\"ritual-number\"\u003e\n\n04\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ritual-content\"\u003e\n\n\u003ch3\u003eReveal Your Glow\u003c\/h3\u003e\n\n\u003cp\u003e\n\nFinish your ritual by gently pressing your skincare into the skin. Your complexion is left looking refreshed, radiant and ready to face the day with confidence.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ritual-tip\"\u003e\n\n\u003ch3\u003e\n\nLuxury Is Found In The Ritual\n\n\u003c\/h3\u003e\n\n\u003cp\u003e\n\nFor an even more refreshing experience, place your Glam House Stainless Steel Gua Sha in the refrigerator for a few minutes before use. The cooling sensation enhances your facial massage, helping you feel revitalised while leaving your skin looking beautifully awakened.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\u003c!-- ==========================================\nGLAM HOUSE • THE PROMISE\nPlace at the very bottom of the page\n========================================== --\u003e\n\n\u003cstyle\u003e\n\n.gh-promise{\n\nmax-width:1200px;\nmargin:110px auto 70px;\npadding:0 25px;\n\n}\n\n.promise-wrap{\n\nposition:relative;\n\noverflow:hidden;\n\nborder-radius:38px;\n\nbackground:\nlinear-gradient(135deg,\n#fffefc 0%,\n#fcfaf7 40%,\n#f8f4ee 100%);\n\nborder:1px solid #ebe3d9;\n\nbox-shadow:\n0 35px 90px rgba(0,0,0,.07);\n\npadding:90px 70px;\n\ntext-align:center;\n\n}\n\n\/* Ambient Glow *\/\n\n.promise-wrap::before{\n\ncontent:\"\";\n\nposition:absolute;\n\ntop:-220px;\nleft:-180px;\n\nwidth:550px;\nheight:550px;\n\nbackground:\nradial-gradient(circle,\nrgba(183,137,69,.12),\ntransparent 70%);\n\nanimation:floatPromise 11s ease-in-out infinite;\n\n}\n\n.promise-wrap::after{\n\ncontent:\"✦\";\n\nposition:absolute;\n\nright:70px;\ntop:55px;\n\nfont-size:130px;\n\ncolor:rgba(183,137,69,.06);\n\ntransform:rotate(-18deg);\n\n}\n\n@keyframes floatPromise{\n\n50%{\n\ntransform:translateY(35px);\n\n}\n\n}\n\n.promise-tag{\n\ndisplay:inline-block;\n\npadding:11px 26px;\n\nbackground:#faf7f1;\n\nborder:1px solid #e7d8ba;\n\nborder-radius:50px;\n\nfont-size:13px;\n\nfont-weight:700;\n\nletter-spacing:2px;\n\ntext-transform:uppercase;\n\ncolor:#b78945;\n\nmargin-bottom:35px;\n\nposition:relative;\n\nz-index:2;\n\n}\n\n.promise-wrap h2{\n\nposition:relative;\n\nz-index:2;\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:70px;\n\nline-height:1;\n\nmargin-bottom:30px;\n\ncolor:#2d2926;\n\n}\n\n.promise-wrap h2 span{\n\nbackground:\nlinear-gradient(135deg,#a87430,#d8b877);\n\n-webkit-background-clip:text;\n-webkit-text-fill-color:transparent;\n\n}\n\n.promise-wrap p{\n\nposition:relative;\n\nz-index:2;\n\nmax-width:760px;\n\nmargin:0 auto;\n\nfont-size:18px;\n\nline-height:2.1;\n\ncolor:#6d6965;\n\n}\n\n\/* Signature *\/\n\n.signature{\n\nmargin-top:60px;\n\nposition:relative;\n\nz-index:2;\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:42px;\n\ncolor:#b78945;\n\nfont-style:italic;\n\n}\n\n\/* Luxury Capsules *\/\n\n.promise-icons{\n\ndisplay:flex;\n\njustify-content:center;\n\nflex-wrap:wrap;\n\ngap:18px;\n\nmargin-top:55px;\n\nposition:relative;\n\nz-index:2;\n\n}\n\n.promise-icons div{\n\npadding:15px 24px;\n\nborder-radius:50px;\n\nbackground:white;\n\nborder:1px solid #ece4da;\n\nfont-size:13px;\n\nfont-weight:700;\n\nletter-spacing:1px;\n\ntext-transform:uppercase;\n\ncolor:#8b6735;\n\ntransition:.35s;\n\n}\n\n.promise-icons div:hover{\n\ntransform:translateY(-5px);\n\nbackground:\nlinear-gradient(135deg,#d4b174,#b78945);\n\ncolor:white;\n\n}\n\n\/* Quote *\/\n\n.final-quote{\n\nmargin-top:65px;\n\nposition:relative;\n\nz-index:2;\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:34px;\n\nfont-style:italic;\n\nline-height:1.5;\n\ncolor:#9f7334;\n\n}\n\n@media(max-width:768px){\n\n.promise-wrap{\n\npadding:55px 30px;\n\n}\n\n.promise-wrap h2{\n\nfont-size:48px;\n\n}\n\n.signature{\n\nfont-size:30px;\n\n}\n\n.final-quote{\n\nfont-size:25px;\n\n}\n\n}\n\n\u003c\/style\u003e\n\n\u003csection class=\"gh-promise\"\u003e\n\n\u003cdiv class=\"promise-wrap\"\u003e\n\n\u003cdiv class=\"promise-tag\"\u003e\n\n✦ GLAM HOUSE\n\n\u003c\/div\u003e\n\n\u003ch2\u003e\n\nBeauty Begins With\n\u003cspan\u003eBeautiful Rituals\u003c\/span\u003e\n\n\u003c\/h2\u003e\n\n\u003cp\u003e\n\nAt Glam House, we believe that true luxury isn't about rushing through a routine—it's about creating moments of calm, confidence and care. Every product is thoughtfully chosen to transform everyday beauty into an experience that feels indulgent, elegant and deeply personal.\n\n\u003c\/p\u003e\n\n\u003cdiv class=\"promise-icons\"\u003e\n\n\u003cdiv\u003eProfessional Quality\u003c\/div\u003e\n\n\u003cdiv\u003eLuxury Self-Care\u003c\/div\u003e\n\n\u003cdiv\u003eTimeless Beauty\u003c\/div\u003e\n\n\u003cdiv\u003eSpa Inspired\u003c\/div\u003e\n\n\u003cdiv\u003eDesigned To Last\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"signature\"\u003e\n\nThe Glam House Collection\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"final-quote\"\u003e\n\n\"Your skincare routine should be the most beautiful part of your day.\"\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"Glam House","offers":[{"title":"Default Title","offer_id":47702556770482,"sku":null,"price":229.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0771\/9652\/5746\/files\/gua-sha-rose-petals-gold-marble.png?v=1783759662"},{"product_id":"colorlamb-compact-electric-shaver-portable-facial-body-hair-remover","title":"Colorlamb Compact Electric Shaver – Portable Facial \u0026 Body Hair Remover","description":"\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@600;700\u0026amp;family=Manrope:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n\n:root{\n\n--rose:#FDF7F7;\n--pink:#F7EDEE;\n--gold:#BE9253;\n--gold-light:#E8D2AE;\n--text:#2B2B2B;\n--muted:#6D6D6D;\n--white:#ffffff;\n\n}\n\n*{\nmargin:0;\npadding:0;\nbox-sizing:border-box;\n}\n\n.cl-shaver{\n\nmax-width:1180px;\nmargin:50px auto;\n\nbackground:\nlinear-gradient(145deg,#ffffff,#FCFAF8);\n\nborder-radius:38px;\n\noverflow:hidden;\n\nposition:relative;\n\nborder:1px solid #EEE5DD;\n\nbox-shadow:\n0 35px 80px rgba(0,0,0,.08);\n\n}\n\n\/* Floating Glow *\/\n\n.cl-shaver:before{\n\ncontent:\"\";\n\nposition:absolute;\n\ntop:-180px;\nright:-120px;\n\nwidth:500px;\nheight:500px;\n\nbackground:\n\nradial-gradient(circle,\nrgba(190,146,83,.18),\ntransparent 70%);\n\nanimation:floatGlow 10s ease-in-out infinite;\n\n}\n\n@keyframes floatGlow{\n\n50%{\n\ntransform:translateY(35px);\n\n}\n\n}\n\n.hero{\n\npadding:90px 70px;\n\nposition:relative;\n\nz-index:2;\n\n}\n\n.tag{\n\ndisplay:inline-block;\n\npadding:12px 24px;\n\nborder-radius:40px;\n\nbackground:#FCF7EF;\n\nborder:1px solid var(--gold-light);\n\nfont-size:13px;\n\nfont-weight:700;\n\nletter-spacing:2px;\n\ntext-transform:uppercase;\n\ncolor:var(--gold);\n\nmargin-bottom:28px;\n\n}\n\n.hero h2{\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:72px;\n\nline-height:.95;\n\nmargin-bottom:30px;\n\ncolor:var(--text);\n\n}\n\n.hero h2 span{\n\nbackground:\nlinear-gradient(135deg,#A9762D,#D9B977);\n\n-webkit-background-clip:text;\n\n-webkit-text-fill-color:transparent;\n\n}\n\n.hero p{\n\nfont-size:18px;\n\nline-height:2;\n\ncolor:var(--muted);\n\nmax-width:720px;\n\nmargin-bottom:40px;\n\n}\n\n.features{\n\ndisplay:flex;\n\nflex-wrap:wrap;\n\ngap:16px;\n\nmargin-top:20px;\n\n}\n\n.feature{\n\npadding:15px 24px;\n\nborder-radius:50px;\n\nbackground:white;\n\nborder:1px solid #EEE4DA;\n\nfont-size:14px;\n\nfont-weight:600;\n\ntransition:.35s;\n\n}\n\n.feature:hover{\n\nbackground:\nlinear-gradient(135deg,#D2AF73,#BE9253);\n\ncolor:white;\n\ntransform:translateY(-5px);\n\n}\n\n@media(max-width:768px){\n\n.hero{\n\npadding:45px 25px;\n\n}\n\n.hero h2{\n\nfont-size:46px;\n\n}\n\n}\n\n\u003c\/style\u003e\n\n\u003csection class=\"cl-shaver\"\u003e\n\n\u003cdiv class=\"hero\"\u003e\n\n\u003cdiv class=\"tag\"\u003e\n\n✦ Beauty On The Go\n\n\u003c\/div\u003e\n\n\u003ch2\u003e\n\nSmooth.\u003cbr\u003e\n\nConfident.\u003cbr\u003e\n\n\u003cspan\u003eAnywhere.\u003c\/span\u003e\n\n\u003c\/h2\u003e\n\n\u003cp\u003e\n\nMeet your new grooming essential. The \u003cstrong\u003eColorlamb Compact Electric Shaver\u003c\/strong\u003e is beautifully designed for women who want silky-smooth skin wherever life takes them. Compact, cordless and effortlessly elegant, it's the perfect beauty companion for touch-ups at home, at work or while travelling.\n\n\u003c\/p\u003e\n\n\u003cdiv class=\"features\"\u003e\n\n\u003cdiv class=\"feature\"\u003e✨ Compact Design\u003c\/div\u003e\n\n\u003cdiv class=\"feature\"\u003e🤍 Gentle On Skin\u003c\/div\u003e\n\n\u003cdiv class=\"feature\"\u003e🔋 Rechargeable\u003c\/div\u003e\n\n\u003cdiv class=\"feature\"\u003e👜 Travel Friendly\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e \u003c!-- ==========================================\nCOLORLAMB • WHY YOU'LL LOVE IT\nPlace directly below the Hero section\n========================================== --\u003e\n\n\u003cstyle\u003e\n\n.cl-benefits{\n\nmax-width:1180px;\nmargin:90px auto;\npadding:0 25px;\n\n}\n\n.cl-heading{\n\ntext-align:center;\nmargin-bottom:65px;\n\n}\n\n.cl-heading span{\n\ndisplay:inline-block;\n\npadding:11px 24px;\n\nbackground:#FCF8F2;\n\nborder:1px solid #E9D7B5;\n\nborder-radius:40px;\n\nfont-size:13px;\n\nfont-weight:700;\n\nletter-spacing:2px;\n\ntext-transform:uppercase;\n\ncolor:#BE9253;\n\nmargin-bottom:24px;\n\n}\n\n.cl-heading h2{\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:64px;\n\nline-height:1;\n\ncolor:#2B2B2B;\n\nmargin-bottom:22px;\n\n}\n\n.cl-heading h2 strong{\n\nbackground:linear-gradient(135deg,#A9762D,#D8B777);\n\n-webkit-background-clip:text;\n\n-webkit-text-fill-color:transparent;\n\n}\n\n.cl-heading p{\n\nmax-width:760px;\n\nmargin:auto;\n\nfont-size:18px;\n\nline-height:2;\n\ncolor:#6D6D6D;\n\n}\n\n\/* Grid *\/\n\n.cl-grid{\n\ndisplay:grid;\n\ngrid-template-columns:repeat(auto-fit,minmax(280px,1fr));\n\ngap:28px;\n\n}\n\n\/* Cards *\/\n\n.cl-card{\n\npadding:38px;\n\nbackground:linear-gradient(145deg,#FFFFFF,#FCFAF8);\n\nborder-radius:30px;\n\nborder:1px solid #EEE5DD;\n\nposition:relative;\n\noverflow:hidden;\n\ntransition:.4s;\n\nbox-shadow:0 18px 40px rgba(0,0,0,.05);\n\n}\n\n.cl-card::before{\n\ncontent:\"\";\n\nposition:absolute;\n\ntop:0;\nleft:0;\n\nwidth:100%;\nheight:4px;\n\nbackground:linear-gradient(90deg,#BE9253,#E9D6AE,#BE9253);\n\ntransform:scaleX(0);\n\ntransition:.4s;\n\n}\n\n.cl-card:hover::before{\n\ntransform:scaleX(1);\n\n}\n\n.cl-card:hover{\n\ntransform:translateY(-8px);\n\nbox-shadow:0 30px 60px rgba(190,146,83,.15);\n\n}\n\n.cl-icon{\n\nwidth:70px;\n\nheight:70px;\n\nborder-radius:50%;\n\ndisplay:flex;\n\nalign-items:center;\n\njustify-content:center;\n\nfont-size:32px;\n\nbackground:linear-gradient(145deg,#FFFDF9,#F5EFE7);\n\nborder:1px solid #EDE2D5;\n\nmargin-bottom:24px;\n\ntransition:.35s;\n\n}\n\n.cl-card:hover .cl-icon{\n\nbackground:linear-gradient(145deg,#D4B073,#BE9253);\n\ncolor:#fff;\n\n}\n\n.cl-card h3{\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:32px;\n\nmargin-bottom:16px;\n\ncolor:#2B2B2B;\n\n}\n\n.cl-card p{\n\nfont-size:16px;\n\nline-height:1.9;\n\ncolor:#6D6D6D;\n\n}\n\n\u003c\/style\u003e\n\n\u003csection class=\"cl-benefits\"\u003e\n\n\u003cdiv class=\"cl-heading\"\u003e\n\n\u003cspan\u003e✦ WHY YOU'LL LOVE IT\u003c\/span\u003e\n\n\u003ch2\u003e\n\nDesigned For \u003cstrong\u003eModern Beauty\u003c\/strong\u003e\n\n\u003c\/h2\u003e\n\n\u003cp\u003e\n\nEvery detail of the Colorlamb Compact Electric Shaver has been created with effortless beauty in mind. Elegant, portable and gentle on the skin, it's the perfect solution for quick touch-ups without compromising on comfort or style.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"cl-grid\"\u003e\n\n\u003cdiv class=\"cl-card\"\u003e\n\n\u003cdiv class=\"cl-icon\"\u003e👜\u003c\/div\u003e\n\n\u003ch3\u003eTravel Ready\u003c\/h3\u003e\n\n\u003cp\u003e\n\nSmall enough to slip into your handbag, makeup pouch or carry-on luggage, so smooth skin is always within reach.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"cl-card\"\u003e\n\n\u003cdiv class=\"cl-icon\"\u003e🌸\u003c\/div\u003e\n\n\u003ch3\u003eGentle Care\u003c\/h3\u003e\n\n\u003cp\u003e\n\nDesigned to glide comfortably over delicate skin, making it suitable for everyday use, even on sensitive areas.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"cl-card\"\u003e\n\n\u003cdiv class=\"cl-icon\"\u003e🔋\u003c\/div\u003e\n\n\u003ch3\u003eCord-Free Freedom\u003c\/h3\u003e\n\n\u003cp\u003e\n\nRechargeable and cordless, giving you complete flexibility whether you're getting ready at home or on the go.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"cl-card\"\u003e\n\n\u003cdiv class=\"cl-icon\"\u003e✨\u003c\/div\u003e\n\n\u003ch3\u003eAlways Beautiful\u003c\/h3\u003e\n\n\u003cp\u003e\n\nPerfect for quick beauty touch-ups before work, date nights, holidays or special occasions when confidence matters most.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"cl-card\"\u003e\n\n\u003cdiv class=\"cl-icon\"\u003e🛡️\u003c\/div\u003e\n\n\u003ch3\u003eProtective Storage\u003c\/h3\u003e\n\n\u003cp\u003e\n\nIncludes a sleek protective travel case that keeps the shaver clean, organised and ready whenever you need it.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"cl-card\"\u003e\n\n\u003cdiv class=\"cl-icon\"\u003e💖\u003c\/div\u003e\n\n\u003ch3\u003eEveryday Confidence\u003c\/h3\u003e\n\n\u003cp\u003e\n\nEnjoy smooth-looking skin in seconds, helping you feel polished and confident wherever the day takes you.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e \u003c!-- ==========================================\nCOLORLAMB • MADE FOR EVERY MOMENT\nPlace below \"Why You'll Love It\"\n========================================== --\u003e\n\n\u003cstyle\u003e\n\n.cl-lifestyle{\n\nmax-width:1180px;\nmargin:100px auto;\npadding:0 25px;\n\n}\n\n.life-header{\n\ntext-align:center;\nmargin-bottom:65px;\n\n}\n\n.life-label{\n\ndisplay:inline-block;\n\npadding:11px 24px;\n\nbackground:#FCF8F2;\n\nborder:1px solid #E9D7B5;\n\nborder-radius:40px;\n\nfont-size:13px;\n\nfont-weight:700;\n\nletter-spacing:2px;\n\ntext-transform:uppercase;\n\ncolor:#BE9253;\n\nmargin-bottom:22px;\n\n}\n\n.life-header h2{\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:64px;\n\nline-height:1;\n\ncolor:#2B2B2B;\n\nmargin-bottom:22px;\n\n}\n\n.life-header h2 span{\n\nbackground:linear-gradient(135deg,#A9762D,#D8B777);\n\n-webkit-background-clip:text;\n-webkit-text-fill-color:transparent;\n\n}\n\n.life-header p{\n\nmax-width:760px;\n\nmargin:auto;\n\nfont-size:18px;\n\nline-height:2;\n\ncolor:#6D6D6D;\n\n}\n\n\/* Lifestyle Grid *\/\n\n.life-grid{\n\ndisplay:grid;\n\ngrid-template-columns:repeat(auto-fit,minmax(260px,1fr));\n\ngap:28px;\n\n}\n\n.life-card{\n\nposition:relative;\n\npadding:42px 34px;\n\nborder-radius:30px;\n\nbackground:linear-gradient(145deg,#FFFFFF,#FCFAF8);\n\nborder:1px solid #EEE5DD;\n\noverflow:hidden;\n\ntransition:.45s;\n\nbox-shadow:0 18px 38px rgba(0,0,0,.05);\n\n}\n\n.life-card:before{\n\ncontent:\"\";\n\nposition:absolute;\n\ntop:-70px;\nright:-70px;\n\nwidth:160px;\nheight:160px;\n\nborder-radius:50%;\n\nbackground:radial-gradient(circle,\nrgba(190,146,83,.10),\ntransparent 70%);\n\n}\n\n.life-card:hover{\n\ntransform:translateY(-10px);\n\nbox-shadow:0 28px 60px rgba(190,146,83,.14);\n\n}\n\n.life-icon{\n\nfont-size:42px;\n\nmargin-bottom:24px;\n\n}\n\n.life-card h3{\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:32px;\n\nmargin-bottom:14px;\n\ncolor:#2B2B2B;\n\n}\n\n.life-card p{\n\nfont-size:16px;\n\nline-height:1.9;\n\ncolor:#6D6D6D;\n\n}\n\n\/* Statement *\/\n\n.life-banner{\n\nmargin-top:70px;\n\npadding:55px;\n\nborder-radius:34px;\n\nbackground:linear-gradient(135deg,#FFFDFB,#F9F4ED);\n\nborder:1px solid #EEE2D6;\n\ntext-align:center;\n\n}\n\n.life-banner h3{\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:46px;\n\nmargin-bottom:20px;\n\ncolor:#2B2B2B;\n\n}\n\n.life-banner p{\n\nmax-width:760px;\n\nmargin:auto;\n\nfont-size:17px;\n\nline-height:2;\n\ncolor:#6D6D6D;\n\n}\n\n@media(max-width:768px){\n\n.life-header h2{\n\nfont-size:48px;\n\n}\n\n.life-banner{\n\npadding:35px 25px;\n\n}\n\n.life-banner h3{\n\nfont-size:34px;\n\n}\n\n}\n\n\u003c\/style\u003e\n\n\u003csection class=\"cl-lifestyle\"\u003e\n\n\u003cdiv class=\"life-header\"\u003e\n\n\u003cdiv class=\"life-label\"\u003e\n\n✦ EVERYDAY BEAUTY\n\n\u003c\/div\u003e\n\n\u003ch2\u003e\n\nMade For \u003cspan\u003eEvery Moment\u003c\/span\u003e\n\n\u003c\/h2\u003e\n\n\u003cp\u003e\n\nWhether you're heading to the office, packing for a weekend getaway or preparing for a special evening, the Colorlamb Compact Electric Shaver is designed to fit effortlessly into your lifestyle.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"life-grid\"\u003e\n\n\u003cdiv class=\"life-card\"\u003e\n\n\u003cdiv class=\"life-icon\"\u003e✈️\u003c\/div\u003e\n\n\u003ch3\u003eTravel\u003c\/h3\u003e\n\n\u003cp\u003e\n\nCompact enough for holidays, business trips and overnight stays, so smooth skin is always within reach.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"life-card\"\u003e\n\n\u003cdiv class=\"life-icon\"\u003e💼\u003c\/div\u003e\n\n\u003ch3\u003eWork\u003c\/h3\u003e\n\n\u003cp\u003e\n\nKeep it in your handbag or desk drawer for quick touch-ups before meetings, events or after-work plans.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"life-card\"\u003e\n\n\u003cdiv class=\"life-icon\"\u003e💖\u003c\/div\u003e\n\n\u003ch3\u003eDate Night\u003c\/h3\u003e\n\n\u003cp\u003e\n\nA quick refresh before dinner or an evening out helps you feel polished, confident and ready for every moment.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"life-card\"\u003e\n\n\u003cdiv class=\"life-icon\"\u003e🏡\u003c\/div\u003e\n\n\u003ch3\u003eAt Home\u003c\/h3\u003e\n\n\u003cp\u003e\n\nPerfect for maintaining beautifully smooth skin between salon appointments without interrupting your routine.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"life-banner\"\u003e\n\n\u003ch3\u003e\n\nBeauty That Moves With You\n\n\u003c\/h3\u003e\n\n\u003cp\u003e\n\nFrom early mornings to spontaneous weekends away, the Colorlamb Compact Electric Shaver is designed to become a seamless part of your beauty routine—bringing comfort, confidence and convenience wherever life takes you.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e \u003c!-- ====================================================\nCOLORLAMB • WHAT'S INCLUDED\nPlace below \"Made For Every Moment\"\n===================================================== --\u003e\n\n\u003cstyle\u003e\n\n.cl-unboxing{\n\nmax-width:1180px;\nmargin:100px auto;\npadding:0 25px;\n\n}\n\n.unboxing-wrap{\n\ndisplay:grid;\n\ngrid-template-columns:1fr 1fr;\n\ngap:45px;\n\nalign-items:center;\n\n}\n\n\/* Left *\/\n\n.unboxing-left{\n\npadding-right:20px;\n\n}\n\n.unboxing-tag{\n\ndisplay:inline-block;\n\npadding:11px 24px;\n\nbackground:#FCF8F2;\n\nborder:1px solid #E8D7B5;\n\nborder-radius:40px;\n\nfont-size:13px;\n\nfont-weight:700;\n\nletter-spacing:2px;\n\ntext-transform:uppercase;\n\ncolor:#BE9253;\n\nmargin-bottom:24px;\n\n}\n\n.unboxing-left h2{\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:62px;\n\nline-height:1;\n\nmargin-bottom:24px;\n\ncolor:#2B2B2B;\n\n}\n\n.unboxing-left h2 span{\n\nbackground:linear-gradient(135deg,#A9762D,#D8B777);\n\n-webkit-background-clip:text;\n\n-webkit-text-fill-color:transparent;\n\n}\n\n.unboxing-left p{\n\nfont-size:17px;\n\nline-height:2;\n\ncolor:#6D6D6D;\n\nmargin-bottom:35px;\n\n}\n\n\/* Product Card *\/\n\n.product-box{\n\nbackground:linear-gradient(145deg,#FFFFFF,#FCFAF8);\n\nborder:1px solid #EEE5DD;\n\nborder-radius:30px;\n\npadding:40px;\n\nbox-shadow:0 22px 50px rgba(0,0,0,.05);\n\nposition:relative;\n\noverflow:hidden;\n\n}\n\n.product-box::before{\n\ncontent:\"\";\n\nposition:absolute;\n\ntop:-90px;\nright:-90px;\n\nwidth:200px;\nheight:200px;\n\nborder-radius:50%;\n\nbackground:radial-gradient(circle,\nrgba(190,146,83,.10),\ntransparent 70%);\n\n}\n\n.item{\n\ndisplay:flex;\n\nalign-items:flex-start;\n\ngap:18px;\n\npadding:18px 0;\n\nborder-bottom:1px solid #F2ECE4;\n\nposition:relative;\n\nz-index:2;\n\n}\n\n.item:last-child{\n\nborder-bottom:none;\n\n}\n\n.tick{\n\nwidth:48px;\nheight:48px;\n\ndisplay:flex;\n\nalign-items:center;\n\njustify-content:center;\n\nborder-radius:50%;\n\nbackground:linear-gradient(145deg,#D4B073,#BE9253);\n\ncolor:#FFF;\n\nfont-size:20px;\n\nfont-weight:bold;\n\nflex-shrink:0;\n\n}\n\n.item h3{\n\nfont-size:18px;\n\nmargin-bottom:6px;\n\ncolor:#2B2B2B;\n\n}\n\n.item p{\n\nfont-size:15px;\n\nline-height:1.8;\n\ncolor:#6D6D6D;\n\n}\n\n\/* Right *\/\n\n.spec-card{\n\nbackground:linear-gradient(145deg,#FFFDFB,#F9F5EF);\n\nborder:1px solid #ECE2D6;\n\nborder-radius:30px;\n\npadding:42px;\n\n}\n\n.spec-card h3{\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:40px;\n\nmargin-bottom:30px;\n\ncolor:#2B2B2B;\n\n}\n\n.spec-row{\n\ndisplay:flex;\n\njustify-content:space-between;\n\npadding:16px 0;\n\nborder-bottom:1px solid #EFE8DE;\n\nfont-size:16px;\n\n}\n\n.spec-row:last-child{\n\nborder-bottom:none;\n\n}\n\n.spec-title{\n\nfont-weight:600;\n\ncolor:#444;\n\n}\n\n.spec-value{\n\ncolor:#6D6D6D;\n\ntext-align:right;\n\n}\n\n@media(max-width:900px){\n\n.unboxing-wrap{\n\ngrid-template-columns:1fr;\n\n}\n\n.unboxing-left{\n\npadding-right:0;\n\n}\n\n.unboxing-left h2{\n\nfont-size:48px;\n\n}\n\n}\n\n\u003c\/style\u003e\n\n\u003csection class=\"cl-unboxing\"\u003e\n\n\u003cdiv class=\"unboxing-wrap\"\u003e\n\n\u003cdiv class=\"unboxing-left\"\u003e\n\n\u003cdiv class=\"unboxing-tag\"\u003e\n\n✦ WHAT'S INCLUDED\n\n\u003c\/div\u003e\n\n\u003ch2\u003e\n\nEverything You Need,\n\u003cspan\u003eBeautifully Packed\u003c\/span\u003e\n\n\u003c\/h2\u003e\n\n\u003cp\u003e\n\nEvery Colorlamb Compact Electric Shaver has been thoughtfully packaged to give you a premium beauty experience from the moment you open the box. Elegant, practical and ready to travel wherever life takes you.\n\n\u003c\/p\u003e\n\n\u003cdiv class=\"product-box\"\u003e\n\n\u003cdiv class=\"item\"\u003e\n\n\u003cdiv class=\"tick\"\u003e✓\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003ch3\u003eCompact Electric Shaver\u003c\/h3\u003e\n\n\u003cp\u003eDesigned for quick, comfortable grooming with a smooth, gentle finish.\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"item\"\u003e\n\n\u003cdiv class=\"tick\"\u003e✓\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003ch3\u003eProtective Travel Case\u003c\/h3\u003e\n\n\u003cp\u003eHelps keep your shaver clean, protected and ready for your next beauty touch-up.\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"item\"\u003e\n\n\u003cdiv class=\"tick\"\u003e✓\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003ch3\u003eUSB Charging Cable\u003c\/h3\u003e\n\n\u003cp\u003eRecharge easily at home or while travelling for convenient cordless use.\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-card\"\u003e\n\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-title\"\u003eCase Size\u003c\/span\u003e\n\n\u003cspan class=\"spec-value\"\u003e7.5 × 6.5 cm\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-title\"\u003eShaver Head\u003c\/span\u003e\n\n\u003cspan class=\"spec-value\"\u003e5 × 6 cm\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-title\"\u003ePower\u003c\/span\u003e\n\n\u003cspan class=\"spec-value\"\u003eRechargeable\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-title\"\u003eOperation\u003c\/span\u003e\n\n\u003cspan class=\"spec-value\"\u003eCordless\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-title\"\u003eSuitable For\u003c\/span\u003e\n\n\u003cspan class=\"spec-value\"\u003eFace \u0026amp; Body\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-title\"\u003eSkin Types\u003c\/span\u003e\n\n\u003cspan class=\"spec-value\"\u003eAll Skin Types\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e \u003c!-- ==========================================================\nGLAM HOUSE • BEAUTY PROMISE\nPlace at the very bottom of the product page\n=========================================================== --\u003e\n\n\u003cstyle\u003e\n\n.cl-promise{\n\nmax-width:1180px;\nmargin:100px auto 60px;\npadding:0 25px;\n\n}\n\n.promise-panel{\n\nposition:relative;\n\noverflow:hidden;\n\npadding:80px 60px;\n\nborder-radius:36px;\n\nbackground:\nlinear-gradient(145deg,#FFFFFF,#FCFAF8);\n\nborder:1px solid #EEE5DD;\n\nbox-shadow:\n0 30px 70px rgba(0,0,0,.06);\n\ntext-align:center;\n\n}\n\n\/* Soft Ambient Glow *\/\n\n.promise-panel::before{\n\ncontent:\"\";\n\nposition:absolute;\n\ntop:-180px;\nright:-120px;\n\nwidth:420px;\nheight:420px;\n\nbackground:\nradial-gradient(circle,\nrgba(190,146,83,.14),\ntransparent 72%);\n\nanimation:promiseGlow 10s ease-in-out infinite;\n\n}\n\n@keyframes promiseGlow{\n\n50%{\n\ntransform:translateY(35px);\n\n}\n\n}\n\n\/* Decorative Ring *\/\n\n.promise-panel::after{\n\ncontent:\"\";\n\nposition:absolute;\n\nleft:-120px;\nbottom:-120px;\n\nwidth:260px;\nheight:260px;\n\nborder-radius:50%;\n\nborder:35px solid rgba(190,146,83,.05);\n\n}\n\n.promise-tag{\n\ndisplay:inline-block;\n\npadding:12px 24px;\n\nbackground:#FCF8F2;\n\nborder:1px solid #E9D7B5;\n\nborder-radius:40px;\n\nfont-size:13px;\n\nfont-weight:700;\n\nletter-spacing:2px;\n\ntext-transform:uppercase;\n\ncolor:#BE9253;\n\nmargin-bottom:28px;\n\nposition:relative;\n\nz-index:2;\n\n}\n\n.promise-panel h2{\n\nposition:relative;\n\nz-index:2;\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:66px;\n\nline-height:1;\n\ncolor:#2B2B2B;\n\nmargin-bottom:24px;\n\n}\n\n.promise-panel h2 span{\n\nbackground:\nlinear-gradient(135deg,#A9762D,#D9B977);\n\n-webkit-background-clip:text;\n\n-webkit-text-fill-color:transparent;\n\n}\n\n.promise-panel p{\n\nposition:relative;\n\nz-index:2;\n\nmax-width:760px;\n\nmargin:0 auto;\n\nfont-size:18px;\n\nline-height:2;\n\ncolor:#6D6D6D;\n\n}\n\n\/* Beauty Values *\/\n\n.promise-values{\n\ndisplay:flex;\n\njustify-content:center;\n\nflex-wrap:wrap;\n\ngap:18px;\n\nmargin-top:50px;\n\nposition:relative;\n\nz-index:2;\n\n}\n\n.promise-values span{\n\npadding:14px 24px;\n\nborder-radius:50px;\n\nbackground:#FFF;\n\nborder:1px solid #EEE4DA;\n\nfont-size:13px;\n\nfont-weight:700;\n\nletter-spacing:1px;\n\ntext-transform:uppercase;\n\ncolor:#8A6635;\n\ntransition:.35s;\n\n}\n\n.promise-values span:hover{\n\nbackground:\nlinear-gradient(135deg,#D3AF72,#BE9253);\n\ncolor:#FFF;\n\ntransform:translateY(-5px);\n\n}\n\n\/* Signature *\/\n\n.promise-signature{\n\nposition:relative;\n\nz-index:2;\n\nmargin-top:55px;\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:38px;\n\nfont-style:italic;\n\ncolor:#BE9253;\n\n}\n\n.promise-closing{\n\nposition:relative;\n\nz-index:2;\n\nmargin-top:18px;\n\nfont-size:16px;\n\nline-height:1.9;\n\ncolor:#7A746F;\n\n}\n\n@media(max-width:768px){\n\n.promise-panel{\n\npadding:50px 30px;\n\n}\n\n.promise-panel h2{\n\nfont-size:46px;\n\n}\n\n.promise-signature{\n\nfont-size:30px;\n\n}\n\n}\n\n\u003c\/style\u003e\n\n\u003csection class=\"cl-promise\"\u003e\n\n\u003cdiv class=\"promise-panel\"\u003e\n\n\u003cdiv class=\"promise-tag\"\u003e\n\n✦ GLAM HOUSE BEAUTY\n\n\u003c\/div\u003e\n\n\u003ch2\u003e\n\nConfidence Looks\n\u003cspan\u003eBeautiful On You\u003c\/span\u003e\n\n\u003c\/h2\u003e\n\n\u003cp\u003e\n\nAt Glam House, we believe beauty should fit effortlessly into your everyday life. The Colorlamb Compact Electric Shaver has been selected to help you enjoy smooth, beautifully groomed skin with ease—whether you're getting ready at home, travelling, or refreshing your look on the go.\n\n\u003c\/p\u003e\n\n\u003cdiv class=\"promise-values\"\u003e\n\n\u003cspan\u003eTravel Friendly\u003c\/span\u003e\n\n\u003cspan\u003eRechargeable\u003c\/span\u003e\n\n\u003cspan\u003eGentle Care\u003c\/span\u003e\n\n\u003cspan\u003eModern Beauty\u003c\/span\u003e\n\n\u003cspan\u003eEveryday Confidence\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"promise-signature\"\u003e\n\nThe Glam House Collection\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"promise-closing\"\u003e\n\nBecause confidence begins with the little moments of self-care.\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"Glam House","offers":[{"title":"Purple","offer_id":47702845849778,"sku":null,"price":199.0,"currency_code":"ZAR","in_stock":true},{"title":"White","offer_id":47702845882546,"sku":null,"price":199.0,"currency_code":"ZAR","in_stock":true},{"title":"Baby Blue","offer_id":47702911451314,"sku":null,"price":199.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0771\/9652\/5746\/files\/colorlamb-flat-lay.png?v=1783763124"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0771\/9652\/5746\/collections\/colorlamb-campaign-shot.png?v=1783773716","url":"https:\/\/glamhouse.co.za\/collections\/devices.oembed","provider":"Glam House","version":"1.0","type":"link"}