{"product_id":"glow-go-portable-straightener-curler","title":"Glow \u0026 Go Portable Straightener \u0026 Curler","description":"\u003cstyle\u003e\n  .gg-product {\n    --taupe: #A3A3A3;\n    --primary: #2F6F73;\n    --secondary: #C8B49A;\n    --accent: #E7C86E;\n\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--primary);\n    max-width: 1100px;\n    margin: 0 auto;\n    line-height: 1.6;\n  }\n\n  .gg-product * {\n    box-sizing: border-box;\n  }\n\n  \/* HERO *\/\n  .gg-hero {\n    padding: 65px 35px;\n    text-align: center;\n    background: var(--secondary);\n    border-radius: 28px;\n    margin-bottom: 40px;\n    animation: fadeUp 0.8s ease;\n  }\n\n  .gg-eyebrow {\n    display: inline-block;\n    color: var(--primary);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    margin-bottom: 15px;\n  }\n\n  .gg-hero h2 {\n    color: var(--primary);\n    font-size: clamp(34px, 5vw, 58px);\n    line-height: 1.05;\n    margin: 0 auto 20px;\n    max-width: 800px;\n    font-weight: 800;\n    letter-spacing: -1px;\n  }\n\n  .gg-hero h2 span {\n    color: var(--accent);\n  }\n\n  .gg-hero p {\n    max-width: 700px;\n    margin: auto;\n    font-size: 18px;\n    color: var(--primary);\n  }\n\n  .gg-gold-line {\n    width: 70px;\n    height: 4px;\n    background: var(--accent);\n    margin: 28px auto;\n    border-radius: 10px;\n  }\n\n  \/* BENEFITS *\/\n  .gg-benefits {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n    margin-bottom: 60px;\n  }\n\n  .gg-benefit {\n    padding: 28px 20px;\n    text-align: center;\n    border-radius: 20px;\n    background: var(--taupe);\n    transition: transform .35s ease;\n  }\n\n  .gg-benefit:hover {\n    transform: translateY(-7px);\n  }\n\n  .gg-icon {\n    width: 50px;\n    height: 50px;\n    margin: 0 auto 13px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--accent);\n    color: var(--primary);\n    font-size: 22px;\n    font-weight: bold;\n  }\n\n  .gg-benefit strong {\n    display: block;\n    color: var(--primary);\n    font-size: 17px;\n    margin-bottom: 5px;\n  }\n\n  .gg-benefit span {\n    color: var(--primary);\n    font-size: 13px;\n  }\n\n  \/* SECTIONS *\/\n  .gg-section {\n    margin-bottom: 65px;\n  }\n\n  .gg-heading {\n    text-align: center;\n    margin-bottom: 35px;\n  }\n\n  .gg-heading small {\n    display: block;\n    color: var(--primary);\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    font-size: 11px;\n    font-weight: 700;\n    margin-bottom: 8px;\n  }\n\n  .gg-heading h3 {\n    color: var(--primary);\n    font-size: 34px;\n    margin: 0;\n    line-height: 1.15;\n  }\n\n  .gg-heading p {\n    max-width: 650px;\n    margin: 12px auto 0;\n    color: var(--primary);\n  }\n\n  \/* FEATURES *\/\n  .gg-features {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px;\n  }\n\n  .gg-feature {\n    position: relative;\n    padding: 28px;\n    border-radius: 20px;\n    background: var(--secondary);\n    border: 2px solid var(--taupe);\n    transition: transform .35s ease, border-color .35s ease;\n    overflow: hidden;\n    animation: fadeUp .7s ease both;\n  }\n\n  .gg-feature:hover {\n    transform: translateY(-6px);\n    border-color: var(--accent);\n  }\n\n  .gg-feature-number {\n    color: var(--accent);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 1px;\n  }\n\n  .gg-feature h4 {\n    color: var(--primary);\n    margin: 7px 0 8px;\n    font-size: 19px;\n  }\n\n  .gg-feature p {\n    color: var(--primary);\n    margin: 0;\n    font-size: 14px;\n  }\n\n  \/* STATEMENT *\/\n  .gg-statement {\n    padding: 60px 30px;\n    text-align: center;\n    border-radius: 25px;\n    background: var(--primary);\n    margin-bottom: 65px;\n    animation: fadeUp .8s ease;\n  }\n\n  .gg-statement h3 {\n    color: var(--accent);\n    margin: 0 auto 15px;\n    max-width: 700px;\n    font-size: clamp(28px, 4vw, 43px);\n    line-height: 1.15;\n  }\n\n  .gg-statement p {\n    color: var(--secondary);\n    margin: auto;\n    max-width: 650px;\n  }\n\n  \/* PERFECT FOR *\/\n  .gg-perfect {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 14px;\n  }\n\n  .gg-perfect-item {\n    padding: 18px 20px;\n    border-radius: 15px;\n    background: var(--taupe);\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    color: var(--primary);\n  }\n\n  .gg-check {\n    width: 26px;\n    height: 26px;\n    min-width: 26px;\n    border-radius: 50%;\n    background: var(--accent);\n    color: var(--primary);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 13px;\n    font-weight: bold;\n  }\n\n  \/* SPECIFICATIONS *\/\n  .gg-specs {\n    border-radius: 22px;\n    overflow: hidden;\n    border: 2px solid var(--taupe);\n  }\n\n  .gg-spec {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    padding: 18px 22px;\n    border-bottom: 2px solid var(--taupe);\n    background: var(--secondary);\n  }\n\n  .gg-spec:nth-child(even) {\n    background: var(--taupe);\n  }\n\n  .gg-spec:last-child {\n    border-bottom: 0;\n  }\n\n  .gg-spec strong {\n    color: var(--primary);\n  }\n\n  .gg-spec span {\n    text-align: right;\n    color: var(--primary);\n  }\n\n  \/* FINAL MESSAGE *\/\n  .gg-final {\n    text-align: center;\n    padding: 50px 25px 20px;\n  }\n\n  .gg-final h3 {\n    color: var(--primary);\n    font-size: 32px;\n    margin-bottom: 10px;\n  }\n\n  .gg-final p {\n    color: var(--primary);\n    max-width: 650px;\n    margin: 0 auto;\n  }\n\n  .gg-tagline {\n    display: inline-block;\n    margin-top: 25px;\n    padding: 14px 26px;\n    border-radius: 50px;\n    background: var(--accent);\n    color: var(--primary);\n    font-weight: 700;\n    font-size: 14px;\n  }\n\n  \/* ANIMATION *\/\n  @keyframes fadeUp {\n    from {\n      opacity: 0;\n      transform: translateY(25px);\n    }\n\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  .gg-feature:nth-child(2) {\n    animation-delay: .08s;\n  }\n\n  .gg-feature:nth-child(3) {\n    animation-delay: .16s;\n  }\n\n  .gg-feature:nth-child(4) {\n    animation-delay: .24s;\n  }\n\n  .gg-feature:nth-child(5) {\n    animation-delay: .32s;\n  }\n\n  .gg-feature:nth-child(6) {\n    animation-delay: .40s;\n  }\n\n  .gg-feature:nth-child(7) {\n    animation-delay: .48s;\n  }\n\n  .gg-feature:nth-child(8) {\n    animation-delay: .56s;\n  }\n\n  \/* MOBILE *\/\n  @media (max-width: 700px) {\n\n    .gg-hero {\n      padding: 45px 22px;\n      border-radius: 20px;\n    }\n\n    .gg-benefits,\n    .gg-features,\n    .gg-perfect {\n      grid-template-columns: 1fr;\n    }\n\n    .gg-section {\n      margin-bottom: 45px;\n    }\n\n    .gg-heading h3 {\n      font-size: 28px;\n    }\n\n    .gg-spec {\n      grid-template-columns: 1fr;\n      gap: 5px;\n    }\n\n    .gg-spec span {\n      text-align: left;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"gg-product\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"gg-hero\"\u003e\n\n    \u003cspan class=\"gg-eyebrow\"\u003e\n      Introducing Glow \u0026amp; Go\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      Beautiful Hair.\u003cbr\u003e\n      \u003cspan\u003eAnywhere. Anytime.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"gg-gold-line\"\u003e\u003c\/div\u003e\n\n    \u003cp\u003e\n      Meet the 2-in-1 Luxury Straightener \u0026amp; Curler designed for women\n      who want effortless styling without being tied to a plug point.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- QUICK BENEFITS --\u003e\n  \u003csection class=\"gg-benefits\"\u003e\n\n    \u003cdiv class=\"gg-benefit\"\u003e\n      \u003cdiv class=\"gg-icon\"\u003e✦\u003c\/div\u003e\n      \u003cstrong\u003e2-in-1 Styling\u003c\/strong\u003e\n      \u003cspan\u003eStraighten or curl with one sleek device.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gg-benefit\"\u003e\n      \u003cdiv class=\"gg-icon\"\u003e⌁\u003c\/div\u003e\n      \u003cstrong\u003eWireless Freedom\u003c\/strong\u003e\n      \u003cspan\u003eStyle wherever your day takes you.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gg-benefit\"\u003e\n      \u003cdiv class=\"gg-icon\"\u003e◌\u003c\/div\u003e\n      \u003cstrong\u003e4000mAh Battery\u003c\/strong\u003e\n      \u003cspan\u003eUSB rechargeable for convenient styling.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FEATURES --\u003e\n  \u003csection class=\"gg-section\"\u003e\n\n    \u003cdiv class=\"gg-heading\"\u003e\n\n      \u003csmall\u003eWhy You'll Love It\u003c\/small\u003e\n\n      \u003ch3\u003e\n        Luxury styling without the hassle.\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Designed around real life — busy mornings, last-minute plans,\n        travel days and everything in between.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"gg-features\"\u003e\n\n      \u003cdiv class=\"gg-feature\"\u003e\n        \u003cspan class=\"gg-feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003e2-in-1 Versatility\u003c\/h4\u003e\n        \u003cp\u003e\n          Switch between straight, sleek styles and beautiful curls\n          without carrying multiple styling tools.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gg-feature\"\u003e\n        \u003cspan class=\"gg-feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eWireless \u0026amp; Portable\u003c\/h4\u003e\n        \u003cp\u003e\n          No searching for a plug point. Keep it in your handbag,\n          gym bag or carry-on and style when you need it.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gg-feature\"\u003e\n        \u003cspan class=\"gg-feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003e4000mAh Rechargeable Battery\u003c\/h4\u003e\n        \u003cp\u003e\n          USB rechargeable and designed for convenient styling\n          wherever you are.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gg-feature\"\u003e\n        \u003cspan class=\"gg-feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eConstant Temperature Control\u003c\/h4\u003e\n        \u003cp\u003e\n          Thermostatic technology helps maintain consistent heat\n          for smooth and predictable styling.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gg-feature\"\u003e\n        \u003cspan class=\"gg-feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eAnti-Scald Protection\u003c\/h4\u003e\n        \u003cp\u003e\n          A cool-touch exterior adds confidence and comfort while\n          you're styling on the move.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gg-feature\"\u003e\n        \u003cspan class=\"gg-feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eIon Hair Care Technology\u003c\/h4\u003e\n        \u003cp\u003e\n          Negative-ion technology helps smooth the hair surface\n          for a shinier, more polished-looking finish.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gg-feature\"\u003e\n        \u003cspan class=\"gg-feature-number\"\u003e07\u003c\/span\u003e\n        \u003ch4\u003eWet \u0026amp; Dry Styling\u003c\/h4\u003e\n        \u003cp\u003e\n          Designed for use on wet and dry hair, giving you greater\n          flexibility throughout your routine.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gg-feature\"\u003e\n        \u003cspan class=\"gg-feature-number\"\u003e08\u003c\/span\u003e\n        \u003ch4\u003eMini Compact Design\u003c\/h4\u003e\n        \u003cp\u003e\n          Slim, lightweight and easy to take with you — because\n          great hair shouldn't take up half your luggage.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- BRAND STATEMENT --\u003e\n  \u003csection class=\"gg-statement\"\u003e\n\n    \u003ch3\u003e\n      Your hair doesn't have to wait for you to get home.\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      From unexpected plans to last-minute touch-ups,\n      Glow \u0026amp; Go gives you the freedom to look polished\n      wherever the day takes you.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- PERFECT FOR --\u003e\n  \u003csection class=\"gg-section\"\u003e\n\n    \u003cdiv class=\"gg-heading\"\u003e\n\n      \u003csmall\u003eMade For Your Lifestyle\u003c\/small\u003e\n\n      \u003ch3\u003e\n        Perfect for...\n      \u003c\/h3\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"gg-perfect\"\u003e\n\n      \u003cdiv class=\"gg-perfect-item\"\u003e\n        \u003cdiv class=\"gg-check\"\u003e✓\u003c\/div\u003e\n        \u003cspan\u003eBusy mornings when every minute counts\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gg-perfect-item\"\u003e\n        \u003cdiv class=\"gg-check\"\u003e✓\u003c\/div\u003e\n        \u003cspan\u003eQuick touch-ups before meetings or events\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gg-perfect-item\"\u003e\n        \u003cdiv class=\"gg-check\"\u003e✓\u003c\/div\u003e\n        \u003cspan\u003eTravel and holidays\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gg-perfect-item\"\u003e\n        \u003cdiv class=\"gg-check\"\u003e✓\u003c\/div\u003e\n        \u003cspan\u003eGym bags and handbags\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gg-perfect-item\"\u003e\n        \u003cdiv class=\"gg-check\"\u003e✓\u003c\/div\u003e\n        \u003cspan\u003eLast-minute styling emergencies\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gg-perfect-item\"\u003e\n        \u003cdiv class=\"gg-check\"\u003e✓\u003c\/div\u003e\n        \u003cspan\u003eAnyone who wants two tools in one\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- TECHNICAL SPECIFICATIONS --\u003e\n  \u003csection class=\"gg-section\"\u003e\n\n    \u003cdiv class=\"gg-heading\"\u003e\n\n      \u003csmall\u003eThe Details\u003c\/small\u003e\n\n      \u003ch3\u003e\n        Technical Specifications\n      \u003c\/h3\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"gg-specs\"\u003e\n\n      \u003cdiv class=\"gg-spec\"\u003e\n        \u003cstrong\u003eBattery Type\u003c\/strong\u003e\n        \u003cspan\u003eLithium 18650 Series\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gg-spec\"\u003e\n        \u003cstrong\u003eBattery Capacity\u003c\/strong\u003e\n        \u003cspan\u003e4000mAh\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gg-spec\"\u003e\n        \u003cstrong\u003eCharging\u003c\/strong\u003e\n        \u003cspan\u003eUSB Rechargeable\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gg-spec\"\u003e\n        \u003cstrong\u003eSuitable Hair Types\u003c\/strong\u003e\n        \u003cspan\u003eWet \u0026amp; Dry\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gg-spec\"\u003e\n        \u003cstrong\u003eSpecial Features\u003c\/strong\u003e\n        \u003cspan\u003eAnti-Scald, Thermostatic Control, Ion Care\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gg-spec\"\u003e\n        \u003cstrong\u003eCord Length\u003c\/strong\u003e\n        \u003cspan\u003eBelow 1.5m\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gg-spec\"\u003e\n        \u003cstrong\u003eDesign\u003c\/strong\u003e\n        \u003cspan\u003eMini, Portable, Wireless\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FINAL SALES MESSAGE --\u003e\n  \u003csection class=\"gg-final\"\u003e\n\n    \u003ch3\u003e\n      Because life doesn't always come with a plug point.\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Keep your style within reach. Glow \u0026amp; Go combines\n      straightening and curling in one elegant, portable device\n      made for modern life.\n    \u003c\/p\u003e\n\n    \u003cspan class=\"gg-tagline\"\u003e\n      Beautiful hair shouldn't require a salon appointment — or a plug point.\n    \u003c\/span\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Glow \u0026 Go","offers":[{"title":"Black","offer_id":46529431142457,"sku":null,"price":700.0,"currency_code":"ZAR","in_stock":true},{"title":"White","offer_id":46529431175225,"sku":null,"price":700.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0821\/8506\/0409\/files\/ChatGPTImageSep17_2026_11_23_06AM.png?v=1789637013","url":"https:\/\/www.floofco.co.za\/products\/glow-go-portable-straightener-curler","provider":"Glow \u0026 Go","version":"1.0","type":"link"}