{"product_id":"belly40reset™-30-day-hormone-friendly-belly-reset-for-women-over-40","title":"Why Your Belly Won’t Change After 40","description":"\u003cdiv class=\"b40-desc\"\u003e\n\n  \u003c!-- TAG --\u003e\n  \u003cdiv class=\"b40-tag\"\u003eWomen 40+\u003c\/div\u003e\n\n  \u003c!-- TITLE --\u003e\n  \u003ch2 class=\"b40-title\"\u003eWhy does your belly still feel stuck?\u003c\/h2\u003e\n\n  \u003c!-- PROBLEM --\u003e\n  \u003cdiv class=\"b40-card fade-up\"\u003e\n    \u003cp\u003e\n      You try to eat better… stay consistent…\u003cbr\u003e\n      but your body still feels \u003cspan\u003ebloated, heavy, and slow.\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SHIFT --\u003e\n  \u003cdiv class=\"b40-shift fade-up\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eIt’s not about trying harder.\u003c\/strong\u003e\u003cbr\u003e\n      After 40, your body needs support — not pressure.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT --\u003e\n  \u003cdiv class=\"b40-product fade-up\"\u003e\n    \u003cdiv class=\"b40-name\"\u003eBelly40Reset™\u003c\/div\u003e\n    \u003cp\u003e\n      A calm 30-day system designed to help your body feel lighter, more balanced, and finally respond again.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BENEFITS --\u003e\n  \u003cdiv class=\"b40-card fade-up\"\u003e\n    \u003cdiv class=\"b40-benefit\"\u003e\n      \u003cspan\u003e✔\u003c\/span\u003e Less bloating after meals\n    \u003c\/div\u003e\n    \u003cdiv class=\"b40-benefit\"\u003e\n      \u003cspan\u003e✔\u003c\/span\u003e More control in your daily routine\n    \u003c\/div\u003e\n    \u003cdiv class=\"b40-benefit\"\u003e\n      \u003cspan\u003e✔\u003c\/span\u003e Your body responding again\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CLOSE --\u003e\n  \u003cdiv class=\"b40-close fade-up\"\u003e\n    \u003cp\u003eNo pressure. No extremes.\u003c\/p\u003e\n    \u003csmall\u003eJust simple steps your body can follow.\u003c\/small\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.b40-desc {\n  max-width: 480px;\n  margin: auto;\n  padding: 14px 18px;\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n  color: #333;\n}\n\n\/* TAG *\/\n.b40-tag {\n  display: inline-block;\n  margin: 0 auto 16px;\n  background: #FFF4F4;\n  color: #c76d6d;\n  font-size: 11px;\n  font-weight: 600;\n  letter-spacing: 1.2px;\n  padding: 6px 14px;\n  border-radius: 20px;\n  text-align: center;\n  display: block;\n}\n\n\/* TITLE *\/\n.b40-title {\n  text-align: center;\n  font-size: 23px;\n  font-weight: 700;\n  margin-bottom: 16px;\n  color: #2a2a2a;\n}\n\n\/* CARD *\/\n.b40-card {\n  background: #FDF8F8;\n  border-radius: 14px;\n  padding: 16px;\n  margin-bottom: 14px;\n  box-shadow: 0 6px 14px rgba(0,0,0,0.03);\n  transition: transform 0.3s ease;\n}\n\n.b40-card span {\n  color: #F28C8C;\n  font-weight: 600;\n}\n\n\/* SHIFT *\/\n.b40-shift {\n  border-left: 3px solid #F28C8C;\n  padding: 12px 14px;\n  margin-bottom: 18px;\n  background: #FFFAFA;\n  border-radius: 0 12px 12px 0;\n}\n\n\/* PRODUCT *\/\n.b40-product {\n  text-align: center;\n  margin-bottom: 18px;\n}\n\n.b40-name {\n  font-size: 19px;\n  font-weight: 700;\n  color: #F28C8C;\n  margin-bottom: 6px;\n}\n\n\/* BENEFITS *\/\n.b40-benefit {\n  font-size: 13.5px;\n  margin-bottom: 8px;\n  display: flex;\n  align-items: center;\n  gap: 8px;\n}\n\n.b40-benefit span {\n  background: #F28C8C;\n  color: white;\n  border-radius: 50%;\n  width: 18px;\n  height: 18px;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 11px;\n}\n\n\/* CLOSE *\/\n.b40-close {\n  text-align: center;\n  margin-top: 10px;\n}\n\n.b40-close p {\n  font-size: 15px;\n  font-weight: 600;\n  margin: 0;\n}\n\n.b40-close small {\n  font-size: 13px;\n  color: #777;\n}\n\n\/* FADE ANIMATION *\/\n.fade-up {\n  opacity: 0;\n  transform: translateY(12px);\n  animation: fadeUp 0.6s ease forwards;\n}\n\n.fade-up:nth-child(1) { animation-delay: 0.1s; }\n.fade-up:nth-child(2) { animation-delay: 0.2s; }\n.fade-up:nth-child(3) { animation-delay: 0.3s; }\n.fade-up:nth-child(4) { animation-delay: 0.4s; }\n.fade-up:nth-child(5) { animation-delay: 0.5s; }\n\n@keyframes fadeUp {\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n\/* MOBILE *\/\n@media (max-width: 480px) {\n  .b40-title {\n    font-size: 21px;\n  }\n\n  .b40-benefit {\n    font-size: 13px;\n  }\n}\n\u003c\/style\u003e","brand":"Belly40reset","offers":[{"title":"Default Title","offer_id":47921694507253,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0797\/5088\/9717\/files\/ModernNeutralFreebieLeadMagnetMockupInstagramPost_19.jpg?v=1775400238","url":"https:\/\/belly40reset.us\/products\/belly40reset%e2%84%a2-30-day-hormone-friendly-belly-reset-for-women-over-40","provider":"Belly40reset","version":"1.0","type":"link"}