{"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","url":"https:\/\/deovolentecogodfirst.co.za\/products\/portable-rechargeable-electric-eyebrow-bikini-trimmer-4-stainless-steel-blades-usb-charging","provider":"Deo Volente \u0026 Co","version":"1.0","type":"link"}