{"product_id":"la-belle-regard-set","title":"La Belle Eyelash Set","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eLa Belle Regard Lash Collection\u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;family=Cormorant+Garamond:wght@500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n  \u003cstyle\u003e\n    :root {\n      --pink-light: #fff4fa;\n      --pink-soft: #ffd6ea;\n      --pink-main: #ff4fa3;\n      --pink-dark: #d81b76;\n      --rose-gold: #f7b5c9;\n      --text-dark: #1f1f1f;\n      --text-soft: #666;\n    }\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      background: linear-gradient(135deg, #fff5fb, #ffe0f0, #fff8fc);\n      font-family: 'Poppins', sans-serif;\n      overflow-x: hidden;\n      color: #2b2b2b;\n    }\n\n    .hero {\n      min-height: 100vh;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 80px 8%;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .hero::before {\n      content: \"\";\n      position: absolute;\n      width: 700px;\n      height: 700px;\n      background: radial-gradient(circle, rgba(255,192,203,0.4) 0%, transparent 70%);\n      top: -200px;\n      right: -150px;\n      animation: pulse 6s infinite ease-in-out;\n    }\n\n    .hero::after {\n      content: \"\";\n      position: absolute;\n      width: 500px;\n      height: 500px;\n      background: radial-gradient(circle, rgba(255,105,180,0.2) 0%, transparent 70%);\n      bottom: -180px;\n      left: -120px;\n      animation: float 8s infinite ease-in-out;\n    }\n\n    .container {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n      align-items: center;\n      gap: 60px;\n      max-width: 1400px;\n      width: 100%;\n      z-index: 2;\n    }\n\n    .product-image {\n      position: relative;\n      animation: fadeUp 1.2s ease;\n    }\n\n    .product-image img {\n      width: 100%;\n      border-radius: 35px;\n      box-shadow: 0 30px 60px rgba(255, 105, 180, 0.25);\n      transition: transform 0.5s ease, box-shadow 0.5s ease;\n    }\n\n    .product-image img:hover {\n      transform: scale(1.03) rotate(-1deg);\n      box-shadow: 0 40px 80px rgba(255, 105, 180, 0.35);\n    }\n\n    .sparkle {\n      position: absolute;\n      color: #ff69b4;\n      font-size: 28px;\n      animation: twinkle 2s infinite ease-in-out;\n    }\n\n    .sparkle.one {\n      top: 10%;\n      left: -10px;\n    }\n\n    .sparkle.two {\n      bottom: 20%;\n      right: -10px;\n      animation-delay: 1s;\n    }\n\n    .content {\n      animation: fadeUp 1.5s ease;\n    }\n\n    .tag {\n      display: inline-block;\n      background: rgba(255,255,255,0.7);\n      backdrop-filter: blur(10px);\n      color: #ff1493;\n      padding: 10px 22px;\n      border-radius: 999px;\n      font-size: 14px;\n      font-weight: 600;\n      margin-bottom: 24px;\n      box-shadow: 0 10px 30px rgba(255,105,180,0.15);\n    }\n\n    h1 {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 72px;\n      line-height: 1;\n      color: #1f1f1f;\n      margin-bottom: 25px;\n    }\n\n    h1 span {\n      color: #ff1493;\n    }\n\n    .description {\n      font-size: 18px;\n      line-height: 1.9;\n      color: #555;\n      margin-bottom: 35px;\n    }\n\n    .features {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 18px;\n      margin-bottom: 40px;\n    }\n\n    .feature-box {\n      background: rgba(255,255,255,0.7);\n      backdrop-filter: blur(12px);\n      padding: 20px;\n      border-radius: 24px;\n      box-shadow: 0 12px 35px rgba(0,0,0,0.06);\n      transition: transform 0.3s ease;\n    }\n\n    .feature-box:hover {\n      transform: translateY(-8px);\n    }\n\n    .feature-box h3 {\n      font-size: 16px;\n      color: #ff1493;\n      margin-bottom: 8px;\n    }\n\n    .feature-box p {\n      font-size: 14px;\n      color: #666;\n      line-height: 1.6;\n    }\n\n    .buttons {\n      display: flex;\n      gap: 18px;\n      flex-wrap: wrap;\n      margin-top: 20px;\n    }\n\n    .btn {\n      padding: 18px 38px;\n      border-radius: 999px;\n      text-decoration: none;\n      font-weight: 600;\n      font-size: 16px;\n      transition: all 0.35s ease;\n    }\n\n    .btn-primary {\n      background: linear-gradient(135deg, #ff1493, #ff69b4);\n      color: white;\n      box-shadow: 0 15px 35px rgba(255,20,147,0.35);\n    }\n\n    .btn-primary:hover {\n      transform: translateY(-4px) scale(1.03);\n      box-shadow: 0 22px 45px rgba(255,20,147,0.45);\n    }\n\n    .btn-secondary {\n      background: rgba(255,255,255,0.75);\n      color: #ff1493;\n      border: 1px solid rgba(255,20,147,0.15);\n    }\n\n    .btn-secondary:hover {\n      background: white;\n      transform: translateY(-4px);\n    }\n\n    .luxury-banner {\n      margin-top: 40px;\n      padding: 22px;\n      border-radius: 28px;\n      background: linear-gradient(135deg, #ff1493, #ff69b4);\n      color: white;\n      font-size: 18px;\n      font-weight: 500;\n      box-shadow: 0 15px 35px rgba(255,20,147,0.25);\n      animation: shimmer 4s infinite linear;\n      background-size: 300% 300%;\n    }\n\n    @keyframes fadeUp {\n      from {\n        opacity: 0;\n        transform: translateY(50px);\n      }\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n\n    @keyframes float {\n      0%,100% {\n        transform: translateY(0px);\n      }\n      50% {\n        transform: translateY(-30px);\n      }\n    }\n\n    @keyframes pulse {\n      0%,100% {\n        transform: scale(1);\n      }\n      50% {\n        transform: scale(1.08);\n      }\n    }\n\n    @keyframes shimmer {\n      0% {\n        background-position: 0% 50%;\n      }\n      50% {\n        background-position: 100% 50%;\n      }\n      100% {\n        background-position: 0% 50%;\n      }\n    }\n\n    @keyframes twinkle {\n      0%,100% {\n        opacity: 0.4;\n        transform: scale(1);\n      }\n      50% {\n        opacity: 1;\n        transform: scale(1.4);\n      }\n    }\n\n    @media(max-width: 768px) {\n      h1 {\n        font-size: 52px;\n      }\n\n      .description {\n        font-size: 16px;\n      }\n\n      .hero {\n        padding-top: 120px;\n      }\n    }\n  \u003c\/style\u003e\n\n\n\n\n  \u003csection class=\"hero\"\u003e\n    \u003cdiv class=\"container\"\u003e\n\n      \u003cdiv class=\"product-image\"\u003e\n        \u003cspan class=\"sparkle one\"\u003e✨\u003c\/span\u003e\n        \u003cimg src=\"YOUR-LASH-IMAGE-HERE.jpg\" alt=\"La Belle Regard Lash Collection\"\u003e\n        \u003cspan class=\"sparkle two\"\u003e💖\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"content\"\u003e\n\n        \u003cdiv class=\"tag\"\u003e💖 Ultra Luxury Lash Collection • 720 Premium Pieces\u003c\/div\u003e\n\n        \u003ch1\u003e\n          Your Eyes Deserve \u003cspan\u003eLuxury\u003c\/span\u003e\n        \u003c\/h1\u003e\n\n        \u003cp class=\"description\"\u003e\n          ✨ Some things are simply non-negotiable… and your lashes are one of them.\n          \u003cbr\u003e\u003cbr\u003e\n          Introducing the \u003cstrong\u003eLa Belle Regard Lash Collection\u003c\/strong\u003e — a luxurious soft-pink beauty essential designed for women who want to feel effortlessly confident, feminine, and unforgettable.\n          \u003cbr\u003e\u003cbr\u003e\n          Whether you want soft everyday elegance, bold glam for date night, or flawless lashes for content creation and selfies 📸 — La Belle instantly elevates your entire look in seconds.\n          \u003cbr\u003e\u003cbr\u003e\n          💖 Feel more confident without expensive salon visits.\n          💖 Save time getting ready every morning.\n          💖 Achieve a fuller, more captivating eye look instantly.\n          💖 Lightweight comfort that feels natural all day.\n          💖 Look polished, feminine, and luxurious wherever you go.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"features\"\u003e\n\n          \u003cdiv class=\"feature-box\"\u003e\n            \u003ch3\u003e💅 Instant Confidence Boost\u003c\/h3\u003e\n            \u003cp\u003eEnhances your eyes beautifully and gives you a glamorous feminine glow instantly.\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"feature-box\"\u003e\n            \u003ch3\u003e✨ 720 Luxury Lash Styles\u003c\/h3\u003e\n            \u003cp\u003eFrom soft natural beauty to dramatic evening glam — a perfect lash for every occasion.\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"feature-box\"\u003e\n            \u003ch3\u003e💖 Feather-Light Comfort\u003c\/h3\u003e\n            \u003cp\u003eFeels soft, comfortable, and natural while still delivering a premium glamorous finish.\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"feature-box\"\u003e\n            \u003ch3\u003e👑 Salon Glam At Home\u003c\/h3\u003e\n            \u003cp\u003eAchieve a professional lash-extension look without expensive beauty appointments.\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"feature-box\"\u003e\n            \u003ch3\u003e💎 Long-Lasting Hold\u003c\/h3\u003e\n            \u003cp\u003eProfessional-grade adhesive keeps your lashes flawless all day and night.\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"feature-box\"\u003e\n            \u003ch3\u003e📸 Perfect For Content \u0026amp; Selfies\u003c\/h3\u003e\n            \u003cp\u003eLook stunning in photos, videos, reels, date nights, events, and everyday moments.\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"feature-box\"\u003e\n            \u003ch3\u003e🌸 Elegant Soft Pink Collection\u003c\/h3\u003e\n            \u003cp\u003eBeautiful feminine packaging designed to feel luxurious, classy, and irresistible.\u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"buttons\"\u003e\n          \u003ca href=\"https:\/\/deovolentecogodfirst.co.za\" class=\"btn btn-primary\"\u003eGet Your Luxury Lash Set 💖\u003c\/a\u003e\n          \u003ca href=\"#\" class=\"btn btn-secondary\"\u003eFeel Beautiful Today ✨\u003c\/a\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"luxury-banner\"\u003e\n          ✨ Thousands of women are upgrading their beauty routine with La Belle Regard.\n          \u003cbr\u003e\u003cbr\u003e\n          💎 More confidence. More compliments. More luxury.\n          \u003cbr\u003e\n          Your perfect lashes are waiting.\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n\n\u003c\/body\u003e","brand":"Deo Volente \u0026 Co","offers":[{"title":"Synthetic","offer_id":47829870477463,"sku":"10","price":549.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/0721\/3463\/files\/Screenshot-20260616_172111_Chrome.jpg?v=1781624842","url":"https:\/\/deovolentecogodfirst.co.za\/products\/la-belle-regard-set","provider":"Deo Volente \u0026 Co","version":"1.0","type":"link"}