{"product_id":"bibo-co™-qiciy-tattoo-easy-dye-peel-off-brow-dye","title":"Bibo \u0026 Co™ Qiciy Peel-Off Brow Dye","description":"\u003cstyle\u003e\n\/* =========================================================\n   BIBO \u0026 CO™ — QICIY PEEL-OFF BROW DYE\n   PREMIUM SALES-FOCUSED SHOPIFY SECTION\n========================================================= *\/\n\n.bibo-premium {\n  --purple: #8b6f91;\n  --purple-dark: #624867;\n  --purple-soft: #eee6f0;\n  --cream: #faf8f6;\n  --black: #191719;\n  --grey: #6f696e;\n  --white: #ffffff;\n\n  font-family: -apple-system, BlinkMacSystemFont, \"Helvetica Neue\", Arial, sans-serif;\n  color: var(--black);\n  overflow: hidden;\n  background: var(--cream);\n}\n\n.bibo-premium * {\n  box-sizing: border-box;\n}\n\n\/* ---------- HERO ---------- *\/\n\n.bibo-hero {\n  position: relative;\n  min-height: 720px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  text-align: center;\n  padding: 80px 20px;\n  overflow: hidden;\n\n  background:\n    radial-gradient(circle at 20% 20%, rgba(139,111,145,.16), transparent 28%),\n    radial-gradient(circle at 80% 75%, rgba(139,111,145,.12), transparent 30%),\n    linear-gradient(145deg,#fffdfb,#f3edf4);\n}\n\n.bibo-orb {\n  position: absolute;\n  border-radius: 50%;\n  pointer-events: none;\n  filter: blur(2px);\n  animation: floatOrb 8s ease-in-out infinite;\n}\n\n.bibo-orb.one {\n  width: 180px;\n  height: 180px;\n  background: rgba(255,255,255,.75);\n  left: -70px;\n  top: 120px;\n}\n\n.bibo-orb.two {\n  width: 280px;\n  height: 280px;\n  background: rgba(139,111,145,.08);\n  right: -100px;\n  bottom: 20px;\n  animation-delay: -3s;\n}\n\n.bibo-hero-content {\n  position: relative;\n  z-index: 2;\n  max-width: 850px;\n  animation: revealUp 1s ease both;\n}\n\n.bibo-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 9px;\n  padding: 10px 17px;\n  border-radius: 50px;\n  background: rgba(255,255,255,.72);\n  border: 1px solid rgba(98,72,103,.12);\n  backdrop-filter: blur(15px);\n  color: var(--purple-dark);\n  font-size: 11px;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  font-weight: 700;\n  margin-bottom: 27px;\n}\n\n.bibo-pill-dot {\n  width: 7px;\n  height: 7px;\n  border-radius: 50%;\n  background: var(--purple);\n  animation: pulseDot 2s infinite;\n}\n\n.bibo-hero h1 {\n  margin: 0;\n  font-size: clamp(44px,8vw,88px);\n  line-height: .96;\n  letter-spacing: -4px;\n  font-weight: 500;\n}\n\n.bibo-hero h1 em {\n  display: block;\n  color: var(--purple-dark);\n  font-family: Georgia, serif;\n  font-weight: 400;\n}\n\n.bibo-hero-copy {\n  max-width: 650px;\n  margin: 28px auto 0;\n  color: var(--grey);\n  font-size: 17px;\n  line-height: 1.8;\n}\n\n.bibo-hero-note {\n  margin-top: 25px;\n  font-size: 12px;\n  color: #918a91;\n}\n\n\/* ---------- BUTTON ---------- *\/\n\n.bibo-button {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 13px;\n  margin-top: 34px;\n  padding: 18px 31px;\n  min-width: 210px;\n  border-radius: 100px;\n  background: var(--black);\n  color: white;\n  text-decoration: none;\n  font-size: 14px;\n  font-weight: 700;\n  letter-spacing: .2px;\n  box-shadow: 0 15px 35px rgba(25,23,25,.16);\n  transition: .35s ease;\n}\n\n.bibo-button:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 22px 45px rgba(25,23,25,.23);\n}\n\n.bibo-button span {\n  transition: .3s ease;\n}\n\n.bibo-button:hover span {\n  transform: translateX(5px);\n}\n\n\/* ---------- RESULTS STRIP ---------- *\/\n\n.bibo-result-strip {\n  background: var(--black);\n  color: white;\n  padding: 18px 20px;\n  text-align: center;\n  font-size: 12px;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n}\n\n.bibo-result-strip span {\n  margin: 0 13px;\n  opacity: .35;\n}\n\n\/* ---------- INTRO ---------- *\/\n\n.bibo-intro {\n  padding: 110px 25px;\n  background: white;\n}\n\n.bibo-heading {\n  max-width: 720px;\n  margin: 0 auto 60px;\n  text-align: center;\n}\n\n.bibo-heading small {\n  display: block;\n  color: var(--purple-dark);\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 2.5px;\n  text-transform: uppercase;\n  margin-bottom: 15px;\n}\n\n.bibo-heading h2 {\n  margin: 0;\n  font-size: clamp(34px,6vw,57px);\n  line-height: 1.05;\n  letter-spacing: -2px;\n  font-weight: 500;\n}\n\n.bibo-heading h2 em {\n  font-family: Georgia, serif;\n  font-weight: 400;\n  color: var(--purple-dark);\n}\n\n.bibo-heading p {\n  margin: 22px auto 0;\n  max-width: 620px;\n  color: var(--grey);\n  line-height: 1.8;\n}\n\n\/* ---------- BENEFITS ---------- *\/\n\n.bibo-benefits {\n  max-width: 1150px;\n  margin: auto;\n  display: grid;\n  grid-template-columns: repeat(3,1fr);\n  gap: 18px;\n}\n\n.bibo-card {\n  padding: 35px 30px;\n  min-height: 230px;\n  border: 1px solid rgba(25,23,25,.08);\n  border-radius: 26px;\n  background: linear-gradient(145deg,#fff,#faf7fa);\n  transition: .4s ease;\n}\n\n.bibo-card:hover {\n  transform: translateY(-9px);\n  box-shadow: 0 25px 55px rgba(25,23,25,.09);\n}\n\n.bibo-card-icon {\n  width: 48px;\n  height: 48px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 16px;\n  background: var(--purple-soft);\n  color: var(--purple-dark);\n  margin-bottom: 25px;\n  font-size: 19px;\n}\n\n.bibo-card h3 {\n  margin: 0 0 10px;\n  font-size: 18px;\n  font-weight: 650;\n}\n\n.bibo-card p {\n  margin: 0;\n  color: var(--grey);\n  line-height: 1.7;\n  font-size: 14px;\n}\n\n\/* ---------- LIFESTYLE SECTION ---------- *\/\n\n.bibo-lifestyle {\n  padding: 110px 25px;\n  background: linear-gradient(135deg,#eee5ef,#faf8f6);\n}\n\n.bibo-lifestyle-inner {\n  max-width: 1150px;\n  margin: auto;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 80px;\n  align-items: center;\n}\n\n.bibo-lifestyle-image {\n  min-height: 500px;\n  border-radius: 35px;\n  position: relative;\n  overflow: hidden;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  background:\n    radial-gradient(circle,#ffffff 0%,rgba(255,255,255,.25) 35%,transparent 65%),\n    linear-gradient(145deg,#d9c7dc,#f6f0f6);\n}\n\n.bibo-lifestyle-image::before {\n  content: \"\";\n  position: absolute;\n  width: 270px;\n  height: 270px;\n  border-radius: 50%;\n  background: rgba(139,111,145,.16);\n  filter: blur(25px);\n  animation: breathe 5s infinite ease-in-out;\n}\n\n.bibo-product-placeholder {\n  position: relative;\n  z-index: 2;\n  text-align: center;\n  color: var(--purple-dark);\n  font-size: 12px;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n}\n\n.bibo-lifestyle-copy small {\n  color: var(--purple-dark);\n  font-size: 11px;\n  letter-spacing: 2.5px;\n  font-weight: 800;\n  text-transform: uppercase;\n}\n\n.bibo-lifestyle-copy h2 {\n  margin: 15px 0 22px;\n  font-size: clamp(35px,5vw,58px);\n  line-height: 1;\n  letter-spacing: -2.5px;\n  font-weight: 500;\n}\n\n.bibo-lifestyle-copy h2 em {\n  font-family: Georgia,serif;\n  font-weight: 400;\n  color: var(--purple-dark);\n}\n\n.bibo-lifestyle-copy p {\n  color: var(--grey);\n  line-height: 1.85;\n  font-size: 15px;\n}\n\n.bibo-check-list {\n  list-style: none;\n  padding: 0;\n  margin: 28px 0 0;\n}\n\n.bibo-check-list li {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  margin: 13px 0;\n  font-size: 14px;\n}\n\n.bibo-check {\n  width: 21px;\n  height: 21px;\n  border-radius: 50%;\n  background: var(--purple);\n  color: white;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 11px;\n}\n\n\/* ---------- HOW IT WORKS ---------- *\/\n\n.bibo-how {\n  padding: 110px 25px;\n  background: white;\n}\n\n.bibo-steps {\n  max-width: 1050px;\n  margin: auto;\n  display: grid;\n  grid-template-columns: repeat(3,1fr);\n  gap: 20px;\n}\n\n.bibo-step {\n  padding: 35px;\n  border-radius: 25px;\n  background: #f8f6f8;\n  border: 1px solid rgba(25,23,25,.07);\n}\n\n.bibo-step-number {\n  font-family: Georgia,serif;\n  color: #cfc2d1;\n  font-size: 48px;\n  line-height: 1;\n  margin-bottom: 25px;\n}\n\n.bibo-step h3 {\n  margin: 0 0 10px;\n  font-size: 19px;\n}\n\n.bibo-step p {\n  margin: 0;\n  color: var(--grey);\n  line-height: 1.7;\n  font-size: 14px;\n}\n\n\/* ---------- PRODUCT DETAILS ---------- *\/\n\n.bibo-details {\n  padding: 100px 25px;\n  background: var(--cream);\n}\n\n.bibo-details-box {\n  max-width: 900px;\n  margin: auto;\n  background: white;\n  border-radius: 30px;\n  padding: 45px;\n  box-shadow: 0 20px 60px rgba(25,23,25,.06);\n}\n\n.bibo-details-box h2 {\n  margin: 0 0 30px;\n  font-size: 30px;\n  font-weight: 500;\n}\n\n.bibo-detail-row {\n  display: flex;\n  justify-content: space-between;\n  gap: 20px;\n  padding: 17px 0;\n  border-bottom: 1px solid rgba(25,23,25,.08);\n  font-size: 14px;\n}\n\n.bibo-detail-row:last-child {\n  border-bottom: none;\n}\n\n.bibo-detail-row span:first-child {\n  color: var(--grey);\n}\n\n.bibo-detail-row span:last-child {\n  font-weight: 600;\n}\n\n\/* ---------- CTA ---------- *\/\n\n.bibo-final {\n  position: relative;\n  overflow: hidden;\n  padding: 120px 25px;\n  text-align: center;\n  background: var(--black);\n  color: white;\n}\n\n.bibo-final-glow {\n  position: absolute;\n  width: 550px;\n  height: 550px;\n  border-radius: 50%;\n  background: rgba(139,111,145,.25);\n  filter: blur(100px);\n  left: 50%;\n  top: 50%;\n  transform: translate(-50%,-50%);\n}\n\n.bibo-final-content {\n  position: relative;\n  z-index: 2;\n  max-width: 750px;\n  margin: auto;\n}\n\n.bibo-final h2 {\n  margin: 0;\n  font-size: clamp(40px,7vw,70px);\n  line-height: .98;\n  letter-spacing: -3px;\n  font-weight: 400;\n}\n\n.bibo-final h2 em {\n  font-family: Georgia,serif;\n  color: #cdb8d0;\n}\n\n.bibo-final p {\n  max-width: 550px;\n  margin: 25px auto 0;\n  color: rgba(255,255,255,.68);\n  line-height: 1.8;\n}\n\n.bibo-final .bibo-button {\n  background: white;\n  color: var(--black);\n}\n\n\/* ---------- ANIMATIONS ---------- *\/\n\n@keyframes revealUp {\n  from {\n    opacity: 0;\n    transform: translateY(35px);\n  }\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n@keyframes floatOrb {\n  0%,100% {\n    transform: translateY(0) rotate(0);\n  }\n  50% {\n    transform: translateY(-25px) rotate(6deg);\n  }\n}\n\n@keyframes pulseDot {\n  0%,100% {\n    opacity: 1;\n    transform: scale(1);\n  }\n  50% {\n    opacity: .4;\n    transform: scale(1.6);\n  }\n}\n\n@keyframes breathe {\n  0%,100% {\n    transform: scale(1);\n    opacity: .7;\n  }\n  50% {\n    transform: scale(1.15);\n    opacity: 1;\n  }\n}\n\n\/* ---------- MOBILE ---------- *\/\n\n@media(max-width:800px) {\n\n  .bibo-hero {\n    min-height: 650px;\n  }\n\n  .bibo-hero h1 {\n    letter-spacing: -2.5px;\n  }\n\n  .bibo-hero-copy {\n    font-size: 15px;\n  }\n\n  .bibo-benefits,\n  .bibo-steps {\n    grid-template-columns: 1fr;\n  }\n\n  .bibo-lifestyle-inner {\n    grid-template-columns: 1fr;\n    gap: 45px;\n  }\n\n  .bibo-lifestyle-image {\n    min-height: 370px;\n    order: 2;\n  }\n\n  .bibo-lifestyle-copy {\n    order: 1;\n  }\n\n  .bibo-details-box {\n    padding: 30px 22px;\n  }\n\n  .bibo-detail-row {\n    font-size: 13px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"bibo-premium\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"bibo-hero\"\u003e\n\u003cdiv class=\"bibo-orb one\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"bibo-orb two\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"bibo-hero-content\"\u003e\n\u003cdiv class=\"bibo-pill\"\u003e\n\u003cspan class=\"bibo-pill-dot\"\u003e\u003c\/span\u003e Bibo \u0026amp; Co™ Beauty\u003c\/div\u003e\n\u003ch1\u003eWake up with \u003cem\u003eeffortlessly defined brows.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"bibo-hero-copy\"\u003eBeautifully tinted, fuller-looking brows without the everyday effort. The Bibo \u0026amp; Co™ Qiciy Peel-Off Brow Dye makes it easy to create a more polished, sculpted look from the comfort of home.\u003c\/p\u003e\n\u003ca href=\"#AddToCart\" class=\"bibo-button\"\u003e Elevate Your Brows \u003cspan\u003e→\u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv class=\"bibo-hero-note\"\u003eDesigned for beauty lovers 18+\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- RESULTS STRIP --\u003e\n\u003cdiv class=\"bibo-result-strip\"\u003eDefined brows \u003cspan\u003e•\u003c\/span\u003e Fuller-looking appearance \u003cspan\u003e•\u003c\/span\u003e Less daily makeup\u003c\/div\u003e\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"bibo-intro\"\u003e\n\u003cdiv class=\"bibo-heading\"\u003e\n\u003csmall\u003eThe brow upgrade\u003c\/small\u003e\n\u003ch2\u003eMore definition. \u003cem\u003eLess effort.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp\u003eYour brows frame your face. Give them the attention they deserve with an easy tinting routine designed to enhance the brows you already have.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bibo-benefits\"\u003e\n\u003cdiv class=\"bibo-card\"\u003e\n\u003cdiv class=\"bibo-card-icon\"\u003e✦\u003c\/div\u003e\n\u003ch3\u003eFuller-Looking Brows\u003c\/h3\u003e\n\u003cp\u003eTint lighter brow hairs to help create the appearance of fuller, more dimensional brows.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bibo-card\"\u003e\n\u003cdiv class=\"bibo-card-icon\"\u003e⌁\u003c\/div\u003e\n\u003ch3\u003eBeautiful Definition\u003c\/h3\u003e\n\u003cp\u003eEnhance your natural brow shape for a cleaner, more sculpted and put-together appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bibo-card\"\u003e\n\u003cdiv class=\"bibo-card-icon\"\u003e♡\u003c\/div\u003e\n\u003ch3\u003eSave Time Every Morning\u003c\/h3\u003e\n\u003cp\u003eSpend less time filling in your brows with a pencil or powder as part of your daily routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bibo-card\"\u003e\n\u003cdiv class=\"bibo-card-icon\"\u003e✧\u003c\/div\u003e\n\u003ch3\u003eNatural-Looking Finish\u003c\/h3\u003e\n\u003cp\u003eEnhance your existing brows with a soft tint designed to complement your natural look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bibo-card\"\u003e\n\u003cdiv class=\"bibo-card-icon\"\u003e◌\u003c\/div\u003e\n\u003ch3\u003eEasy At-Home Application\u003c\/h3\u003e\n\u003cp\u003eThe simple apply, dry and peel process makes brow tinting easy to incorporate into your routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bibo-card\"\u003e\n\u003cdiv class=\"bibo-card-icon\"\u003e∞\u003c\/div\u003e\n\u003ch3\u003eAlways Look Put Together\u003c\/h3\u003e\n\u003cp\u003eFrom everyday errands to nights out, defined brows can help complete your overall beauty look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- LIFESTYLE --\u003e\n\u003csection class=\"bibo-lifestyle\"\u003e\n\u003cdiv class=\"bibo-lifestyle-inner\"\u003e\n\u003cdiv class=\"bibo-lifestyle-image\"\u003e\n\u003cdiv class=\"bibo-product-placeholder\"\u003ePlace your\u003cbr\u003epurple product image\u003cbr\u003ehere\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bibo-lifestyle-copy\"\u003e\n\u003csmall\u003eMade for your routine\u003c\/small\u003e\n\u003ch2\u003eBecause your \u003cem\u003ebrows matter.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp\u003eWhether you're getting ready for work, heading out with friends or simply want to feel more polished without doing a full face of makeup, defined brows can make all the difference.\u003c\/p\u003e\n\u003cp\u003eBibo \u0026amp; Co™ Qiciy Peel-Off Brow Dye helps you create an effortlessly groomed appearance while keeping your beauty routine simple.\u003c\/p\u003e\n\u003cul class=\"bibo-check-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"bibo-check\"\u003e✓\u003c\/span\u003e Fuller-looking brows\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bibo-check\"\u003e✓\u003c\/span\u003e More defined appearance\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bibo-check\"\u003e✓\u003c\/span\u003e Simplifies your makeup routine\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bibo-check\"\u003e✓\u003c\/span\u003e Easy at-home application\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003csection class=\"bibo-how\"\u003e\n\u003cdiv class=\"bibo-heading\"\u003e\n\u003csmall\u003eSimple beauty\u003c\/small\u003e\n\u003ch2\u003eApply. Dry. \u003cem\u003eReveal.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp\u003eBeautifully defined brows without the complicated routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bibo-steps\"\u003e\n\u003cdiv class=\"bibo-step\"\u003e\n\u003cdiv class=\"bibo-step-number\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eApply\u003c\/h3\u003e\n\u003cp\u003eApply the brow dye carefully over the areas you want to tint and define.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bibo-step\"\u003e\n\u003cdiv class=\"bibo-step-number\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eLet It Dry\u003c\/h3\u003e\n\u003cp\u003eAllow the product to dry for approximately 2 hours according to the instructions provided with your product\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bibo-step\"\u003e\n\u003cdiv class=\"bibo-step-number\"\u003e03\u003c\/div\u003e\n\u003ch3\u003ePeel \u0026amp; Reveal\u003c\/h3\u003e\n\u003cp\u003eGently peel away the dried tint and reveal your newly enhanced brows.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCT DETAILS --\u003e\n\u003csection class=\"bibo-details\"\u003e\n\u003cdiv class=\"bibo-details-box\"\u003e\n\u003ch2\u003eProduct details\u003c\/h2\u003e\n\u003cdiv class=\"bibo-detail-row\"\u003e\n\u003cspan\u003eProduct\u003c\/span\u003e \u003cspan\u003eBibo \u0026amp; Co™ Qiciy Peel-Off Brow Dye\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bibo-detail-row\"\u003e\n\u003cspan\u003eType\u003c\/span\u003e \u003cspan\u003ePeel-Off Brow Tint\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bibo-detail-row\"\u003e\n\u003cspan\u003eColour\u003c\/span\u003e \u003cspan\u003ePurple\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bibo-detail-row\"\u003e\n\u003cspan\u003eApplication\u003c\/span\u003e \u003cspan\u003eApply • Dry • Peel\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bibo-detail-row\"\u003e\n\u003cspan\u003eUse\u003c\/span\u003e \u003cspan\u003eAt-home brow tinting\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bibo-detail-row\"\u003e\n\u003cspan\u003eRecommended\u003c\/span\u003e \u003cspan\u003e18+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"bibo-final\"\u003e\n\u003cdiv class=\"bibo-final-glow\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"bibo-final-content\"\u003e\n\u003ch2\u003eYour brows. \u003cbr\u003e\u003cem\u003eElevated.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp\u003eWake up feeling more put together with beautifully enhanced, defined-looking brows that complement your natural beauty.\u003c\/p\u003e\n\u003ca href=\"#AddToCart\" class=\"bibo-button\"\u003e Shop Bibo \u0026amp; Co™ \u003cspan\u003e→\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Bibo \u0026 Co","offers":[{"title":"Brown","offer_id":52288931627228,"sku":null,"price":219.99,"currency_code":"ZAR","in_stock":true},{"title":"Light brown","offer_id":52288931659996,"sku":null,"price":219.99,"currency_code":"ZAR","in_stock":true},{"title":"Gray Brown","offer_id":52288931692764,"sku":null,"price":219.99,"currency_code":"ZAR","in_stock":true},{"title":"Black","offer_id":52288931725532,"sku":null,"price":219.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0844\/9982\/4860\/files\/ChatGPT_Image_Aug_16_2026_03_55_41_PM.png?v=1786888565","url":"https:\/\/www.biboco.co.za\/products\/bibo-co%e2%84%a2-qiciy-tattoo-easy-dye-peel-off-brow-dye","provider":"Bibo \u0026 Co","version":"1.0","type":"link"}