{"title":"Jus Bella","description":"\u003cp\u003e\u003cstrong\u003eHealthy • Beautiful • Confident\u003c\/strong\u003e ✨\u003c\/p\u003e","products":[{"product_id":"jus-bella-1-botol-senggugut","title":"1 box : Senggugut \/ Period Tak Teratur ~ Set 1 (1 Botol)","description":"\u003cstyle\u003e\n\/* =========================================\n   JUS BELLA — IRREGULAR PERIOD PRODUCT DESCRIPTION\n   THEME: BURGUNDY + ROSE + GOLD\n========================================= *\/\n\n#jusbella-irregular {\n  --burgundy: #6F1738;\n  --burgundy-dark: #4B0D25;\n  --rose: #C9788C;\n  --rose-light: #FBEFF2;\n  --gold: #C9A45C;\n  --gold-light: #F8F0DF;\n  --cream: #FFFDFC;\n  --white: #FFFFFF;\n  --text: #4A3B40;\n  --muted: #77666C;\n  --border: #EEDDE2;\n\n  width: 100%;\n  background: var(--cream);\n  color: var(--text);\n  font-family: var(--font-body-family, inherit) !important;\n  font-size: 16px;\n  line-height: 1.8;\n}\n\n#jusbella-irregular *,\n#jusbella-irregular *::before,\n#jusbella-irregular *::after {\n  box-sizing: border-box;\n}\n\n#jusbella-irregular h1,\n#jusbella-irregular h2,\n#jusbella-irregular h3,\n#jusbella-irregular p,\n#jusbella-irregular li,\n#jusbella-irregular strong {\n  font-family: var(--font-body-family, inherit) !important;\n}\n\n#jusbella-irregular .jb-wrap {\n  width: min(1100px, calc(100% - 40px));\n  margin: 0 auto;\n}\n\n\n\/* =========================================\n   INTRO \/ HERO\n========================================= *\/\n\n#jusbella-irregular .jb-intro {\n  position: relative;\n  overflow: hidden;\n  padding: 70px 0 55px;\n  text-align: center;\n  background:\n    radial-gradient(\n      circle at 90% 10%,\n      rgba(201, 164, 92, 0.14),\n      transparent 30%\n    ),\n    radial-gradient(\n      circle at 10% 80%,\n      rgba(201, 120, 140, 0.12),\n      transparent 35%\n    ),\n    linear-gradient(\n      180deg,\n      #FFF9FA 0%,\n      #FFFFFF 100%\n    );\n}\n\n#jusbella-irregular .jb-label {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  margin-bottom: 14px;\n  color: var(--gold);\n  font-size: 12px;\n  font-weight: 800;\n  letter-spacing: 1.8px;\n  text-transform: uppercase;\n}\n\n#jusbella-irregular .jb-label::before,\n#jusbella-irregular .jb-label::after {\n  content: \"\";\n  width: 25px;\n  height: 2px;\n  background: var(--gold);\n}\n\n#jusbella-irregular .jb-main-title {\n  margin: 0 0 18px;\n  color: var(--burgundy);\n  font-size: clamp(32px, 4vw, 48px);\n  font-weight: 800;\n  line-height: 1.15;\n  letter-spacing: -0.02em;\n}\n\n#jusbella-irregular .jb-opening {\n  max-width: 760px;\n  margin: 0 auto;\n  color: var(--muted);\n  font-size: 18px;\n  line-height: 1.8;\n}\n\n\n\/* =========================================\n   GENERAL SECTION\n========================================= *\/\n\n#jusbella-irregular .jb-section {\n  padding: 60px 0;\n}\n\n#jusbella-irregular .jb-section-light {\n  background: #FFF8FA;\n}\n\n#jusbella-irregular .jb-section-white {\n  background: #FFFFFF;\n}\n\n#jusbella-irregular .jb-content {\n  max-width: 900px;\n  margin: 0 auto;\n}\n\n#jusbella-irregular .jb-content p {\n  margin: 0 0 18px;\n  color: var(--text);\n}\n\n#jusbella-irregular .jb-heading {\n  position: relative;\n  margin: 0 0 28px;\n  padding-bottom: 14px;\n  color: var(--burgundy);\n  font-size: clamp(24px, 3vw, 32px);\n  font-weight: 800;\n  line-height: 1.25;\n  text-align: center;\n}\n\n#jusbella-irregular .jb-heading::after {\n  content: \"\";\n  position: absolute;\n  left: 50%;\n  bottom: 0;\n  width: 60px;\n  height: 3px;\n  border-radius: 999px;\n  background: linear-gradient(\n    90deg,\n    var(--rose),\n    var(--gold)\n  );\n  transform: translateX(-50%);\n}\n\n\n\/* =========================================\n   INTRODUCTION TEXT CARD\n========================================= *\/\n\n#jusbella-irregular .jb-story-card {\n  padding: 34px;\n  border: 1px solid var(--border);\n  border-radius: 20px;\n  background: #FFFFFF;\n  box-shadow: 0 12px 30px rgba(111, 23, 56, 0.06);\n}\n\n#jusbella-irregular .jb-story-card p:last-child {\n  margin-bottom: 0;\n}\n\n\n\/* =========================================\n   QUESTIONS \/ PROBLEM LIST\n========================================= *\/\n\n#jusbella-irregular .jb-question-box {\n  margin-top: 30px;\n  padding: 30px;\n  border: 1px solid #EBD5DB;\n  border-radius: 20px;\n  background:\n    linear-gradient(\n      135deg,\n      #FFF8FA,\n      #FFFFFF\n    );\n}\n\n#jusbella-irregular .jb-question-box ul {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n  margin: 22px 0 0;\n  padding: 0;\n  list-style: none;\n}\n\n#jusbella-irregular .jb-question-box li {\n  position: relative;\n  margin: 0;\n  padding: 17px 18px 17px 50px;\n  border: 1px solid #F0DFE4;\n  border-radius: 14px;\n  background: #FFFFFF;\n  color: var(--text);\n  line-height: 1.55;\n}\n\n#jusbella-irregular .jb-question-box li::before {\n  content: \"?\";\n  position: absolute;\n  top: 50%;\n  left: 17px;\n  width: 24px;\n  height: 24px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 50%;\n  background: var(--burgundy);\n  color: #FFFFFF;\n  font-size: 13px;\n  font-weight: 800;\n  transform: translateY(-50%);\n}\n\n\n\/* =========================================\n   INTRODUCING JUS BELLA\n========================================= *\/\n\n#jusbella-irregular .jb-bella-box {\n  position: relative;\n  overflow: hidden;\n  padding: 38px;\n  border-radius: 24px;\n  background:\n    radial-gradient(\n      circle at 100% 0%,\n      rgba(201, 164, 92, 0.18),\n      transparent 35%\n    ),\n    linear-gradient(\n      135deg,\n      var(--burgundy-dark),\n      var(--burgundy)\n    );\n  color: #FFFFFF;\n}\n\n#jusbella-irregular .jb-bella-box::after {\n  content: \"\";\n  position: absolute;\n  right: -70px;\n  bottom: -70px;\n  width: 180px;\n  height: 180px;\n  border: 1px solid rgba(255, 255, 255, 0.12);\n  border-radius: 50%;\n}\n\n#jusbella-irregular .jb-bella-box h3 {\n  position: relative;\n  z-index: 2;\n  margin: 0 0 20px;\n  color: #FFFFFF;\n  font-size: 30px;\n  font-weight: 800;\n}\n\n#jusbella-irregular .jb-bella-box p {\n  position: relative;\n  z-index: 2;\n  margin-bottom: 16px;\n  color: #FBEFF3;\n}\n\n#jusbella-irregular .jb-bella-box p:last-child {\n  margin-bottom: 0;\n}\n\n#jusbella-irregular .jb-bella-box strong {\n  color: #F2D697;\n}\n\n\n\/* =========================================\n   BENEFITS\n========================================= *\/\n\n#jusbella-irregular .jb-benefits {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 16px;\n  margin: 30px 0 0;\n  padding: 0;\n  list-style: none;\n}\n\n#jusbella-irregular .jb-benefits li {\n  position: relative;\n  min-height: 85px;\n  display: flex;\n  align-items: center;\n  margin: 0;\n  padding: 20px 20px 20px 58px;\n  border: 1px solid var(--border);\n  border-radius: 16px;\n  background: #FFFFFF;\n  box-shadow: 0 8px 22px rgba(111, 23, 56, 0.04);\n}\n\n#jusbella-irregular .jb-benefits li::before {\n  content: \"✓\";\n  position: absolute;\n  left: 19px;\n  width: 27px;\n  height: 27px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 50%;\n  background: var(--gold-light);\n  color: var(--burgundy);\n  font-weight: 900;\n}\n\n\n\/* =========================================\n   WHO IS IT FOR?\n========================================= *\/\n\n#jusbella-irregular .jb-who-card {\n  padding: 34px;\n  border-left: 5px solid var(--rose);\n  border-radius: 0 20px 20px 0;\n  background: var(--rose-light);\n}\n\n#jusbella-irregular .jb-who-card p:last-child {\n  margin-bottom: 0;\n}\n\n\n\/* =========================================\n   SET\n========================================= *\/\n\n#jusbella-irregular .jb-set {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 30px;\n  padding: 28px 32px;\n  border: 1px solid #E8D5B1;\n  border-radius: 18px;\n  background:\n    linear-gradient(\n      135deg,\n      #FFFDF8,\n      #FAF1E1\n    );\n}\n\n#jusbella-irregular .jb-set-label {\n  color: var(--burgundy);\n  font-size: 25px;\n  font-weight: 800;\n}\n\n#jusbella-irregular .jb-set-product {\n  color: #765C2C;\n  font-size: 18px;\n  font-weight: 700;\n}\n\n\n\/* =========================================\n   IMPORTANT NOTE\n========================================= *\/\n\n#jusbella-irregular .jb-important {\n  margin-top: 35px;\n  padding: 25px 28px;\n  border: 1px solid #E7D5DA;\n  border-radius: 16px;\n  background: #FFF9FA;\n  color: var(--muted);\n  font-size: 14px;\n  line-height: 1.75;\n}\n\n#jusbella-irregular .jb-important strong {\n  color: var(--burgundy);\n}\n\n\n\/* =========================================\n   HOW TO CONSUME\n========================================= *\/\n\n#jusbella-irregular .jb-consume {\n  padding: 65px 0 75px;\n  background:\n    linear-gradient(\n      180deg,\n      #FFFFFF,\n      #FFF8FA\n    );\n}\n\n#jusbella-irregular .jb-consume-intro {\n  max-width: 700px;\n  margin: 0 auto 28px;\n  color: var(--muted);\n  text-align: center;\n}\n\n\n\/* IMAGE SLOT — HOW TO CONSUME JUS BELLA *\/\n\n#jusbella-irregular .jb-consume-image {\n  width: 100%;\n  max-width: 900px;\n  margin: 0 auto;\n  overflow: hidden;\n  padding: 8px;\n  border: 1px solid #E8D8DC;\n  border-radius: 22px;\n  background: #FFFFFF;\n  box-shadow: 0 18px 45px rgba(111, 23, 56, 0.08);\n}\n\n#jusbella-irregular .jb-consume-image img {\n  width: 100%;\n  height: auto;\n  display: block;\n  border-radius: 15px;\n}\n\n\n\/* =========================================\n   RESPONSIVE\n========================================= *\/\n\n@media (max-width: 767px) {\n\n  #jusbella-irregular {\n    font-size: 15px;\n  }\n\n  #jusbella-irregular .jb-wrap {\n    width: min(100% - 28px, 1100px);\n  }\n\n  #jusbella-irregular .jb-intro {\n    padding: 50px 0 40px;\n  }\n\n  #jusbella-irregular .jb-section {\n    padding: 45px 0;\n  }\n\n  #jusbella-irregular .jb-main-title {\n    font-size: 32px;\n  }\n\n  #jusbella-irregular .jb-opening {\n    font-size: 16px;\n  }\n\n  #jusbella-irregular .jb-story-card,\n  #jusbella-irregular .jb-question-box,\n  #jusbella-irregular .jb-bella-box,\n  #jusbella-irregular .jb-who-card {\n    padding: 24px;\n  }\n\n  #jusbella-irregular .jb-question-box ul,\n  #jusbella-irregular .jb-benefits {\n    grid-template-columns: 1fr;\n  }\n\n  #jusbella-irregular .jb-set {\n    flex-direction: column;\n    align-items: flex-start;\n    gap: 5px;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv id=\"jusbella-irregular\"\u003e\n\n\n  \u003c!-- =========================================\n       INTRODUCTION\n  ========================================== --\u003e\n\n  \u003csection class=\"jb-intro\"\u003e\n    \u003cdiv class=\"jb-wrap\"\u003e\n\n      \u003cspan class=\"jb-label\"\u003eWomen’s Wellness\u003c\/span\u003e\n\n      \u003ch2 class=\"jb-main-title\"\u003e\n        IRREGULAR PERIODS?\n      \u003c\/h2\u003e\n\n      \u003cp class=\"jb-opening\"\u003e\n        Does your period come earlier than expected, arrive late,\n        skip certain months, or become difficult to predict?\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================================\n       UNDERSTANDING IRREGULAR PERIODS\n  ========================================== --\u003e\n\n  \u003csection class=\"jb-section jb-section-white\"\u003e\n\n    \u003cdiv class=\"jb-wrap\"\u003e\n      \u003cdiv class=\"jb-content\"\u003e\n\n        \u003cdiv class=\"jb-story-card\"\u003e\n\n          \u003cp\u003e\n            An irregular menstrual cycle can happen at different stages of a woman’s life.\n            It may be more noticeable during the teenage years when the menstrual cycle is\n            still adjusting, as well as among adult women who experience changes in lifestyle,\n            daily routine, stress levels, or overall well-being.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Some women may also notice changes in their menstrual cycle after childbirth.\n            After pregnancy and delivery, the body needs time to adjust naturally.\n            Breastfeeding may also influence when periods return and how regular the cycle becomes.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================================\n       WHEN YOUR PERIOD BECOMES UNPREDICTABLE\n  ========================================== --\u003e\n\n  \u003csection class=\"jb-section jb-section-light\"\u003e\n\n    \u003cdiv class=\"jb-wrap\"\u003e\n      \u003cdiv class=\"jb-content\"\u003e\n\n        \u003ch3 class=\"jb-heading\"\u003e\n          WHEN YOUR MENSTRUAL CYCLE BECOMES UNPREDICTABLE\n        \u003c\/h3\u003e\n\n        \u003cp style=\"text-align:center;\"\u003e\n          An unpredictable menstrual cycle can make your monthly routine harder to plan.\n          You may often find yourself wondering:\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"jb-question-box\"\u003e\n\n          \u003cul\u003e\n\n            \u003cli\u003e\n              Why is my period late again this month?\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Why did my period come earlier than expected?\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Why did I miss my period this month?\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Why does my menstrual cycle keep changing?\n            \u003c\/li\u003e\n\n          \u003c\/ul\u003e\n\n        \u003c\/div\u003e\n\n        \u003cp style=\"margin-top:28px;text-align:center;\"\u003e\n          Every woman’s menstrual cycle can be different. Maintaining a balanced diet,\n          healthy lifestyle, proper rest, and overall feminine wellness can help support\n          the body throughout the monthly cycle.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n\n  \u003c!-- =========================================\n       WHY WOMEN CHOOSE JUS BELLA\n  ========================================== --\u003e\n\n  \u003csection class=\"jb-section jb-section-light\"\u003e\n\n    \u003cdiv class=\"jb-wrap\"\u003e\n      \u003cdiv class=\"jb-content\"\u003e\n\n        \u003ch3 class=\"jb-heading\"\u003e\n          WHY WOMEN CHOOSE JUS BELLA\n        \u003c\/h3\u003e\n\n        \u003cul class=\"jb-benefits\"\u003e\n\n          \u003cli\u003e\n            Supports menstrual cycle wellness\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Supports overall feminine well-being\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Supports women’s daily energy and vitality\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Easy to include in a daily self-care routine\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Suitable for adult women who want to support their menstrual wellness\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================================\n       WHO MAY CONSIDER THIS SET?\n  ========================================== --\u003e\n\n  \u003csection class=\"jb-section jb-section-white\"\u003e\n\n    \u003cdiv class=\"jb-wrap\"\u003e\n      \u003cdiv class=\"jb-content\"\u003e\n\n        \u003ch3 class=\"jb-heading\"\u003e\n          WHO MAY CONSIDER THIS SET?\n        \u003c\/h3\u003e\n\n        \u003cdiv class=\"jb-who-card\"\u003e\n\n          \u003cp\u003e\n            This set may be suitable for adult women who experience an unpredictable\n            menstrual cycle, including periods that frequently come earlier, arrive late,\n            or are occasionally missed, and who want additional wellness support as part\n            of a healthy lifestyle.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Women who have recently gone through childbirth may also experience temporary\n            changes in their menstrual cycle while the body gradually adjusts after pregnancy.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n\n\n\n\n  \u003c!-- =========================================\n       HOW TO CONSUME JUS BELLA\n  ========================================== --\u003e\n\n  \u003csection class=\"jb-consume\"\u003e\n\n    \u003cdiv class=\"jb-wrap\"\u003e\n\n      \u003ch2 class=\"jb-heading\"\u003e\n        HOW TO CONSUME JUS BELLA\n      \u003c\/h2\u003e\n\n      \u003cp class=\"jb-consume-intro\"\u003e\n        Follow the recommended consumption guide below to include Jus Bella\n        as part of your daily wellness routine.\n      \u003c\/p\u003e\n\n\n      \u003c!-- =========================================\n           IMAGE SLOT 01 — HOW TO CONSUME JUS BELLA\n\n           Replace:\n           PASTE_IMAGE_URL_HERE\n\n           with your actual image URL.\n      ========================================== --\u003e\n\n      \u003cdiv class=\"jb-consume-image\"\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0805\/5006\/8324\/files\/How_to_consume_JB.webp?v=1790229387\" alt=\"How to Consume Jus Bella\"\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"Infinity Ventures","offers":[{"title":"Semenanjung","offer_id":49135779315812,"sku":null,"price":99.9,"currency_code":"MYR","in_stock":true},{"title":"Sabah \/ Sarawak","offer_id":49135779348580,"sku":null,"price":109.9,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0805\/5006\/8324\/files\/1_botol.webp?v=1789789556"},{"product_id":"jus-bella-pakej-3","title":"3 box : Set Berpantang ~ Set 2 (3 Botol)","description":"\u003cstyle\u003e\n\/* =========================================\n   JUS BELLA — POSTPARTUM \/ CONFINEMENT SET\n   THEME: BURGUNDY + ROSE + GOLD\n========================================= *\/\n\n#jusbella-postpartum {\n  --burgundy: #6F1738;\n  --burgundy-dark: #4B0D25;\n  --rose: #C9788C;\n  --rose-light: #FBEFF2;\n  --gold: #C9A45C;\n  --gold-light: #F8F0DF;\n  --cream: #FFFDFC;\n  --white: #FFFFFF;\n  --text: #4A3B40;\n  --muted: #77666C;\n  --border: #EEDDE2;\n\n  width: 100%;\n  background: var(--cream);\n  color: var(--text);\n  font-family: var(--font-body-family, inherit) !important;\n  font-size: 16px;\n  line-height: 1.8;\n}\n\n#jusbella-postpartum *,\n#jusbella-postpartum *::before,\n#jusbella-postpartum *::after {\n  box-sizing: border-box;\n}\n\n#jusbella-postpartum h1,\n#jusbella-postpartum h2,\n#jusbella-postpartum h3,\n#jusbella-postpartum p,\n#jusbella-postpartum li,\n#jusbella-postpartum strong {\n  font-family: var(--font-body-family, inherit) !important;\n}\n\n#jusbella-postpartum .jb-wrap {\n  width: min(1100px, calc(100% - 40px));\n  margin: 0 auto;\n}\n\n\n\/* =========================================\n   HERO\n========================================= *\/\n\n#jusbella-postpartum .jb-intro {\n  position: relative;\n  overflow: hidden;\n  padding: 70px 0 55px;\n  text-align: center;\n  background:\n    radial-gradient(circle at 90% 10%, rgba(201,164,92,.14), transparent 30%),\n    radial-gradient(circle at 10% 80%, rgba(201,120,140,.12), transparent 35%),\n    linear-gradient(180deg, #FFF9FA 0%, #FFFFFF 100%);\n}\n\n#jusbella-postpartum .jb-label {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  margin-bottom: 14px;\n  color: var(--gold);\n  font-size: 12px;\n  font-weight: 800;\n  letter-spacing: 1.8px;\n  text-transform: uppercase;\n}\n\n#jusbella-postpartum .jb-label::before,\n#jusbella-postpartum .jb-label::after {\n  content: \"\";\n  width: 25px;\n  height: 2px;\n  background: var(--gold);\n}\n\n#jusbella-postpartum .jb-main-title {\n  margin: 0 0 18px;\n  color: var(--burgundy);\n  font-size: clamp(32px, 4vw, 48px);\n  font-weight: 800;\n  line-height: 1.15;\n}\n\n#jusbella-postpartum .jb-opening {\n  max-width: 760px;\n  margin: 0 auto;\n  color: var(--muted);\n  font-size: 18px;\n  line-height: 1.8;\n}\n\n\n\/* =========================================\n   GENERAL SECTION\n========================================= *\/\n\n#jusbella-postpartum .jb-section {\n  padding: 60px 0;\n}\n\n#jusbella-postpartum .jb-section-light {\n  background: #FFF8FA;\n}\n\n#jusbella-postpartum .jb-section-white {\n  background: #FFFFFF;\n}\n\n#jusbella-postpartum .jb-content {\n  max-width: 900px;\n  margin: 0 auto;\n}\n\n#jusbella-postpartum .jb-content p {\n  margin: 0 0 18px;\n}\n\n#jusbella-postpartum .jb-heading {\n  position: relative;\n  margin: 0 0 28px;\n  padding-bottom: 14px;\n  color: var(--burgundy);\n  font-size: clamp(24px, 3vw, 32px);\n  font-weight: 800;\n  line-height: 1.25;\n  text-align: center;\n}\n\n#jusbella-postpartum .jb-heading::after {\n  content: \"\";\n  position: absolute;\n  left: 50%;\n  bottom: 0;\n  width: 60px;\n  height: 3px;\n  border-radius: 999px;\n  background: linear-gradient(90deg, var(--rose), var(--gold));\n  transform: translateX(-50%);\n}\n\n\n\/* =========================================\n   STORY CARD\n========================================= *\/\n\n#jusbella-postpartum .jb-story-card {\n  padding: 34px;\n  border: 1px solid var(--border);\n  border-radius: 20px;\n  background: #FFFFFF;\n  box-shadow: 0 12px 30px rgba(111, 23, 56, 0.06);\n}\n\n#jusbella-postpartum .jb-story-card p:last-child {\n  margin-bottom: 0;\n}\n\n\n\/* =========================================\n   SELF CARE POINTS\n========================================= *\/\n\n#jusbella-postpartum .jb-points {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 16px;\n  margin: 28px 0 0;\n  padding: 0;\n  list-style: none;\n}\n\n#jusbella-postpartum .jb-points li {\n  position: relative;\n  min-height: 78px;\n  display: flex;\n  align-items: center;\n  margin: 0;\n  padding: 18px 20px 18px 56px;\n  border: 1px solid #F0DFE4;\n  border-radius: 16px;\n  background: #FFFFFF;\n}\n\n#jusbella-postpartum .jb-points li::before {\n  content: \"✓\";\n  position: absolute;\n  left: 18px;\n  width: 27px;\n  height: 27px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 50%;\n  background: var(--gold-light);\n  color: var(--burgundy);\n  font-weight: 900;\n}\n\n\n\/* =========================================\n   FEMININE \/ MANJA SECTION\n========================================= *\/\n\n#jusbella-postpartum .jb-feminine-box {\n  position: relative;\n  overflow: hidden;\n  padding: 38px;\n  border-radius: 24px;\n  background:\n    radial-gradient(circle at 100% 0%, rgba(201,164,92,.18), transparent 35%),\n    linear-gradient(135deg, var(--burgundy-dark), var(--burgundy));\n  color: #FFFFFF;\n}\n\n#jusbella-postpartum .jb-feminine-box h3 {\n  margin: 0 0 20px;\n  color: #FFFFFF;\n  font-size: 30px;\n  font-weight: 800;\n}\n\n#jusbella-postpartum .jb-feminine-box p {\n  margin-bottom: 16px;\n  color: #FBEFF3;\n}\n\n#jusbella-postpartum .jb-feminine-box strong {\n  color: #F2D697;\n}\n\n\n\/* =========================================\n   BENEFITS\n========================================= *\/\n\n#jusbella-postpartum .jb-benefits {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 16px;\n  margin: 30px 0 0;\n  padding: 0;\n  list-style: none;\n}\n\n#jusbella-postpartum .jb-benefits li {\n  position: relative;\n  min-height: 85px;\n  display: flex;\n  align-items: center;\n  margin: 0;\n  padding: 20px 20px 20px 58px;\n  border: 1px solid var(--border);\n  border-radius: 16px;\n  background: #FFFFFF;\n  box-shadow: 0 8px 22px rgba(111, 23, 56, 0.04);\n}\n\n#jusbella-postpartum .jb-benefits li::before {\n  content: \"✓\";\n  position: absolute;\n  left: 19px;\n  width: 27px;\n  height: 27px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 50%;\n  background: var(--gold-light);\n  color: var(--burgundy);\n  font-weight: 900;\n}\n\n\n\/* =========================================\n   WHO IS IT FOR\n========================================= *\/\n\n#jusbella-postpartum .jb-who-card {\n  padding: 34px;\n  border-left: 5px solid var(--rose);\n  border-radius: 0 20px 20px 0;\n  background: var(--rose-light);\n}\n\n\n\/* =========================================\n   IMPORTANT\n========================================= *\/\n\n#jusbella-postpartum .jb-important {\n  padding: 25px 28px;\n  border: 1px solid #E7D5DA;\n  border-radius: 16px;\n  background: #FFF9FA;\n  color: var(--muted);\n  font-size: 14px;\n  line-height: 1.75;\n}\n\n#jusbella-postpartum .jb-important strong {\n  color: var(--burgundy);\n}\n\n\n\/* =========================================\n   HOW TO CONSUME\n========================================= *\/\n\n#jusbella-postpartum .jb-consume {\n  padding: 65px 0 75px;\n  background: linear-gradient(180deg, #FFFFFF, #FFF8FA);\n}\n\n#jusbella-postpartum .jb-consume-intro {\n  max-width: 700px;\n  margin: 0 auto 28px;\n  color: var(--muted);\n  text-align: center;\n}\n\n#jusbella-postpartum .jb-consume-image {\n  width: 100%;\n  max-width: 900px;\n  margin: 0 auto;\n  overflow: hidden;\n  padding: 8px;\n  border: 1px solid #E8D8DC;\n  border-radius: 22px;\n  background: #FFFFFF;\n  box-shadow: 0 18px 45px rgba(111, 23, 56, 0.08);\n}\n\n#jusbella-postpartum .jb-consume-image img {\n  width: 100%;\n  height: auto;\n  display: block;\n  border-radius: 15px;\n}\n\n\n\/* =========================================\n   RESPONSIVE\n========================================= *\/\n\n@media (max-width: 767px) {\n\n  #jusbella-postpartum {\n    font-size: 15px;\n  }\n\n  #jusbella-postpartum .jb-wrap {\n    width: min(100% - 28px, 1100px);\n  }\n\n  #jusbella-postpartum .jb-intro {\n    padding: 50px 0 40px;\n  }\n\n  #jusbella-postpartum .jb-section {\n    padding: 45px 0;\n  }\n\n  #jusbella-postpartum .jb-main-title {\n    font-size: 32px;\n  }\n\n  #jusbella-postpartum .jb-opening {\n    font-size: 16px;\n  }\n\n  #jusbella-postpartum .jb-story-card,\n  #jusbella-postpartum .jb-feminine-box,\n  #jusbella-postpartum .jb-who-card {\n    padding: 24px;\n  }\n\n  #jusbella-postpartum .jb-points,\n  #jusbella-postpartum .jb-benefits {\n    grid-template-columns: 1fr;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv id=\"jusbella-postpartum\"\u003e\n\n\n  \u003c!-- =========================================\n       HERO\n  ========================================== --\u003e\n\n  \u003csection class=\"jb-intro\"\u003e\n    \u003cdiv class=\"jb-wrap\"\u003e\n\n      \u003cspan class=\"jb-label\"\u003ePostpartum Wellness\u003c\/span\u003e\n\n      \u003ch2 class=\"jb-main-title\"\u003e\n        IN YOUR CONFINEMENT PERIOD?\n      \u003c\/h2\u003e\n\n      \u003cp class=\"jb-opening\"\u003e\n        After pregnancy and childbirth, your body goes through many changes.\n        This is the time to slow down, recover, and give yourself the care you deserve.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================================\n       AFTER CHILDBIRTH\n  ========================================== --\u003e\n\n  \u003csection class=\"jb-section jb-section-white\"\u003e\n\n    \u003cdiv class=\"jb-wrap\"\u003e\n      \u003cdiv class=\"jb-content\"\u003e\n\n        \u003cdiv class=\"jb-story-card\"\u003e\n\n          \u003cp\u003e\n            After pregnancy and childbirth, a woman’s body needs time to rest,\n            adjust, and gradually return to a comfortable routine.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Confinement is not only about resting. It is also an important phase\n            for paying attention to nutrition, energy, self-care, and overall\n            well-being after delivery.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Whether you had a vaginal birth or a caesarean delivery,\n            every woman’s postpartum journey is different.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================================\n       WHEN YOUR BODY IS STILL ADJUSTING\n  ========================================== --\u003e\n\n  \u003csection class=\"jb-section jb-section-light\"\u003e\n\n    \u003cdiv class=\"jb-wrap\"\u003e\n      \u003cdiv class=\"jb-content\"\u003e\n\n        \u003ch3 class=\"jb-heading\"\u003e\n          WHEN YOUR BODY IS STILL ADJUSTING\n        \u003c\/h3\u003e\n\n        \u003cp style=\"text-align:center;\"\u003e\n          After childbirth, many women notice changes in their body,\n          energy levels, daily routine, and confidence.\n        \u003c\/p\u003e\n\n        \u003cul class=\"jb-points\"\u003e\n\n          \u003cli\u003e\n            Feeling more tired than usual after childbirth\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Adjusting to a new routine while caring for your baby\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Trying to maintain daily energy throughout confinement\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Wanting to slowly rebuild a consistent self-care routine\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n        \u003cp style=\"margin-top:28px;text-align:center;\"\u003e\n          Adequate rest, balanced nutrition, hydration, and consistent self-care\n          are important parts of supporting your well-being during this phase.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================================\n       SELF CARE AFTER CHILDBIRTH\n  ========================================== --\u003e\n\n  \u003csection class=\"jb-section jb-section-white\"\u003e\n\n    \u003cdiv class=\"jb-wrap\"\u003e\n      \u003cdiv class=\"jb-content\"\u003e\n\n        \u003ch3 class=\"jb-heading\"\u003e\n          SELF-CARE AFTER CHILDBIRTH\n        \u003c\/h3\u003e\n\n        \u003cdiv class=\"jb-who-card\"\u003e\n\n          \u003cp\u003e\n            After giving birth, so much attention naturally goes to the baby\n            that mothers sometimes forget that their own body also needs care.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            A consistent postpartum self-care routine can help you focus on your\n            own well-being while adjusting to a new chapter of motherhood.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Jus Bella can be included as part of a woman’s daily wellness routine\n            during confinement to support overall feminine well-being.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================================\n       FEMININE CONFIDENCE \/ MANJA SECTION\n  ========================================== --\u003e\n\n  \u003csection class=\"jb-section jb-section-light\"\u003e\n\n    \u003cdiv class=\"jb-wrap\"\u003e\n      \u003cdiv class=\"jb-content\"\u003e\n\n        \u003cdiv class=\"jb-feminine-box\"\u003e\n\n          \u003ch3\u003e\n            WANT TO FEEL LIKE “YOU” AGAIN?\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            After childbirth, some women may feel that their body,\n            confidence, and feminine side are no longer quite the same.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            And sometimes, it is not about wanting to look perfect.\n            You simply want to feel\n            \u003cstrong\u003emore cared for, more feminine, and more confident again.\u003c\/strong\u003e\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            You miss feeling pretty.\n            You miss feeling desirable.\n            You miss that little smile when your husband looks at you a little longer. 🤭\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Postpartum self-care is also about reconnecting with yourself as a woman,\n            not only as a mother.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            With consistent feminine care, many women aim to feel more comfortable,\n            supported, and confident in their intimate well-being after childbirth.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================================\n       WHY WOMEN CHOOSE JUS BELLA\n  ========================================== --\u003e\n\n  \u003csection class=\"jb-section jb-section-white\"\u003e\n\n    \u003cdiv class=\"jb-wrap\"\u003e\n      \u003cdiv class=\"jb-content\"\u003e\n\n        \u003ch3 class=\"jb-heading\"\u003e\n          WHY WOMEN CHOOSE JUS BELLA DURING CONFINEMENT\n        \u003c\/h3\u003e\n\n        \u003cul class=\"jb-benefits\"\u003e\n\n          \u003cli\u003e\n            Supports women’s overall postpartum wellness\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Supports daily energy and vitality\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Complements a feminine self-care routine\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Helps women reconnect with their self-care after childbirth\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Supports feminine confidence and overall well-being\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Easy to include as part of a daily confinement routine\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================================\n       WHO MAY CONSIDER THIS SET?\n  ========================================== --\u003e\n\n  \u003csection class=\"jb-section jb-section-light\"\u003e\n\n    \u003cdiv class=\"jb-wrap\"\u003e\n      \u003cdiv class=\"jb-content\"\u003e\n\n        \u003ch3 class=\"jb-heading\"\u003e\n          WHO MAY CONSIDER THIS SET?\n        \u003c\/h3\u003e\n\n        \u003cdiv class=\"jb-who-card\"\u003e\n\n          \u003cp\u003e\n            This set may be considered by women who are going through their\n            postpartum confinement period and want to give more attention\n            to their daily self-care and overall feminine well-being.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            It may also suit mothers who are adjusting to life after childbirth,\n            feel that their body and confidence are different from before,\n            and want to gradually rebuild a consistent self-care routine.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Because becoming a mother does not mean you have to stop feeling\n            \u003cstrong\u003ebeautiful, feminine, and confident as a wife.\u003c\/strong\u003e\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================================\n       IMPORTANT\n  ========================================== --\u003e\n\n  \u003csection class=\"jb-section jb-section-white\"\u003e\n\n    \u003cdiv class=\"jb-wrap\"\u003e\n      \u003cdiv class=\"jb-content\"\u003e\n\n        \u003cdiv class=\"jb-important\"\u003e\n\n          \u003cstrong\u003eImportant:\u003c\/strong\u003e\n\n          Every woman’s postpartum needs are different.\n          Jus Bella is a food\/beverage product intended to support general wellness\n          and is not intended to diagnose, treat, cure, or prevent any disease.\n          Women who have recently given birth, are breastfeeding, recovering from\n          surgery, taking medication, or have specific health conditions should\n          consult a qualified healthcare professional before taking additional products.\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================================\n       HOW TO CONSUME JUS BELLA\n  ========================================== --\u003e\n\n  \u003csection class=\"jb-consume\"\u003e\n\n    \u003cdiv class=\"jb-wrap\"\u003e\n\n      \u003ch2 class=\"jb-heading\"\u003e\n        HOW TO CONSUME JUS BELLA\n      \u003c\/h2\u003e\n\n      \u003cp class=\"jb-consume-intro\"\u003e\n        Follow the recommended consumption guide below to include Jus Bella\n        as part of your daily wellness routine.\n      \u003c\/p\u003e\n\n\n      \u003c!-- =========================================\n           IMAGE SLOT 01 — HOW TO CONSUME JUS BELLA\n\n           Replace:\n           PASTE_IMAGE_URL_HERE\n\n           with your actual image URL.\n      ========================================== --\u003e\n\n      \u003cdiv class=\"jb-consume-image\"\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0805\/5006\/8324\/files\/How_to_consume_JB.webp?v=1790229387\" alt=\"How to Consume Jus Bella\"\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"Infinity Ventures","offers":[{"title":"Semenanjung","offer_id":49135790194788,"sku":null,"price":250.0,"currency_code":"MYR","in_stock":true},{"title":"Sabah \/ Sarawak","offer_id":49135790227556,"sku":null,"price":260.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0805\/5006\/8324\/files\/3JB.webp?v=1790230328"},{"product_id":"jus-bella-pakej-5-1","title":"5 + 1 box : Perapat Miss V ~ (5 Botol + 1 Percuma)","description":"\u003cstyle\u003e\n\/* =========================================\n   JUS BELLA — INTIMATE WELLNESS \/ MISS V\n   THEME: BURGUNDY + ROSE + GOLD\n========================================= *\/\n\n#jusbella-missv {\n  --burgundy: #6F1738;\n  --burgundy-dark: #4B0D25;\n  --rose: #C9788C;\n  --rose-light: #FBEFF2;\n  --gold: #C9A45C;\n  --gold-light: #F8F0DF;\n  --cream: #FFFDFC;\n  --white: #FFFFFF;\n  --text: #4A3B40;\n  --muted: #77666C;\n  --border: #EEDDE2;\n\n  width: 100%;\n  background: var(--cream);\n  color: var(--text);\n  font-family: var(--font-body-family, inherit) !important;\n  font-size: 16px;\n  line-height: 1.8;\n}\n\n#jusbella-missv *,\n#jusbella-missv *::before,\n#jusbella-missv *::after {\n  box-sizing: border-box;\n}\n\n#jusbella-missv h1,\n#jusbella-missv h2,\n#jusbella-missv h3,\n#jusbella-missv p,\n#jusbella-missv li,\n#jusbella-missv strong,\n#jusbella-missv span {\n  font-family: var(--font-body-family, inherit) !important;\n}\n\n#jusbella-missv .jb-wrap {\n  width: min(1100px, calc(100% - 40px));\n  margin: 0 auto;\n}\n\n\n\/* =========================================\n   HERO\n========================================= *\/\n\n#jusbella-missv .jb-intro {\n  position: relative;\n  overflow: hidden;\n  padding: 72px 0 56px;\n  text-align: center;\n  background:\n    radial-gradient(circle at 90% 10%, rgba(201,164,92,.14), transparent 30%),\n    radial-gradient(circle at 10% 80%, rgba(201,120,140,.12), transparent 35%),\n    linear-gradient(180deg, #FFF9FA 0%, #FFFFFF 100%);\n}\n\n#jusbella-missv .jb-label {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  margin-bottom: 14px;\n  color: var(--gold);\n  font-size: 12px;\n  font-weight: 800;\n  letter-spacing: 1.8px;\n  text-transform: uppercase;\n}\n\n#jusbella-missv .jb-label::before,\n#jusbella-missv .jb-label::after {\n  content: \"\";\n  width: 25px;\n  height: 2px;\n  background: var(--gold);\n}\n\n#jusbella-missv .jb-main-title {\n  margin: 0 0 18px;\n  color: var(--burgundy);\n  font-size: clamp(32px, 4vw, 48px);\n  font-weight: 800;\n  line-height: 1.15;\n}\n\n#jusbella-missv .jb-opening {\n  max-width: 800px;\n  margin: 0 auto;\n  color: var(--muted);\n  font-size: 18px;\n  line-height: 1.8;\n}\n\n\n\/* =========================================\n   GENERAL SECTION\n========================================= *\/\n\n#jusbella-missv .jb-section {\n  padding: 60px 0;\n}\n\n#jusbella-missv .jb-section-light {\n  background: #FFF8FA;\n}\n\n#jusbella-missv .jb-section-white {\n  background: #FFFFFF;\n}\n\n#jusbella-missv .jb-content {\n  max-width: 900px;\n  margin: 0 auto;\n}\n\n#jusbella-missv .jb-content p {\n  margin: 0 0 18px;\n}\n\n#jusbella-missv .jb-heading {\n  position: relative;\n  margin: 0 0 28px;\n  padding-bottom: 14px;\n  color: var(--burgundy);\n  font-size: clamp(24px, 3vw, 32px);\n  font-weight: 800;\n  line-height: 1.25;\n  text-align: center;\n}\n\n#jusbella-missv .jb-heading::after {\n  content: \"\";\n  position: absolute;\n  left: 50%;\n  bottom: 0;\n  width: 60px;\n  height: 3px;\n  border-radius: 999px;\n  background: linear-gradient(90deg, var(--rose), var(--gold));\n  transform: translateX(-50%);\n}\n\n\n\/* =========================================\n   STORY CARD\n========================================= *\/\n\n#jusbella-missv .jb-story-card {\n  padding: 34px;\n  border: 1px solid var(--border);\n  border-radius: 20px;\n  background: #FFFFFF;\n  box-shadow: 0 12px 30px rgba(111, 23, 56, 0.06);\n}\n\n#jusbella-missv .jb-story-card p:last-child {\n  margin-bottom: 0;\n}\n\n\n\/* =========================================\n   QUESTION \/ CONFLICT BOX\n========================================= *\/\n\n#jusbella-missv .jb-question-box {\n  margin-top: 26px;\n  padding: 30px;\n  border: 1px solid #EBD5DB;\n  border-radius: 20px;\n  background: linear-gradient(135deg, #FFF8FA, #FFFFFF);\n}\n\n#jusbella-missv .jb-question-box ul {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n  margin: 22px 0 0;\n  padding: 0;\n  list-style: none;\n}\n\n#jusbella-missv .jb-question-box li {\n  position: relative;\n  margin: 0;\n  padding: 17px 18px 17px 50px;\n  border: 1px solid #F0DFE4;\n  border-radius: 14px;\n  background: #FFFFFF;\n  color: var(--text);\n  line-height: 1.55;\n}\n\n#jusbella-missv .jb-question-box li::before {\n  content: \"•\";\n  position: absolute;\n  top: 50%;\n  left: 18px;\n  width: 22px;\n  height: 22px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 50%;\n  background: var(--burgundy);\n  color: #FFFFFF;\n  font-size: 18px;\n  line-height: 1;\n  transform: translateY(-50%);\n}\n\n\n\/* =========================================\n   FEMININE \/ MANJA SECTION\n========================================= *\/\n\n#jusbella-missv .jb-feminine-box {\n  position: relative;\n  overflow: hidden;\n  padding: 38px;\n  border-radius: 24px;\n  background:\n    radial-gradient(circle at 100% 0%, rgba(201,164,92,.18), transparent 35%),\n    linear-gradient(135deg, var(--burgundy-dark), var(--burgundy));\n  color: #FFFFFF;\n}\n\n#jusbella-missv .jb-feminine-box h3 {\n  margin: 0 0 20px;\n  color: #FFFFFF;\n  font-size: 30px;\n  font-weight: 800;\n}\n\n#jusbella-missv .jb-feminine-box p {\n  margin-bottom: 16px;\n  color: #FBEFF3;\n}\n\n#jusbella-missv .jb-feminine-box p:last-child {\n  margin-bottom: 0;\n}\n\n#jusbella-missv .jb-feminine-box strong {\n  color: #F2D697;\n}\n\n\n\/* =========================================\n   BENEFITS\n========================================= *\/\n\n#jusbella-missv .jb-benefits {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 16px;\n  margin: 30px 0 0;\n  padding: 0;\n  list-style: none;\n}\n\n#jusbella-missv .jb-benefits li {\n  position: relative;\n  min-height: 85px;\n  display: flex;\n  align-items: center;\n  margin: 0;\n  padding: 20px 20px 20px 58px;\n  border: 1px solid var(--border);\n  border-radius: 16px;\n  background: #FFFFFF;\n  box-shadow: 0 8px 22px rgba(111, 23, 56, 0.04);\n}\n\n#jusbella-missv .jb-benefits li::before {\n  content: \"✓\";\n  position: absolute;\n  left: 19px;\n  width: 27px;\n  height: 27px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 50%;\n  background: var(--gold-light);\n  color: var(--burgundy);\n  font-weight: 900;\n}\n\n\n\/* =========================================\n   WHO CARD\n========================================= *\/\n\n#jusbella-missv .jb-who-card {\n  padding: 34px;\n  border-left: 5px solid var(--rose);\n  border-radius: 0 20px 20px 0;\n  background: var(--rose-light);\n}\n\n#jusbella-missv .jb-who-card p:last-child {\n  margin-bottom: 0;\n}\n\n\n\/* =========================================\n   IMPORTANT\n========================================= *\/\n\n#jusbella-missv .jb-important {\n  padding: 25px 28px;\n  border: 1px solid #E7D5DA;\n  border-radius: 16px;\n  background: #FFF9FA;\n  color: var(--muted);\n  font-size: 14px;\n  line-height: 1.75;\n}\n\n#jusbella-missv .jb-important strong {\n  color: var(--burgundy);\n}\n\n\n\/* =========================================\n   HOW TO CONSUME\n========================================= *\/\n\n#jusbella-missv .jb-consume {\n  padding: 65px 0 75px;\n  background: linear-gradient(180deg, #FFFFFF, #FFF8FA);\n}\n\n#jusbella-missv .jb-consume-intro {\n  max-width: 700px;\n  margin: 0 auto 28px;\n  color: var(--muted);\n  text-align: center;\n}\n\n#jusbella-missv .jb-consume-image {\n  width: 100%;\n  max-width: 900px;\n  margin: 0 auto;\n  overflow: hidden;\n  padding: 8px;\n  border: 1px solid #E8D8DC;\n  border-radius: 22px;\n  background: #FFFFFF;\n  box-shadow: 0 18px 45px rgba(111, 23, 56, 0.08);\n}\n\n#jusbella-missv .jb-consume-image img {\n  width: 100%;\n  height: auto;\n  display: block;\n  border-radius: 15px;\n}\n\n\n\/* =========================================\n   RESPONSIVE\n========================================= *\/\n\n@media (max-width: 767px) {\n\n  #jusbella-missv {\n    font-size: 15px;\n  }\n\n  #jusbella-missv .jb-wrap {\n    width: min(100% - 28px, 1100px);\n  }\n\n  #jusbella-missv .jb-intro {\n    padding: 50px 0 40px;\n  }\n\n  #jusbella-missv .jb-section,\n  #jusbella-missv .jb-consume {\n    padding: 45px 0;\n  }\n\n  #jusbella-missv .jb-main-title {\n    font-size: 32px;\n  }\n\n  #jusbella-missv .jb-opening {\n    font-size: 16px;\n  }\n\n  #jusbella-missv .jb-story-card,\n  #jusbella-missv .jb-feminine-box,\n  #jusbella-missv .jb-who-card,\n  #jusbella-missv .jb-question-box {\n    padding: 24px;\n  }\n\n  #jusbella-missv .jb-question-box ul,\n  #jusbella-missv .jb-benefits {\n    grid-template-columns: 1fr;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv id=\"jusbella-missv\"\u003e\n\n  \u003c!-- =========================================\n       HERO\n  ========================================== --\u003e\n\n  \u003csection class=\"jb-intro\"\u003e\n    \u003cdiv class=\"jb-wrap\"\u003e\n\n      \u003cspan class=\"jb-label\"\u003e\n        Women’s Intimate Wellness\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"jb-main-title\"\u003e\n        HAS YOUR HUSBAND STARTED SAYING THINGS FEEL “LOOSER” AFTER CHILDBIRTH?\n      \u003c\/h2\u003e\n\n      \u003cp class=\"jb-opening\"\u003e\n        After childbirth, some women may feel that their intimate area no longer feels\n        quite the same as before. Sometimes, the wife is not the only one who notices —\n        her husband may also tease or mention that things feel a little different.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================================\n       CONFLICT \/ OPENING\n  ========================================== --\u003e\n\n  \u003csection class=\"jb-section jb-section-white\"\u003e\n    \u003cdiv class=\"jb-wrap\"\u003e\n      \u003cdiv class=\"jb-content\"\u003e\n\n        \u003cdiv class=\"jb-story-card\"\u003e\n\n          \u003cp\u003e\n            That can sometimes affect a woman’s confidence.\n            Not because she is no longer beautiful, and not because she is not taking\n            care of her husband. Her body has simply gone through major changes during\n            pregnancy and childbirth.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Some women may start feeling shy or less confident during intimate moments\n            with their partner. Others may simply wonder whether the changes in their\n            body have affected the closeness they once shared with their husband.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            This is why many women begin paying more attention to\n            \u003cstrong\u003eintimate self-care, feminine wellness, and confidence\u003c\/strong\u003e\n            so they can feel more cared for, comfortable, and confident again.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================================\n       WHEN CONFIDENCE CHANGES\n  ========================================== --\u003e\n\n  \u003csection class=\"jb-section jb-section-light\"\u003e\n    \u003cdiv class=\"jb-wrap\"\u003e\n      \u003cdiv class=\"jb-content\"\u003e\n\n        \u003ch3 class=\"jb-heading\"\u003e\n          WHEN A WIFE STARTS TO FEEL LESS CONFIDENT\n        \u003c\/h3\u003e\n\n        \u003cp style=\"text-align:center;\"\u003e\n          It does not always have to be a major problem.\n          Sometimes, small changes are enough to make a woman feel less confident\n          about herself.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"jb-question-box\"\u003e\n\n          \u003cul\u003e\n\n            \u003cli\u003e\n              Feeling less confident during intimate moments with your husband\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Feeling that your intimate area is not as “firm” as before\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wanting to feel more feminine and cared for again\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wanting to feel more comfortable and confident as a wife\n            \u003c\/li\u003e\n\n          \u003c\/ul\u003e\n\n        \u003c\/div\u003e\n\n        \u003cp style=\"margin-top:28px;text-align:center;\"\u003e\n          When a woman begins taking care of herself consistently,\n          that confidence may gradually return — and moments with her husband\n          can feel warmer, sweeter, and more affectionate again.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================================\n       SELF CARE\n  ========================================== --\u003e\n\n  \u003csection class=\"jb-section jb-section-white\"\u003e\n    \u003cdiv class=\"jb-wrap\"\u003e\n      \u003cdiv class=\"jb-content\"\u003e\n\n        \u003ch3 class=\"jb-heading\"\u003e\n          INTIMATE CARE IS PART OF SELF-CARE TOO\n        \u003c\/h3\u003e\n\n        \u003cdiv class=\"jb-who-card\"\u003e\n\n          \u003cp\u003e\n            Women’s self-care is not only about beautiful skin, neat hair,\n            or smelling good.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Intimate wellness and feminine care are also important parts of helping\n            a woman feel comfortable, cared for, and confident in herself.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Jus Bella can be included as part of a woman’s daily self-care routine\n            to support feminine wellness, confidence, and consistent intimate care.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            When you feel more cared for, your confidence can feel different too.\n            And when a wife feels more confident in herself, moments with her husband\n            may naturally feel sweeter and more affectionate.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================================\n       FEMININE \/ MANJA SECTION\n  ========================================== --\u003e\n\n  \u003csection class=\"jb-section jb-section-light\"\u003e\n    \u003cdiv class=\"jb-wrap\"\u003e\n      \u003cdiv class=\"jb-content\"\u003e\n\n        \u003cdiv class=\"jb-feminine-box\"\u003e\n\n          \u003ch3\u003e\n            WANT YOUR HUSBAND TO STAY A LITTLE CLOSER? 🤭\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Sometimes, taking care of yourself is not because something is seriously wrong.\n            You simply want to feel\n            \u003cstrong\u003emore feminine, more cared for, and more confident\u003c\/strong\u003e\n            around your partner.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            When a wife begins feeling confident again, her whole energy can feel different.\n            The way she talks, carries herself, and enjoys affectionate moments can feel\n            different too.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            So if your husband suddenly wants to sit a little closer,\n            teases you a little more, or becomes extra affectionate…\n            consider it a little bonus for taking care of yourself. 🤭\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Sometimes, a little self-care is all it takes to make married life\n            feel a little sweeter again.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================================\n       BENEFITS\n  ========================================== --\u003e\n\n  \u003csection class=\"jb-section jb-section-white\"\u003e\n    \u003cdiv class=\"jb-wrap\"\u003e\n      \u003cdiv class=\"jb-content\"\u003e\n\n        \u003ch3 class=\"jb-heading\"\u003e\n          WHY WOMEN CHOOSE JUS BELLA FOR INTIMATE WELLNESS\n        \u003c\/h3\u003e\n\n        \u003cul class=\"jb-benefits\"\u003e\n\n          \u003cli\u003e\n            Supports overall feminine wellness\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Complements a woman’s intimate self-care routine\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Supports women in feeling more comfortable and confident in themselves\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Suitable as part of a self-care routine after marriage or childbirth\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Supports confidence as a woman and wife\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Easy to include consistently in a daily wellness routine\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================================\n       WHO MAY CONSIDER THIS SET\n  ========================================== --\u003e\n\n  \u003csection class=\"jb-section jb-section-light\"\u003e\n    \u003cdiv class=\"jb-wrap\"\u003e\n      \u003cdiv class=\"jb-content\"\u003e\n\n        \u003ch3 class=\"jb-heading\"\u003e\n          WHO MAY CONSIDER THIS SET?\n        \u003c\/h3\u003e\n\n        \u003cdiv class=\"jb-who-card\"\u003e\n\n          \u003cp\u003e\n            This set may be considered by adult women who want to give more attention\n            to intimate self-care and overall feminine wellness.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            It may be especially suitable for women who want to feel more feminine,\n            cared for, and confident after experiencing changes in their body following\n            marriage, childbirth, or ageing.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            It may also suit wives who want to stay consistent with their self-care\n            and keep the relationship with their partner feeling warm, affectionate,\n            and close.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================================\n       IMPORTANT\n  ========================================== --\u003e\n\n  \u003csection class=\"jb-section jb-section-white\"\u003e\n    \u003cdiv class=\"jb-wrap\"\u003e\n      \u003cdiv class=\"jb-content\"\u003e\n\n        \u003cdiv class=\"jb-important\"\u003e\n\n          \u003cstrong\u003eImportant:\u003c\/strong\u003e\n\n          Every woman’s body and experience are different.\n          Jus Bella is a food\/beverage product intended to support general wellness\n          and is not intended to diagnose, treat, cure, or prevent any disease.\n\n          If you experience persistent intimate discomfort, pain, unusual bleeding,\n          noticeable odour, or other concerning symptoms, please consult a qualified\n          healthcare professional.\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================================\n       HOW TO CONSUME JUS BELLA\n  ========================================== --\u003e\n\n  \u003csection class=\"jb-consume\"\u003e\n    \u003cdiv class=\"jb-wrap\"\u003e\n\n      \u003ch2 class=\"jb-heading\"\u003e\n        HOW TO CONSUME JUS BELLA\n      \u003c\/h2\u003e\n\n      \u003cp class=\"jb-consume-intro\"\u003e\n        Follow the recommended consumption guide below to include Jus Bella\n        as part of your daily wellness routine.\n      \u003c\/p\u003e\n\n\n      \u003c!-- =========================================\n           IMAGE SLOT 01 — HOW TO CONSUME JUS BELLA\n\n           Replace:\n           PASTE_IMAGE_URL_HERE\n\n           with your actual image URL.\n      ========================================== --\u003e\n\n      \u003cdiv class=\"jb-consume-image\"\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0805\/5006\/8324\/files\/How_to_consume_JB.webp?v=1790229387\" alt=\"How to Consume Jus Bella\"\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"Infinity Ventures","offers":[{"title":"Semenanjung","offer_id":49135802744932,"sku":null,"price":449.0,"currency_code":"MYR","in_stock":true},{"title":"Sabah \/ Sarawak","offer_id":49135802777700,"sku":null,"price":469.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0805\/5006\/8324\/files\/5_1JB.webp?v=1790230328"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0805\/5006\/8324\/collections\/GAMBAR_PRODUCT_JUS_BELLA.webp?v=1790222071","url":"https:\/\/infinityventures.my\/collections\/jus-bella.oembed","provider":"Infinity Ventures","version":"1.0","type":"link"}