{"product_id":"sleek-co-™-pro-straightener-brush","title":"Sleek\u0026Co.™ Pro Straightener Brush","description":"\u003cstyle\u003e\n\n.sleekco-luxury {\n\nfont-family:'Poppins',Arial,sans-serif;\nbackground:#111111;\npadding:80px 25px;\nborder-radius:35px;\noverflow:hidden;\nposition:relative;\ncolor:#FFFFFF;\n\n}\n\n\n\/* Luxury background glow *\/\n\n.sleekco-luxury:before {\n\ncontent:\"\";\nposition:absolute;\nwidth:600px;\nheight:600px;\n\nbackground:\nradial-gradient(circle,\nrgba(207,207,207,.18),\ntransparent 70%\n);\n\ntop:-250px;\nright:-200px;\n\nanimation:luxuryFloat 8s infinite alternate;\n\n}\n\n\n\n.sleek-wrapper {\n\nmax-width:1200px;\nwidth:100%;\nmargin:auto;\nposition:relative;\nz-index:2;\n\n}\n\n\n\n\/* Main heading *\/\n\n.sleek-title {\n\nfont-size:clamp(34px,5vw,55px);\n\nfont-weight:900;\n\nline-height:1.08;\n\nletter-spacing:-2px;\n\ntext-align:center;\n\nmargin-bottom:20px;\n\n\nbackground:\nlinear-gradient(\n90deg,\n#FFFFFF,\n#CFCFCF,\n#FFFFFF\n);\n\n-webkit-background-clip:text;\n\ncolor:transparent;\n\n}\n\n\n\n.sleek-subtitle {\n\nmax-width:850px;\n\nmargin:auto;\n\ntext-align:center;\n\nfont-size:20px;\n\nline-height:1.8;\n\ncolor:#E8E8E8;\n\n}\n\n\n.highlight {\n\ncolor:#B8B0A8;\n\nfont-weight:700;\n\n}\n\n\n\n\/* Hero message *\/\n\n\n.hero-box {\n\n\nmargin:55px auto 0;\n\nmax-width:900px;\n\npadding:40px;\n\ntext-align:center;\n\nborder-radius:30px;\n\n\nbackground:\nlinear-gradient(\n145deg,\nrgba(255,255,255,.12),\nrgba(255,255,255,.03)\n);\n\n\nborder:\n1px solid rgba(207,207,207,.25);\n\n\nbackdrop-filter:blur(15px);\n\n\n}\n\n\n\n.hero-box h2 {\n\nfont-size:34px;\n\nmargin-bottom:15px;\n\n}\n\n\n\n.hero-box p {\n\nfont-size:18px;\n\nline-height:1.7;\n\ncolor:#E8E8E8;\n\n}\n\n\n\n\/* Feature grid *\/\n\n\n.features {\n\ndisplay:grid;\n\ngrid-template-columns:repeat(3,1fr);\n\ngap:25px;\n\nmargin-top:60px;\n\n}\n\n\n\n.card {\n\n\nbackground:#FFFFFF;\n\ncolor:#111111;\n\npadding:35px;\n\nborder-radius:28px;\n\nborder:1px solid #E8E8E8;\n\ntransition:.4s;\n\n\n}\n\n\n\n.card:hover {\n\n\ntransform:translateY(-10px);\n\nbox-shadow:\n\n0 25px 60px rgba(255,255,255,.15);\n\n\n}\n\n\n\n.icon {\n\nfont-size:38px;\n\ndisplay:block;\n\nmargin-bottom:18px;\n\n}\n\n\n\n.card h3 {\n\nfont-size:22px;\n\nmargin-bottom:12px;\n\n}\n\n\n.card p {\n\nfont-size:16px;\n\nline-height:1.7;\n\ncolor:#555555;\n\n}\n\n\n\n\/* Bottom confidence *\/\n\n\n.confidence {\n\n\nmargin-top:60px;\n\nbackground:#E8E8E8;\n\ncolor:#111111;\n\npadding:45px;\n\nborder-radius:35px;\n\ntext-align:center;\n\n\n}\n\n\n\n.confidence h2 {\n\n\nfont-size:38px;\n\nmargin-bottom:15px;\n\n\n}\n\n\n\n.confidence span {\n\ncolor:#B8B0A8;\n\n}\n\n\n\n.confidence p {\n\nfont-size:18px;\n\nline-height:1.7;\n\n}\n\n\n\n.badge {\n\n\ndisplay:inline-block;\n\nmargin-top:30px;\n\npadding:14px 30px;\n\nborder-radius:50px;\n\nbackground:#111111;\n\ncolor:white;\n\nborder:1px solid #CFCFCF;\n\nfont-weight:600;\n\n}\n\n\n\n\/* Animations *\/\n\n\n@keyframes luxuryFloat {\n\nfrom {\n\ntransform:translateY(0);\n\n}\n\nto {\n\ntransform:translateY(70px);\n\n}\n\n}\n\n\n\n\/* TABLET *\/\n\n@media(max-width:900px){\n\n\n.features {\n\ngrid-template-columns:repeat(2,1fr);\n\n}\n\n\n}\n\n\n\n\/* MOBILE OPTIMIZATION *\/\n\n\n@media(max-width:600px){\n\n\n.sleekco-luxury {\n\npadding:45px 15px;\n\nborder-radius:25px;\n\n}\n\n\n\n.sleek-title {\n\nfont-size:34px;\n\nletter-spacing:-1px;\n\n}\n\n\n\n.sleek-subtitle {\n\nfont-size:16px;\n\nline-height:1.65;\n\n}\n\n\n\n.hero-box {\n\n\nmargin-top:35px;\n\npadding:25px 20px;\n\nborder-radius:22px;\n\n\n}\n\n\n\n.hero-box h2 {\n\nfont-size:25px;\n\n}\n\n\n\n.hero-box p {\n\nfont-size:16px;\n\n}\n\n\n\n.features {\n\n\ndisplay:flex;\n\nflex-direction:column;\n\ngap:18px;\n\nmargin-top:40px;\n\n\n}\n\n\n\n.card {\n\npadding:25px 22px;\n\nborder-radius:22px;\n\n}\n\n\n\n.card h3 {\n\nfont-size:20px;\n\n}\n\n\n\n.card p {\n\nfont-size:15px;\n\n}\n\n\n\n.confidence {\n\n\nmargin-top:40px;\n\npadding:30px 20px;\n\nborder-radius:25px;\n\n\n}\n\n\n\n.confidence h2 {\n\nfont-size:27px;\n\n}\n\n\n\n.confidence p {\n\nfont-size:16px;\n\n}\n\n\n\n.badge {\n\nfont-size:14px;\n\npadding:13px 22px;\n\n}\n\n\n\n}\n\n\n\n\/* SMALL PHONES *\/\n\n\n@media(max-width:380px){\n\n\n.sleek-title {\n\nfont-size:30px;\n\n}\n\n\n.sleekco-luxury {\n\npadding:40px 12px;\n\n}\n\n\n}\n\n\u003c\/style\u003e\n\u003csection class=\"sleekco-luxury\"\u003e\n\u003cdiv class=\"sleek-wrapper\"\u003e\n\u003ch1 class=\"sleek-title\"\u003eSalon-Smooth Hair. \u003cbr\u003eEffortless Confidence.\u003c\/h1\u003e\n\u003cp class=\"sleek-subtitle\"\u003eMeet the \u003cspan class=\"highlight\"\u003e Sleek\u0026amp;Co.™ Pro Straightener Brush \u003c\/span\u003e — the premium cordless styling tool designed for women who want beautifully smooth hair anytime, anywhere.\u003c\/p\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cspan class=\"icon\"\u003e🛡️\u003c\/span\u003e\n\u003ch3\u003eGentle Everyday Styling\u003c\/h3\u003e\n\u003cp\u003eBuilt-in heat protection helps you style regularly while caring for your beautiful strands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cspan class=\"icon\"\u003e🔋\u003c\/span\u003e\n\u003ch3\u003eCordless Freedom\u003c\/h3\u003e\n\u003cp\u003eUSB rechargeable and travel-ready, giving you effortless styling without being tied to an outlet. One charge, all day Confidence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cspan class=\"icon\"\u003e⚡\u003c\/span\u003e\n\u003ch3\u003eQuick Touch-Ups Anywhere\u003c\/h3\u003e\n\u003cp\u003ePerfect before work, dates, events, travel, or whenever your hair needs a quick refresh.\u003cspan class=\"icon\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"confidence\"\u003e\n\u003ch2\u003eBeautiful Hair. \u003cspan\u003e Everywhere You Go. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eFrom busy mornings to special moments, Sleek\u0026amp;Co. helps you create a polished look quickly — giving you more confidence and more time for what matters.\u003c\/p\u003e\n\u003cdiv class=\"badge\"\u003e🇿🇦 Proudly South African\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Sleek\u0026Co.","offers":[{"title":"Black","offer_id":52323092431079,"sku":null,"price":699.0,"currency_code":"ZAR","in_stock":true},{"title":"Beige","offer_id":52323137749223,"sku":null,"price":699.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0799\/2632\/9575\/files\/floating-tilt.png?v=1784135314","url":"https:\/\/sleekco.co.za\/products\/sleek-co-%e2%84%a2-pro-straightener-brush","provider":"Sleek\u0026Co.","version":"1.0","type":"link"}