{"title":"Male","description":"","products":[{"product_id":"blush-bow™-glow-up-mirror","title":"Blush Bow™ Glow Up Mirror","description":"\u003cp\u003e```html\u003c\/p\u003e\n\u003c!-- BLUSH BOW™ PREMIUM PRODUCT SECTION --\u003e\n\u003csection class=\"blushbow-section\"\u003e\u003c!-- SOFT PINK GLOW --\u003e\n\u003cdiv class=\"glow-bg\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003c!-- PRODUCT IMAGE --\u003e\n\u003cdiv class=\"product-image\"\u003e\n\u003c!-- PRODUCT CONTENT --\u003e\n\u003cdiv class=\"product-content\"\u003e\n\u003cspan class=\"premium-badge\"\u003e✨ VIRAL BEAUTY ESSENTIAL\u003c\/span\u003e\n\u003ch1\u003eGlow Up Mirror\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003eSee yourself in the best light. Designed for flawless makeup, skincare \u0026amp; aesthetic glow-up moments.\u003c\/p\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan\u003e💡\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003e3 LED Lighting Modes\u003c\/h3\u003e\n\u003cp\u003eCool, Natural \u0026amp; Warm lighting for perfect results.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan\u003e🔆\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Brightness\u003c\/h3\u003e\n\u003cp\u003eCustomize your glow for day or night.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan\u003e🔄\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003e270° Rotation\u003c\/h3\u003e\n\u003cp\u003eFind your perfect angle effortlessly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BUTTONS --\u003e\n\u003cdiv class=\"buttons\"\u003e\n\u003ca href=\"#\" class=\"shop-btn\"\u003eSHOP NOW ✨\u003c\/a\u003e \u003ca href=\"#\" class=\"learn-btn\"\u003eLEARN MORE\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT INFO --\u003e\n\u003cdiv class=\"product-info\"\u003e\n\u003cp\u003e📐 182mm × 260mm\u003c\/p\u003e\n\u003cp\u003e🎨 Available in 2 Elegant Colors\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;800\u0026display=swap');\n\n*{\n  margin:0;\n  padding:0;\n  box-sizing:border-box;\n}\n\nbody{\n  font-family:'Poppins',sans-serif;\n}\n\n\/* SECTION *\/\n\n.blushbow-section{\n  position:relative;\n  overflow:hidden;\n  padding:70px 20px;\n  background:linear-gradient(180deg,#fff5fa,#ffffff,#fff0f7);\n}\n\n\/* GLOW BACKGROUND *\/\n\n.glow-bg{\n  position:absolute;\n  width:500px;\n  height:500px;\n  background:#ffb6d9;\n  filter:blur(140px);\n  opacity:0.22;\n  top:-150px;\n  right:-120px;\n  animation:none;\n}\n\n\/* CONTAINER *\/\n\n.product-container{\n  max-width:1200px;\n  margin:auto;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  gap:60px;\n  flex-wrap:wrap;\n  position:relative;\n  z-index:2;\n}\n\n\/* IMAGE *\/\n\n.product-image{\n  flex:1;\n  min-width:280px;\n  text-align:center;\n}\n\n.product-image img{\n  width:100%;\n  max-width:420px;\n  border-radius:28px;\n  animation:none;\n  filter:drop-shadow(0 20px 40px rgba(255,182,217,0.25));\n  transition:0.3s ease;\n}\n\n.product-image img:hover{\n  transform:scale(1.03);\n}\n\n\/* CONTENT *\/\n\n.product-content{\n  flex:1;\n  min-width:300px;\n}\n\n.premium-badge{\n  display:inline-block;\n  padding:12px 18px;\n  border-radius:50px;\n  background:white;\n  color:#ff4f93;\n  font-size:13px;\n  font-weight:700;\n  box-shadow:0 8px 20px rgba(255,105,180,0.12);\n  margin-bottom:20px;\n}\n\n.product-content h1{\n  font-size:60px;\n  line-height:1.05;\n  margin-bottom:20px;\n  font-weight:800;\n  color:#111;\n}\n\n.subtitle{\n  color:#555;\n  font-size:17px;\n  line-height:1.8;\n  margin-bottom:35px;\n  max-width:550px;\n}\n\n\/* FEATURES *\/\n\n.features{\n  display:flex;\n  flex-direction:column;\n  gap:18px;\n}\n\n.feature-card{\n  display:flex;\n  align-items:flex-start;\n  gap:16px;\n  padding:22px;\n  border-radius:24px;\n  background:rgba(255,255,255,0.8);\n  backdrop-filter:blur(10px);\n  box-shadow:0 10px 30px rgba(0,0,0,0.05);\n  transition:0.3s ease;\n}\n\n.feature-card:hover{\n  transform:translateY(-4px);\n  background:white;\n}\n\n.feature-card span{\n  font-size:28px;\n}\n\n.feature-card h3{\n  font-size:18px;\n  margin-bottom:5px;\n  color:#111;\n}\n\n.feature-card p{\n  color:#666;\n  font-size:14px;\n  line-height:1.5;\n}\n\n\/* BUTTONS *\/\n\n.buttons{\n  margin-top:35px;\n  display:flex;\n  gap:16px;\n  flex-wrap:wrap;\n}\n\n.shop-btn{\n  padding:17px 38px;\n  border-radius:60px;\n  background:linear-gradient(to right,#ff4f93,#ffb6d9);\n  color:white;\n  text-decoration:none;\n  font-weight:700;\n  transition:0.3s ease;\n  box-shadow:0 10px 25px rgba(255,105,180,0.25);\n}\n\n.shop-btn:hover{\n  transform:translateY(-3px);\n}\n\n.learn-btn{\n  padding:17px 38px;\n  border-radius:60px;\n  background:white;\n  color:#111;\n  text-decoration:none;\n  font-weight:600;\n  transition:0.3s ease;\n  box-shadow:0 8px 20px rgba(0,0,0,0.05);\n}\n\n.learn-btn:hover{\n  transform:translateY(-3px);\n}\n\n\/* INFO *\/\n\n.product-info{\n  margin-top:30px;\n  display:flex;\n  flex-direction:column;\n  gap:8px;\n  color:#666;\n  font-size:14px;\n}\n\n\/* MOBILE *\/\n\n@media(max-width:768px){\n\n  .blushbow-section{\n    padding:50px 18px;\n  }\n\n  .product-container{\n    gap:30px;\n    text-align:center;\n  }\n\n  .product-content h1{\n    font-size:42px;\n  }\n\n  .subtitle{\n    font-size:15px;\n    margin:auto auto 30px;\n  }\n\n  .buttons{\n    justify-content:center;\n  }\n\n  .shop-btn,\n  .learn-btn{\n    width:100%;\n    max-width:280px;\n    text-align:center;\n  }\n\n  .features{\n    text-align:left;\n  }\n\n  .product-info{\n    align-items:center;\n  }\n\n}\n\n\u003c\/style\u003e\n\u003cp\u003e```\u003c\/p\u003e","brand":"Blush Bow Co","offers":[{"title":"White","offer_id":45410344730703,"sku":null,"price":299.0,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":45410344763471,"sku":null,"price":299.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0713\/8390\/8431\/files\/packaging_and_product.png?v=1779961391"},{"product_id":"blushbow™-beard-oil","title":"🖤 BlushBow™ Beard Oil","description":"\u003c!-- BLUSHBOW™ PREMIUM BEARD OIL SECTION --\u003e\n\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700;800\u0026display=swap');\n\n.bb-beard-section{\n  font-family:'Montserrat',sans-serif;\n  background:linear-gradient(135deg,#0d0d0d,#1a1a1a);\n  color:#fff;\n  padding:60px 25px;\n  border-radius:30px;\n  overflow:hidden;\n  position:relative;\n}\n\n.bb-beard-section::before{\n  content:'';\n  position:absolute;\n  width:400px;\n  height:400px;\n  background:rgba(212,175,55,.08);\n  border-radius:50%;\n  top:-150px;\n  right:-150px;\n  filter:blur(80px);\n}\n\n.bb-header{\n  text-align:center;\n  max-width:900px;\n  margin:auto;\n  animation:fadeUp 1s ease;\n}\n\n.bb-badge{\n  display:inline-block;\n  padding:12px 24px;\n  border-radius:50px;\n  background:linear-gradient(90deg,#d4af37,#f8e08e);\n  color:#000;\n  font-weight:700;\n  margin-bottom:20px;\n  animation:pulse 2s infinite;\n}\n\n.bb-title{\n  font-size:48px;\n  font-weight:800;\n  color:#d4af37;\n  margin-bottom:15px;\n  text-transform:uppercase;\n  letter-spacing:2px;\n}\n\n.bb-subtitle{\n  font-size:20px;\n  line-height:1.8;\n  color:#f5f5f5;\n}\n\n.bb-section-title{\n  text-align:center;\n  margin-top:70px;\n  margin-bottom:40px;\n  color:#d4af37;\n  font-size:34px;\n  font-weight:800;\n}\n\n.bb-grid{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));\n  gap:25px;\n}\n\n.bb-card{\n  background:rgba(255,255,255,.05);\n  backdrop-filter:blur(10px);\n  padding:25px;\n  border-radius:20px;\n  border:1px solid rgba(212,175,55,.2);\n  transition:.4s ease;\n}\n\n.bb-card:hover{\n  transform:translateY(-10px);\n  border-color:#d4af37;\n  box-shadow:0 20px 40px rgba(212,175,55,.25);\n}\n\n.bb-card h3{\n  color:#d4af37;\n  margin-bottom:10px;\n  font-size:20px;\n}\n\n.bb-card p{\n  color:#eaeaea;\n  line-height:1.7;\n}\n\n.bb-ingredients{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));\n  gap:20px;\n}\n\n.bb-ingredient{\n  text-align:center;\n  padding:30px;\n  border-radius:20px;\n  background:#111;\n  transition:.4s;\n}\n\n.bb-ingredient:hover{\n  transform:scale(1.05);\n}\n\n.bb-icon{\n  font-size:40px;\n  display:block;\n  margin-bottom:15px;\n}\n\n.bb-specs{\n  background:rgba(255,255,255,.05);\n  border:1px solid rgba(212,175,55,.2);\n  padding:30px;\n  border-radius:20px;\n  max-width:700px;\n  margin:auto;\n}\n\n.bb-specs p{\n  margin:15px 0;\n  font-size:18px;\n}\n\n.bb-howto{\n  max-width:800px;\n  margin:auto;\n  background:#111;\n  padding:35px;\n  border-radius:20px;\n  line-height:2;\n  font-size:18px;\n}\n\n.bb-footer{\n  text-align:center;\n  margin-top:50px;\n  font-size:24px;\n  font-weight:700;\n  color:#d4af37;\n}\n\n@keyframes fadeUp{\n  from{\n    opacity:0;\n    transform:translateY(40px);\n  }\n  to{\n    opacity:1;\n    transform:translateY(0);\n  }\n}\n\n@keyframes pulse{\n  0%{transform:scale(1);}\n  50%{transform:scale(1.05);}\n  100%{transform:scale(1);}\n}\n\n@media(max-width:768px){\n\n.bb-title{\n  font-size:34px;\n}\n\n.bb-subtitle{\n  font-size:16px;\n}\n\n.bb-section-title{\n  font-size:28px;\n}\n\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"bb-beard-section\"\u003e\n\n\u003cdiv class=\"bb-header\"\u003e\n\n\u003cdiv class=\"bb-badge\"\u003e\n🔥 PREMIUM MEN'S GROOMING ESSENTIAL\n\u003c\/div\u003e\n\n\u003ch1 class=\"bb-title\"\u003e\nBLUSHBOW™ BEARD OIL\n\u003c\/h1\u003e\n\n\u003cp class=\"bb-subtitle\"\u003e\n🔥 \u003cstrong\u003eTransform Your Beard. Elevate Your Confidence.\u003c\/strong\u003e 💪\n\u003cbr\u003e\u003cbr\u003e\nTired of a dry, itchy, or patchy beard that just won't cooperate?\nBlushbow™ Beard Oil Conditioner is your daily ritual for a fuller, softer, and healthier-looking beard — results you can see and feel from day one! ✨\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003ch2 class=\"bb-section-title\"\u003e\n⚡ WHAT YOU'LL EXPERIENCE\n\u003c\/h2\u003e\n\n\u003cdiv class=\"bb-grid\"\u003e\n\n\u003cdiv class=\"bb-card\"\u003e\n\u003ch3\u003e🌱 Visibly Fuller Beard\u003c\/h3\u003e\n\u003cp\u003eNourishes follicles to promote thicker, healthier beard growth over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bb-card\"\u003e\n\u003ch3\u003e🤲 Instantly Softer \u0026amp; Smoother\u003c\/h3\u003e\n\u003cp\u003eSay goodbye to coarse, rough beard hair from the very first use.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bb-card\"\u003e\n\u003ch3\u003e💧 Deep Moisture That Lasts\u003c\/h3\u003e\n\u003cp\u003eHydrates beneath the beard to reduce dryness and flaking.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bb-card\"\u003e\n\u003ch3\u003e😌 Zero Itch, Zero Irritation\u003c\/h3\u003e\n\u003cp\u003eSoothes the skin underneath for all-day comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bb-card\"\u003e\n\u003ch3\u003e✨ Brighter Appearance\u003c\/h3\u003e\n\u003cp\u003eAdds a healthy natural shine and vitality to your beard.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bb-card\"\u003e\n\u003ch3\u003e⚡ Fast Absorbing\u003c\/h3\u003e\n\u003cp\u003eLightweight formula with absolutely zero greasy residue.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003ch2 class=\"bb-section-title\"\u003e\n🌿 KEY INGREDIENTS\n\u003c\/h2\u003e\n\n\u003cdiv class=\"bb-ingredients\"\u003e\n\n\u003cdiv class=\"bb-ingredient\"\u003e\n\u003cspan class=\"bb-icon\"\u003e🌲\u003c\/span\u003e\n\u003ch3\u003eTea Tree Oil\u003c\/h3\u003e\n\u003cp\u003eAntibacterial and soothing for healthy skin beneath the beard.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bb-ingredient\"\u003e\n\u003cspan class=\"bb-icon\"\u003e🍊\u003c\/span\u003e\n\u003ch3\u003eCitrus Oil\u003c\/h3\u003e\n\u003cp\u003eRefreshes and brightens with a clean masculine scent.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bb-ingredient\"\u003e\n\u003cspan class=\"bb-icon\"\u003e🌾\u003c\/span\u003e\n\u003ch3\u003eJojoba Oil\u003c\/h3\u003e\n\u003cp\u003eDeeply moisturizes and conditions for optimal beard care.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003ch2 class=\"bb-section-title\"\u003e\n📦 PRODUCT SIZE\n\u003c\/h2\u003e\n\n\u003cdiv class=\"bb-specs\"\u003e\n\n\u003cp\u003e💊 \u003cstrong\u003eVolume:\u003c\/strong\u003e 30ML \/ 1 FL.OZ\u003c\/p\u003e\n\n\u003cp\u003e📏 \u003cstrong\u003eBottle Height:\u003c\/strong\u003e 11CM \/ 4.33IN\u003c\/p\u003e\n\n\u003cp\u003e📐 \u003cstrong\u003eBottle Width:\u003c\/strong\u003e 3.9CM \/ 1.54IN\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003ch2 class=\"bb-section-title\"\u003e\n🧴 HOW TO USE\n\u003c\/h2\u003e\n\n\u003cdiv class=\"bb-howto\"\u003e\n\n1️⃣ Apply 3–5 drops to your palm 🖐️\u003cbr\u003e\n\n2️⃣ Rub hands together evenly\u003cbr\u003e\n\n3️⃣ Work through your beard from root to tip\u003cbr\u003e\n\n4️⃣ Massage into beard and skin underneath\u003cbr\u003e\n\n5️⃣ Use daily after washing for best results 🚿\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bb-footer\"\u003e\n\n💯 All Natural • Pure Ingredients • Made For The Man Who Takes Pride In His Appearance 👑\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Blush Bow Co","offers":[{"title":"Default Title","offer_id":45439898222671,"sku":null,"price":199.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0713\/8390\/8431\/files\/flat-lay-with-blush-bow-logo.png?v=1780405763"}],"url":"https:\/\/blushbow.co.za\/collections\/male.oembed","provider":"Blush Bow Co","version":"1.0","type":"link"}