{"product_id":"beauty-habit™-proglide-3x","title":"Beauty Habit™ ProGlide 3X","description":"\u003c!-- BEAUTY HABIT™ PROGLIDE 3X — PREMIUM PRODUCT DESCRIPTION --\u003e\n\n\u003cstyle\u003e\n  .bh-proglide {\n    background: linear-gradient(145deg, #050505 0%, #0d0d0d 45%, #030303 100%);\n    color: #f5f5f5;\n    font-family: Arial, Helvetica, sans-serif;\n    padding: 55px 25px;\n    margin: 0;\n    border-radius: 18px;\n    overflow: hidden;\n    position: relative;\n    box-shadow: 0 0 45px rgba(0,0,0,0.7);\n  }\n\n  .bh-proglide::before {\n    content: \"\";\n    position: absolute;\n    width: 450px;\n    height: 450px;\n    background: radial-gradient(circle, rgba(255,255,255,0.07), transparent 70%);\n    top: -220px;\n    right: -180px;\n    pointer-events: none;\n  }\n\n  .bh-proglide::after {\n    content: \"\";\n    position: absolute;\n    width: 350px;\n    height: 350px;\n    background: radial-gradient(circle, rgba(255,255,255,0.04), transparent 70%);\n    bottom: -180px;\n    left: -150px;\n    pointer-events: none;\n  }\n\n  .bh-hero {\n    text-align: center;\n    position: relative;\n    z-index: 2;\n    animation: bhFadeUp 1s ease forwards;\n  }\n\n  .bh-brand {\n    font-size: 12px;\n    letter-spacing: 5px;\n    text-transform: uppercase;\n    color: #999;\n    margin-bottom: 18px;\n    font-weight: 600;\n  }\n\n  .bh-hero h2 {\n    font-size: clamp(30px, 6vw, 58px);\n    line-height: 1.05;\n    margin: 0 0 18px;\n    font-weight: 800;\n    letter-spacing: -2px;\n    background: linear-gradient(90deg, #ffffff, #8f8f8f, #ffffff);\n    background-size: 200% auto;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    animation: bhShine 4s linear infinite;\n  }\n\n  .bh-tagline {\n    font-size: 18px;\n    color: #bdbdbd;\n    max-width: 650px;\n    margin: 0 auto;\n    line-height: 1.7;\n  }\n\n  .bh-divider {\n    width: 70px;\n    height: 2px;\n    background: #ffffff;\n    margin: 30px auto;\n    opacity: 0.7;\n  }\n\n  .bh-intro {\n    max-width: 780px;\n    margin: 45px auto 0;\n    text-align: center;\n    color: #c5c5c5;\n    font-size: 16px;\n    line-height: 1.8;\n    position: relative;\n    z-index: 2;\n  }\n\n  .bh-intro strong {\n    color: #ffffff;\n  }\n\n  .bh-section-title {\n    text-align: center;\n    font-size: 28px;\n    margin: 70px 0 35px;\n    font-weight: 800;\n    letter-spacing: -0.5px;\n  }\n\n  .bh-section-title span {\n    color: #999;\n  }\n\n  .bh-features {\n    max-width: 1000px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px;\n    position: relative;\n    z-index: 2;\n  }\n\n  .bh-card {\n    background: linear-gradient(145deg, rgba(255,255,255,0.07), rgba(255,255,255,0.025));\n    border: 1px solid rgba(255,255,255,0.1);\n    border-radius: 16px;\n    padding: 28px;\n    transition: all 0.35s ease;\n    position: relative;\n    overflow: hidden;\n    animation: bhFadeUp 0.8s ease both;\n  }\n\n  .bh-card:nth-child(1) { animation-delay: 0.1s; }\n  .bh-card:nth-child(2) { animation-delay: 0.2s; }\n  .bh-card:nth-child(3) { animation-delay: 0.3s; }\n  .bh-card:nth-child(4) { animation-delay: 0.4s; }\n  .bh-card:nth-child(5) { animation-delay: 0.5s; }\n\n  .bh-card::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: -100%;\n    width: 100%;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, #ffffff, transparent);\n    transition: 0.6s;\n  }\n\n  .bh-card:hover {\n    transform: translateY(-7px);\n    border-color: rgba(255,255,255,0.25);\n    box-shadow: 0 15px 35px rgba(0,0,0,0.45);\n  }\n\n  .bh-card:hover::before {\n    left: 100%;\n  }\n\n  .bh-icon {\n    font-size: 27px;\n    margin-bottom: 14px;\n    display: block;\n  }\n\n  .bh-card h3 {\n    margin: 0 0 10px;\n    font-size: 18px;\n    color: #ffffff;\n  }\n\n  .bh-card p {\n    margin: 0;\n    color: #aaa;\n    line-height: 1.7;\n    font-size: 14px;\n  }\n\n  .bh-goodbye {\n    max-width: 850px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 2;\n  }\n\n  .bh-goodbye-box {\n    background: linear-gradient(145deg, #101010, #070707);\n    border: 1px solid rgba(255,255,255,0.12);\n    border-radius: 20px;\n    padding: 35px;\n    box-shadow: inset 0 0 30px rgba(255,255,255,0.015);\n  }\n\n  .bh-goodbye-item {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    padding: 15px 0;\n    border-bottom: 1px solid rgba(255,255,255,0.07);\n    color: #bdbdbd;\n    transition: 0.3s ease;\n  }\n\n  .bh-goodbye-item:last-child {\n    border-bottom: none;\n  }\n\n  .bh-goodbye-item:hover {\n    color: #ffffff;\n    transform: translateX(7px);\n  }\n\n  .bh-x {\n    font-size: 19px;\n  }\n\n  .bh-bottom {\n    text-align: center;\n    margin-top: 65px;\n    padding-top: 40px;\n    border-top: 1px solid rgba(255,255,255,0.1);\n    position: relative;\n    z-index: 2;\n  }\n\n  .bh-bottom h3 {\n    font-size: 25px;\n    margin-bottom: 12px;\n  }\n\n  .bh-bottom p {\n    color: #999;\n    margin: 0;\n    line-height: 1.7;\n  }\n\n  @keyframes bhFadeUp {\n    from {\n      opacity: 0;\n      transform: translateY(25px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @keyframes bhShine {\n    0% { background-position: 0% center; }\n    100% { background-position: 200% center; }\n  }\n\n  @media (max-width: 700px) {\n    .bh-proglide {\n      padding: 40px 18px;\n    }\n\n    .bh-features {\n      grid-template-columns: 1fr;\n    }\n\n    .bh-card {\n      padding: 24px;\n    }\n\n    .bh-goodbye-box {\n      padding: 25px;\n    }\n\n    .bh-tagline {\n      font-size: 16px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"bh-proglide\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"bh-hero\"\u003e\n    \u003cdiv class=\"bh-brand\"\u003eBeauty Habit™\u003c\/div\u003e\n\n    \u003ch2\u003eProGlide 3X\u003c\/h2\u003e\n\n    \u003cdiv class=\"bh-tagline\"\u003e\n      ✨ Shave Smarter. Look Sharper. ✨\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bh-divider\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"bh-intro\"\u003e\n    Meet the \u003cstrong\u003eBeauty Habit™ ProGlide 3X\u003c\/strong\u003e — the premium rotary shaver engineered for the man who refuses to compromise on his grooming routine.\n    \u003cbr\u003e\u003cbr\u003e\n    Designed for effortless control, smooth performance, and everyday convenience, the ProGlide 3X brings a sharper grooming experience into the palm of your hand.\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003ch2 class=\"bh-section-title\"\u003e\n    🔥 Why \u003cspan\u003eYou'll Love It\u003c\/span\u003e\n  \u003c\/h2\u003e\n\n  \u003cdiv class=\"bh-features\"\u003e\n\n    \u003cdiv class=\"bh-card\"\u003e\n      \u003cspan class=\"bh-icon\"\u003e⚡\u003c\/span\u003e\n      \u003ch3\u003e3-Head Rotary Blades\u003c\/h3\u003e\n      \u003cp\u003e\n        Self-grinding precision blades follow every curve of your face for a smooth, comfortable shave with effortless coverage.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bh-card\"\u003e\n      \u003cspan class=\"bh-icon\"\u003e🤚\u003c\/span\u003e\n      \u003ch3\u003eErgonomic Grip\u003c\/h3\u003e\n      \u003cp\u003e\n        Designed to sit comfortably in your hand, giving you effortless control and precision with every pass.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bh-card\"\u003e\n      \u003cspan class=\"bh-icon\"\u003e🔋\u003c\/span\u003e\n      \u003ch3\u003eUSB-C Charging\u003c\/h3\u003e\n      \u003cp\u003e\n        Charge with ease wherever you are — from your laptop and car charger to your adapter or power bank. No excuses.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bh-card\"\u003e\n      \u003cspan class=\"bh-icon\"\u003e💡\u003c\/span\u003e\n      \u003ch3\u003eLED Indicator\u003c\/h3\u003e\n      \u003cp\u003e\n        Keep track of your battery status at a glance so you always know when it's time to recharge.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bh-card\"\u003e\n      \u003cspan class=\"bh-icon\"\u003e🖤\u003c\/span\u003e\n      \u003ch3\u003eSleek Matte Black Finish\u003c\/h3\u003e\n      \u003cp\u003e\n        A premium matte black design that looks as sharp on your bathroom counter as it feels in your hand.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- GOODBYE SECTION --\u003e\n  \u003ch2 class=\"bh-section-title\"\u003e\n    😤 Say \u003cspan\u003eGoodbye To\u003c\/span\u003e\n  \u003c\/h2\u003e\n\n  \u003cdiv class=\"bh-goodbye\"\u003e\n\n    \u003cdiv class=\"bh-goodbye-box\"\u003e\n\n      \u003cdiv class=\"bh-goodbye-item\"\u003e\n        \u003cspan class=\"bh-x\"\u003e❌\u003c\/span\u003e\n        \u003cspan\u003eRazor burns and skin irritation\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bh-goodbye-item\"\u003e\n        \u003cspan class=\"bh-x\"\u003e❌\u003c\/span\u003e\n        \u003cspan\u003eBulky, hard-to-hold shavers\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bh-goodbye-item\"\u003e\n        \u003cspan class=\"bh-x\"\u003e❌\u003c\/span\u003e\n        \u003cspan\u003eRunning out of charge with no way to recharge\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bh-goodbye-item\"\u003e\n        \u003cspan class=\"bh-x\"\u003e❌\u003c\/span\u003e\n        \u003cspan\u003eUneven, patchy shaves\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- BOTTOM --\u003e\n  \u003cdiv class=\"bh-bottom\"\u003e\n    \u003ch3\u003eSharper Grooming. Simplified.\u003c\/h3\u003e\n    \u003cp\u003e\n      Upgrade your daily routine with the Beauty Habit™ ProGlide 3X — engineered for effortless grooming and designed for the modern man.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Beauty Habit","offers":[{"title":"Default Title","offer_id":43023988752455,"sku":null,"price":0.0,"currency_code":"ZAR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0693\/6222\/1127\/files\/unboxing-dark-blue-background.png?v=1785424162","url":"https:\/\/beautyhabit.co.za\/products\/beauty-habit%e2%84%a2-proglide-3x","provider":"Beauty Habit","version":"1.0","type":"link"}