{"product_id":"bds-ds-dog-food-supplement","title":"BDS DS+ Dog Food Supplement","description":"\u003cdiv style=\"max-width: 1200px; margin: 0 auto; text-align: center;\"\u003e\n\u003cp class=\"MsoNormal\" style=\"margin: 6.0pt 0in 6.0pt 0in;\"\u003e\u003cb\u003e\u003cspan style=\"font-size: 13.0pt; color: #2d6a4f;\"\u003eFor the dog whose stomach runs the household.\u003c\/span\u003e\u003c\/b\u003e\u003c\/p\u003e\n\u003cp class=\"MsoNormal\" style=\"margin-bottom: 6.0pt;\"\u003eBDS DS+ is a daily digestive supplement for sensitive-stomach dogs — the ones whose gut quietly decides what kind of day everyone is going to have.\u003c\/p\u003e\n\u003cp class=\"MsoNormal\" style=\"margin-bottom: 6.0pt;\"\u003e\u003cb\u003eWhy we picked it. \u003c\/b\u003eAn advanced probiotic and enzyme blend: eight probiotic strains plus Bacillus coagulans (6+ billion CFU per serving) to support a balanced gut and steady digestion, inulin as a natural prebiotic to feed them, papaya enzymes for nutrient absorption, and rosemary extract as a natural antioxidant. Better gut balance tends to show up as fewer upsets — and a more comfortable dog.\u003c\/p\u003e\n\u003cp class=\"MsoNormal\" style=\"margin-bottom: 6.0pt;\"\u003e\u003cb\u003eBest for. \u003c\/b\u003eGas, loose stool, constipation, diet transitions, and sensitive-stomach breeds. A natural pair with a gut-friendly treat like the Dogswell probiotic jerky.\u003c\/p\u003e\n\u003cp class=\"MsoNormal\" style=\"margin-bottom: 6.0pt;\"\u003e\u003cb\u003eHow to use. \u003c\/b\u003eGive daily per the label for your dog's weight, and give it a couple of weeks to settle the system.\u003c\/p\u003e\n\u003cp class=\"MsoNormal\" style=\"margin-bottom: 6.0pt;\"\u003eMade in the USA. Most orders arrive in 3–7 days.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n \/* General Styling *\/\n.product-page-section {\n  font-family: 'Space Grotesk', sans-serif;\n  padding: 40px 20px;\n}\n\n.features-container {\n  display: flex;\n  justify-content: space-between;\n  text-align: center;\n  max-width: 1200px;\n  margin: 0 auto 40px;\n}\n\n.feature-item {\n  flex: 1;\n  margin: 0 20px;\n}\n\n.feature-icon {\n  width: 100px;\n  height: 100px;\n  border-radius: 50%;\n  margin-bottom: 15px;\n}\n\n.feature-item h3 {\n  color: #FFFFFF;\n  font-size: 3rem;\n  margin-bottom: 10px;\n  font-weight: bold;\n}\n\n.feature-item p {\n  font-size: 2rem;\n  color:#FFFFFF;\n  line-height: 1.5;\n}\n\n\/* Action and Collapsible Section *\/\n.action-collapsible-container {\n  display: flex;\n  justify-content: space-between;\n  align-items: flex-start;\n  max-width: 1200px;\n  margin: 0 auto;\n}\n\n.left-content {\n  flex: 1;\n  max-width: 50%;\n  padding-right: 20px;\n}\n\n.action-btn {\n  background-color: #59e33d;\n  color: #fff;\n  font-weight: bold;\n  padding: 14px 35px;\n  border: none;\n  border-radius: 50px;\n  cursor: pointer;\n  font-size: 1rem;\n  text-transform: uppercase;\n  transition: all 0.3s ease;\n}\n\n.action-btn:hover {\n  background-color: #59e77d;\n}\n\n.main-text {\n  margin-top: 40px;\n  font-size: 2rem;\n  line-height: 1.5;\n}\n\n.right-content {\n  flex: 1;\n  max-width: 50%;\n  padding-left: 20px;\n}\n\n.key-values {\n  margin-bottom: 20px;\n}\n\n.static-key-values {\n  display: inline-block;\n  background-color: #000;\n  color: #fff;\n  font-weight: bold;\n  padding: 14px 35px;\n  border-radius: 50px;\n  text-transform: uppercase;\n}\n\n\/* Collapsible Menu *\/\n.collapsible-menu {\n  width: 100%;\n  margin-top: 20px;\n  text-align: center;\n  padding: 0;\n  box-sizing: border-box;\n}\n\n.menu-item {\n  width: 100%;\n  margin-bottom: 10px;\n}\n\n.menu-header {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  width: 100%;\n  color: #000;\n  font-size: 1rem;\n  padding: 10px 0;\n  border-bottom: 2px solid #000;\n  cursor: pointer;\n  font-weight: bold;\n}\n\n.menu-header:hover {\n  color: #1a4212;\n}\n\n.menu-content {\n  display: none;\n  padding: 10px 0;\n}\n\n.toggle-icon {\n  font-size: 1.2rem;\n  transition: transform 0.3s ease;\n}\n\n\/* Popup Styling *\/\n.popup-overlay {\n  display: none;\n  position: fixed;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  background-color: rgba(0, 0, 0, 0.8);\n  justify-content: center;\n  align-items: center;\n  z-index: 9999;\n}\n\n.popup-content {\n  background: #fff;\n  padding: 20px;\n  border-radius: 10px;\n  text-align: center;\n  position: relative;\n  width: 90%;\n  max-width: 500px;\n  height: auto;\n}\n\n.popup-content img {\n  max-width: 100%;\n  max-height: 100%;\n  object-fit: contain;\n  display: block;\n}\n\n.close-btn {\n  position: absolute;\n  top: 10px;\n  right: 10px;\n  font-size: 2rem;\n  color: #000;\n  cursor: pointer;\n}\n\n\/* Mobile Styling *\/\n@media (max-width: 768px) {\n  .features-container {\n    flex-direction: column;\n    gap: 20px;\n  }\n\n  .action-collapsible-container {\n    flex-direction: column;\n    align-items: center;\n  }\n\n  .left-content,\n  .right-content {\n    max-width: 100%;\n    padding: 0;\n    text-align: center;\n  }\n\n  .key-values {\n    margin-top: 20px;\n  }\n\n  .collapsible-menu {\n    width: 100%;\n    margin: 20px 0;\n    text-align: left;\n    padding: 0;\n  }\n\n  .menu-item {\n    width: 100%;\n    margin-bottom: 20px;\n  }\n\u003c\/style\u003e","brand":"Bestia Dog Sport","offers":[{"title":"Default Title","offer_id":42451785252899,"sku":"DC-3154318","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/6256\/3363\/files\/DS-1-min.jpg?v=1780504299","url":"https:\/\/thezenpaw.com\/products\/bds-ds-dog-food-supplement","provider":"ZenPaw","version":"1.0","type":"link"}