{"product_id":"solaraglow™-nano-trim","title":"SolaraGlow™ Nano Trim","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n:root{\n    --gold:#d4af6a;\n    --gold-light:#f4d7a1;\n    --gold-dark:#b8873d;\n    --text:#2d2d2d;\n    --soft:#666;\n    --card:#ffffffd9;\n}\n\n\/* RESET *\/\n\n*{\n    margin:0;\n    padding:0;\n    box-sizing:border-box;\n}\n\nhtml{\n    scroll-behavior:smooth;\n    -webkit-text-size-adjust:100%;\n}\n\nbody{\n    font-family:'Inter',sans-serif;\n    background:#f8f6f2;\n    color:var(--text);\n    overflow-x:hidden;\n    position:relative;\n    width:100%;\n}\n\n\/* BACKGROUND *\/\n\nbody::before{\n    content:'';\n    position:fixed;\n    inset:0;\n    background:\n    radial-gradient(circle at top left, rgba(212,175,106,0.10), transparent 35%),\n    radial-gradient(circle at bottom right, rgba(255,255,255,0.9), transparent 40%),\n    linear-gradient(135deg,#f8f6f2 0%,#efebe5 100%);\n    z-index:-3;\n}\n\n.marble{\n    position:fixed;\n    inset:0;\n    background-image:url('https:\/\/www.transparenttextures.com\/patterns\/marble.png');\n    opacity:0.08;\n    z-index:-2;\n}\n\n\/* GLOW *\/\n\n.glow{\n    position:fixed;\n    border-radius:50%;\n    filter:blur(100px);\n    z-index:-1;\n    animation:float 10s ease-in-out infinite alternate;\n}\n\n.glow1{\n    width:320px;\n    height:320px;\n    background:rgba(212,175,106,0.16);\n    top:-100px;\n    right:-100px;\n}\n\n.glow2{\n    width:260px;\n    height:260px;\n    background:rgba(255,255,255,0.85);\n    bottom:-100px;\n    left:-100px;\n}\n\n@keyframes float{\n    from{\n        transform:translateY(0px) translateX(0px);\n    }\n    to{\n        transform:translateY(40px) translateX(20px);\n    }\n}\n\n\/* TOPBAR *\/\n\n.topbar{\n    width:100%;\n    padding:12px 16px;\n    background:linear-gradient(to right,var(--gold),var(--gold-dark),var(--gold));\n    text-align:center;\n    color:white;\n    font-size:13px;\n    font-weight:600;\n    letter-spacing:0.5px;\n    line-height:1.5;\n}\n\n\/* HERO *\/\n\n.hero{\n    min-height:100vh;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    padding:70px 20px;\n    width:100%;\n}\n\n.hero-content{\n    width:100%;\n    max-width:1000px;\n    text-align:center;\n    animation:fadeUp 1s ease;\n}\n\n\/* BADGE *\/\n\n.badge{\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n    gap:8px;\n    padding:12px 20px;\n    border-radius:100px;\n    background:rgba(255,255,255,0.75);\n    border:1px solid rgba(212,175,106,0.2);\n    backdrop-filter:blur(20px);\n    margin-bottom:28px;\n    color:var(--gold-dark);\n    font-size:13px;\n    font-weight:600;\n    box-shadow:0 8px 30px rgba(0,0,0,0.05);\n}\n\n\/* TITLE *\/\n\n.hero h1{\n    font-family:'Cormorant Garamond',serif;\n    font-size:88px;\n    line-height:0.92;\n    margin-bottom:24px;\n    font-weight:700;\n    color:var(--gold);\n    text-shadow:\n    0 2px 0 #fff,\n    0 0 10px rgba(212,175,106,0.15);\n}\n\n\/* KEEP BRAND ON ONE LINE *\/\n\n.brand{\n    display:inline-block;\n    white-space:nowrap;\n}\n\n.hero-sub{\n    font-size:28px;\n    color:#444;\n    font-weight:600;\n    margin-bottom:25px;\n    line-height:1.4;\n}\n\n.hero p{\n    max-width:850px;\n    margin:auto;\n    color:#555;\n    line-height:2;\n    font-size:18px;\n}\n\n\/* BUTTONS *\/\n\n.hero-buttons{\n    margin-top:45px;\n    display:flex;\n    justify-content:center;\n    align-items:center;\n    gap:18px;\n    flex-wrap:wrap;\n}\n\n.btn{\n    padding:18px 38px;\n    border-radius:100px;\n    text-decoration:none;\n    transition:0.4s;\n    font-weight:600;\n    font-size:15px;\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n}\n\n.btn-gold{\n    background:linear-gradient(135deg,var(--gold-light),var(--gold));\n    color:white;\n    box-shadow:0 12px 35px rgba(212,175,106,0.3);\n}\n\n.btn-gold:hover{\n    transform:translateY(-5px);\n    box-shadow:0 18px 45px rgba(212,175,106,0.45);\n}\n\n.btn-outline{\n    border:1px solid rgba(0,0,0,0.08);\n    color:#333;\n    background:rgba(255,255,255,0.75);\n    backdrop-filter:blur(12px);\n}\n\n\/* TRUST *\/\n\n.trust{\n    margin-top:50px;\n    display:flex;\n    justify-content:center;\n    gap:18px;\n    flex-wrap:wrap;\n}\n\n.trust-item{\n    padding:14px 18px;\n    border-radius:18px;\n    background:rgba(255,255,255,0.7);\n    backdrop-filter:blur(12px);\n    color:#666;\n    font-size:14px;\n    border:1px solid rgba(212,175,106,0.12);\n}\n\n\/* SECTION *\/\n\n.section{\n    padding:90px 20px;\n}\n\n.section-title{\n    text-align:center;\n    margin-bottom:55px;\n}\n\n.section-title h2{\n    font-family:'Cormorant Garamond',serif;\n    font-size:66px;\n    color:#c89d52;\n    margin-bottom:12px;\n    line-height:1;\n}\n\n.section-title p{\n    color:#666;\n    font-size:18px;\n    line-height:1.8;\n    max-width:700px;\n    margin:auto;\n}\n\n\/* FEATURES *\/\n\n.features{\n    width:100%;\n    max-width:1200px;\n    margin:auto;\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));\n    gap:24px;\n}\n\n.card{\n    background:var(--card);\n    border:1px solid rgba(212,175,106,0.15);\n    border-radius:30px;\n    padding:36px 28px;\n    backdrop-filter:blur(18px);\n    box-shadow:0 10px 30px rgba(0,0,0,0.04);\n    transition:0.5s;\n    position:relative;\n    overflow:hidden;\n}\n\n.card::before{\n    content:'';\n    position:absolute;\n    width:220px;\n    height:220px;\n    background:radial-gradient(circle,rgba(212,175,106,0.14),transparent 70%);\n    top:-120px;\n    right:-120px;\n}\n\n.card:hover{\n    transform:translateY(-8px);\n    box-shadow:0 18px 40px rgba(212,175,106,0.12);\n}\n\n.icon{\n    font-size:38px;\n    margin-bottom:18px;\n}\n\n.card h3{\n    font-size:23px;\n    margin-bottom:14px;\n    color:#b8873d;\n    line-height:1.3;\n}\n\n.card p{\n    color:#555;\n    line-height:1.9;\n    font-size:15px;\n}\n\n\/* CTA *\/\n\n.cta{\n    padding:90px 20px;\n}\n\n.cta-box{\n    width:100%;\n    max-width:1200px;\n    margin:auto;\n    background:linear-gradient(145deg,#ffffff,#f4f1eb);\n    border-radius:40px;\n    padding:80px 30px;\n    text-align:center;\n    border:1px solid rgba(212,175,106,0.15);\n    box-shadow:0 25px 60px rgba(0,0,0,0.05);\n    position:relative;\n    overflow:hidden;\n}\n\n.cta-box::before{\n    content:'';\n    position:absolute;\n    width:450px;\n    height:450px;\n    background:radial-gradient(circle,rgba(212,175,106,0.14),transparent 70%);\n    top:-220px;\n    right:-100px;\n}\n\n.cta h2{\n    font-family:'Cormorant Garamond',serif;\n    font-size:72px;\n    color:#c89d52;\n    margin-bottom:18px;\n    line-height:1;\n}\n\n.cta p{\n    color:#555;\n    max-width:760px;\n    margin:auto;\n    line-height:2;\n    margin-bottom:35px;\n    font-size:18px;\n}\n\n\/* ANIMATIONS *\/\n\n@keyframes fadeUp{\n    from{\n        opacity:0;\n        transform:translateY(35px);\n    }\n    to{\n        opacity:1;\n        transform:translateY(0);\n    }\n}\n\n\/* TABLET *\/\n\n@media(max-width:900px){\n\n.hero{\n    min-height:auto;\n    padding-top:60px;\n    padding-bottom:60px;\n}\n\n.hero h1{\n    font-size:56px;\n}\n\n.hero-sub{\n    font-size:22px;\n}\n\n.hero p{\n    font-size:16px;\n    line-height:1.9;\n}\n\n.section-title h2,\n.cta h2{\n    font-size:46px;\n}\n\n.section-title p,\n.cta p{\n    font-size:16px;\n}\n\n}\n\n\/* MOBILE *\/\n\n@media(max-width:600px){\n\n.topbar{\n    font-size:11px;\n    padding:12px 10px;\n}\n\n.hero{\n    padding:55px 16px;\n}\n\n.hero h1{\n    font-size:40px;\n    line-height:1;\n    margin-bottom:20px;\n}\n\n.brand{\n    white-space:nowrap;\n    display:inline-block;\n}\n\n.hero-sub{\n    font-size:18px;\n    margin-bottom:20px;\n}\n\n.hero p{\n    font-size:14px;\n    line-height:1.9;\n}\n\n.badge{\n    font-size:11px;\n    padding:10px 16px;\n}\n\n.hero-buttons{\n    flex-direction:column;\n    gap:14px;\n    width:100%;\n}\n\n.btn{\n    width:100%;\n    padding:16px 20px;\n    font-size:14px;\n}\n\n.trust{\n    flex-direction:column;\n    gap:12px;\n}\n\n.trust-item{\n    width:100%;\n    font-size:13px;\n}\n\n.section{\n    padding:70px 16px;\n}\n\n.section-title{\n    margin-bottom:40px;\n}\n\n.section-title h2,\n.cta h2{\n    font-size:34px;\n}\n\n.section-title p,\n.cta p{\n    font-size:14px;\n    line-height:1.8;\n}\n\n.features{\n    grid-template-columns:1fr;\n    gap:18px;\n}\n\n.card{\n    padding:28px 22px;\n    border-radius:24px;\n}\n\n.card h3{\n    font-size:20px;\n}\n\n.card p{\n    font-size:14px;\n}\n\n.cta{\n    padding:70px 16px;\n}\n\n.cta-box{\n    padding:55px 22px;\n    border-radius:28px;\n}\n\n}\n\n\/* EXTRA SMALL DEVICES *\/\n\n@media(max-width:380px){\n\n.hero h1{\n    font-size:34px;\n}\n\n.hero-sub{\n    font-size:16px;\n}\n\n.section-title h2,\n.cta h2{\n    font-size:30px;\n}\n\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"marble\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"glow glow1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"glow glow2\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"topbar\"\u003e✨ LIMITED STOCK AVAILABLE • NATIONWIDE SHIPPING • PORTABLE LUXURY GROOMING\u003c\/div\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"badge\"\u003e✨ PREMIUM SELF-CARE TECHNOLOGY\u003c\/div\u003e\n\u003ch1\u003e\n\u003cspan class=\"brand\"\u003eSolaraGlow™\u003c\/span\u003e\u003cbr\u003eNano Trim\u003c\/h1\u003e\n\u003cdiv class=\"hero-sub\"\u003e✂️ Trim. File. Polish. One Device. Perfection.\u003c\/div\u003e\n\u003cp\u003eYou deserve nails that look like you just walked out of a salon — without the appointment, the waiting, or the cost. The SolaraGlow™ Nano Trim is a luxury 2-in-1 electric nail clipper and filer engineered for precision, safety and effortless elegance. \u003cbr\u003e\u003cbr\u003eImagine trimming your nails at midnight with a built-in LED light guiding every stroke. No more jagged edges. No more nicked skin. No more rough, uneven cuts that snag on everything. Just smooth, perfectly rounded nails — every single time, in seconds. \u003cbr\u003e\u003cbr\u003eWhether you're a busy professional, a new mum, or simply someone who believes their self-care routine deserves better — the Nano Trim was made for you. \u003cbr\u003e\u003cbr\u003eIts lightweight portable design makes it the perfect beauty essential for handbags, travel, office drawers or on-the-go touch-ups — because luxury self-care should always be within reach. \u003cbr\u003e\u003cbr\u003eAnd yes, it makes the most beautiful gift too. 🎁\u003c\/p\u003e\n\u003cdiv class=\"hero-buttons\"\u003e\n\u003ca class=\"btn btn-gold\" href=\"#\"\u003e Shop Now \u003c\/a\u003e \u003ca class=\"btn btn-outline\" href=\"#features\"\u003e Discover More \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust\"\u003e\n\u003cdiv class=\"trust-item\"\u003e💡 Built-In LED Precision Light\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e✈️ Portable \u0026amp; Travel Friendly\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e✨ Smooth Salon-Quality Finish\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"features\" class=\"section\"\u003e\n\u003cdiv class=\"section-title\"\u003e\n\u003ch2\u003eWhy Women Love Nano Trim\u003c\/h2\u003e\n\u003cp\u003eLuxury nail care designed to make every trim safer, smoother and effortlessly elegant.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e✂️\u003c\/div\u003e\n\u003ch3\u003e2-In-1 Precision Trimming\u003c\/h3\u003e\n\u003cp\u003eTrim and file your nails in one seamless motion for beautifully smooth, rounded results without rough edges.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e💡\u003c\/div\u003e\n\u003ch3\u003eBuilt-In LED Light\u003c\/h3\u003e\n\u003cp\u003eThe integrated precision light helps guide every movement for safer, more accurate trimming anytime — even at night.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eSalon-Smooth Finish\u003c\/h3\u003e\n\u003cp\u003eEngineered to leave nails looking polished, neat and professionally groomed in seconds from the comfort of home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch3\u003eGentle \u0026amp; Safe Design\u003c\/h3\u003e\n\u003cp\u003eDesigned to help reduce accidental cuts, jagged edges and discomfort for a safer self-care experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e✈️\u003c\/div\u003e\n\u003ch3\u003ePortable Luxury Essential\u003c\/h3\u003e\n\u003cp\u003eCompact, lightweight and travel-friendly so perfect nails are always with you wherever life takes you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🎁\u003c\/div\u003e\n\u003ch3\u003eBeautiful Gift Choice\u003c\/h3\u003e\n\u003cp\u003eElegant, practical and luxurious — making it the perfect self-care gift for loved ones or yourself.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"cta\"\u003e\n\u003cdiv class=\"cta-box\"\u003e\n\u003ch2\u003eLuxury Nail Care In Seconds\u003c\/h2\u003e\n\u003cp\u003eFrom late-night touch-ups to effortless everyday grooming, the SolaraGlow™ Nano Trim transforms nail care into a luxurious self-care experience.\u003c\/p\u003e\n\u003ca class=\"btn btn-gold\" href=\"#\"\u003e Get Yours Today \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"Solara Glow .co.za","offers":[{"title":"White","offer_id":48322702803101,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Orange","offer_id":48322702835869,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0766\/4199\/2861\/files\/image_5_d9826783-ecde-469a-88bc-296c1cdb764d.png?v=1778765160","url":"https:\/\/solaraglow.co.za\/products\/solaraglow%e2%84%a2-nano-trim","provider":"Solara Glow .co.za","version":"1.0","type":"link"}