{"title":"Stress and Sleep","description":null,"products":[{"product_id":"sleep-stress-free-herbal-tea-50gm","title":"Sleep Stress Free Herbal Tea - 50 gm","description":"\u003cstyle\u003e\n\/* =========================================================\n   FITCLAN LIFE\n   SLEEP STRESS-FREE — COMPACT PRODUCT SHORT DESCRIPTION\n\n   Palette inspired by Sleep Stress-Free packaging:\n   Lavender \/ Plum \/ Warm Cream \/ Soft Gold\n\n   Responsive:\n   Desktop • Laptop • Tablet • Mobile\n   No JavaScript\n   No External Libraries\n   ========================================================= *\/\n\n.fcl-sleep {\n  --sleep-purple: #75658f;\n  --sleep-purple-dark: #514363;\n  --sleep-lavender: #f2eef6;\n  --sleep-lavender-deep: #e6deed;\n  --sleep-gold: #c59662;\n  --sleep-cream: #fbf8f3;\n  --sleep-text: #403c46;\n  --sleep-muted: #716c75;\n  --sleep-border: #e3dfe5;\n  --sleep-white: #ffffff;\n\n  width: 100%;\n  max-width: 100%;\n  margin: 10px 0 14px;\n  padding: 0;\n\n  color: var(--sleep-text);\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n\n  font-size: 14px;\n  line-height: 1.4;\n\n  box-sizing: border-box;\n  overflow: hidden;\n\n  \/* Prevent accidental zoom-like sizing differences *\/\n  -webkit-text-size-adjust: 100%;\n  text-size-adjust: 100%;\n}\n\n.fcl-sleep *,\n.fcl-sleep *::before,\n.fcl-sleep *::after {\n  box-sizing: border-box;\n}\n\n\n\/* =========================================================\n   HEADER\n   ========================================================= *\/\n\n.fcl-sleep__header {\n  display: flex;\n  align-items: center;\n  gap: 7px;\n\n  width: 100%;\n  min-width: 0;\n\n  margin: 0 0 8px;\n}\n\n.fcl-sleep__leaf {\n  width: 18px;\n  height: 18px;\n  min-width: 18px;\n\n  color: var(--sleep-purple);\n}\n\n.fcl-sleep__leaf svg {\n  display: block;\n\n  width: 100%;\n  height: 100%;\n\n  stroke: currentColor;\n}\n\n.fcl-sleep__headline {\n  margin: 0;\n\n  color: var(--sleep-purple-dark);\n\n  font-size: clamp(9px, 0.75vw, 11px);\n  line-height: 1.25;\n  font-weight: 800;\n  letter-spacing: 0.6px;\n  text-transform: uppercase;\n}\n\n\n\/* =========================================================\n   MAIN GRID\n   ========================================================= *\/\n\n.fcl-sleep__grid {\n  display: grid;\n\n  grid-template-columns:\n    minmax(0, 1.15fr)\n    minmax(0, 1fr);\n\n  gap: 7px;\n\n  width: 100%;\n}\n\n\n\/* =========================================================\n   BASE CARD\n   ========================================================= *\/\n\n.fcl-sleep__card {\n  min-width: 0;\n\n  padding: clamp(8px, 0.7vw, 11px);\n\n  border: 1px solid var(--sleep-border);\n  border-radius: 10px;\n\n  background: var(--sleep-white);\n\n  overflow: hidden;\n}\n\n.fcl-sleep__card--soft {\n  background:\n    linear-gradient(\n      135deg,\n      var(--sleep-lavender) 0%,\n      #f6f2f8 100%\n    );\n\n  border-color: var(--sleep-lavender-deep);\n}\n\n\n\/* =========================================================\n   CARD TITLE\n   ========================================================= *\/\n\n.fcl-sleep__title {\n  display: flex;\n  align-items: center;\n  gap: 6px;\n\n  margin: 0 0 6px;\n\n  color: var(--sleep-purple-dark);\n\n  font-size: clamp(8px, 0.65vw, 9.5px);\n  line-height: 1.2;\n  font-weight: 800;\n  letter-spacing: 0.65px;\n  text-transform: uppercase;\n}\n\n.fcl-sleep__title-icon {\n  width: 18px;\n  height: 18px;\n  min-width: 18px;\n\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  border-radius: 6px;\n\n  background: rgba(117,101,143,.11);\n\n  color: var(--sleep-purple);\n\n  font-size: 10px;\n  line-height: 1;\n}\n\n\n\/* =========================================================\n   SUPPORTS\n   ========================================================= *\/\n\n.fcl-sleep__list {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 4px;\n\n  margin: 0;\n  padding: 0;\n\n  list-style: none;\n}\n\n.fcl-sleep__list li {\n  display: inline-flex;\n  align-items: center;\n\n  min-width: 0;\n\n  padding: 4px 6px;\n\n  border-radius: 18px;\n\n  background: rgba(255,255,255,.80);\n\n  color: #5a5560;\n\n  font-size: clamp(8px, 0.67vw, 9.5px);\n  line-height: 1.2;\n\n  white-space: nowrap;\n}\n\n.fcl-sleep__list li::before {\n  content: \"✓\";\n\n  margin-right: 4px;\n\n  color: var(--sleep-purple);\n\n  font-weight: 800;\n}\n\n\n\/* =========================================================\n   PERFECT FOR\n   ========================================================= *\/\n\n.fcl-sleep__fit {\n  display: grid;\n\n  grid-template-columns:\n    repeat(2, minmax(0, 1fr));\n\n  gap: 5px 10px;\n}\n\n.fcl-sleep__fit span {\n  min-width: 0;\n\n  color: #5e5961;\n\n  font-size: clamp(8px, 0.67vw, 9.5px);\n  line-height: 1.25;\n}\n\n.fcl-sleep__fit span::before {\n  content: \"•\";\n\n  margin-right: 4px;\n\n  color: var(--sleep-gold);\n\n  font-weight: 900;\n}\n\n\n\/* =========================================================\n   WHY FITCLAN LIFE\n   ========================================================= *\/\n\n.fcl-sleep__trust-card {\n  grid-column: 1 \/ -1;\n\n  display: flex;\n  align-items: center;\n  gap: 10px;\n\n  min-width: 0;\n\n  background:\n    linear-gradient(\n      180deg,\n      #fffdfb 0%,\n      #faf7f3 100%\n    );\n}\n\n.fcl-sleep__trust-title {\n  flex: 0 0 auto;\n  margin: 0;\n}\n\n.fcl-sleep__trust {\n  display: flex;\n  flex-wrap: wrap;\n\n  gap: 5px 10px;\n\n  min-width: 0;\n}\n\n.fcl-sleep__trust span {\n  display: inline-flex;\n  align-items: center;\n  gap: 4px;\n\n  color: #5d5860;\n\n  font-size: clamp(8px, 0.66vw, 9.3px);\n  line-height: 1.2;\n\n  white-space: nowrap;\n}\n\n.fcl-sleep__trust span::before {\n  content: \"✓\";\n\n  color: var(--sleep-purple);\n\n  font-weight: 800;\n}\n\n\n\/* =========================================================\n   TABLET\n   ========================================================= *\/\n\n@media screen and (max-width: 900px) {\n\n  .fcl-sleep {\n    margin-top: 8px;\n    margin-bottom: 12px;\n  }\n\n  .fcl-sleep__grid {\n    gap: 6px;\n  }\n\n  .fcl-sleep__trust-card {\n    display: block;\n  }\n\n  .fcl-sleep__trust-title {\n    margin-bottom: 6px;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media screen and (max-width: 640px) {\n\n  .fcl-sleep {\n    margin: 8px 0 12px;\n  }\n\n  .fcl-sleep__header {\n    margin-bottom: 7px;\n  }\n\n  .fcl-sleep__headline {\n    font-size: 9px;\n    letter-spacing: 0.45px;\n  }\n\n  .fcl-sleep__grid {\n    grid-template-columns:\n      repeat(2, minmax(0, 1fr));\n\n    gap: 6px;\n  }\n\n  .fcl-sleep__card {\n    padding: 8px;\n    border-radius: 9px;\n  }\n\n  .fcl-sleep__title {\n    font-size: 8px;\n    letter-spacing: 0.5px;\n  }\n\n  .fcl-sleep__list {\n    gap: 3px;\n  }\n\n  .fcl-sleep__list li {\n    padding: 4px 5px;\n    font-size: 8px;\n  }\n\n  .fcl-sleep__fit {\n    grid-template-columns: 1fr;\n    gap: 3px;\n  }\n\n  .fcl-sleep__fit span {\n    font-size: 8px;\n  }\n\n  .fcl-sleep__trust {\n    display: grid;\n\n    grid-template-columns:\n      repeat(2, minmax(0, 1fr));\n\n    gap: 4px 8px;\n  }\n\n  .fcl-sleep__trust span {\n    font-size: 8px;\n  }\n\n}\n\n\n\/* =========================================================\n   VERY SMALL PHONES\n   ========================================================= *\/\n\n@media screen and (max-width: 390px) {\n\n  .fcl-sleep__grid {\n    grid-template-columns: 1fr;\n  }\n\n  .fcl-sleep__card {\n    padding: 9px;\n  }\n\n  .fcl-sleep__trust-card {\n    grid-column: auto;\n  }\n\n  .fcl-sleep__fit {\n    grid-template-columns:\n      repeat(2, minmax(0, 1fr));\n\n    gap: 4px 8px;\n  }\n\n}\n\n\n\/* =========================================================\n   EXTRA SMALL DEVICES\n   ========================================================= *\/\n\n@media screen and (max-width: 340px) {\n\n  .fcl-sleep__headline {\n    font-size: 8px;\n  }\n\n  .fcl-sleep__fit {\n    grid-template-columns: 1fr;\n  }\n\n  .fcl-sleep__trust {\n    grid-template-columns: 1fr;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"fcl-sleep\"\u003e\n\u003c!-- =====================================================\n       HEADER\n       ===================================================== --\u003e\n\u003cdiv class=\"fcl-sleep__header\"\u003e\n\u003cspan class=\"fcl-sleep__leaf\"\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n\n        \u003cpath d=\"M20 4C12 4 6 8 5 15c-.4 3 1.3 5 4 5 7 0 11-7 11-16z\"\u003e\u003c\/path\u003e\n\n        \u003cpath d=\"M4 20c4-5 8-8 14-11\"\u003e\u003c\/path\u003e\n\n      \u003c\/svg\u003e \u003c\/span\u003e\n\u003cp class=\"fcl-sleep__headline\"\u003eYour simple evening wellness ritual\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       CONTENT\n       ===================================================== --\u003e\n\u003cdiv class=\"fcl-sleep__grid\"\u003e\n\u003c!-- ===================================================\n         SUPPORTS\n         =================================================== --\u003e\n\u003cdiv class=\"fcl-sleep__card fcl-sleep__card--soft\"\u003e\n\u003cdiv class=\"fcl-sleep__title\"\u003e\n\u003cspan class=\"fcl-sleep__title-icon\"\u003e ✓ \u003c\/span\u003e Supports\u003c\/div\u003e\n\u003cul class=\"fcl-sleep__list\"\u003e\n\u003cli\u003eCalm Mind\u003c\/li\u003e\n\u003cli\u003eStress Relief\u003c\/li\u003e\n\u003cli\u003eRestful Sleep\u003c\/li\u003e\n\u003cli\u003eRelaxation\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- ===================================================\n         PERFECT FOR\n         =================================================== --\u003e\n\u003cdiv class=\"fcl-sleep__card\"\u003e\n\u003cdiv class=\"fcl-sleep__title\"\u003e\n\u003cspan class=\"fcl-sleep__title-icon\"\u003e ◎ \u003c\/span\u003e Perfect For\u003c\/div\u003e\n\u003cdiv class=\"fcl-sleep__fit\"\u003e\n\u003cspan\u003eBusy Professionals\u003c\/span\u003e \u003cspan\u003eScreen-Heavy Evenings\u003c\/span\u003e \u003cspan\u003eRacing Mind\u003c\/span\u003e \u003cspan\u003eIrregular Sleep Routine\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===================================================\n         WHY FITCLAN LIFE\n         =================================================== --\u003e\n\u003cdiv class=\"fcl-sleep__card fcl-sleep__trust-card\"\u003e\n\u003cdiv class=\"fcl-sleep__title fcl-sleep__trust-title\"\u003e\n\u003cspan class=\"fcl-sleep__title-icon\"\u003e ✦ \u003c\/span\u003e Why FitClan Life\u003c\/div\u003e\n\u003cdiv class=\"fcl-sleep__trust\"\u003e\n\u003cspan\u003eLab Certified Herbs\u003c\/span\u003e \u003cspan\u003e Manufactured in GMP, AYUSH \u0026amp; ISO Certified Facility \u003c\/span\u003e \u003cspan\u003e100% Natural\u003c\/span\u003e \u003cspan\u003eFormulated by Ayurvedic Doctors\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"FitClan Life","offers":[{"title":"Default Title","offer_id":48133652578491,"sku":"FL01002011","price":399.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/1636\/0635\/files\/ChatGPT_Image_Aug_23_2026_04_22_26_PM.png?v=1787482369"},{"product_id":"sleep-stress-free-herbal-tea-20-tb","title":"Sleep Stress Free Herbal Tea - 20 Tea Bags","description":"\u003cstyle\u003e\n\/* =========================================================\n   FITCLAN LIFE\n   SLEEP STRESS-FREE — COMPACT PRODUCT SHORT DESCRIPTION\n\n   Palette inspired by Sleep Stress-Free packaging:\n   Lavender \/ Plum \/ Warm Cream \/ Soft Gold\n\n   Responsive:\n   Desktop • Laptop • Tablet • Mobile\n   No JavaScript\n   No External Libraries\n   ========================================================= *\/\n\n.fcl-sleep {\n  --sleep-purple: #75658f;\n  --sleep-purple-dark: #514363;\n  --sleep-lavender: #f2eef6;\n  --sleep-lavender-deep: #e6deed;\n  --sleep-gold: #c59662;\n  --sleep-cream: #fbf8f3;\n  --sleep-text: #403c46;\n  --sleep-muted: #716c75;\n  --sleep-border: #e3dfe5;\n  --sleep-white: #ffffff;\n\n  width: 100%;\n  max-width: 100%;\n  margin: 10px 0 14px;\n  padding: 0;\n\n  color: var(--sleep-text);\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n\n  font-size: 14px;\n  line-height: 1.4;\n\n  box-sizing: border-box;\n  overflow: hidden;\n\n  \/* Prevent accidental zoom-like sizing differences *\/\n  -webkit-text-size-adjust: 100%;\n  text-size-adjust: 100%;\n}\n\n.fcl-sleep *,\n.fcl-sleep *::before,\n.fcl-sleep *::after {\n  box-sizing: border-box;\n}\n\n\n\/* =========================================================\n   HEADER\n   ========================================================= *\/\n\n.fcl-sleep__header {\n  display: flex;\n  align-items: center;\n  gap: 7px;\n\n  width: 100%;\n  min-width: 0;\n\n  margin: 0 0 8px;\n}\n\n.fcl-sleep__leaf {\n  width: 18px;\n  height: 18px;\n  min-width: 18px;\n\n  color: var(--sleep-purple);\n}\n\n.fcl-sleep__leaf svg {\n  display: block;\n\n  width: 100%;\n  height: 100%;\n\n  stroke: currentColor;\n}\n\n.fcl-sleep__headline {\n  margin: 0;\n\n  color: var(--sleep-purple-dark);\n\n  font-size: clamp(9px, 0.75vw, 11px);\n  line-height: 1.25;\n  font-weight: 800;\n  letter-spacing: 0.6px;\n  text-transform: uppercase;\n}\n\n\n\/* =========================================================\n   MAIN GRID\n   ========================================================= *\/\n\n.fcl-sleep__grid {\n  display: grid;\n\n  grid-template-columns:\n    minmax(0, 1.15fr)\n    minmax(0, 1fr);\n\n  gap: 7px;\n\n  width: 100%;\n}\n\n\n\/* =========================================================\n   BASE CARD\n   ========================================================= *\/\n\n.fcl-sleep__card {\n  min-width: 0;\n\n  padding: clamp(8px, 0.7vw, 11px);\n\n  border: 1px solid var(--sleep-border);\n  border-radius: 10px;\n\n  background: var(--sleep-white);\n\n  overflow: hidden;\n}\n\n.fcl-sleep__card--soft {\n  background:\n    linear-gradient(\n      135deg,\n      var(--sleep-lavender) 0%,\n      #f6f2f8 100%\n    );\n\n  border-color: var(--sleep-lavender-deep);\n}\n\n\n\/* =========================================================\n   CARD TITLE\n   ========================================================= *\/\n\n.fcl-sleep__title {\n  display: flex;\n  align-items: center;\n  gap: 6px;\n\n  margin: 0 0 6px;\n\n  color: var(--sleep-purple-dark);\n\n  font-size: clamp(8px, 0.65vw, 9.5px);\n  line-height: 1.2;\n  font-weight: 800;\n  letter-spacing: 0.65px;\n  text-transform: uppercase;\n}\n\n.fcl-sleep__title-icon {\n  width: 18px;\n  height: 18px;\n  min-width: 18px;\n\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  border-radius: 6px;\n\n  background: rgba(117,101,143,.11);\n\n  color: var(--sleep-purple);\n\n  font-size: 10px;\n  line-height: 1;\n}\n\n\n\/* =========================================================\n   SUPPORTS\n   ========================================================= *\/\n\n.fcl-sleep__list {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 4px;\n\n  margin: 0;\n  padding: 0;\n\n  list-style: none;\n}\n\n.fcl-sleep__list li {\n  display: inline-flex;\n  align-items: center;\n\n  min-width: 0;\n\n  padding: 4px 6px;\n\n  border-radius: 18px;\n\n  background: rgba(255,255,255,.80);\n\n  color: #5a5560;\n\n  font-size: clamp(8px, 0.67vw, 9.5px);\n  line-height: 1.2;\n\n  white-space: nowrap;\n}\n\n.fcl-sleep__list li::before {\n  content: \"✓\";\n\n  margin-right: 4px;\n\n  color: var(--sleep-purple);\n\n  font-weight: 800;\n}\n\n\n\/* =========================================================\n   PERFECT FOR\n   ========================================================= *\/\n\n.fcl-sleep__fit {\n  display: grid;\n\n  grid-template-columns:\n    repeat(2, minmax(0, 1fr));\n\n  gap: 5px 10px;\n}\n\n.fcl-sleep__fit span {\n  min-width: 0;\n\n  color: #5e5961;\n\n  font-size: clamp(8px, 0.67vw, 9.5px);\n  line-height: 1.25;\n}\n\n.fcl-sleep__fit span::before {\n  content: \"•\";\n\n  margin-right: 4px;\n\n  color: var(--sleep-gold);\n\n  font-weight: 900;\n}\n\n\n\/* =========================================================\n   WHY FITCLAN LIFE\n   ========================================================= *\/\n\n.fcl-sleep__trust-card {\n  grid-column: 1 \/ -1;\n\n  display: flex;\n  align-items: center;\n  gap: 10px;\n\n  min-width: 0;\n\n  background:\n    linear-gradient(\n      180deg,\n      #fffdfb 0%,\n      #faf7f3 100%\n    );\n}\n\n.fcl-sleep__trust-title {\n  flex: 0 0 auto;\n  margin: 0;\n}\n\n.fcl-sleep__trust {\n  display: flex;\n  flex-wrap: wrap;\n\n  gap: 5px 10px;\n\n  min-width: 0;\n}\n\n.fcl-sleep__trust span {\n  display: inline-flex;\n  align-items: center;\n  gap: 4px;\n\n  color: #5d5860;\n\n  font-size: clamp(8px, 0.66vw, 9.3px);\n  line-height: 1.2;\n\n  white-space: nowrap;\n}\n\n.fcl-sleep__trust span::before {\n  content: \"✓\";\n\n  color: var(--sleep-purple);\n\n  font-weight: 800;\n}\n\n\n\/* =========================================================\n   TABLET\n   ========================================================= *\/\n\n@media screen and (max-width: 900px) {\n\n  .fcl-sleep {\n    margin-top: 8px;\n    margin-bottom: 12px;\n  }\n\n  .fcl-sleep__grid {\n    gap: 6px;\n  }\n\n  .fcl-sleep__trust-card {\n    display: block;\n  }\n\n  .fcl-sleep__trust-title {\n    margin-bottom: 6px;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media screen and (max-width: 640px) {\n\n  .fcl-sleep {\n    margin: 8px 0 12px;\n  }\n\n  .fcl-sleep__header {\n    margin-bottom: 7px;\n  }\n\n  .fcl-sleep__headline {\n    font-size: 9px;\n    letter-spacing: 0.45px;\n  }\n\n  .fcl-sleep__grid {\n    grid-template-columns:\n      repeat(2, minmax(0, 1fr));\n\n    gap: 6px;\n  }\n\n  .fcl-sleep__card {\n    padding: 8px;\n    border-radius: 9px;\n  }\n\n  .fcl-sleep__title {\n    font-size: 8px;\n    letter-spacing: 0.5px;\n  }\n\n  .fcl-sleep__list {\n    gap: 3px;\n  }\n\n  .fcl-sleep__list li {\n    padding: 4px 5px;\n    font-size: 8px;\n  }\n\n  .fcl-sleep__fit {\n    grid-template-columns: 1fr;\n    gap: 3px;\n  }\n\n  .fcl-sleep__fit span {\n    font-size: 8px;\n  }\n\n  .fcl-sleep__trust {\n    display: grid;\n\n    grid-template-columns:\n      repeat(2, minmax(0, 1fr));\n\n    gap: 4px 8px;\n  }\n\n  .fcl-sleep__trust span {\n    font-size: 8px;\n  }\n\n}\n\n\n\/* =========================================================\n   VERY SMALL PHONES\n   ========================================================= *\/\n\n@media screen and (max-width: 390px) {\n\n  .fcl-sleep__grid {\n    grid-template-columns: 1fr;\n  }\n\n  .fcl-sleep__card {\n    padding: 9px;\n  }\n\n  .fcl-sleep__trust-card {\n    grid-column: auto;\n  }\n\n  .fcl-sleep__fit {\n    grid-template-columns:\n      repeat(2, minmax(0, 1fr));\n\n    gap: 4px 8px;\n  }\n\n}\n\n\n\/* =========================================================\n   EXTRA SMALL DEVICES\n   ========================================================= *\/\n\n@media screen and (max-width: 340px) {\n\n  .fcl-sleep__headline {\n    font-size: 8px;\n  }\n\n  .fcl-sleep__fit {\n    grid-template-columns: 1fr;\n  }\n\n  .fcl-sleep__trust {\n    grid-template-columns: 1fr;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"fcl-sleep\"\u003e\n\u003c!-- =====================================================\n       HEADER\n       ===================================================== --\u003e\n\u003cdiv class=\"fcl-sleep__header\"\u003e\n\u003cspan class=\"fcl-sleep__leaf\"\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n\n        \u003cpath d=\"M20 4C12 4 6 8 5 15c-.4 3 1.3 5 4 5 7 0 11-7 11-16z\"\u003e\u003c\/path\u003e\n\n        \u003cpath d=\"M4 20c4-5 8-8 14-11\"\u003e\u003c\/path\u003e\n\n      \u003c\/svg\u003e \u003c\/span\u003e\n\u003cp class=\"fcl-sleep__headline\"\u003eYour simple evening wellness ritual\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       CONTENT\n       ===================================================== --\u003e\n\u003cdiv class=\"fcl-sleep__grid\"\u003e\n\u003c!-- ===================================================\n         SUPPORTS\n         =================================================== --\u003e\n\u003cdiv class=\"fcl-sleep__card fcl-sleep__card--soft\"\u003e\n\u003cdiv class=\"fcl-sleep__title\"\u003e\n\u003cspan class=\"fcl-sleep__title-icon\"\u003e ✓ \u003c\/span\u003e Supports\u003c\/div\u003e\n\u003cul class=\"fcl-sleep__list\"\u003e\n\u003cli\u003eCalm Mind\u003c\/li\u003e\n\u003cli\u003eStress Relief\u003c\/li\u003e\n\u003cli\u003eRestful Sleep\u003c\/li\u003e\n\u003cli\u003eRelaxation\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- ===================================================\n         PERFECT FOR\n         =================================================== --\u003e\n\u003cdiv class=\"fcl-sleep__card\"\u003e\n\u003cdiv class=\"fcl-sleep__title\"\u003e\n\u003cspan class=\"fcl-sleep__title-icon\"\u003e ◎ \u003c\/span\u003e Perfect For\u003c\/div\u003e\n\u003cdiv class=\"fcl-sleep__fit\"\u003e\n\u003cspan\u003eBusy Professionals\u003c\/span\u003e \u003cspan\u003eScreen-Heavy Evenings\u003c\/span\u003e \u003cspan\u003eRacing Mind\u003c\/span\u003e \u003cspan\u003eIrregular Sleep Routine\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===================================================\n         WHY FITCLAN LIFE\n         =================================================== --\u003e\n\u003cdiv class=\"fcl-sleep__card fcl-sleep__trust-card\"\u003e\n\u003cdiv class=\"fcl-sleep__title fcl-sleep__trust-title\"\u003e\n\u003cspan class=\"fcl-sleep__title-icon\"\u003e ✦ \u003c\/span\u003e Why FitClan Life\u003c\/div\u003e\n\u003cdiv class=\"fcl-sleep__trust\"\u003e\n\u003cspan\u003eLab Certified Herbs\u003c\/span\u003e \u003cspan\u003e Manufactured in GMP, AYUSH \u0026amp; ISO Certified Facility \u003c\/span\u003e \u003cspan\u003e100% Natural\u003c\/span\u003e \u003cspan\u003e100% Biodegradable Tea Bags\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"FitClan Life","offers":[{"title":"Default Title","offer_id":48133661327547,"sku":"FL01001004","price":399.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/1636\/0635\/files\/ChatGPT_Image_Aug_23_2026_02_59_45_PM.png?v=1787477406"}],"url":"https:\/\/www.fitclanlife.com\/collections\/stress-and-sleep.oembed","provider":"FitClan Life","version":"1.0","type":"link"}