{"product_id":"als-das-zuhause-nicht-genug-war-kinderbuch","title":"When Home Wasn't Enough – Children's Book Animal Welfare","description":"\u003cstyle\u003e\n\/* WILD Moments — Shared Design System *\/\n\/* Aesthetic: Warm editorial naturalism. Cream + deep forest green + warm gold accents. *\/\n\/* Fonts: Playfair Display (headings) + Lato (body) *\/\n\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600\u0026family=Lato:wght@300;400;700\u0026display=swap');\n\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n:root {\n  --cream: #FAF7F2;\n  --cream-dark: #F0EBE1;\n  --forest: #2C4A3E;\n  --forest-light: #3D6B5C;\n  --forest-pale: #EDF4F1;\n  --gold: #C4923A;\n  --gold-light: #E8B96A;\n  --gold-pale: #FDF6EC;\n  --text-dark: #1A2B25;\n  --text-mid: #4A5E58;\n  --text-light: #7A8F89;\n  --white: #FFFFFF;\n  --border: rgba(44,74,62,0.15);\n  --border-gold: rgba(196,146,58,0.3);\n  --shadow-sm: 0 2px 12px rgba(26,43,37,0.08);\n  --shadow-md: 0 6px 32px rgba(26,43,37,0.12);\n  --shadow-lg: 0 16px 56px rgba(26,43,37,0.16);\n  --radius-sm: 8px;\n  --radius-md: 14px;\n  --radius-lg: 22px;\n  --font-display: 'Playfair Display', Georgia, serif;\n  --font-body: 'Lato', sans-serif;\n}\n\n.wm-wrap {\n  font-family: var(--font-body);\n  color: var(--text-dark);\n  background: var(--cream);\n  line-height: 1.7;\n  max-width: 780px;\n  margin: 0 auto;\n  padding: 0 16px 60px;\n}\n\n\/* ── HERO ── *\/\n.wm-hero {\n  background: var(--forest);\n  border-radius: var(--radius-lg);\n  padding: 52px 48px;\n  margin-bottom: 40px;\n  position: relative;\n  overflow: hidden;\n}\n.wm-hero::before {\n  content: '';\n  position: absolute;\n  top: -60px; right: -60px;\n  width: 240px; height: 240px;\n  border-radius: 50%;\n  background: rgba(196,146,58,0.12);\n  pointer-events: none;\n}\n.wm-hero::after {\n  content: '';\n  position: absolute;\n  bottom: -40px; left: -40px;\n  width: 160px; height: 160px;\n  border-radius: 50%;\n  background: rgba(196,146,58,0.08);\n  pointer-events: none;\n}\n.wm-hero-badge {\n  display: inline-block;\n  font-family: var(--font-body);\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: var(--gold-light);\n  background: rgba(196,146,58,0.18);\n  border: 1px solid rgba(196,146,58,0.35);\n  border-radius: 100px;\n  padding: 5px 14px;\n  margin-bottom: 20px;\n}\n.wm-hero h1 {\n  font-family: var(--font-display);\n  font-size: clamp(26px, 4vw, 40px);\n  font-weight: 700;\n  color: var(--cream);\n  line-height: 1.2;\n  margin-bottom: 16px;\n}\n.wm-hero h1 em {\n  color: var(--gold-light);\n  font-style: italic;\n}\n.wm-hero-sub {\n  font-family: var(--font-body);\n  font-size: 16px;\n  color: rgba(250,247,242,0.72);\n  font-weight: 300;\n  max-width: 520px;\n  line-height: 1.6;\n}\n\n\/* ── SECTION TITLES ── *\/\n.wm-section-label {\n  font-family: var(--font-body);\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n  color: var(--gold);\n  margin-bottom: 10px;\n}\n.wm-section-title {\n  font-family: var(--font-display);\n  font-size: clamp(20px, 3vw, 28px);\n  font-weight: 600;\n  color: var(--text-dark);\n  line-height: 1.3;\n  margin-bottom: 16px;\n}\n.wm-section-title em { font-style: italic; color: var(--forest-light); }\n\n\/* ── PROBLEM BLOCK ── *\/\n.wm-problem {\n  background: var(--white);\n  border-radius: var(--radius-md);\n  border: 1px solid var(--border);\n  padding: 36px 40px;\n  margin-bottom: 24px;\n  box-shadow: var(--shadow-sm);\n}\n.wm-problem p { font-size: 16px; color: var(--text-mid); margin-bottom: 14px; line-height: 1.75; }\n.wm-problem p:last-child { margin-bottom: 0; }\n.wm-problem strong { color: var(--text-dark); font-weight: 700; }\n.wm-stat {\n  background: var(--forest-pale);\n  border-left: 4px solid var(--forest-light);\n  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;\n  padding: 20px 24px;\n  margin: 24px 0;\n}\n.wm-stat-number {\n  font-family: var(--font-display);\n  font-size: 42px;\n  font-weight: 700;\n  color: var(--forest);\n  line-height: 1;\n  margin-bottom: 4px;\n}\n.wm-stat-label { font-size: 14px; color: var(--text-mid); }\n\n\/* ── BOOK CARDS ── *\/\n.wm-books { display: flex; flex-direction: column; gap: 16px; margin-bottom: 24px; }\n.wm-book-card {\n  background: var(--white);\n  border-radius: var(--radius-md);\n  border: 1px solid var(--border);\n  padding: 24px 28px;\n  display: flex;\n  gap: 20px;\n  align-items: flex-start;\n  box-shadow: var(--shadow-sm);\n  transition: box-shadow 0.2s, transform 0.2s;\n}\n.wm-book-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }\n.wm-book-num {\n  font-family: var(--font-display);\n  font-size: 32px;\n  font-weight: 700;\n  color: var(--gold-light);\n  line-height: 1;\n  min-width: 36px;\n}\n.wm-book-content h3 {\n  font-family: var(--font-display);\n  font-size: 17px;\n  font-weight: 600;\n  color: var(--text-dark);\n  margin-bottom: 6px;\n}\n.wm-book-content p { font-size: 14px; color: var(--text-mid); line-height: 1.65; }\n.wm-book-content .wm-book-theme {\n  display: inline-block;\n  font-size: 11px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 0.08em;\n  color: var(--forest-light);\n  background: var(--forest-pale);\n  border-radius: 100px;\n  padding: 3px 10px;\n  margin-top: 10px;\n}\n\n\/* ── PRICING CARDS ── *\/\n.wm-pricing { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-bottom: 24px; }\n.wm-price-card {\n  background: var(--white);\n  border: 1px solid var(--border);\n  border-radius: var(--radius-md);\n  padding: 28px 24px;\n  box-shadow: var(--shadow-sm);\n  position: relative;\n}\n.wm-price-card.featured {\n  border: 2px solid var(--forest);\n  background: var(--forest);\n  color: var(--cream);\n}\n.wm-price-card.featured .wm-price-type { color: var(--gold-light); }\n.wm-price-card.featured .wm-price-amount { color: var(--cream); }\n.wm-price-card.featured .wm-price-desc { color: rgba(250,247,242,0.7); }\n.wm-price-card.featured .wm-price-list li { color: rgba(250,247,242,0.85); }\n.wm-price-card.featured .wm-price-list li::before { color: var(--gold-light); }\n.wm-price-badge {\n  position: absolute;\n  top: -12px; left: 50%; transform: translateX(-50%);\n  font-size: 11px; font-weight: 700;\n  letter-spacing: 0.08em; text-transform: uppercase;\n  background: var(--gold); color: var(--white);\n  border-radius: 100px; padding: 4px 14px;\n  white-space: nowrap;\n}\n.wm-price-type {\n  font-size: 11px; font-weight: 700;\n  letter-spacing: 0.12em; text-transform: uppercase;\n  color: var(--text-light); margin-bottom: 12px;\n}\n.wm-price-amount {\n  font-family: var(--font-display);\n  font-size: 38px; font-weight: 700;\n  color: var(--text-dark); line-height: 1;\n  margin-bottom: 4px;\n}\n.wm-price-amount span {\n  font-size: 16px; font-weight: 400;\n  text-decoration: line-through;\n  color: var(--text-light);\n  margin-right: 6px;\n}\n.wm-price-desc { font-size: 13px; color: var(--text-mid); margin-bottom: 16px; line-height: 1.5; }\n.wm-price-list { list-style: none; }\n.wm-price-list li {\n  font-size: 13px; color: var(--text-mid);\n  padding: 4px 0; display: flex; gap: 8px; align-items: flex-start;\n}\n.wm-price-list li::before { content: '✓'; color: var(--forest-light); font-weight: 700; flex-shrink: 0; }\n\n\/* ── UPSELL BANNER ── *\/\n.wm-upsell {\n  background: var(--gold-pale);\n  border: 1.5px solid var(--border-gold);\n  border-radius: var(--radius-md);\n  padding: 28px 32px;\n  margin-bottom: 24px;\n  display: flex; gap: 16px; align-items: flex-start;\n}\n.wm-upsell-icon { font-size: 28px; flex-shrink: 0; margin-top: 2px; }\n.wm-upsell h3 {\n  font-family: var(--font-display);\n  font-size: 17px; font-weight: 600;\n  color: var(--text-dark); margin-bottom: 8px;\n}\n.wm-upsell p { font-size: 14px; color: var(--text-mid); line-height: 1.65; }\n.wm-upsell strong { color: var(--gold); }\n\n\/* ── MILESTONE ── *\/\n.wm-milestone {\n  background: var(--forest-pale);\n  border-radius: var(--radius-md);\n  border: 1px solid rgba(44,74,62,0.2);\n  padding: 32px 36px;\n  margin-bottom: 24px;\n}\n.wm-milestone-bar-wrap {\n  background: rgba(44,74,62,0.12);\n  border-radius: 100px;\n  height: 10px;\n  margin: 20px 0 8px;\n  overflow: hidden;\n}\n.wm-milestone-bar {\n  height: 100%;\n  border-radius: 100px;\n  background: linear-gradient(90deg, var(--forest-light), var(--forest));\n  width: 18%;\n  transition: width 1s ease;\n}\n.wm-milestone-meta {\n  display: flex; justify-content: space-between;\n  font-size: 12px; color: var(--text-light);\n}\n.wm-milestone p { font-size: 14px; color: var(--text-mid); line-height: 1.7; margin-top: 16px; }\n\n\/* ── TESTIMONIALS ── *\/\n.wm-testimonials { display: flex; flex-direction: column; gap: 14px; margin-bottom: 24px; }\n.wm-testimonial {\n  background: var(--white);\n  border-radius: var(--radius-md);\n  border: 1px solid var(--border);\n  padding: 22px 26px;\n  box-shadow: var(--shadow-sm);\n}\n.wm-testimonial p {\n  font-family: var(--font-display);\n  font-style: italic;\n  font-size: 15px;\n  color: var(--text-dark);\n  line-height: 1.7;\n  margin-bottom: 10px;\n}\n.wm-testimonial-author { font-size: 12px; color: var(--text-light); font-weight: 700; letter-spacing: 0.05em; }\n.wm-stars { color: var(--gold); font-size: 13px; margin-bottom: 8px; }\n\n\/* ── MISSION STRIP ── *\/\n.wm-mission {\n  background: var(--forest);\n  border-radius: var(--radius-md);\n  padding: 28px 32px;\n  margin-bottom: 24px;\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n  gap: 20px;\n}\n.wm-mission-item { display: flex; gap: 12px; align-items: flex-start; }\n.wm-mission-icon { font-size: 20px; flex-shrink: 0; margin-top: 2px; }\n.wm-mission-item p { font-size: 13px; color: rgba(250,247,242,0.8); line-height: 1.55; }\n.wm-mission-item strong { color: var(--gold-light); display: block; margin-bottom: 2px; font-size: 13px; }\n\n\/* ── CTA BUTTONS ── *\/\n.wm-cta-wrap { display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }\n.wm-btn {\n  display: block; width: 100%;\n  text-align: center;\n  font-family: var(--font-body);\n  font-weight: 700;\n  font-size: 15px;\n  letter-spacing: 0.04em;\n  text-decoration: none;\n  border-radius: var(--radius-sm);\n  padding: 16px 24px;\n  cursor: pointer;\n  border: none;\n  transition: transform 0.15s, box-shadow 0.15s;\n}\n.wm-btn:hover { transform: translateY(-2px); }\n.wm-btn:active { transform: translateY(0); }\n.wm-btn-primary {\n  background: var(--forest);\n  color: var(--cream);\n  box-shadow: 0 4px 20px rgba(44,74,62,0.35);\n}\n.wm-btn-primary:hover { box-shadow: 0 8px 28px rgba(44,74,62,0.45); }\n.wm-btn-gold {\n  background: var(--gold);\n  color: var(--white);\n  box-shadow: 0 4px 20px rgba(196,146,58,0.35);\n}\n.wm-btn-gold:hover { box-shadow: 0 8px 28px rgba(196,146,58,0.45); }\n.wm-btn-outline {\n  background: transparent;\n  color: var(--forest);\n  border: 1.5px solid var(--forest);\n}\n.wm-btn-outline:hover { background: var(--forest-pale); }\n\n\/* ── DISCLAIMER ── *\/\n.wm-disclaimer {\n  font-size: 12px; color: var(--text-light);\n  text-align: center; line-height: 1.6;\n  border-top: 1px solid var(--border);\n  padding-top: 20px; margin-top: 12px;\n}\n\n\/* ── DIVIDER ── *\/\n.wm-divider {\n  height: 1px; background: var(--border);\n  margin: 32px 0;\n}\n\n\/* ── SINGLE BOOK HERO VARIANT ── *\/\n.wm-single-hero {\n  background: var(--cream-dark);\n  border: 1px solid var(--border);\n  border-radius: var(--radius-lg);\n  padding: 40px 40px 36px;\n  margin-bottom: 32px;\n  position: relative;\n  overflow: hidden;\n}\n.wm-single-hero::before {\n  content: '';\n  position: absolute;\n  top: 0; right: 0;\n  width: 180px; height: 180px;\n  background: radial-gradient(circle, rgba(196,146,58,0.1) 0%, transparent 70%);\n  pointer-events: none;\n}\n.wm-book-number-large {\n  font-family: var(--font-display);\n  font-size: 80px;\n  font-weight: 700;\n  color: var(--border-gold);\n  line-height: 1;\n  position: absolute;\n  top: 16px; right: 24px;\n  opacity: 0.6;\n}\n.wm-single-hero h1 {\n  font-family: var(--font-display);\n  font-size: clamp(22px, 3.5vw, 34px);\n  font-weight: 700;\n  color: var(--text-dark);\n  line-height: 1.25;\n  margin-bottom: 10px;\n  max-width: 480px;\n}\n.wm-single-hero h1 em { font-style: italic; color: var(--forest-light); }\n.wm-single-hero-sub {\n  font-size: 15px; color: var(--text-mid);\n  margin-bottom: 16px; max-width: 460px;\n  line-height: 1.65;\n}\n.wm-series-tag {\n  display: inline-flex; align-items: center; gap: 6px;\n  font-size: 11px; font-weight: 700;\n  letter-spacing: 0.1em; text-transform: uppercase;\n  color: var(--forest-light);\n  background: var(--forest-pale);\n  border-radius: 100px;\n  padding: 5px 14px;\n}\n\n\/* ── TAKEAWAYS ── *\/\n.wm-takeaways { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }\n.wm-takeaway {\n  display: flex; gap: 14px; align-items: flex-start;\n  background: var(--white);\n  border-radius: var(--radius-sm);\n  border: 1px solid var(--border);\n  padding: 14px 18px;\n}\n.wm-takeaway-icon { font-size: 18px; flex-shrink: 0; margin-top: 1px; }\n.wm-takeaway p { font-size: 14px; color: var(--text-mid); line-height: 1.6; }\n.wm-takeaway strong { color: var(--text-dark); }\n\n\/* ── UPSELL TO SET ── *\/\n.wm-set-upsell {\n  background: var(--forest);\n  border-radius: var(--radius-md);\n  padding: 28px 32px;\n  margin-bottom: 24px;\n  display: flex; gap: 20px;\n  align-items: center;\n  flex-wrap: wrap;\n}\n.wm-set-upsell-text h3 {\n  font-family: var(--font-display);\n  font-size: 18px; font-weight: 600;\n  color: var(--cream); margin-bottom: 6px;\n}\n.wm-set-upsell-text p { font-size: 13px; color: rgba(250,247,242,0.72); line-height: 1.55; }\n.wm-set-upsell-text p strong { color: var(--gold-light); }\n.wm-set-upsell-cta {\n  flex-shrink: 0;\n  background: var(--gold);\n  color: var(--white);\n  font-family: var(--font-body);\n  font-weight: 700; font-size: 14px;\n  border: none; border-radius: var(--radius-sm);\n  padding: 12px 22px; cursor: pointer;\n  white-space: nowrap;\n  text-decoration: none;\n  display: inline-block;\n}\n\n@media (max-width: 540px) {\n  .wm-hero { padding: 36px 24px; }\n  .wm-problem { padding: 24px 20px; }\n  .wm-book-card { flex-direction: column; gap: 10px; padding: 20px 18px; }\n  .wm-upsell { flex-direction: column; padding: 22px 20px; }\n  .wm-single-hero { padding: 28px 20px; }\n  .wm-book-number-large { font-size: 56px; top: 12px; right: 14px; }\n  .wm-mission { grid-template-columns: 1fr; }\n  .wm-set-upsell { flex-direction: column; }\n}\n\n\n\/* V3 — Compact narrow-column optimized *\/\n.wm-wrap { max-width: 100%; padding: 0 0 32px; }\n.wm-hook { font-size: 15px; color: #4A5E58; line-height: 1.75; margin-bottom: 20px; padding: 20px 0 0; }\n.wm-hook strong { color: #1A2B25; }\n.wm-hook em { font-style: italic; color: #3D6B5C; }\n.wm-compact-stat { display:flex; align-items:center; gap:14px; background:#EDF4F1; border-left:4px solid #3D6B5C; border-radius:0 8px 8px 0; padding:14px 18px; margin:16px 0 20px; }\n.wm-compact-stat-num { font-family:'Playfair Display',Georgia,serif; font-size:32px; font-weight:700; color:#2C4A3E; line-height:1; flex-shrink:0; }\n.wm-compact-stat-txt { font-size:13px; color:#4A5E58; line-height:1.5; }\n.wm-tk-list { display:flex; flex-direction:column; gap:8px; margin-bottom:20px; }\n.wm-tk-item { display:flex; gap:12px; align-items:flex-start; padding:12px 14px; background:#fff; border:1px solid rgba(44,74,62,0.12); border-radius:8px; }\n.wm-tk-ico { font-size:16px; flex-shrink:0; margin-top:1px; }\n.wm-tk-txt { font-size:13px; color:#4A5E58; line-height:1.6; }\n.wm-tk-txt strong { color:#1A2B25; }\n.wm-set-banner { background:#2C4A3E; border-radius:12px; padding:20px 22px; margin-bottom:16px; }\n.wm-set-banner h3 { font-family:'Playfair Display',Georgia,serif; font-size:16px; font-weight:600; color:#FAF7F2; margin-bottom:6px; }\n.wm-set-banner p { font-size:13px; color:rgba(250,247,242,0.75); line-height:1.55; margin-bottom:14px; }\n.wm-set-banner p strong { color:#E8B96A; }\n.wm-set-banner a { display:block; text-align:center; background:#C4923A; color:#fff; font-family:'Lato',sans-serif; font-weight:700; font-size:14px; border-radius:8px; padding:11px 18px; text-decoration:none; }\n.wm-free-ship { display:flex; align-items:center; gap:8px; font-size:12px; color:#3D6B5C; font-weight:700; background:#EDF4F1; border-radius:6px; padding:8px 12px; margin-bottom:20px; }\n.wm-orig-price { font-size:12px; color:#7A8F89; text-align:center; margin-bottom:16px; }\n.wm-orig-price s { color:#7A8F89; }\n.wm-orig-price strong { color:#2C4A3E; }\n.wm-divider { height:1px; background:rgba(44,74,62,0.12); margin:18px 0; }\n.wm-disclaimer { font-size:11px; color:#9AA8A3; text-align:center; line-height:1.6; padding-top:12px; border-top:1px solid rgba(44,74,62,0.1); }\n\/* SET PAGE extras *\/\n.wm-set-hero { background:#2C4A3E; border-radius:14px; padding:28px 24px; margin-bottom:20px; }\n.wm-set-hero p.badge { display:inline-block; font-size:10px; font-weight:700; letter-spacing:0.12em; text-transform:uppercase; color:#E8B96A; background:rgba(196,146,58,0.18); border:1px solid rgba(196,146,58,0.3); border-radius:100px; padding:4px 12px; margin-bottom:12px; }\n.wm-set-hero h2 { font-family:'Playfair Display',Georgia,serif; font-size:clamp(20px,3vw,26px); font-weight:700; color:#FAF7F2; line-height:1.25; margin-bottom:10px; }\n.wm-set-hero h2 em { color:#E8B96A; font-style:italic; }\n.wm-set-hero p.sub { font-size:14px; color:rgba(250,247,242,0.7); line-height:1.6; }\n.wm-honest { background:#FAF7F2; border:1.5px solid rgba(44,74,62,0.18); border-radius:12px; padding:18px 20px; margin-bottom:18px; position:relative; }\n.wm-honest .badge2 { position:absolute; top:-10px; left:16px; background:#2C4A3E; color:#FAF7F2; font-size:10px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; padding:3px 10px; border-radius:100px; }\n.wm-honest p { font-size:13px; color:#4A5E58; line-height:1.65; margin-top:6px; }\n.wm-honest p strong { color:#2C4A3E; }\n.wm-honest p s { color:#7A8F89; }\n.wm-booklist { display:flex; flex-direction:column; gap:8px; margin-bottom:18px; }\n.wm-bookrow { display:flex; gap:12px; align-items:flex-start; padding:12px 14px; background:#fff; border:1px solid rgba(44,74,62,0.12); border-radius:8px; text-decoration:none; transition:background 0.15s; }\n.wm-bookrow:hover { background:#EDF4F1; }\n.wm-bookrow-num { font-family:'Playfair Display',Georgia,serif; font-size:22px; font-weight:700; color:#E8B96A; line-height:1; flex-shrink:0; min-width:22px; }\n.wm-bookrow h4 { font-size:13px; font-weight:700; color:#1A2B25; margin-bottom:3px; }\n.wm-bookrow p { font-size:12px; color:#7A8F89; line-height:1.45; }\n.wm-pricing-compact { display:flex; flex-direction:column; gap:10px; margin-bottom:16px; }\n.wm-pc { background:#fff; border:1px solid rgba(44,74,62,0.15); border-radius:10px; padding:16px 18px; }\n.wm-pc.featured { background:#2C4A3E; border-color:#2C4A3E; }\n.wm-pc-row { display:flex; justify-content:space-between; align-items:center; }\n.wm-pc-type { font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:0.1em; color:#7A8F89; margin-bottom:4px; }\n.wm-pc.featured .wm-pc-type { color:#E8B96A; }\n.wm-pc-price { font-family:'Playfair Display',Georgia,serif; font-size:26px; font-weight:700; color:#1A2B25; }\n.wm-pc.featured .wm-pc-price { color:#FAF7F2; }\n.wm-pc-price s { font-size:13px; font-weight:400; color:#7A8F89; margin-right:4px; }\n.wm-pc-desc { font-size:12px; color:#7A8F89; margin-top:4px; }\n.wm-pc.featured .wm-pc-desc { color:rgba(250,247,242,0.6); }\n.wm-upsell-ship { display:flex; align-items:flex-start; gap:12px; background:#FDF6EC; border:1.5px solid rgba(196,146,58,0.25); border-radius:10px; padding:16px 18px; margin-bottom:16px; }\n.wm-upsell-ship .ico { font-size:20px; flex-shrink:0; }\n.wm-upsell-ship p { font-size:13px; color:#4A5E58; line-height:1.6; }\n.wm-upsell-ship strong { color:#C4923A; }\n.wm-cta-set { display:block; width:100%; text-align:center; background:#C4923A; color:#fff; font-family:'Lato',sans-serif; font-weight:700; font-size:14px; border:none; border-radius:8px; padding:13px 18px; cursor:pointer; text-decoration:none; margin-bottom:8px; }\n.wm-cta-main { display:block; width:100%; text-align:center; background:#2C4A3E; color:#FAF7F2; font-family:'Lato',sans-serif; font-weight:700; font-size:14px; border:none; border-radius:8px; padding:13px 18px; cursor:pointer; margin-bottom:8px; }\n.wm-cta-note { text-align:center; font-size:11px; color:#7A8F89; margin-bottom:16px; }\n.wm-milestone-compact { background:#EDF4F1; border-radius:10px; padding:16px 18px; margin-bottom:16px; }\n.wm-milestone-compact p { font-size:13px; color:#4A5E58; line-height:1.6; margin-bottom:10px; }\n.wm-bar-wrap { background:rgba(44,74,62,0.12); border-radius:100px; height:8px; overflow:hidden; }\n.wm-bar { height:100%; border-radius:100px; background:linear-gradient(90deg,#3D6B5C,#2C4A3E); width:18%; }\n.wm-bar-meta { display:flex; justify-content:space-between; font-size:11px; color:#7A8F89; margin-top:5px; }\n@media(max-width:480px){ .wm-set-hero{padding:22px 18px;} }\n\n\n.wm-set-pc-wrap { display:flex; flex-direction:column; gap:8px; margin:14px 0 16px; }\n.wm-set-pc {\n  display:flex; justify-content:space-between; align-items:center;\n  padding:14px 18px; border-radius:10px; text-decoration:none;\n  border:1.5px solid transparent;\n  transition:transform 0.15s, box-shadow 0.15s, border-color 0.15s;\n  cursor:pointer;\n}\n.wm-set-pc:hover { transform:translateY(-2px); box-shadow:0 6px 20px rgba(26,43,37,0.14); }\n.wm-set-pc.dig { background:#2C4A3E; border-color:#2C4A3E; }\n.wm-set-pc.dig:hover { border-color:#E8B96A; }\n.wm-set-pc.print { background:#fff; border-color:rgba(44,74,62,0.18); }\n.wm-set-pc.print:hover { border-color:#2C4A3E; }\n.wm-set-pc-left {}\n.wm-set-pc-type { font-size:10px; font-weight:700; letter-spacing:0.12em; text-transform:uppercase; margin-bottom:3px; }\n.wm-set-pc.dig .wm-set-pc-type { color:#E8B96A; }\n.wm-set-pc.print .wm-set-pc-type { color:#7A8F89; }\n.wm-set-pc-price { font-family:'Playfair Display',Georgia,serif; font-size:24px; font-weight:700; line-height:1; }\n.wm-set-pc.dig .wm-set-pc-price { color:#FAF7F2; }\n.wm-set-pc.print .wm-set-pc-price { color:#1A2B25; }\n.wm-set-pc-price s { font-size:12px; font-weight:400; margin-right:4px; color:rgba(255,255,255,0.45); }\n.wm-set-pc.print .wm-set-pc-price s { color:#9AA8A3; }\n.wm-set-pc-right { font-size:11px; font-weight:700; }\n.wm-set-pc.dig .wm-set-pc-right { color:#E8B96A; }\n.wm-set-pc.print .wm-set-pc-right { color:#7A8F89; }\n.wm-set-pc-arrow { font-size:14px; margin-left:6px; }\n\n\u003c\/style\u003e\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003cp style=\"font-size: 11px; font-weight: bold; letter-spacing: 0.1em; text-transform: uppercase; color: #c4923a; margin: 16px 0 6px;\"\u003e📚 WILD Moments — Book 2 of 5\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"display: inline-block; font-size: 11px; font-weight: bold; text-transform: uppercase; letter-spacing: 0.08em; color: #3d6b5c; background: #EDF4F1; border-radius: 100px; padding: 3px 10px; margin-bottom: 14px;\"\u003eFreedom \u0026amp; Sacrifice\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"wm-hook\"\u003e\n\u003cp\u003eLiam loved is parrot. But as time passed, it became clearer: \u003cstrong\u003eis home was too small for him.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eFeather-plucking. Restlessness. A bird calling for her — even when she's right beside him. \u003cem\u003eSometimes the right thing is also the harder one.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wm-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp style=\"font-size: 11px; font-weight: bold; letter-spacing: 0.1em; text-transform: uppercase; color: #c4923a; margin-bottom: 10px;\"\u003eWhat your child takes away\u003c\/p\u003e\n\u003cdiv class=\"wm-tk-list\"\u003e\n\u003cdiv class=\"wm-tk-item\"\u003e\n\u003cdiv class=\"wm-tk-ico\"\u003e🌳\u003c\/div\u003e\n\u003cdiv class=\"wm-tk-txt\"\u003eParrots need \u003cstrong\u003ereal flight space\u003c\/strong\u003e — a cage alone is never enough.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wm-tk-item\"\u003e\n\u003cdiv class=\"wm-tk-ico\"\u003e🥧\u003c\/div\u003e\n\u003cdiv class=\"wm-tk-txt\"\u003eFeather-plucking is a \u003cstrong\u003estress signal\u003c\/strong\u003e — take it seriously immediately.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wm-tk-item\"\u003e\n\u003cdiv class=\"wm-tk-ico\"\u003e❤️\u003c\/div\u003e\n\u003cdiv class=\"wm-tk-txt\"\u003eReal love puts \u003cstrong\u003ethe animal's wellbeing above your own wishes\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wm-tk-item\"\u003e\n\u003cdiv class=\"wm-tk-ico\"\u003e🤝\u003c\/div\u003e\n\u003cdiv class=\"wm-tk-txt\"\u003eA companion is \u003cstrong\u003enot a luxury — a necessity\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wm-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp\u003e\u003cbutton class=\"wm-cta-main\"\u003e🛒 Add to cart\u003c\/button\u003e\u003c\/p\u003e\n\u003cdiv class=\"wm-cta-note\"\u003e🔒 Instant access (Digital) \u0026nbsp;·\u0026nbsp; Ships after print goal (Physical)\u003c\/div\u003e\n\u003cdiv class=\"wm-orig-price\"\u003eOriginally planned at \u003cs\u003e€21.99\u003c\/s\u003e (physical) \/ \u003cs\u003e€9.99\u003c\/s\u003e (digital). Intentionally lower — because reach matters more than margin.\u003c\/div\u003e\n\u003cdiv class=\"wm-free-ship\"\u003e🆕 \u003cstrong\u003eFree shipping:\u003c\/strong\u003e Buy both digital \u003cem\u003eand\u003c\/em\u003e printed set together — zero shipping costs.\u003c\/div\u003e\n\u003cdiv class=\"wm-set-banner\"\u003e\n\u003ch3\u003eAll 5 books? Save\u0026nbsp;37%.\u003c\/h3\u003e\n\u003cp\u003eDigital complete set: \u003cstrong\u003e€25.00\u003c\/strong\u003e instead of €49.90. Add the printed set (€55.00) — \u003cstrong\u003efree worldwide shipping\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv class=\"wm-set-pc-wrap\"\u003e\u003ca class=\"wm-set-pc dig\" href=\"https:\/\/shop.wildmoments.at\/en\/products\/wild-moments-complete-5-book-bundle-animal-welfare-for-kids\"\u003e\n\u003cdiv class=\"wm-set-pc-left\"\u003e\n\u003cdiv class=\"wm-set-pc-type\"\u003eDigital set — Recommended\u003c\/div\u003e\n\u003cdiv class=\"wm-set-pc-price\"\u003e\u003cs\u003e€49.90\u003c\/s\u003e€25.00\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wm-set-pc-right\"\u003eRead instantly \u003cspan class=\"wm-set-pc-arrow\"\u003e→\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"wm-set-pc print\" href=\"https:\/\/shop.wildmoments.at\/en\/products\/wild-moments-complete-5-book-bundle-animal-welfare-for-kids\"\u003e\n\u003cdiv class=\"wm-set-pc-left\"\u003e\n\u003cdiv class=\"wm-set-pc-type\"\u003ePrinted set — Pre-order\u003c\/div\u003e\n\u003cdiv class=\"wm-set-pc-price\"\u003e\u003cs\u003e€109.95\u003c\/s\u003e€55.00\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wm-set-pc-right\"\u003eA5 softcover \u003cspan class=\"wm-set-pc-arrow\"\u003e→\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/a\u003e\u003c\/div\u003e\n\u003ca class=\"wm-cta-set\" href=\"https:\/\/shop.wildmoments.at\/en\/products\/wild-moments-complete-5-book-bundle-animal-welfare-for-kids\"\u003eSee the complete set →\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"wm-milestone-compact\"\u003e\n\u003cp\u003ePhysical books go to print once \u003cstrong\u003e500 sets\u003c\/strong\u003e are pre-ordered. Delivery approx. \u003cstrong\u003e6 weeks\u003c\/strong\u003e after that.\u003c\/p\u003e\n\u003cdiv class=\"wm-bar-wrap\"\u003e\n\u003cdiv class=\"wm-bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wm-bar-meta\"\u003e\u003cspan\u003e0\u003c\/span\u003e\u003cspan\u003e500 Sets\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wm-disclaimer\"\u003eFree shipping when buying both digital \u003cem\u003eand\u003c\/em\u003e printed set. Pre-orders shipped after print goal is reached.\u003c\/div\u003e","brand":"WILD moments AT","offers":[{"title":"DEU- German \/ Physical","offer_id":63916258263389,"sku":null,"price":13.9,"currency_code":"EUR","in_stock":true},{"title":"DEU- German \/ Digital","offer_id":64841060024669,"sku":null,"price":7.9,"currency_code":"EUR","in_stock":true},{"title":"ENG- English \/ Physical","offer_id":63916258296157,"sku":null,"price":13.9,"currency_code":"EUR","in_stock":true},{"title":"ENG- English \/ Digital","offer_id":64841060057437,"sku":null,"price":7.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1058\/4201\/6605\/files\/als-das-zuhause-nicht-genug-war-buch.webp?v=1774614267","url":"https:\/\/shop.wildmoments.at\/en\/products\/when-home-wasnt-enough-childrens-book","provider":"WILD moments AT","version":"1.0","type":"link"}