{"product_id":"beauty-habit™-6-shade-glitter-gradient-eye-sticks-luxury-meets-colour","title":"Beauty Habit™ | 6-Shade Glitter Gradient Eye Sticks — Luxury Meets Colour","description":"\u003cstyle\u003e\n  .beauty-habit-product {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 20px;\n    font-family: Arial, Helvetica, sans-serif;\n    color: #2b2528;\n    line-height: 1.7;\n    overflow: hidden;\n  }\n\n  .beauty-habit-product * {\n    box-sizing: border-box;\n  }\n\n  \/* HERO *\/\n  .bh-hero {\n    text-align: center;\n    padding: 55px 25px;\n    margin-bottom: 35px;\n    border-radius: 24px;\n    background: linear-gradient(135deg, #fff8fb, #f8edf3, #fff);\n    border: 1px solid rgba(190, 145, 165, 0.2);\n    box-shadow: 0 15px 45px rgba(80, 45, 60, 0.08);\n    animation: bhFadeUp 1s ease forwards;\n  }\n\n  .bh-eyebrow {\n    display: inline-block;\n    font-size: 12px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    font-weight: 700;\n    color: #a06b83;\n    margin-bottom: 15px;\n  }\n\n  .bh-hero h2 {\n    margin: 0 0 18px;\n    font-size: clamp(28px, 5vw, 48px);\n    line-height: 1.15;\n    letter-spacing: -1px;\n    background: linear-gradient(90deg, #8d526e, #c58aa3, #8d526e);\n    background-size: 200% auto;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    animation: bhShimmer 4s linear infinite;\n  }\n\n  .bh-hero p {\n    max-width: 720px;\n    margin: 0 auto 18px;\n    font-size: 16px;\n    color: #665b60;\n  }\n\n  .bh-brand {\n    font-weight: 700;\n    color: #8d526e;\n  }\n\n  \/* SECTION CARDS *\/\n  .bh-section {\n    margin: 28px 0;\n    padding: 30px;\n    border-radius: 20px;\n    background: #ffffff;\n    border: 1px solid rgba(120, 80, 100, 0.1);\n    box-shadow: 0 10px 30px rgba(60, 35, 45, 0.06);\n    opacity: 0;\n    transform: translateY(35px);\n    animation: bhFadeUp 0.8s ease forwards;\n  }\n\n  .bh-section:nth-child(2) {\n    animation-delay: 0.2s;\n  }\n\n  .bh-section:nth-child(3) {\n    animation-delay: 0.4s;\n  }\n\n  .bh-section:nth-child(4) {\n    animation-delay: 0.6s;\n  }\n\n  .bh-section:nth-child(5) {\n    animation-delay: 0.8s;\n  }\n\n  .bh-section h3 {\n    margin: 0 0 14px;\n    font-size: 23px;\n    color: #382d32;\n  }\n\n  .bh-section p {\n    margin: 0;\n    color: #655c60;\n    font-size: 15px;\n  }\n\n  \/* FEATURE LIST *\/\n  .bh-features {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 14px;\n    padding: 0;\n    margin: 22px 0 0;\n    list-style: none;\n  }\n\n  .bh-features li {\n    padding: 20px;\n    border-radius: 16px;\n    background: linear-gradient(145deg, #fff, #fcf5f8);\n    border: 1px solid rgba(170, 120, 145, 0.12);\n    transition: all 0.35s ease;\n  }\n\n  .bh-features li:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 12px 28px rgba(100, 55, 75, 0.12);\n    border-color: rgba(170, 120, 145, 0.3);\n  }\n\n  .bh-features strong {\n    display: block;\n    margin-bottom: 5px;\n    color: #8d526e;\n    font-size: 16px;\n  }\n\n  .bh-features span {\n    display: block;\n    font-size: 14px;\n    color: #6d6468;\n  }\n\n  \/* PERFECT FOR *\/\n  .bh-perfect {\n    text-align: center;\n    background: linear-gradient(135deg, #2f252b, #4a3540);\n    color: #fff;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .bh-perfect::before {\n    content: \"\";\n    position: absolute;\n    width: 180px;\n    height: 180px;\n    border-radius: 50%;\n    background: rgba(255, 255, 255, 0.06);\n    top: -80px;\n    right: -50px;\n    animation: bhFloat 5s ease-in-out infinite;\n  }\n\n  .bh-perfect h3 {\n    color: #fff;\n    position: relative;\n  }\n\n  .bh-perfect p {\n    color: rgba(255, 255, 255, 0.8);\n    position: relative;\n  }\n\n  \/* FINAL BRAND *\/\n  .bh-signature {\n    text-align: center;\n    padding: 35px 20px 15px;\n    animation: bhFadeUp 1s ease forwards;\n  }\n\n  .bh-signature-line {\n    width: 60px;\n    height: 2px;\n    margin: 0 auto 20px;\n    background: linear-gradient(90deg, transparent, #b77b96, transparent);\n  }\n\n  .bh-signature em {\n    color: #8d526e;\n    font-size: 15px;\n    letter-spacing: 0.5px;\n  }\n\n  \/* ANIMATIONS *\/\n  @keyframes bhFadeUp {\n    from {\n      opacity: 0;\n      transform: translateY(35px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @keyframes bhShimmer {\n    0% {\n      background-position: 0% center;\n    }\n    100% {\n      background-position: 200% center;\n    }\n  }\n\n  @keyframes bhFloat {\n    0%, 100% {\n      transform: translateY(0) scale(1);\n    }\n    50% {\n      transform: translateY(15px) scale(1.08);\n    }\n  }\n\n  \/* MOBILE *\/\n  @media (max-width: 650px) {\n    .beauty-habit-product {\n      padding: 10px;\n    }\n\n    .bh-hero {\n      padding: 40px 20px;\n      border-radius: 18px;\n    }\n\n    .bh-section {\n      padding: 23px;\n      border-radius: 17px;\n    }\n\n    .bh-features {\n      grid-template-columns: 1fr;\n    }\n\n    .bh-hero p {\n      font-size: 15px;\n    }\n  }\n\u003c\/style\u003e\u003cdiv class=\"beauty-habit-product\"\u003e  \u003c!-- HERO --\u003e  \u003cdiv class=\"bh-hero\"\u003e\n    \u003cdiv class=\"bh-eyebrow\"\u003eBeauty Habit™ Collection\u003c\/div\u003e\n\u003ch2\u003e✨ Your Eyes Deserve More Than Ordinary.\u003c\/h2\u003e\n\n\u003cp\u003e\n  Introducing the\n  \u003cspan class=\"bh-brand\"\u003eBeauty Habit™ Luxe Eye Colour Sticks\u003c\/span\u003e\n  — a curated collection of 6 glitter gradient shades designed to take you from a subtle daytime glow to a full glam evening look in seconds.\n\u003c\/p\u003e\n\n\u003cp\u003e💄 No brushes. No mess. No wasted time.\u003c\/p\u003e\n\n  \u003c\/div\u003e  \u003c!-- PROBLEM --\u003e  \u003cdiv class=\"bh-section\"\u003e\n    \u003ch3\u003e😩 The Problem With Most Eyeshadows\u003c\/h3\u003e\n\u003cp\u003e\n  Creasing after an hour. Fallout all over your cheeks. Palettes you carry everywhere just for one look. We've been there — and we built something better.\n\u003c\/p\u003e\n\n  \u003c\/div\u003e  \u003c!-- FEATURES --\u003e  \u003cdiv class=\"bh-section\"\u003e\n    \u003ch3\u003e💎 What Makes These Different\u003c\/h3\u003e\n\u003cul class=\"bh-features\"\u003e\n\n  \u003cli\u003e\n    \u003cstrong\u003e✨ Glitter Gradient Formula\u003c\/strong\u003e\n    \u003cspan\u003e\n      Light-catching shimmer that blends effortlessly for a seamless, dimensional finish.\n    \u003c\/span\u003e\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    \u003cstrong\u003e🎨 One Swipe Payoff\u003c\/strong\u003e\n    \u003cspan\u003e\n      Richly pigmented for bold colour with zero effort.\n    \u003c\/span\u003e\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    \u003cstrong\u003e⏱️ Long-Wearing\u003c\/strong\u003e\n    \u003cspan\u003e\n      Stays put through heat, humidity, and long days.\n    \u003c\/span\u003e\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    \u003cstrong\u003e👜 Twist-Up Stick Design\u003c\/strong\u003e\n    \u003cspan\u003e\n      No sharpener needed. No mess. Travel-ready and effortless.\n    \u003c\/span\u003e\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    \u003cstrong\u003e🎁 6 Versatile Shades\u003c\/strong\u003e\n    \u003cspan\u003e\n      Nude beige, warm bronze, dusty mauve, coral pink, rose pink \u0026amp; charcoal grey.\n    \u003c\/span\u003e\n  \u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n  \u003c\/div\u003e  \u003c!-- PERFECT FOR --\u003e  \u003cdiv class=\"bh-section bh-perfect\"\u003e\n    \u003ch3\u003e💫 Perfect For\u003c\/h3\u003e\n\u003cp\u003e\n  Everyday glam, special occasions, gifting, or treating yourself to a full eye look collection that actually works.\n\u003c\/p\u003e\n\n  \u003c\/div\u003e  \u003c!-- SIGNATURE --\u003e  \u003cdiv class=\"bh-signature\"\u003e\n    \u003cdiv class=\"bh-signature-line\"\u003e\u003c\/div\u003e\n\u003cem\u003e\n  💛 Real Care. Real You. — Beauty Habit™ South Africa\n\u003c\/em\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Beauty Habit","offers":[{"title":"Default Title","offer_id":43019654955079,"sku":null,"price":0.0,"currency_code":"ZAR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0693\/6222\/1127\/files\/beauty-habit-flat-lay-top-down.png?v=1785358315","url":"https:\/\/beautyhabit.co.za\/products\/beauty-habit%e2%84%a2-6-shade-glitter-gradient-eye-sticks-luxury-meets-colour","provider":"Beauty Habit","version":"1.0","type":"link"}