{"title":"Home page","description":null,"products":[{"product_id":"portable-rechargeable-electric-eyebrow-bikini-trimmer-4-stainless-steel-blades-usb-charging","title":"Portable Rechargeable Electric Eyebrow \u0026 Bikini Trimmer | 4 Stainless Steel Blades, USB Charging","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: 'Poppins', sans-serif;\n      background: linear-gradient(135deg, #fff5fc, #f8e8ff, #ffeaf4);\n      overflow-x: hidden;\n      color: #2a1d2f;\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,102,153,0.18), transparent 70%);\n      top: -200px;\n      right: -180px;\n      animation: pulse 7s infinite ease-in-out;\n    }\n\n    .hero::after {\n      content: \"\";\n      position: absolute;\n      width: 550px;\n      height: 550px;\n      background: radial-gradient(circle, rgba(170,110,255,0.16), transparent 70%);\n      bottom: -180px;\n      left: -150px;\n      animation: float 9s infinite ease-in-out;\n    }\n\n    .container {\n      max-width: 1400px;\n      width: 100%;\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n      gap: 70px;\n      align-items: center;\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: 34px;\n      box-shadow: 0 30px 80px rgba(214, 91, 143, 0.28);\n      transition: 0.5s ease;\n    }\n\n    .product-image img:hover {\n      transform: scale(1.03) rotate(-1deg);\n    }\n\n    .floating-badge {\n      position: absolute;\n      top: -25px;\n      right: -10px;\n      background: linear-gradient(135deg, #ff4f8b, #b366ff);\n      color: white;\n      padding: 16px 22px;\n      border-radius: 22px;\n      font-size: 14px;\n      font-weight: 700;\n      box-shadow: 0 15px 35px rgba(179,102,255,0.3);\n      animation: float 5s infinite ease-in-out;\n    }\n\n    .content {\n      animation: fadeUp 1.5s ease;\n    }\n\n    .tag {\n      display: inline-block;\n      padding: 12px 24px;\n      border-radius: 999px;\n      background: rgba(255,255,255,0.55);\n      backdrop-filter: blur(14px);\n      color: #d63384;\n      font-size: 14px;\n      font-weight: 600;\n      margin-bottom: 24px;\n      box-shadow: 0 12px 30px rgba(214, 91, 143, 0.12);\n    }\n\n    h1 {\n      font-size: 72px;\n      line-height: 1;\n      font-weight: 800;\n      margin-bottom: 28px;\n      color: #24122e;\n      letter-spacing: -2px;\n    }\n\n    h1 span {\n      background: linear-gradient(135deg, #ff4f8b, #a855f7);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n    }\n\n    .description {\n      font-size: 18px;\n      line-height: 1.9;\n      color: #5f4b66;\n      margin-bottom: 38px;\n    }\n\n    .cards {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 18px;\n      margin-bottom: 40px;\n    }\n\n    .card {\n      background: rgba(255,255,255,0.6);\n      backdrop-filter: blur(14px);\n      border-radius: 26px;\n      padding: 24px;\n      box-shadow: 0 15px 35px rgba(214,91,143,0.1);\n      transition: 0.35s ease;\n    }\n\n    .card:hover {\n      transform: translateY(-8px);\n      box-shadow: 0 20px 40px rgba(179,102,255,0.18);\n    }\n\n    .card h3 {\n      font-size: 18px;\n      margin-bottom: 10px;\n      color: #c0266d;\n    }\n\n    .card p {\n      font-size: 14px;\n      line-height: 1.7;\n      color: #67546d;\n    }\n\n    .benefits {\n      margin-bottom: 40px;\n    }\n\n    .benefit {\n      display: flex;\n      align-items: center;\n      gap: 14px;\n      margin-bottom: 16px;\n      color: #4a3b52;\n      font-size: 16px;\n    }\n\n    .check {\n      width: 34px;\n      height: 34px;\n      border-radius: 50%;\n      background: linear-gradient(135deg, #ff4f8b, #a855f7);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: white;\n      font-weight: bold;\n      flex-shrink: 0;\n      box-shadow: 0 10px 25px rgba(214,91,143,0.2);\n    }\n\n    .buttons {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 18px;\n      margin-top: 20px;\n    }\n\n    .btn {\n      padding: 18px 38px;\n      border-radius: 999px;\n      text-decoration: none;\n      font-weight: 700;\n      transition: 0.35s ease;\n      font-size: 15px;\n    }\n\n    .btn-primary {\n      background: linear-gradient(135deg, #ff4f8b, #a855f7);\n      color: white;\n      box-shadow: 0 18px 40px rgba(214,91,143,0.25);\n    }\n\n    .btn-primary:hover {\n      transform: translateY(-5px) scale(1.03);\n    }\n\n    .btn-secondary {\n      background: rgba(255,255,255,0.55);\n      color: #c0266d;\n      border: 1px solid rgba(192,38,109,0.1);\n    }\n\n    .btn-secondary:hover {\n      background: white;\n      transform: translateY(-5px);\n    }\n\n    .delivery-banner {\n      margin-top: 45px;\n      padding: 28px;\n      border-radius: 28px;\n      background: linear-gradient(135deg, rgba(255,79,139,0.12), rgba(168,85,247,0.14));\n      backdrop-filter: blur(14px);\n      border: 1px solid rgba(255,255,255,0.4);\n      box-shadow: 0 15px 35px rgba(214,91,143,0.12);\n      font-size: 18px;\n      line-height: 1.8;\n      color: #4a3650;\n      animation: shimmer 5s 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 pulse {\n      0%,100% {\n        transform: scale(1);\n      }\n      50% {\n        transform: scale(1.08);\n      }\n    }\n\n    @keyframes float {\n      0%,100% {\n        transform: translateY(0px);\n      }\n      50% {\n        transform: translateY(-25px);\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    @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\n  \u003c\/style\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\n\u003cdiv class=\"floating-badge\"\u003e✨ USB Rechargeable\u003c\/div\u003e\n\u003cimg alt=\"Portable Beauty Trimmer\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"tag\"\u003e💖 Precision Grooming • Anywhere • Anytime\u003c\/div\u003e\n\u003ch1\u003eSmooth. \u003cspan\u003eConfident.\u003c\/span\u003e Effortless.\u003c\/h1\u003e\n\u003cp class=\"description\"\u003eMeet your new beauty essential — the \u003cstrong\u003ePortable Rechargeable Electric Eyebrow \u0026amp; Bikini Trimmer\u003c\/strong\u003e designed for modern women who want flawless grooming without the hassle. \u003cbr\u003e\u003cbr\u003eFrom perfectly shaped brows to smooth bikini-line touch-ups, this luxurious all-in-one trimmer gives you salon-quality grooming anytime, anywhere. \u003cbr\u003e\u003cbr\u003e✨ Feel confident in every outfit \u003cbr\u003e💖 Stay smooth between salon visits \u003cbr\u003e🌸 Gentle enough for sensitive skin \u003cbr\u003e💼 Compact luxury that fits perfectly in your handbag\u003c\/p\u003e\n\u003cdiv class=\"cards\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003e🦋 Eyebrow Precision\u003c\/h3\u003e\n\u003cp\u003eShape, define, and perfect your brows effortlessly with clean precision trimming.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003e💙 Bikini Line Ready\u003c\/h3\u003e\n\u003cp\u003eAchieve smooth, clean grooming results comfortably and confidently.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003e🦵 Full Body Touch-Ups\u003c\/h3\u003e\n\u003cp\u003ePerfect for arms, fingers, legs, armpits, and quick grooming sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003e💖 Travel Friendly\u003c\/h3\u003e\n\u003cp\u003eCompact portable design made for handbags, vacations, and everyday beauty routines.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits\"\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n4 stainless steel blades for multiple grooming zones\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\nUSB rechargeable convenience — no batteries needed\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\nGentle and safe for sensitive skin areas\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\nEasy interchangeable blade system for precision grooming\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\nElegant lightweight design made for women on the go\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"buttons\"\u003e\n\u003ca class=\"btn btn-primary\" href=\"https:\/\/yourstore.com\"\u003eShop Beauty Essential 💖\u003c\/a\u003e \u003ca class=\"btn btn-secondary\" href=\"#\"\u003eFeel Confident Today ✨\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"delivery-banner\"\u003e💎 One trimmer. Every zone. Total confidence. \u003cbr\u003e\u003cbr\u003e🚚 Delivery: 6–9 Business Days \u003cbr\u003eUpgrade your beauty routine with effortless luxury grooming anytime, anywhere.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Deo Volente \u0026 Co","offers":[{"title":"Default Title","offer_id":47472550510743,"sku":null,"price":210.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/0721\/3463\/files\/Eye_brow_bikini_trimmer1.avif?v=1774171144"},{"product_id":"mini-fishing-reel-necklace","title":"Mini Fishing Reel Necklace with Rotating Handle \u0026 Moving Line Guide","description":"\u003cdiv class=\"fishing-gift-container\"\u003e \u003cdiv class=\"floating-icon\"\u003e🎣\u003c\/div\u003e \u003ch2\u003e🎁 The Ultimate Gift for Fishing Lovers 🎁\u003c\/h2\u003e \u003cp class=\"intro\"\u003e Imagine gifting Dad or Grandpa something that makes their eyes light up. ✨ A miniature fishing reel they can carry everywhere — crafted with incredible detail and designed to impress every fishing enthusiast. \u003c\/p\u003e \u003cdiv class=\"feature-box\"\u003e \u003ch3\u003e🎣 Why Everyone Loves It\u003c\/h3\u003e \u003cp\u003e🎣 \u003cstrong\u003eRotating Handle\u003c\/strong\u003e — Spins just like a real fishing reel.\u003c\/p\u003e \u003cp\u003e🎣 \u003cstrong\u003eMoving Line Guide\u003c\/strong\u003e — Authentic miniature reel action.\u003c\/p\u003e \u003cp\u003e🔑 \u003cstrong\u003eDual-Use Design\u003c\/strong\u003e — Wear it as a stylish necklace or use it as a keychain.\u003c\/p\u003e \u003cp\u003e✨ \u003cstrong\u003eCompact \u0026amp; Lightweight\u003c\/strong\u003e — Perfect for everyday carry.\u003c\/p\u003e \u003cp\u003e💬 \u003cstrong\u003eConversation Starter\u003c\/strong\u003e — Guaranteed to catch attention wherever you go.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"gift-box\"\u003e \u003ch3\u003e🎁 Perfect Gift For\u003c\/h3\u003e \u003cp\u003e 👨 Fathers\u003cbr\u003e 👴 Grandfathers\u003cbr\u003e 🎣 Pro Anglers\u003cbr\u003e ❤️ Fishing Enthusiasts of All Ages \u003c\/p\u003e \u003cp class=\"occasion\"\u003e Perfect for Birthdays 🎂, Father's Day 👔, Christmas 🎄, or simply showing appreciation. \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"highlight\"\u003e 🌊 A Miniature Masterpiece For The Angler Who Has Everything 🌊 \u003c\/div\u003e \u003cdiv class=\"delivery\"\u003e 🚚 \u003cstrong\u003eDelivery:\u003c\/strong\u003e 6–9 Business Days Nationwide \u003c\/div\u003e \u003c\/div\u003e \u003cstyle\u003e .fishing-gift-container{ background: linear-gradient(135deg,#eef7ff,#fff0f0,#f2f8ff); padding:35px; border-radius:25px; max-width:900px; margin:auto; text-align:center; font-family:'Trebuchet MS',sans-serif; color:#243447; box-shadow:0 10px 35px rgba(0,0,0,0.10); overflow:hidden; position:relative; } .fishing-gift-container h2{ font-size:34px; margin-bottom:20px; animation:fadeDown 1s ease; } .intro{ font-size:18px; line-height:1.8; margin-bottom:25px; } .feature-box, .gift-box{ background:rgba(255,255,255,0.75); backdrop-filter:blur(8px); padding:25px; margin:20px 0; border-radius:20px; transition:0.4s; } .feature-box:hover, .gift-box:hover{ transform:translateY(-5px); box-shadow:0 10px 25px rgba(0,0,0,0.10); } .feature-box h3, .gift-box h3{ color:#1e5b8c; margin-bottom:15px; } .highlight{ margin-top:25px; font-size:24px; font-weight:bold; color:#d64545; animation:pulse 2s infinite; } .delivery{ margin-top:20px; background:#ffffff; display:inline-block; padding:12px 24px; border-radius:50px; font-size:18px; box-shadow:0 5px 15px rgba(0,0,0,0.08); } .floating-icon{ position:absolute; top:15px; right:20px; font-size:45px; animation:float 3s ease-in-out infinite; } @keyframes float{ 0%{transform:translateY(0px);} 50%{transform:translateY(-12px);} 100%{transform:translateY(0px);} } @keyframes pulse{ 0%{transform:scale(1);} 50%{transform:scale(1.05);} 100%{transform:scale(1);} } @keyframes fadeDown{ from{ opacity:0; transform:translateY(-20px); } to{ opacity:1; transform:translateY(0); } } \u003c\/style\u003e","brand":"Deo Volente \u0026 Co","offers":[{"title":"Default Title","offer_id":47621270962327,"sku":null,"price":350.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/0721\/3463\/files\/Reel5.avif?v=1775376036"},{"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"},{"product_id":"luxury-lash-remover","title":"Luxury Lash Remover","description":"\u003cdiv class=\"luxury-lash-remover\"\u003e\n\n  \u003cdiv class=\"sparkle sparkle1\"\u003e✨\u003c\/div\u003e\n  \u003cdiv class=\"sparkle sparkle2\"\u003e🌿\u003c\/div\u003e\n  \u003cdiv class=\"sparkle sparkle3\"\u003e💖\u003c\/div\u003e\n\n  \u003ch1\u003e✨ Luxury Lash Remover ✨\u003c\/h1\u003e\n\n  \u003ch2\u003eThe Art of Effortless Lash Release 💖\u003c\/h2\u003e\n\n  \u003cp\u003e\n    Because your lashes deserve nothing less than perfection. 🌸\n    Introducing the \u003cstrong\u003eDeo Volente \u0026amp; Co Luxury Lash Remover\u003c\/strong\u003e —\n    the sophisticated secret behind flawless lash care.\n    Crafted for women who love elegance, beauty, and effortless glamour. 💎\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"benefits\"\u003e\n    \u003ch3\u003e💎 Why You'll Adore It 💎\u003c\/h3\u003e\n\n    \u003cdiv class=\"benefit\"\u003e\n      🌸 \u003cstrong\u003eFeather-Light Formula\u003c\/strong\u003e — Removes lash adhesive gently and comfortably.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefit\"\u003e\n      💧 \u003cstrong\u003eDeeply Nourishing\u003c\/strong\u003e — Helps keep your lash line feeling soft and cared for.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefit\"\u003e\n      ⚡ \u003cstrong\u003eEffortlessly Fast\u003c\/strong\u003e — Works quickly so you can remove lashes with ease.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefit\"\u003e\n      🌿 \u003cstrong\u003eGentle \u0026amp; Safe\u003c\/strong\u003e — Suitable for sensitive eyes and skin.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefit\"\u003e\n      ✨ \u003cstrong\u003eResidue-Free Finish\u003c\/strong\u003e — Leaves lashes feeling clean and refreshed.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ritual\"\u003e\n    \u003ch3\u003e👑 Your Luxury Lash Ritual 👑\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Apply a small amount to a cotton pad or swab.\n      Gently hold against the lash band for 10–15 seconds,\n      then carefully glide away the lashes.\n      Enjoy a simple and elegant removal experience. 🌙\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"promise\"\u003e\n    \u003ch3\u003e💌 The Deo Volente \u0026amp; Co Promise\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Beauty should feel as good as it looks. 🕊️\n      Every product in our collection is selected with care,\n      grace, and a passion for helping you feel your best.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"stock-alert\"\u003e\n    ✨ Limited Stock Available ✨\n  \u003c\/div\u003e\n\n  \u003ca href=\"#\" class=\"shop-btn\"\u003e🛒 SHOP NOW\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.luxury-lash-remover{\n    position:relative;\n    overflow:hidden;\n    background:linear-gradient(135deg,#f3fff5,#e3f7e6,#d9f4dd);\n    padding:40px;\n    border-radius:25px;\n    text-align:center;\n    font-family:'Arial',sans-serif;\n    color:#3c4b3d;\n    box-shadow:0 10px 35px rgba(0,0,0,0.08);\n}\n\n.luxury-lash-remover h1{\n    font-size:38px;\n    margin-bottom:10px;\n    animation:fadeInDown 1s ease;\n}\n\n.luxury-lash-remover h2{\n    color:#5f7d60;\n    margin-bottom:25px;\n    animation:fadeInUp 1.2s ease;\n}\n\n.luxury-lash-remover p{\n    line-height:1.8;\n    font-size:17px;\n}\n\n.benefits{\n    margin-top:30px;\n}\n\n.benefit{\n    background:white;\n    padding:15px;\n    margin:12px 0;\n    border-radius:15px;\n    box-shadow:0 4px 15px rgba(0,0,0,0.05);\n    animation:floatCard 4s ease-in-out infinite;\n}\n\n.ritual,\n.promise{\n    margin-top:35px;\n    padding:25px;\n    background:rgba(255,255,255,0.75);\n    border-radius:20px;\n}\n\n.stock-alert{\n    margin-top:35px;\n    font-size:24px;\n    font-weight:bold;\n    color:#5d9463;\n    animation:pulse 2s infinite;\n}\n\n.shop-btn{\n    display:inline-block;\n    margin-top:25px;\n    padding:18px 40px;\n    background:linear-gradient(135deg,#78c483,#5aa766);\n    color:white;\n    text-decoration:none;\n    font-weight:bold;\n    border-radius:50px;\n    font-size:18px;\n    transition:0.3s;\n    animation:bounce 2s infinite;\n}\n\n.shop-btn:hover{\n    transform:scale(1.08);\n}\n\n.sparkle{\n    position:absolute;\n    font-size:28px;\n    opacity:0.4;\n}\n\n.sparkle1{\n    top:10%;\n    left:8%;\n    animation:float 5s infinite;\n}\n\n.sparkle2{\n    top:20%;\n    right:10%;\n    animation:float 6s infinite;\n}\n\n.sparkle3{\n    bottom:15%;\n    left:15%;\n    animation:float 7s infinite;\n}\n\n@keyframes float{\n    0%{transform:translateY(0);}\n    50%{transform:translateY(-20px);}\n    100%{transform:translateY(0);}\n}\n\n@keyframes pulse{\n    0%{transform:scale(1);}\n    50%{transform:scale(1.08);}\n    100%{transform:scale(1);}\n}\n\n@keyframes bounce{\n    0%,100%{transform:translateY(0);}\n    50%{transform:translateY(-8px);}\n}\n\n@keyframes floatCard{\n    0%,100%{transform:translateY(0);}\n    50%{transform:translateY(-4px);}\n}\n\n@keyframes fadeInDown{\n    from{\n        opacity:0;\n        transform:translateY(-30px);\n    }\n    to{\n        opacity:1;\n        transform:translateY(0);\n    }\n}\n\n@keyframes fadeInUp{\n    from{\n        opacity:0;\n        transform:translateY(30px);\n    }\n    to{\n        opacity:1;\n        transform:translateY(0);\n    }\n}\n\u003c\/style\u003e","brand":"Deo Volente \u0026 Co","offers":[{"title":"Default Title","offer_id":47858267193495,"sku":null,"price":399.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/0721\/3463\/files\/Lashremover.avif?v=1780203616"},{"product_id":"the-complete-lash-love-combo-set","title":"The Complete Lash Love Combo Set","description":"\u003cdiv class=\"lash-combo-container\"\u003e\n  \n  \u003cdiv class=\"sparkle\"\u003e✨\u003c\/div\u003e\n  \u003cdiv class=\"sparkle sparkle2\"\u003e💖\u003c\/div\u003e\n  \u003cdiv class=\"sparkle sparkle3\"\u003e✨\u003c\/div\u003e\n\n  \u003ch1\u003e💖 Luxury Lash Combo Deal 💖\u003c\/h1\u003e\n\n  \u003cp class=\"intro\"\u003e\n    Why buy separately when you can enjoy the complete luxury lash experience and save? ✨\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"products\"\u003e\n    \u003cdiv class=\"product-card\"\u003e\n      \u003ch3\u003e💎 La Belle Eyelash Kit (720 PCS)\u003c\/h3\u003e\n      \u003cp class=\"price\"\u003eR549.00\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"product-card\"\u003e\n      \u003ch3\u003e🌿 Luxury Aloe Vera Lash Remover\u003c\/h3\u003e\n      \u003cp class=\"price\"\u003eR399.99\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pricing-box\"\u003e\n    \u003cp\u003eTotal Value if Purchased Separately:\u003c\/p\u003e\n    \u003ch2 class=\"old-price\"\u003eR948.99\u003c\/h2\u003e\n\n    \u003cp\u003eToday Only:\u003c\/p\u003e\n    \u003ch1 class=\"sale-price\"\u003eR799.99\u003c\/h1\u003e\n\n    \u003cdiv class=\"save-badge\"\u003e\n      🎉 SAVE R149.00 🎉\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"description\"\u003e\n    ✨ Create stunning salon-quality lashes at home with the premium La Belle 720 PCS Eyelash Kit, then remove them effortlessly with our gentle Aloe Vera Luxury Lash Remover.\n    \u003cbr\u003e\u003cbr\u003e\n    💕 The perfect combination for beauty lovers who want convenience, elegance, and exceptional value.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"limited-stock\"\u003e\n    🚚 Free Delivery Nationwide 🇿🇦 \u003cbr\u003e\n    💖 Limited Stock Available\n  \u003c\/div\u003e\n\n  \u003ca href=\"#product-form\" class=\"cta-button\"\u003e\n    🛍️ Claim Your Combo Deal\n  \u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.lash-combo-container{\n    position:relative;\n    background:linear-gradient(135deg,#fff0f6,#ffe4ee,#ffd6e7);\n    padding:35px;\n    border-radius:25px;\n    text-align:center;\n    font-family:Arial, sans-serif;\n    color:#444;\n    overflow:hidden;\n    box-shadow:0 10px 30px rgba(255,105,180,0.15);\n}\n\n\/* Floating Sparkles *\/\n.sparkle{\n    position:absolute;\n    font-size:28px;\n    animation:float 4s ease-in-out infinite;\n}\n.sparkle2{\n    right:30px;\n    top:40px;\n    animation-delay:1s;\n}\n.sparkle3{\n    left:20px;\n    bottom:60px;\n    animation-delay:2s;\n}\n\n@keyframes float{\n    0%,100%{transform:translateY(0px);}\n    50%{transform:translateY(-15px);}\n}\n\n.lash-combo-container h1{\n    color:#d63384;\n    margin-bottom:15px;\n    animation:fadeInDown 1s ease;\n}\n\n.intro{\n    font-size:18px;\n    margin-bottom:25px;\n    animation:fadeIn 1.5s ease;\n}\n\n.products{\n    display:flex;\n    flex-wrap:wrap;\n    justify-content:center;\n    gap:15px;\n    margin-bottom:25px;\n}\n\n.product-card{\n    background:white;\n    padding:18px;\n    border-radius:18px;\n    width:260px;\n    box-shadow:0 5px 15px rgba(0,0,0,0.08);\n    transition:all .3s ease;\n}\n\n.product-card:hover{\n    transform:translateY(-8px);\n    box-shadow:0 10px 25px rgba(214,51,132,0.2);\n}\n\n.price{\n    font-size:22px;\n    font-weight:bold;\n    color:#d63384;\n}\n\n.pricing-box{\n    background:white;\n    padding:25px;\n    border-radius:20px;\n    margin:20px auto;\n    max-width:500px;\n    box-shadow:0 5px 20px rgba(0,0,0,0.08);\n}\n\n.old-price{\n    color:#999;\n    text-decoration:line-through;\n}\n\n.sale-price{\n    color:#e60073;\n    font-size:42px;\n    margin:10px 0;\n    animation:pulse 2s infinite;\n}\n\n@keyframes pulse{\n    0%{transform:scale(1);}\n    50%{transform:scale(1.08);}\n    100%{transform:scale(1);}\n}\n\n.save-badge{\n    display:inline-block;\n    background:#ff4da6;\n    color:white;\n    padding:12px 25px;\n    border-radius:50px;\n    font-weight:bold;\n    margin-top:10px;\n    animation:bounce 2s infinite;\n}\n\n@keyframes bounce{\n    0%,20%,50%,80%,100%{transform:translateY(0);}\n    40%{transform:translateY(-10px);}\n    60%{transform:translateY(-5px);}\n}\n\n.description{\n    margin-top:25px;\n    line-height:1.8;\n    font-size:16px;\n}\n\n.limited-stock{\n    margin-top:25px;\n    font-weight:bold;\n    color:#d63384;\n    font-size:18px;\n}\n\n.cta-button{\n    display:inline-block;\n    margin-top:25px;\n    background:linear-gradient(45deg,#ff4da6,#d63384);\n    color:white !important;\n    text-decoration:none;\n    padding:16px 35px;\n    border-radius:50px;\n    font-size:20px;\n    font-weight:bold;\n    box-shadow:0 8px 20px rgba(214,51,132,0.3);\n    transition:all .3s ease;\n    animation:glow 2s infinite alternate;\n}\n\n.cta-button:hover{\n    transform:scale(1.08);\n}\n\n@keyframes glow{\n    from{\n        box-shadow:0 0 10px rgba(255,77,166,0.4);\n    }\n    to{\n        box-shadow:0 0 25px rgba(255,77,166,0.8);\n    }\n}\n\n@keyframes fadeInDown{\n    from{\n        opacity:0;\n        transform:translateY(-20px);\n    }\n    to{\n        opacity:1;\n        transform:translateY(0);\n    }\n}\n\n@keyframes fadeIn{\n    from{opacity:0;}\n    to{opacity:1;}\n}\n\n@media(max-width:768px){\n    .products{\n        flex-direction:column;\n        align-items:center;\n    }\n}\n\u003c\/style\u003e","brand":"Deo Volente \u0026 Co","offers":[{"title":"Default Title","offer_id":47858284527767,"sku":null,"price":799.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/0721\/3463\/files\/Screenshot-20260616_180105_Chrome.jpg?v=1781626072"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/0721\/3463\/collections\/luxiuory.png?v=1778608221","url":"https:\/\/deovolentecogodfirst.co.za\/collections\/frontpage.oembed","provider":"Deo Volente \u0026 Co","version":"1.0","type":"link"}