{"product_id":"scan-heal-repeat-interactive-natural-herbal-remedies","title":"SCAN HEAL REPEAT: Interactive Natural \u0026 Herbal Remedies","description":"\u003cstyle\u003e\n:root {\n  --br-orange: #E8860A;\n  --br-orange-light: #FFF3E0;\n  --br-orange-border: #F0A84A;\n  --br-text-dark: #1a1a1a;\n  --br-gray: #f5f5f5;\n  --br-border: #e0e0e0;\n}\n.spd-section .btn--primary,\n.spd-section [class*=\"add-to-cart\"],\n.spd-section [class*=\"buy-now\"],\n.shop-product-details__buy-btn,\n.spd-add-to-cart-btn {\n  background: var(--br-orange) !important;\n  border-color: var(--br-orange) !important;\n}\n.spd-section [class*=\"variant-option\"],\n.spd-section [class*=\"variant-picker\"],\n.spd-section [class*=\"variant-selector\"],\n.spd-section .product-variant-picker,\n.spd-section [data-component=\"variant-picker\"],\n[id*=\"BundleSelector\"],\n.swatch-wrapper,\n.product-form__input--pill {\n  display: none !important;\n}\n.br-shipping-bar {\n  text-align: center; font-size: 13px; font-weight: 600; letter-spacing: 0.5px;\n  color: #333; padding: 8px 0;\n  border-top: 1px solid var(--br-border); border-bottom: 1px solid var(--br-border);\n  margin: 12px 0;\n}\n.br-bundle-wrap { display: flex; flex-direction: column; gap: 10px; margin: 12px 0 16px; }\n.br-bundle-option {\n  display: flex; align-items: center; justify-content: space-between;\n  padding: 12px 14px; border: 2px solid var(--br-border);\n  border-radius: 6px; cursor: pointer; background: #fff;\n  position: relative; transition: border-color 0.2s, background 0.2s;\n}\n.br-bundle-option.br-selected { border-color: var(--br-orange); background: #FFF8EE; }\n.br-bundle-radio {\n  width: 18px; height: 18px; border-radius: 50%; border: 2px solid #ccc;\n  background: #fff; margin-right: 10px; flex-shrink: 0;\n  display: flex; align-items: center; justify-content: center;\n}\n.br-bundle-option.br-selected .br-bundle-radio { border-color: var(--br-orange); background: var(--br-orange); }\n.br-bundle-option.br-selected .br-bundle-radio::after { content: ''; width: 6px; height: 6px; background: #fff; border-radius: 50%; }\n.br-bundle-left { display: flex; align-items: center; flex: 1; }\n.br-bundle-label { font-weight: 600; font-size: 14px; color: var(--br-text-dark); }\n.br-bundle-save-badge {\n  display: inline-block; background: var(--br-orange); color: #fff;\n  font-size: 11px; font-weight: 700; padding: 2px 7px; border-radius: 20px; margin-left: 8px;\n}\n.br-bundle-perbook { font-size: 11px; color: #888; margin-top: 2px; }\n.br-bundle-right { text-align: right; }\n.br-bundle-price { font-size: 16px; font-weight: 700; color: var(--br-text-dark); }\n.br-bundle-compare { font-size: 12px; color: #aaa; text-decoration: line-through; }\n.br-badge-tag {\n  position: absolute; top: -10px; right: 14px;\n  background: var(--br-orange); color: #fff; font-size: 10px; font-weight: 700;\n  padding: 3px 9px; border-radius: 20px; letter-spacing: 0.3px;\n}\n.br-buy-now {\n  display: block; width: 100%; background: var(--br-orange); color: #fff !important;\n  text-align: center; font-size: 16px; font-weight: 700; padding: 16px 0;\n  border: none; border-radius: 4px; cursor: pointer; letter-spacing: 0.5px;\n  margin: 4px 0 10px; text-decoration: none !important;\n}\n.br-buy-now:hover { background: #C8720A; }\n.br-guarantee-text { text-align: center; font-size: 12px; color: #666; margin: 4px 0 10px; }\n.br-guarantee-banner {\n  display: flex; align-items: flex-start; gap: 12px;\n  background: #E8860A; color: #fff; padding: 14px 16px; border-radius: 6px; margin: 10px 0;\n}\n.br-guarantee-banner .br-gb-icon { font-size: 28px; flex-shrink: 0; margin-top: 2px; }\n.br-guarantee-banner .br-gb-title { font-weight: 700; font-size: 14px; margin-bottom: 3px; }\n.br-guarantee-banner .br-gb-desc { font-size: 12px; opacity: 0.92; line-height: 1.4; }\n.br-accordion { margin: 16px 0 0; border-top: 1px solid var(--br-border); }\n.br-accordion-item { border-bottom: 1px solid var(--br-border); }\n.br-accordion-header {\n  display: flex; justify-content: space-between; align-items: center;\n  padding: 14px 4px; cursor: pointer; font-size: 15px; font-weight: 500; color: var(--br-text-dark); user-select: none;\n}\n.br-accordion-header:hover { color: var(--br-orange); }\n.br-accordion-icon { font-size: 20px; color: #999; transition: transform 0.2s; }\n.br-accordion-item.br-open .br-accordion-icon { transform: rotate(45deg); }\n.br-accordion-body { display: none; padding: 0 4px 14px; font-size: 14px; color: #555; line-height: 1.6; }\n.br-accordion-item.br-open .br-accordion-body { display: block; }\n.br-full-section {\n  width: 100vw; position: relative;\n  left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; overflow: hidden;\n}\n.br-inside-book { background: #f9f5f0; padding: 60px 20px; }\n.br-inside-book .br-container {\n  max-width: 1100px; margin: 0 auto;\n  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start;\n}\n@media (max-width: 768px) { .br-inside-book .br-container { grid-template-columns: 1fr; gap: 30px; } }\n.br-ib-img-wrap {\n  background: linear-gradient(135deg, #F0C070, #E8A030); border-radius: 16px;\n  padding: 40px 30px; display: flex; align-items: center; justify-content: center; min-height: 400px;\n}\n.br-ib-img-placeholder {\n  width: 220px; height: 320px; background: #fff; border-radius: 4px;\n  box-shadow: 0 20px 40px rgba(0,0,0,0.25); display: flex; align-items: center;\n  justify-content: center; font-size: 13px; color: #aaa; text-align: center; padding: 20px;\n}\n.br-ib-content .br-ib-title { font-size: 28px; font-weight: 700; color: #1a1a1a; line-height: 1.2; margin-bottom: 14px; }\n.br-ib-content .br-ib-subtitle { font-size: 14px; color: #444; line-height: 1.6; margin-bottom: 24px; }\n.br-ib-content .br-ib-subtitle span { color: var(--br-orange); }\n.br-ib-accordion { border: 1px solid var(--br-orange-border); border-radius: 6px; overflow: hidden; }\n.br-ib-item { border-bottom: 1px solid var(--br-orange-border); }\n.br-ib-item:last-child { border-bottom: none; }\n.br-ib-header {\n  display: flex; justify-content: space-between; align-items: center;\n  padding: 14px 16px; cursor: pointer; background: #fff; font-size: 14px; font-weight: 500; color: #1a1a1a;\n}\n.br-ib-header:hover { background: #FFF8EE; }\n.br-ib-icon { font-size: 18px; color: var(--br-orange); font-weight: 300; }\n.br-ib-body { display: none; padding: 10px 16px 14px; font-size: 13px; color: #555; line-height: 1.6; background: #fff; }\n.br-ib-item.br-open .br-ib-body { display: block; }\n.br-difference { background: #f5f5f5; padding: 60px 20px; }\n.br-difference .br-container {\n  max-width: 1100px; margin: 0 auto;\n  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start;\n}\n@media (max-width: 768px) { .br-difference .br-container { grid-template-columns: 1fr; gap: 30px; } }\n.br-diff-left .br-diff-title { font-size: 28px; font-weight: 700; color: #1a1a1a; line-height: 1.25; margin-bottom: 8px; text-align: center; }\n.br-diff-left .br-diff-subtitle { font-size: 13px; color: #666; margin-bottom: 20px; text-align: center; }\n.br-diff-box { background: var(--br-orange); border-radius: 10px; padding: 24px 20px; }\n.br-diff-feature { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 20px; }\n.br-diff-feature:last-child { margin-bottom: 0; }\n.br-diff-feature-icon {\n  width: 22px; height: 22px; background: rgba(255,255,255,0.25);\n  border-radius: 50%; display: flex; align-items: center; justify-content: center;\n  flex-shrink: 0; margin-top: 2px;\n}\n.br-diff-feature-icon svg { width: 12px; height: 12px; fill: #fff; }\n.br-diff-feature-text .br-dft-title { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 3px; }\n.br-diff-feature-text .br-dft-desc { font-size: 12px; color: rgba(255,255,255,0.88); line-height: 1.5; }\n.br-diff-img { display: flex; align-items: center; justify-content: center; }\n.br-diff-img-placeholder {\n  width: 100%; max-width: 440px; height: 340px; background: #e0d8d0;\n  border-radius: 8px; display: flex; align-items: center; justify-content: center;\n  font-size: 13px; color: #888; text-align: center; padding: 20px;\n  box-shadow: 0 8px 24px rgba(0,0,0,0.12);\n}\n.br-reviews { background: #fff; padding: 60px 20px; }\n.br-reviews .br-container { max-width: 1100px; margin: 0 auto; }\n.br-reviews-header { text-align: center; margin-bottom: 36px; }\n.br-reviews-badge {\n  display: inline-block; background: var(--br-orange); color: #fff;\n  font-size: 12px; font-weight: 600; padding: 5px 16px; border-radius: 20px; margin-bottom: 12px;\n}\n.br-reviews-title { font-size: 32px; font-weight: 700; color: #1a1a1a; margin-bottom: 6px; }\n.br-reviews-title span { color: var(--br-orange); }\n.br-reviews-sub { font-size: 14px; color: #666; }\n.br-reviews-sub span { color: var(--br-orange); }\n.br-review-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }\n@media (max-width: 900px) { .br-review-cards { grid-template-columns: 1fr; } }\n.br-review-card { border: 1px solid var(--br-border); border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }\n.br-review-photo-placeholder {\n  width: 100%; height: 200px; background: linear-gradient(135deg, #e8e0d8, #d0c8c0);\n  display: flex; align-items: center; justify-content: center; font-size: 13px; color: #888; text-align:center;\n}\n.br-review-body { padding: 16px; }\n.br-review-stars { color: var(--br-orange); font-size: 14px; margin-bottom: 6px; }\n.br-review-author { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }\n.br-review-name { font-size: 13px; font-weight: 700; background: #1a1a1a; color: #fff; padding: 2px 8px; border-radius: 4px; }\n.br-verified { font-size: 11px; color: #22c55e; }\n.br-review-text { font-size: 13px; color: #444; line-height: 1.55; margin-bottom: 14px; }\n.br-review-product { display: flex; align-items: center; gap: 10px; border-top: 1px solid var(--br-border); padding-top: 12px; }\n.br-review-product-img { width: 40px; height: 40px; background: #f0e8d8; border-radius: 4px; flex-shrink: 0; }\n.br-review-product-name { font-size: 11px; color: #444; line-height: 1.3; margin-bottom: 3px; }\n.br-review-product-price { font-size: 12px; font-weight: 700; color: var(--br-orange); }\n.br-review-product-compare { font-size: 11px; color: #aaa; text-decoration: line-through; margin-left: 4px; }\n.br-review-product-date { font-size: 11px; color: #aaa; margin-top: 2px; }\n.br-reviews-nav { display: flex; justify-content: center; gap: 10px; margin-top: 30px; }\n.br-reviews-nav button {\n  width: 36px; height: 36px; border: 1px solid var(--br-border);\n  background: #fff; border-radius: 50%; cursor: pointer; font-size: 16px;\n}\n.br-reviews-nav button:hover { border-color: var(--br-orange); color: var(--br-orange); }\n\n\/* ---- Image Slider Arrows ---- *\/\n.br-slider-prev, .br-slider-next {\n  position: absolute !important;\n  top: 270px !important;\n  transform: translateY(-50%) !important;\n  z-index: 100 !important;\n  width: 40px; height: 40px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.95) !important;\n  border: 1px solid #ddd !important;\n  box-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;\n  cursor: pointer !important;\n  font-size: 28px; font-weight: 300;\n  color: #333 !important;\n  display: flex !important;\n  align-items: center !important;\n  justify-content: center !important;\n  line-height: 1; padding: 0 !important;\n  transition: all 0.2s; outline: none !important;\n}\n.br-slider-prev { left: 10px !important; }\n.br-slider-next { right: 10px !important; }\n.br-slider-prev:hover, .br-slider-next:hover {\n  background: #E8860A !important;\n  color: #fff !important;\n  border-color: #E8860A !important;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"br-shipping-bar\"\u003e— Free Shipping For ALL Orders —\u003c\/div\u003e\n\u003cdiv class=\"br-bundle-wrap\" id=\"br-bundle-selector\"\u003e\n\u003cdiv class=\"br-bundle-option\"\u003e\n\u003cdiv class=\"br-bundle-left\"\u003e\n\u003cdiv class=\"br-bundle-radio\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"br-bundle-label\"\u003eBuy 1 \u003cspan class=\"br-bundle-save-badge\"\u003eSAVE 37%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-bundle-perbook\"\u003e$37.95 Per Book\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-bundle-right\"\u003e\n\u003cdiv class=\"br-bundle-price\"\u003e$37.95\u003c\/div\u003e\n\u003cdiv class=\"br-bundle-compare\"\u003e$59.99\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-bundle-option br-selected\"\u003e\n\u003cdiv class=\"br-badge-tag\"\u003e⭐ Most Popular\u003c\/div\u003e\n\u003cdiv class=\"br-bundle-left\"\u003e\n\u003cdiv class=\"br-bundle-radio\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"br-bundle-label\"\u003eBuy 2 \u003cspan class=\"br-bundle-save-badge\"\u003eSAVE 50%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-bundle-perbook\"\u003e$29.98 Per Book\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-bundle-right\"\u003e\n\u003cdiv class=\"br-bundle-price\"\u003e$59.95\u003c\/div\u003e\n\u003cdiv class=\"br-bundle-compare\"\u003e$119.98\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-bundle-option\"\u003e\n\u003cdiv class=\"br-badge-tag\" style=\"background: #28a745;\"\u003e✨ Best Value\u003c\/div\u003e\n\u003cdiv class=\"br-bundle-left\"\u003e\n\u003cdiv class=\"br-bundle-radio\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"br-bundle-label\"\u003eBuy 3 \u003cspan class=\"br-bundle-save-badge\"\u003eSAVE 58%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-bundle-perbook\"\u003e$24.98 Per Book\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-bundle-right\"\u003e\n\u003cdiv class=\"br-bundle-price\"\u003e$74.95\u003c\/div\u003e\n\u003cdiv class=\"br-bundle-compare\"\u003e$179.97\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbutton class=\"br-buy-now\"\u003e🛒 Buy Now\u003c\/button\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: center; margin: 6px 0 10px;\"\u003e\n\u003csvg style=\"height: 22px; margin: 0 3px;\" viewbox=\"0 0 38 24\"\u003e\u003crect width=\"38\" height=\"24\" rx=\"4\" fill=\"#EB001B\" opacity=\".8\"\u003e\u003c\/rect\u003e\u003ccircle cx=\"15\" cy=\"12\" r=\"7\" fill=\"#EB001B\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"23\" cy=\"12\" r=\"7\" fill=\"#F79E1B\"\u003e\u003c\/circle\u003e\u003cpath d=\"M19 6.8a7 7 0 0 1 0 10.4A7 7 0 0 1 19 6.8z\" fill=\"#FF5F00\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003csvg style=\"height: 22px; margin: 0 3px;\" viewbox=\"0 0 38 24\"\u003e\u003crect width=\"38\" height=\"24\" rx=\"4\" fill=\"#016FD0\"\u003e\u003c\/rect\u003e\u003ctext x=\"19\" y=\"16\" fill=\"#fff\" font-size=\"8\" text-anchor=\"middle\" font-family=\"Arial\"\u003eAMEX\u003c\/text\u003e\u003c\/svg\u003e \u003csvg style=\"height: 22px; margin: 0 3px;\" viewbox=\"0 0 38 24\"\u003e\u003crect width=\"38\" height=\"24\" rx=\"4\" fill=\"#fff\" stroke=\"#e0e0e0\"\u003e\u003c\/rect\u003e\u003ctext x=\"19\" y=\"16\" fill=\"#555\" font-size=\"7\" text-anchor=\"middle\" font-family=\"Arial\"\u003eApple Pay\u003c\/text\u003e\u003c\/svg\u003e \u003csvg style=\"height: 22px; margin: 0 3px;\" viewbox=\"0 0 38 24\"\u003e\u003crect width=\"38\" height=\"24\" rx=\"4\" fill=\"#fff\" stroke=\"#e0e0e0\"\u003e\u003c\/rect\u003e\u003ctext x=\"19\" y=\"16\" fill=\"#555\" font-size=\"7\" text-anchor=\"middle\" font-family=\"Arial\"\u003eG Pay\u003c\/text\u003e\u003c\/svg\u003e \u003csvg style=\"height: 22px; margin: 0 3px;\" viewbox=\"0 0 38 24\"\u003e\u003crect width=\"38\" height=\"24\" rx=\"4\" fill=\"#5433FF\"\u003e\u003c\/rect\u003e\u003ctext x=\"19\" y=\"16\" fill=\"#fff\" font-size=\"6\" text-anchor=\"middle\" font-family=\"Arial\"\u003eSHOP PAY\u003c\/text\u003e\u003c\/svg\u003e \u003csvg style=\"height: 22px; margin: 0 3px;\" viewbox=\"0 0 38 24\"\u003e\u003crect width=\"38\" height=\"24\" rx=\"4\" fill=\"#fff\" stroke=\"#e0e0e0\"\u003e\u003c\/rect\u003e\u003ctext x=\"19\" y=\"15\" fill=\"#1A1F71\" font-size=\"9\" text-anchor=\"middle\" font-family=\"Arial\" font-weight=\"bold\"\u003eVISA\u003c\/text\u003e\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-guarantee-text\"\u003e30-Day Money-Back Guarantee\u003c\/div\u003e\n\u003cdiv class=\"br-guarantee-banner\"\u003e\n\u003cdiv class=\"br-gb-icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"br-gb-title\"\u003e30-Day Money Back Guarantee\u003c\/div\u003e\n\u003cdiv class=\"br-gb-desc\"\u003eThat's how confident we are you'll love it. But if you're not thrilled, send it back and we'll refund your purchase.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-accordion\"\u003e\n\u003cdiv class=\"br-accordion-item\"\u003e\n\u003cdiv class=\"br-accordion-header\"\u003e\n\u003cspan\u003eDescription\u003c\/span\u003e\u003cspan class=\"br-accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-accordion-body\"\u003e\n\u003cp\u003eIncludes 30 real-world scenarios and word-for-word scripts — from screen-time standoffs to everyday challenges — so you always know what to say next.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-accordion-item\"\u003e\n\u003cdiv class=\"br-accordion-header\"\u003e\n\u003cspan\u003eWho is this for?\u003c\/span\u003e\u003cspan class=\"br-accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-accordion-body\"\u003e\n\u003cp\u003eBuilt for parents of kids ages 6–16 — whether you're facing tantrums, silent treatment, or growing distance, these tools meet you exactly where you are.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-accordion-item\"\u003e\n\u003cdiv class=\"br-accordion-header\"\u003e\n\u003cspan\u003eWhat's inside?\u003c\/span\u003e\u003cspan class=\"br-accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-accordion-body\"\u003e\n\u003cp\u003e30 communication scenarios covering every aspect of interaction — from big emotions and meltdowns to rebuilding trust after a blowout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-accordion-item\"\u003e\n\u003cdiv class=\"br-accordion-header\"\u003e\n\u003cspan\u003eDoes it really work?\u003c\/span\u003e\u003cspan class=\"br-accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-accordion-body\"\u003e\n\u003cp\u003eThousands of parents have used these scripts to transform their conversations. Rated 4.5\/5 by over 4+ happy parents.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-accordion-item\"\u003e\n\u003cdiv class=\"br-accordion-header\"\u003e\n\u003cspan\u003eWhat is the 100% results guarantee?\u003c\/span\u003e\u003cspan class=\"br-accordion-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-accordion-body\"\u003e\n\u003cp\u003eWe offer a 30-day money-back guarantee. If you're not completely satisfied, return it for a full refund — no questions asked.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-full-section br-inside-book\"\u003e\n\u003cdiv class=\"br-container\"\u003e\n\u003cdiv class=\"br-ib-img-wrap\"\u003e\n\u003cdiv class=\"br-ib-img-placeholder\"\u003e📚\u003cbr\u003e\u003cbr\u003eBook Cover Image\u003cbr\u003e\u003csmall style=\"opacity: .6;\"\u003e(Add your product image in Shopify admin)\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-ib-content\"\u003e\n\u003ch2 class=\"br-ib-title\"\u003eInside the Book: 30 Scripts That Turn Conflict into Connection\u003c\/h2\u003e\n\u003cp class=\"br-ib-subtitle\"\u003eA scenario-by-scenario guide through negotiating power struggles, big emotions, and everyday parenting moments — with \u003cspan\u003eword-for-word scripts\u003c\/span\u003e you can use \u003cspan\u003etonight.\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"br-ib-accordion\"\u003e\n\u003cdiv class=\"br-ib-item\"\u003e\n\u003cdiv class=\"br-ib-header\"\u003e\n\u003cspan\u003eMapping Your Child's Emotional World\u003c\/span\u003e\u003cspan class=\"br-ib-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-ib-body\"\u003eUnderstand the emotional landscape of your child and learn to read their cues before conflict escalates.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-ib-item\"\u003e\n\u003cdiv class=\"br-ib-header\"\u003e\n\u003cspan\u003eHandling Meltdowns and Big Emotions\u003c\/span\u003e\u003cspan class=\"br-ib-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-ib-body\"\u003eStep-by-step scripts for de-escalating tantrums and emotional outbursts in the heat of the moment.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-ib-item\"\u003e\n\u003cdiv class=\"br-ib-header\"\u003e\n\u003cspan\u003eWinning Cooperation Without Threats or Bribes\u003c\/span\u003e\u003cspan class=\"br-ib-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-ib-body\"\u003eHow to get your child to listen and cooperate — without yelling, threatening, or endless negotiation.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-ib-item\"\u003e\n\u003cdiv class=\"br-ib-header\"\u003e\n\u003cspan\u003eRebuilding Trust After a Blowout\u003c\/span\u003e\u003cspan class=\"br-ib-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-ib-body\"\u003eWhat to say after a fight to restore connection and trust without sweeping things under the rug.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-ib-item\"\u003e\n\u003cdiv class=\"br-ib-header\"\u003e\n\u003cspan\u003eTalking About Screens, Friends, and Growing Up\u003c\/span\u003e\u003cspan class=\"br-ib-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-ib-body\"\u003eNavigating the conversations every parent dreads — with confidence and without shutting your child down.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-ib-item\"\u003e\n\u003cdiv class=\"br-ib-header\"\u003e\n\u003cspan\u003eFamily Check-In Questions for Every Week\u003c\/span\u003e\u003cspan class=\"br-ib-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-ib-body\"\u003eSimple weekly rituals to keep the conversation open and the connection strong all year round.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-full-section br-difference\"\u003e\n\u003cdiv class=\"br-container\"\u003e\n\u003cdiv class=\"br-diff-left\"\u003e\n\u003ch2 class=\"br-diff-title\"\u003eThe Difference Between Parenting Books That Sit on the Shelf and One You Actually Use\u003c\/h2\u003e\n\u003cp class=\"br-diff-subtitle\"\u003eReal scripts you can say out loud tonight, not vague advice, but exact words for the moments that matter most.\u003c\/p\u003e\n\u003cdiv class=\"br-diff-box\"\u003e\n\u003cdiv class=\"br-diff-feature\"\u003e\n\u003cdiv class=\"br-diff-feature-icon\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpath d=\"M10 3L5 8.5 2 5.5\" stroke=\"#fff\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"br-diff-feature-text\"\u003e\n\u003cdiv class=\"br-dft-title\"\u003eA Script You Can Use Tonight\u003c\/div\u003e\n\u003cdiv class=\"br-dft-desc\"\u003eNo more scrambling for the right words mid-argument. Open to the scenario that matches your moment and read the exact phrases that work.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-diff-feature\"\u003e\n\u003cdiv class=\"br-diff-feature-icon\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003ccircle cx=\"6\" cy=\"6\" r=\"4\" stroke=\"#fff\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/circle\u003e\u003cpath d=\"M6 4v2l1.5 1.5\" stroke=\"#fff\" stroke-width=\"1.5\" fill=\"none\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"br-diff-feature-text\"\u003e\n\u003cdiv class=\"br-dft-title\"\u003eThe Emotional Coaching School Doesn't Teach\u003c\/div\u003e\n\u003cdiv class=\"br-dft-desc\"\u003eBeyond compliance, each script builds real emotional skills that kids carry into every relationship.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-diff-feature\"\u003e\n\u003cdiv class=\"br-diff-feature-icon\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpath d=\"M2 6h8M6 2v8\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"br-diff-feature-text\"\u003e\n\u003cdiv class=\"br-dft-title\"\u003eWritten to Make Empathy Practical\u003c\/div\u003e\n\u003cdiv class=\"br-dft-desc\"\u003eAbstract advice becomes word-for-word scripts you can say out loud, making respectful communication click for the first time.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-diff-feature\"\u003e\n\u003cdiv class=\"br-diff-feature-icon\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpath d=\"M6 2l1 3h3l-2.5 1.8.9 3L6 8.3l-2.4 1.5.9-3L2 5h3z\" fill=\"#fff\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"br-diff-feature-text\"\u003e\n\u003cdiv class=\"br-dft-title\"\u003eA Foundation That Grows With Your Child\u003c\/div\u003e\n\u003cdiv class=\"br-dft-desc\"\u003eCommunication habits your child will carry into friendships, school, and hard days for years to come.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-diff-img\"\u003e\n\u003cdiv class=\"br-diff-img-placeholder\"\u003e📖\u003cbr\u003e\u003cbr\u003eBook Interior Preview Image\u003cbr\u003e\u003csmall style=\"opacity: .6;\"\u003e(Add image in Shopify admin)\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-full-section br-reviews\"\u003e\n\u003cdiv class=\"br-container\"\u003e\n\u003cdiv class=\"br-reviews-header\"\u003e\n\u003cdiv class=\"br-reviews-badge\"\u003e★★★★ Rated 4.5\/5 based on real parent reviews\u003c\/div\u003e\n\u003ch2 class=\"br-reviews-title\"\u003eCustomer \u003cspan\u003eReviews\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"br-reviews-sub\"\u003eSee what parents are saying about \u003cspan\u003ethis book\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-review-cards\"\u003e\n\u003cdiv class=\"br-review-card\"\u003e\n\u003cdiv class=\"br-review-photo-placeholder\"\u003e👩👧\u003cbr\u003eLifestyle Photo\u003cbr\u003e\u003csmall\u003e(Add in Shopify admin)\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-review-body\"\u003e\n\u003cdiv class=\"br-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"br-review-author\"\u003e\n\u003cspan class=\"br-review-name\"\u003eW.O.\u003c\/span\u003e\u003cspan class=\"br-verified\"\u003e✔ Verified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"br-review-text\"\u003e\"I gave this to my daughter for tips on talking with my grandson. She says it's easy to read and full of advice that feels realistic instead of overly complicated.\"\u003c\/p\u003e\n\u003cdiv class=\"br-review-product\"\u003e\n\u003cdiv class=\"br-review-product-img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"br-review-product-name\"\u003eThe Art of Talking with Your Child\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"br-review-product-price\"\u003e$37.95\u003c\/span\u003e\u003cspan class=\"br-review-product-compare\"\u003e$59.99\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-review-product-date\"\u003e🗓 Purchased on July 11th, 2026\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-review-card\"\u003e\n\u003cdiv class=\"br-review-photo-placeholder\"\u003e👨👦\u003cbr\u003eLifestyle Photo\u003cbr\u003e\u003csmall\u003e(Add in Shopify admin)\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-review-body\"\u003e\n\u003cdiv class=\"br-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"br-review-author\"\u003e\n\u003cspan class=\"br-review-name\"\u003eBri\u003c\/span\u003e\u003cspan class=\"br-verified\"\u003e✔ Verified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"br-review-text\"\u003e\"I love that this book focuses on building trust through everyday conversations instead of simply correcting behavior. The scripts feel natural and easy to use in real life.\"\u003c\/p\u003e\n\u003cdiv class=\"br-review-product\"\u003e\n\u003cdiv class=\"br-review-product-img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"br-review-product-name\"\u003eThe Art of Talking with Your Child\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"br-review-product-price\"\u003e$37.95\u003c\/span\u003e\u003cspan class=\"br-review-product-compare\"\u003e$59.99\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-review-product-date\"\u003e🗓 Purchased on July 16th, 2026\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-review-card\"\u003e\n\u003cdiv class=\"br-review-photo-placeholder\"\u003e👵\u003cbr\u003eLifestyle Photo\u003cbr\u003e\u003csmall\u003e(Add in Shopify admin)\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-review-body\"\u003e\n\u003cdiv class=\"br-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"br-review-author\"\u003e\n\u003cspan class=\"br-review-name\"\u003eAmazon Customer\u003c\/span\u003e\u003cspan class=\"br-verified\"\u003e✔ Verified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"br-review-text\"\u003e\"Full of helpful suggestions for negotiating with your child. Easy to read with comics and pictures, and I've already started practicing some of the techniques.\"\u003c\/p\u003e\n\u003cdiv class=\"br-review-product\"\u003e\n\u003cdiv class=\"br-review-product-img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"br-review-product-name\"\u003eThe Art of Talking with Your Child\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"br-review-product-price\"\u003e$37.95\u003c\/span\u003e\u003cspan class=\"br-review-product-compare\"\u003e$59.99\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-review-product-date\"\u003e🗓 Purchased on July 27th, 2026\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"br-reviews-nav\"\u003e\n\u003cbutton\u003e‹\u003c\/button\u003e\u003cbutton\u003e›\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Olania","offers":[{"title":"1 Book","offer_id":43754127884401,"sku":null,"price":39.99,"currency_code":"USD","in_stock":false},{"title":"2 Books","offer_id":43859083296881,"sku":null,"price":64.99,"currency_code":"USD","in_stock":false},{"title":"3 Books","offer_id":43859083329649,"sku":null,"price":79.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0696\/3540\/7985\/files\/image_11.webp?v=1786037223","url":"https:\/\/tryolania.com\/products\/scan-heal-repeat-interactive-natural-herbal-remedies","provider":"Olania","version":"1.0","type":"link"}