{"title":"For Him","description":"\u003cp\u003ePremium grooming tools engineered for him. From precision beard kits to ProGlide shavers — sharpen your edge.\u003c\/p\u003e","products":[{"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":899.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0693\/6222\/1127\/files\/unboxing-dark-blue-background.png?v=1785424162"},{"product_id":"beauty-habit™-rawedge-the-ultimate-beard-kit","title":"Beauty Habit™ RawEdge — The Ultimate Beard Kit","description":"\u003cstyle\u003e\n  .rawedge-wrapper {\n    position: relative;\n    overflow: hidden;\n    padding: 50px 25px;\n    margin: 0 auto;\n    max-width: 1100px;\n    color: #f5efe6;\n    font-family: Arial, Helvetica, sans-serif;\n    background:\n      linear-gradient(rgba(18, 12, 8, 0.88), rgba(10, 7, 5, 0.94)),\n      repeating-linear-gradient(\n        90deg,\n        #3a2415 0px,\n        #4a2e1b 4px,\n        #24150d 9px,\n        #513521 15px,\n        #2b190f 22px\n      );\n    border-radius: 18px;\n    box-shadow: 0 20px 60px rgba(0,0,0,0.65);\n  }\n\n  .rawedge-wrapper::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background:\n      repeating-linear-gradient(\n        8deg,\n        transparent 0px,\n        transparent 28px,\n        rgba(255,255,255,0.025) 30px,\n        transparent 34px\n      );\n    pointer-events: none;\n  }\n\n  .rawedge-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .rawedge-hero {\n    text-align: center;\n    padding: 25px 10px 45px;\n    animation: rawFade 1.2s ease forwards;\n  }\n\n  .rawedge-badge {\n    display: inline-block;\n    padding: 8px 18px;\n    margin-bottom: 18px;\n    border: 1px solid rgba(218, 174, 111, 0.55);\n    border-radius: 50px;\n    color: #d8ad70;\n    font-size: 12px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    background: rgba(0,0,0,0.3);\n    box-shadow: 0 0 25px rgba(218,174,111,0.12);\n  }\n\n  .rawedge-title {\n    font-size: clamp(34px, 6vw, 62px);\n    line-height: 1.05;\n    margin: 0;\n    font-weight: 800;\n    letter-spacing: -1px;\n    color: #f6ead8;\n    text-shadow: 0 4px 20px rgba(0,0,0,0.8);\n  }\n\n  .rawedge-title span {\n    color: #d5a866;\n  }\n\n  .rawedge-tagline {\n    font-size: 18px;\n    color: #d7c4ad;\n    margin: 20px auto 0;\n    max-width: 700px;\n    line-height: 1.7;\n  }\n\n  .rawedge-divider {\n    width: 90px;\n    height: 2px;\n    margin: 28px auto;\n    background: #c79a5b;\n    box-shadow: 0 0 18px rgba(199,154,91,0.5);\n  }\n\n  .rawedge-section-title {\n    text-align: center;\n    font-size: 30px;\n    margin: 40px 0 28px;\n    color: #f1dfc4;\n  }\n\n  .rawedge-section-title span {\n    color: #cda265;\n  }\n\n  .rawedge-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px;\n  }\n\n  .rawedge-card {\n    position: relative;\n    padding: 25px;\n    border-radius: 14px;\n    background: linear-gradient(\n      145deg,\n      rgba(76, 49, 29, 0.72),\n      rgba(20, 13, 8, 0.88)\n    );\n    border: 1px solid rgba(214, 170, 105, 0.22);\n    box-shadow: 0 10px 30px rgba(0,0,0,0.35);\n    transition: all 0.4s ease;\n    opacity: 0;\n    animation: rawSlideUp 0.8s ease forwards;\n  }\n\n  .rawedge-card:nth-child(1) { animation-delay: 0.15s; }\n  .rawedge-card:nth-child(2) { animation-delay: 0.25s; }\n  .rawedge-card:nth-child(3) { animation-delay: 0.35s; }\n  .rawedge-card:nth-child(4) { animation-delay: 0.45s; }\n  .rawedge-card:nth-child(5) { animation-delay: 0.55s; }\n  .rawedge-card:nth-child(6) { animation-delay: 0.65s; }\n\n  .rawedge-card:hover {\n    transform: translateY(-7px);\n    border-color: rgba(218,174,111,0.6);\n    box-shadow: 0 18px 40px rgba(0,0,0,0.55);\n  }\n\n  .rawedge-icon {\n    font-size: 34px;\n    margin-bottom: 12px;\n    display: block;\n  }\n\n  .rawedge-card h3 {\n    margin: 0 0 10px;\n    color: #e2b979;\n    font-size: 19px;\n  }\n\n  .rawedge-card p {\n    margin: 0;\n    color: #d9cbbb;\n    line-height: 1.65;\n    font-size: 15px;\n  }\n\n  .rawedge-benefits {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .rawedge-benefit {\n    padding: 16px 18px;\n    border-left: 3px solid #bd8c4d;\n    background: rgba(0,0,0,0.3);\n    border-radius: 0 10px 10px 0;\n    color: #eadcc9;\n    transition: 0.3s ease;\n  }\n\n  .rawedge-benefit:hover {\n    background: rgba(105, 70, 37, 0.35);\n    transform: translateX(5px);\n  }\n\n  .rawedge-goodbye {\n    margin-top: 35px;\n    padding: 30px;\n    border-radius: 15px;\n    background: rgba(0,0,0,0.35);\n    border: 1px solid rgba(255,255,255,0.08);\n  }\n\n  .rawedge-goodbye ul {\n    list-style: none;\n    padding: 0;\n    margin: 20px 0 0;\n  }\n\n  .rawedge-goodbye li {\n    padding: 10px 0;\n    color: #d9cbbb;\n    border-bottom: 1px solid rgba(255,255,255,0.06);\n  }\n\n  .rawedge-goodbye li:last-child {\n    border-bottom: none;\n  }\n\n  .rawedge-final {\n    text-align: center;\n    margin-top: 45px;\n    padding: 35px 20px;\n    border-radius: 15px;\n    background: linear-gradient(\n      135deg,\n      rgba(91, 59, 32, 0.5),\n      rgba(14, 9, 5, 0.8)\n    );\n    border: 1px solid rgba(208,164,96,0.25);\n  }\n\n  .rawedge-final h2 {\n    margin: 0;\n    font-size: 30px;\n    color: #e2b979;\n  }\n\n  .rawedge-final p {\n    color: #e5d6c4;\n    font-size: 18px;\n    margin: 15px 0 0;\n  }\n\n  @keyframes rawFade {\n    from {\n      opacity: 0;\n      transform: translateY(20px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @keyframes rawSlideUp {\n    from {\n      opacity: 0;\n      transform: translateY(30px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @media (max-width: 700px) {\n    .rawedge-wrapper {\n      padding: 35px 16px;\n      border-radius: 10px;\n    }\n\n    .rawedge-grid,\n    .rawedge-benefits {\n      grid-template-columns: 1fr;\n    }\n\n    .rawedge-title {\n      font-size: 38px;\n    }\n\n    .rawedge-tagline {\n      font-size: 16px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"rawedge-wrapper\"\u003e\n  \u003cdiv class=\"rawedge-content\"\u003e\n\n```\n\u003cdiv class=\"rawedge-hero\"\u003e\n  \u003cdiv class=\"rawedge-badge\"\u003eBeauty Habit™ • Premium Grooming\u003c\/div\u003e\n\n  \u003ch1 class=\"rawedge-title\"\u003e\n    Meet \u003cspan\u003eRawEdge\u003c\/span\u003e\n  \u003c\/h1\u003e\n\n  \u003cdiv class=\"rawedge-divider\"\u003e\u003c\/div\u003e\n\n  \u003cp class=\"rawedge-tagline\"\u003e\n    🪒 \u003cstrong\u003eOwn Your Look. Command the Room.\u003c\/strong\u003e\u003cbr\u003e\n    Built for the man who takes his beard seriously.\n  \u003c\/p\u003e\n\n  \u003cp class=\"rawedge-tagline\"\u003e\n    The \u003cstrong\u003eBeauty Habit™ RawEdge\u003c\/strong\u003e is a complete 6-piece\n    precision grooming kit designed to help you shape, style, and maintain\n    a beard that demands attention.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003ch2 class=\"rawedge-section-title\"\u003e\n  🔥 What's \u003cspan\u003eIn The Kit\u003c\/span\u003e\n\u003c\/h2\u003e\n\n\u003cdiv class=\"rawedge-grid\"\u003e\n\n  \u003cdiv class=\"rawedge-card\"\u003e\n    \u003cspan class=\"rawedge-icon\"\u003e🪮\u003c\/span\u003e\n    \u003ch3\u003eBoar Bristle Beard Brush\u003c\/h3\u003e\n    \u003cp\u003e\n      Soft, dense natural bristles designed to tame, shape, and add\n      natural-looking shine while helping keep your beard looking refined.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rawedge-card\"\u003e\n    \u003cspan class=\"rawedge-icon\"\u003e🪵\u003c\/span\u003e\n    \u003ch3\u003eDouble-Sided Wooden Comb\u003c\/h3\u003e\n    \u003cp\u003e\n      An antistatic design featuring fine and wide teeth to help manage\n      different beard lengths and styles with ease.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rawedge-card\"\u003e\n    \u003cspan class=\"rawedge-icon\"\u003e✂️\u003c\/span\u003e\n    \u003ch3\u003ePrecision Grooming Scissors\u003c\/h3\u003e\n    \u003cp\u003e\n      Sharp, balanced, and made for detailed trimming when you want\n      cleaner edges and a more polished beard shape.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rawedge-card\"\u003e\n    \u003cspan class=\"rawedge-icon\"\u003e🖌️\u003c\/span\u003e\n    \u003ch3\u003eShaving Brush\u003c\/h3\u003e\n    \u003cp\u003e\n      Build a rich lather and elevate your grooming routine for a smoother,\n      more comfortable shaving experience.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rawedge-card\"\u003e\n    \u003cspan class=\"rawedge-icon\"\u003e⚙️\u003c\/span\u003e\n    \u003ch3\u003eStainless Steel Lion Comb\u003c\/h3\u003e\n    \u003cp\u003e\n      Pocket-sized, durable, and built for everyday grooming wherever your\n      routine takes you.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rawedge-card\"\u003e\n    \u003cspan class=\"rawedge-icon\"\u003e🎒\u003c\/span\u003e\n    \u003ch3\u003eDrawstring Storage Bag\u003c\/h3\u003e\n    \u003cp\u003e\n      Keep your grooming essentials organized at home or pack your complete\n      kit for effortless grooming on the go.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003ch2 class=\"rawedge-section-title\"\u003e\n  💪 Why \u003cspan\u003eRawEdge?\u003c\/span\u003e\n\u003c\/h2\u003e\n\n\u003cdiv class=\"rawedge-benefits\"\u003e\n  \u003cdiv class=\"rawedge-benefit\"\u003e✅ Helps tame beard frizz and flyaways\u003c\/div\u003e\n  \u003cdiv class=\"rawedge-benefit\"\u003e✅ Helps distribute natural beard oils\u003c\/div\u003e\n  \u003cdiv class=\"rawedge-benefit\"\u003e✅ Antistatic comb design\u003c\/div\u003e\n  \u003cdiv class=\"rawedge-benefit\"\u003e✅ Complete grooming kit in one set\u003c\/div\u003e\n  \u003cdiv class=\"rawedge-benefit\"\u003e✅ Multiple tools for shaping and styling\u003c\/div\u003e\n  \u003cdiv class=\"rawedge-benefit\"\u003e✅ Travel-ready storage bag included\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"rawedge-goodbye\"\u003e\n  \u003ch2 class=\"rawedge-section-title\" style=\"margin-top:0;\"\u003e\n    😤 Say Goodbye To\n  \u003c\/h2\u003e\n\n  \u003cul\u003e\n    \u003cli\u003e❌ Unruly, untamed beards\u003c\/li\u003e\n    \u003cli\u003e❌ The frustration of beard itch and flyaways\u003c\/li\u003e\n    \u003cli\u003e❌ Cheap grooming tools that don't belong in your routine\u003c\/li\u003e\n    \u003cli\u003e❌ Looking like you don't care about your appearance\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"rawedge-final\"\u003e\n  \u003ch2\u003eReal Care. Real You. 🖤\u003c\/h2\u003e\n  \u003cp\u003e\n    Your beard is part of your signature. Shape it. Style it.\n    Own it with \u003cstrong\u003eBeauty Habit™ RawEdge.\u003c\/strong\u003e\n  \u003c\/p\u003e\n\u003c\/div\u003e\n```\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Beauty Habit","offers":[{"title":"Default Title","offer_id":43024051339335,"sku":null,"price":549.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0693\/6222\/1127\/files\/beard-kit-round-brush-steel-comb.png?v=1785428655"},{"product_id":"beauty-habit™-rawedge","title":"Beauty Habit™ RawEdge","description":"\u003c!-- BEAUTY HABIT™ RAWEDGE — PREMIUM DARKEDGE ROLLER PRODUCT DESCRIPTION --\u003e\n\u003cdiv class=\"bh-rawedge\"\u003e\n\n  \u003cstyle\u003e\n    .bh-rawedge {\n      --black: #070707;\n      --dark: #0d0d0d;\n      --dark2: #141414;\n      --gold: #c9a96a;\n      --gold-light: #f0d59a;\n      --white: #f5f5f5;\n      --muted: #a6a6a6;\n      font-family: Arial, Helvetica, sans-serif;\n      background: linear-gradient(145deg, #050505, #101010 50%, #060606);\n      color: var(--white);\n      padding: 0;\n      margin: 0;\n      overflow: hidden;\n      border-radius: 18px;\n      box-shadow: 0 20px 60px rgba(0,0,0,.45);\n    }\n\n    .bh-rawedge * {\n      box-sizing: border-box;\n    }\n\n    .bh-hero {\n      position: relative;\n      padding: 70px 25px;\n      text-align: center;\n      background:\n        radial-gradient(circle at 50% 0%, rgba(201,169,106,.16), transparent 35%),\n        linear-gradient(180deg, #111 0%, #050505 100%);\n      border-bottom: 1px solid rgba(201,169,106,.25);\n    }\n\n    .bh-hero::before {\n      content: \"\";\n      position: absolute;\n      inset: 20px;\n      border: 1px solid rgba(201,169,106,.12);\n      border-radius: 14px;\n      pointer-events: none;\n    }\n\n    .bh-eyebrow {\n      display: inline-block;\n      color: var(--gold-light);\n      font-size: 11px;\n      letter-spacing: 4px;\n      text-transform: uppercase;\n      font-weight: 700;\n      margin-bottom: 20px;\n      animation: fadeUp .8s ease forwards;\n    }\n\n    .bh-hero h2 {\n      margin: 0 auto 18px;\n      max-width: 850px;\n      font-size: clamp(32px, 6vw, 64px);\n      line-height: 1.05;\n      letter-spacing: -2px;\n      font-weight: 900;\n      text-transform: uppercase;\n      background: linear-gradient(90deg, #fff, #c9a96a, #fff);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-size: 200% auto;\n      animation: shine 5s linear infinite, fadeUp .8s ease forwards;\n    }\n\n    .bh-hero p {\n      max-width: 700px;\n      margin: 0 auto;\n      color: #bdbdbd;\n      font-size: 16px;\n      line-height: 1.8;\n      animation: fadeUp 1s ease forwards;\n    }\n\n    .bh-badge {\n      display: inline-block;\n      margin-top: 30px;\n      padding: 12px 22px;\n      border: 1px solid rgba(201,169,106,.45);\n      border-radius: 50px;\n      color: var(--gold-light);\n      font-size: 12px;\n      font-weight: 700;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n      box-shadow: 0 0 25px rgba(201,169,106,.08);\n    }\n\n    .bh-section {\n      padding: 60px 25px;\n      max-width: 1100px;\n      margin: auto;\n    }\n\n    .bh-title {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    .bh-title span {\n      display: block;\n      color: var(--gold);\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 3px;\n      text-transform: uppercase;\n      margin-bottom: 12px;\n    }\n\n    .bh-title h3 {\n      margin: 0;\n      font-size: clamp(26px, 4vw, 42px);\n      text-transform: uppercase;\n      letter-spacing: -1px;\n      color: #fff;\n    }\n\n    .bh-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 18px;\n    }\n\n    .bh-card {\n      position: relative;\n      background: linear-gradient(145deg, #171717, #0b0b0b);\n      padding: 28px;\n      border-radius: 14px;\n      border: 1px solid rgba(255,255,255,.07);\n      transition: all .35s ease;\n      overflow: hidden;\n    }\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, var(--gold), transparent);\n      transition: .5s ease;\n    }\n\n    .bh-card:hover {\n      transform: translateY(-6px);\n      border-color: rgba(201,169,106,.35);\n      box-shadow: 0 15px 40px rgba(0,0,0,.45);\n    }\n\n    .bh-card:hover::before {\n      left: 100%;\n    }\n\n    .bh-icon {\n      font-size: 28px;\n      margin-bottom: 16px;\n      display: block;\n    }\n\n    .bh-card h4 {\n      margin: 0 0 10px;\n      color: var(--gold-light);\n      font-size: 17px;\n      letter-spacing: .3px;\n    }\n\n    .bh-card p {\n      margin: 0;\n      color: #aaa;\n      font-size: 14px;\n      line-height: 1.7;\n    }\n\n    .bh-dark-section {\n      background: #080808;\n      border-top: 1px solid rgba(255,255,255,.05);\n      border-bottom: 1px solid rgba(255,255,255,.05);\n    }\n\n    .bh-list {\n      max-width: 750px;\n      margin: auto;\n    }\n\n    .bh-list-item {\n      display: flex;\n      align-items: center;\n      gap: 15px;\n      padding: 17px 20px;\n      margin-bottom: 10px;\n      background: #111;\n      border: 1px solid rgba(255,255,255,.06);\n      border-radius: 10px;\n      transition: .3s ease;\n    }\n\n    .bh-list-item:hover {\n      transform: translateX(6px);\n      border-color: rgba(201,169,106,.3);\n    }\n\n    .bh-check {\n      color: #d8b978;\n      font-size: 18px;\n      min-width: 24px;\n    }\n\n    .bh-cross {\n      color: #777;\n      font-size: 18px;\n      min-width: 24px;\n    }\n\n    .bh-list-item strong {\n      font-size: 14px;\n      color: #e5e5e5;\n    }\n\n    .bh-use {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 15px;\n    }\n\n    .bh-step {\n      position: relative;\n      text-align: center;\n      padding: 30px 18px;\n      background: linear-gradient(145deg, #151515, #090909);\n      border-radius: 14px;\n      border: 1px solid rgba(201,169,106,.12);\n    }\n\n    .bh-number {\n      width: 45px;\n      height: 45px;\n      margin: 0 auto 18px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border-radius: 50%;\n      border: 1px solid var(--gold);\n      color: var(--gold-light);\n      font-weight: 800;\n      font-size: 14px;\n    }\n\n    .bh-step h4 {\n      margin: 0 0 10px;\n      font-size: 15px;\n      color: #fff;\n    }\n\n    .bh-step p {\n      margin: 0;\n      color: #999;\n      font-size: 13px;\n      line-height: 1.6;\n    }\n\n    .bh-final {\n      text-align: center;\n      padding: 75px 25px;\n      background:\n        radial-gradient(circle at center, rgba(201,169,106,.12), transparent 45%),\n        #070707;\n    }\n\n    .bh-final h3 {\n      margin: 0 0 15px;\n      font-size: clamp(28px, 5vw, 48px);\n      text-transform: uppercase;\n      letter-spacing: -1px;\n    }\n\n    .bh-final p {\n      max-width: 600px;\n      margin: auto;\n      color: #aaa;\n      line-height: 1.8;\n      font-size: 15px;\n    }\n\n    .bh-line {\n      width: 70px;\n      height: 2px;\n      background: linear-gradient(90deg, transparent, var(--gold), transparent);\n      margin: 25px auto;\n    }\n\n    @keyframes fadeUp {\n      from {\n        opacity: 0;\n        transform: translateY(20px);\n      }\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n\n    @keyframes shine {\n      0% { background-position: 0% center; }\n      100% { background-position: 200% center; }\n    }\n\n    @media (max-width: 750px) {\n      .bh-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .bh-use {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .bh-hero {\n        padding: 55px 20px;\n      }\n\n      .bh-section {\n        padding: 45px 18px;\n      }\n    }\n\n    @media (max-width: 450px) {\n      .bh-use {\n        grid-template-columns: 1fr;\n      }\n\n      .bh-card {\n        padding: 23px;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"bh-hero\"\u003e\n    \u003cdiv class=\"bh-eyebrow\"\u003eBeauty Habit™ RawEdge Collection\u003c\/div\u003e\n\n    \u003ch2\u003eGrow Darker.\u003cbr\u003eLook Bolder.\u003cbr\u003eFeel Powerful.\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Meet the \u003cstrong\u003eBeauty Habit™ DarkEdge Roller\u003c\/strong\u003e — a precision grooming tool\n      designed for men who take their beard seriously. Featuring ultra-fine\n      \u003cstrong\u003e0.28mm microneedles\u003c\/strong\u003e, the DarkEdge Roller is designed to complement\n      your grooming routine and help maximise the performance of your favourite beard oils\n      and serums.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"bh-badge\"\u003ePrecision Grooming • Premium Results\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- WHY IT WORKS --\u003e\n  \u003cdiv class=\"bh-section\"\u003e\n    \u003cdiv class=\"bh-title\"\u003e\n      \u003cspan\u003eEngineered For Your Routine\u003c\/span\u003e\n      \u003ch3\u003eWhy You'll Want It\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bh-grid\"\u003e\n\n      \u003cdiv class=\"bh-card\"\u003e\n        \u003cspan class=\"bh-icon\"\u003e🪡\u003c\/span\u003e\n        \u003ch4\u003e0.28mm Precision Microneedles\u003c\/h4\u003e\n        \u003cp\u003e\n          Fine microneedles designed for controlled, targeted use across the beard area\n          as part of a consistent grooming routine.\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        \u003ch4\u003eDesigned To Stimulate The Skin\u003c\/h4\u003e\n        \u003cp\u003e\n          The rolling action helps create a stimulating grooming experience while\n          supporting your regular beard-care routine.\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        \u003ch4\u003eEnhance Your Beard Routine\u003c\/h4\u003e\n        \u003cp\u003e\n          Use alongside your preferred beard oil or serum to help your skincare and\n          grooming routine feel more complete.\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        \u003ch4\u003eQuick \u0026amp; Easy To Use\u003c\/h4\u003e\n        \u003cp\u003e\n          Designed to fit effortlessly into your routine. A few minutes of consistent\n          care can make grooming feel simple and effortless.\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        \u003ch4\u003eMatte Black. Built To Impress.\u003c\/h4\u003e\n        \u003cp\u003e\n          A sleek, masculine matte-black finish that looks as premium as it feels.\n          Designed for the modern man who values his appearance.\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        \u003ch4\u003eMade For Serious Grooming\u003c\/h4\u003e\n        \u003cp\u003e\n          Whether you're refining your beard routine or looking for a smarter way to\n          care for uneven areas, DarkEdge is built to become part of your daily ritual.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- WHO IS IT FOR --\u003e\n  \u003cdiv class=\"bh-dark-section\"\u003e\n    \u003cdiv class=\"bh-section\"\u003e\n\n      \u003cdiv class=\"bh-title\"\u003e\n        \u003cspan\u003eBuilt For The Ambitious\u003c\/span\u003e\n        \u003ch3\u003eWho Is This For?\u003c\/h3\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bh-list\"\u003e\n\n        \u003cdiv class=\"bh-list-item\"\u003e\n          \u003cspan class=\"bh-check\"\u003e✓\u003c\/span\u003e\n          \u003cstrong\u003eMen looking to improve the appearance of patchy or uneven beard areas\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"bh-list-item\"\u003e\n          \u003cspan class=\"bh-check\"\u003e✓\u003c\/span\u003e\n          \u003cstrong\u003eMen who want their beard to look fuller, darker and more defined\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"bh-list-item\"\u003e\n          \u003cspan class=\"bh-check\"\u003e✓\u003c\/span\u003e\n          \u003cstrong\u003eMen who want to upgrade their existing beard-care routine\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"bh-list-item\"\u003e\n          \u003cspan class=\"bh-check\"\u003e✓\u003c\/span\u003e\n          \u003cstrong\u003eMen who want a premium grooming tool that looks as good as it performs\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- GOODBYE --\u003e\n  \u003cdiv class=\"bh-section\"\u003e\n\n    \u003cdiv class=\"bh-title\"\u003e\n      \u003cspan\u003eUpgrade Your Grooming Game\u003c\/span\u003e\n      \u003ch3\u003eLeave The Old Routine Behind\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bh-list\"\u003e\n\n      \u003cdiv class=\"bh-list-item\"\u003e\n        \u003cspan class=\"bh-cross\"\u003e×\u003c\/span\u003e\n        \u003cstrong\u003ePatchy-looking and uneven beard areas\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bh-list-item\"\u003e\n        \u003cspan class=\"bh-cross\"\u003e×\u003c\/span\u003e\n        \u003cstrong\u003eA grooming routine that feels incomplete\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bh-list-item\"\u003e\n        \u003cspan class=\"bh-cross\"\u003e×\u003c\/span\u003e\n        \u003cstrong\u003eBeard products that aren't part of a consistent routine\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bh-list-item\"\u003e\n        \u003cspan class=\"bh-cross\"\u003e×\u003c\/span\u003e\n        \u003cstrong\u003eFeeling unsure about your beard's appearance\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- HOW TO USE --\u003e\n  \u003cdiv class=\"bh-dark-section\"\u003e\n    \u003cdiv class=\"bh-section\"\u003e\n\n      \u003cdiv class=\"bh-title\"\u003e\n        \u003cspan\u003eSimple. Controlled. Consistent.\u003c\/span\u003e\n        \u003ch3\u003eHow To Use\u003c\/h3\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bh-use\"\u003e\n\n        \u003cdiv class=\"bh-step\"\u003e\n          \u003cdiv class=\"bh-number\"\u003e01\u003c\/div\u003e\n          \u003ch4\u003eClean\u003c\/h4\u003e\n          \u003cp\u003eWash and thoroughly dry your beard and skin before use.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"bh-step\"\u003e\n          \u003cdiv class=\"bh-number\"\u003e02\u003c\/div\u003e\n          \u003ch4\u003eRoll\u003c\/h4\u003e\n          \u003cp\u003eGently roll the DarkEdge Roller across the beard area in controlled directions.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"bh-step\"\u003e\n          \u003cdiv class=\"bh-number\"\u003e03\u003c\/div\u003e\n          \u003ch4\u003eApply\u003c\/h4\u003e\n          \u003cp\u003eFollow your routine with your preferred beard oil or serum.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"bh-step\"\u003e\n          \u003cdiv class=\"bh-number\"\u003e04\u003c\/div\u003e\n          \u003ch4\u003eRepeat\u003c\/h4\u003e\n          \u003cp\u003eUse consistently according to the product instructions for your chosen routine.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- FINAL CTA --\u003e\n  \u003cdiv class=\"bh-final\"\u003e\n\n    \u003cdiv class=\"bh-eyebrow\"\u003eBeauty Habit™ RawEdge\u003c\/div\u003e\n\n    \u003ch3\u003eReal Care.\u003cbr\u003eReal You. 🖤\u003c\/h3\u003e\n\n    \u003cdiv class=\"bh-line\"\u003e\u003c\/div\u003e\n\n    \u003cp\u003e\n      Your beard is part of your identity. Make your grooming routine count.\n      Elevate your ritual with the \u003cstrong\u003eBeauty Habit™ DarkEdge Roller\u003c\/strong\u003e —\n      precision grooming designed for the man who refuses to settle for ordinary.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Beauty Habit","offers":[{"title":"Default Title","offer_id":43024072998983,"sku":null,"price":349.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0693\/6222\/1127\/files\/derma-roller-unboxing.png?v=1785429769"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0693\/6222\/1127\/collections\/image_227285e2-7e72-4fb6-a702-58b88b863924.png?v=1785602372","url":"https:\/\/beautyhabit.co.za\/collections\/for-him.oembed","provider":"Beauty Habit","version":"1.0","type":"link"}