{"product_id":"100-natural-colloidal-oatmeal-soothing-bath-treatment","title":"100% Natural Colloidal Oatmeal Soothing Bath Treatment","description":"\u003cstyle\u003e\n:root {\n  --pp-primary: #91d1ff;\n  --pp-primary-dark: #5bb8f5;\n  --pp-primary-light: #d4edff;\n  --pp-success: #22c55e;\n  --pp-success-light: #dcfce7;\n  --pp-warning: #f59e0b;\n  --pp-warning-light: #fef3c7;\n  --pp-danger: #ef4444;\n  --pp-danger-light: #fee2e2;\n  --pp-info: #6366f1;\n  --pp-info-light: #e0e7ff;\n  --pp-bg: #f8fafc;\n  --pp-card: #ffffff;\n  --pp-text: #1e293b;\n  --pp-text-secondary: #64748b;\n  --pp-border: #e2e8f0;\n  --pp-radius: 16px;\n  --pp-radius-sm: 10px;\n  --pp-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);\n  --pp-shadow-md: 0 4px 12px rgba(0,0,0,0.08);\n  --pp-shadow-lg: 0 10px 30px rgba(0,0,0,0.1);\n  --pp-font: 'Segoe UI', system-ui, -apple-system, sans-serif;\n  --pp-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n.pp-container {\n  max-width: 800px;\n  margin: 0 auto;\n  font-family: var(--pp-font);\n  color: var(--pp-text);\n  line-height: 1.6;\n  -webkit-font-smoothing: antialiased;\n}\n\n.pp-container * {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\n.pp-hero {\n  background: linear-gradient(135deg, #e8f4fd 0%, #d4edff 50%, #c7e5ff 100%);\n  border-radius: var(--pp-radius);\n  padding: 32px 28px;\n  margin-bottom: 24px;\n  position: relative;\n  overflow: hidden;\n}\n\n.pp-hero::before {\n  content: '';\n  position: absolute;\n  top: -50%;\n  right: -20%;\n  width: 300px;\n  height: 300px;\n  background: radial-gradient(circle, rgba(145,209,255,0.3) 0%, transparent 70%);\n  border-radius: 50%;\n}\n\n.pp-hero-title {\n  font-size: 13px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 1.5px;\n  color: var(--pp-primary-dark);\n  margin-bottom: 10px;\n}\n\n.pp-hero-desc {\n  font-size: 17px;\n  line-height: 1.7;\n  color: var(--pp-text);\n  margin-bottom: 20px;\n  position: relative;\n}\n\n.pp-badges {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-bottom: 20px;\n}\n\n.pp-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 4px;\n  padding: 5px 12px;\n  background: rgba(255,255,255,0.85);\n  backdrop-filter: blur(10px);\n  border-radius: 20px;\n  font-size: 12px;\n  font-weight: 600;\n  color: var(--pp-text);\n  border: 1px solid rgba(145,209,255,0.3);\n  transition: var(--pp-transition);\n}\n\n.pp-badge:hover {\n  transform: translateY(-1px);\n  box-shadow: var(--pp-shadow);\n}\n\n.pp-nav {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 6px;\n  padding-top: 16px;\n  border-top: 1px solid rgba(145,209,255,0.3);\n}\n\n.pp-nav a {\n  padding: 5px 12px;\n  background: rgba(255,255,255,0.7);\n  border-radius: 8px;\n  font-size: 11.5px;\n  font-weight: 600;\n  color: var(--pp-text-secondary);\n  text-decoration: none;\n  transition: var(--pp-transition);\n  border: 1px solid transparent;\n}\n\n.pp-nav a:hover {\n  background: #fff;\n  color: var(--pp-primary-dark);\n  border-color: var(--pp-primary);\n  transform: translateY(-1px);\n}\n\n.pp-section {\n  margin-bottom: 24px;\n}\n\n.pp-section-title {\n  font-size: 20px;\n  font-weight: 800;\n  color: var(--pp-text);\n  margin-bottom: 16px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n\n.pp-section-title .icon {\n  font-size: 22px;\n}\n\n.pp-card {\n  background: var(--pp-card);\n  border-radius: var(--pp-radius);\n  padding: 24px;\n  box-shadow: var(--pp-shadow);\n  border: 1px solid var(--pp-border);\n  transition: var(--pp-transition);\n}\n\n.pp-card:hover {\n  box-shadow: var(--pp-shadow-md);\n}\n\n.pp-specs {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));\n  gap: 12px;\n  margin-bottom: 24px;\n}\n\n.pp-spec {\n  background: var(--pp-card);\n  border-radius: var(--pp-radius-sm);\n  padding: 16px;\n  text-align: center;\n  box-shadow: var(--pp-shadow);\n  border: 1px solid var(--pp-border);\n  transition: var(--pp-transition);\n}\n\n.pp-spec:hover {\n  transform: translateY(-2px);\n  box-shadow: var(--pp-shadow-md);\n}\n\n.pp-spec .icon {\n  font-size: 24px;\n  margin-bottom: 6px;\n}\n\n.pp-spec .label {\n  font-size: 10px;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  color: var(--pp-text-secondary);\n  font-weight: 700;\n  margin-bottom: 4px;\n}\n\n.pp-spec .value {\n  font-size: 14px;\n  font-weight: 700;\n  color: var(--pp-text);\n}\n\n.pp-features {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n  gap: 16px;\n  margin-bottom: 24px;\n}\n\n.pp-feature {\n  background: var(--pp-card);\n  border-radius: var(--pp-radius);\n  padding: 22px;\n  box-shadow: var(--pp-shadow);\n  border: 1px solid var(--pp-border);\n  transition: var(--pp-transition);\n}\n\n.pp-feature:hover {\n  transform: translateY(-3px);\n  box-shadow: var(--pp-shadow-md);\n}\n\n.pp-feature .icon {\n  font-size: 28px;\n  margin-bottom: 10px;\n}\n\n.pp-feature h4 {\n  font-size: 15px;\n  font-weight: 700;\n  margin-bottom: 6px;\n  color: var(--pp-text);\n}\n\n.pp-feature p {\n  font-size: 13px;\n  color: var(--pp-text-secondary);\n  line-height: 1.5;\n}\n\n.pp-ingredient {\n  background: var(--pp-card);\n  border-radius: var(--pp-radius);\n  padding: 22px;\n  margin-bottom: 14px;\n  box-shadow: var(--pp-shadow);\n  border: 1px solid var(--pp-border);\n  transition: var(--pp-transition);\n}\n\n.pp-ingredient:hover {\n  box-shadow: var(--pp-shadow-md);\n}\n\n.pp-ingredient h3 {\n  font-size: 17px;\n  font-weight: 700;\n  margin-bottom: 8px;\n  display: flex;\n  align-items: center;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.pp-ingredient h3 .emoji {\n  font-size: 20px;\n}\n\n.pp-ingredient h3 .conc {\n  background: var(--pp-primary-light);\n  color: var(--pp-primary-dark);\n  padding: 2px 10px;\n  border-radius: 12px;\n  font-size: 12px;\n  font-weight: 700;\n}\n\n.pp-ingredient h3 .tag {\n  padding: 2px 10px;\n  border-radius: 12px;\n  font-size: 11px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n\n.pp-ingredient h3 .tag { background: var(--pp-success-light); color: #15803d; }\n\n.pp-ingredient \u003e p {\n  font-size: 14px;\n  color: var(--pp-text-secondary);\n  line-height: 1.6;\n  margin-bottom: 12px;\n}\n\n.pp-science {\n  list-style: none;\n  margin-bottom: 12px;\n}\n\n.pp-science li {\n  font-size: 13px;\n  color: var(--pp-text-secondary);\n  padding: 6px 0;\n  border-bottom: 1px solid var(--pp-border);\n  line-height: 1.5;\n}\n\n.pp-science li:last-child {\n  border-bottom: none;\n}\n\n.pp-science li strong {\n  color: var(--pp-text);\n}\n\n.pp-warning {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  padding: 12px 16px;\n  border-radius: var(--pp-radius-sm);\n  font-size: 13px;\n  line-height: 1.5;\n  margin-top: 8px;\n}\n\n.pp-warning .icon {\n  font-size: 16px;\n  flex-shrink: 0;\n  margin-top: 1px;\n}\n\n.pp-warning.caution {\n  background: var(--pp-warning-light);\n  border: 1px solid #fde68a;\n  color: #92400e;\n}\n\n.pp-warning.danger {\n  background: var(--pp-danger-light);\n  border: 1px solid #fca5a5;\n  color: #991b1b;\n}\n\n.pp-warning.info {\n  background: var(--pp-info-light);\n  border: 1px solid #c7d2fe;\n  color: #3730a3;\n}\n\n.pp-warning.safe {\n  background: var(--pp-success-light);\n  border: 1px solid #86efac;\n  color: #14532d;\n}\n\n.pp-safety-grid {\n  display: grid;\n  gap: 10px;\n}\n\n.pp-safety-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 12px;\n  padding: 16px;\n  border-radius: var(--pp-radius-sm);\n  transition: var(--pp-transition);\n}\n\n.pp-safety-item .icon {\n  font-size: 18px;\n  flex-shrink: 0;\n  margin-top: 1px;\n}\n\n.pp-safety-item strong {\n  display: block;\n  font-size: 14px;\n  margin-bottom: 2px;\n}\n\n.pp-safety-item p {\n  font-size: 13px;\n  line-height: 1.5;\n  opacity: 0.85;\n}\n\n.pp-safety-item.safe {\n  background: var(--pp-success-light);\n  border: 1px solid #86efac;\n  color: #14532d;\n}\n\n.pp-safety-item.caution {\n  background: var(--pp-warning-light);\n  border: 1px solid #fde68a;\n  color: #92400e;\n}\n\n.pp-safety-item.warning {\n  background: var(--pp-danger-light);\n  border: 1px solid #fca5a5;\n  color: #991b1b;\n}\n\n.pp-safety-item.info {\n  background: var(--pp-info-light);\n  border: 1px solid #c7d2fe;\n  color: #3730a3;\n}\n\n.pp-routine-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));\n  gap: 10px;\n  margin-bottom: 24px;\n}\n\n.pp-routine-step {\n  background: var(--pp-card);\n  border-radius: var(--pp-radius-sm);\n  padding: 16px 10px;\n  text-align: center;\n  box-shadow: var(--pp-shadow);\n  border: 1px solid var(--pp-border);\n  transition: var(--pp-transition);\n}\n\n.pp-routine-step:hover {\n  transform: translateY(-2px);\n  box-shadow: var(--pp-shadow-md);\n}\n\n.pp-routine-step .num {\n  width: 28px;\n  height: 28px;\n  background: var(--pp-bg);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 13px;\n  font-weight: 800;\n  color: var(--pp-text-secondary);\n  margin: 0 auto 8px;\n}\n\n.pp-routine-step .name {\n  font-size: 12px;\n  font-weight: 600;\n  color: var(--pp-text-secondary);\n}\n\n.pp-routine-step.current {\n  background: linear-gradient(135deg, var(--pp-primary-light), #e8f4fd);\n  border-color: var(--pp-primary);\n  box-shadow: 0 0 0 3px rgba(145,209,255,0.2);\n}\n\n.pp-routine-step.current .num {\n  background: var(--pp-primary);\n  color: #fff;\n}\n\n.pp-routine-step.current .name {\n  color: var(--pp-primary-dark);\n  font-weight: 700;\n}\n\n.pp-steps {\n  display: grid;\n  gap: 14px;\n}\n\n.pp-step {\n  display: flex;\n  gap: 16px;\n  align-items: flex-start;\n  padding: 18px;\n  background: var(--pp-card);\n  border-radius: var(--pp-radius-sm);\n  box-shadow: var(--pp-shadow);\n  border: 1px solid var(--pp-border);\n  transition: var(--pp-transition);\n}\n\n.pp-step:hover {\n  box-shadow: var(--pp-shadow-md);\n}\n\n.pp-step .num {\n  width: 32px;\n  height: 32px;\n  min-width: 32px;\n  background: linear-gradient(135deg, var(--pp-primary), var(--pp-primary-dark));\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 14px;\n  font-weight: 800;\n  color: #fff;\n}\n\n.pp-step h4 {\n  font-size: 14px;\n  font-weight: 700;\n  margin-bottom: 4px;\n  color: var(--pp-text);\n}\n\n.pp-step p {\n  font-size: 13px;\n  color: var(--pp-text-secondary);\n  line-height: 1.5;\n}\n\n.pp-timeline {\n  display: grid;\n  gap: 14px;\n  margin-bottom: 24px;\n}\n\n.pp-tl-item {\n  background: var(--pp-card);\n  border-radius: var(--pp-radius-sm);\n  padding: 18px;\n  box-shadow: var(--pp-shadow);\n  border: 1px solid var(--pp-border);\n  border-left: 4px solid var(--pp-primary);\n  transition: var(--pp-transition);\n}\n\n.pp-tl-item:hover {\n  box-shadow: var(--pp-shadow-md);\n  transform: translateX(2px);\n}\n\n.pp-tl-item .time {\n  display: inline-block;\n  background: var(--pp-primary-light);\n  color: var(--pp-primary-dark);\n  padding: 2px 10px;\n  border-radius: 12px;\n  font-size: 11px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n  margin-bottom: 6px;\n}\n\n.pp-tl-item h4 {\n  font-size: 15px;\n  font-weight: 700;\n  color: var(--pp-text);\n  margin-bottom: 4px;\n}\n\n.pp-tl-item p {\n  font-size: 13px;\n  color: var(--pp-text-secondary);\n  line-height: 1.5;\n  margin-bottom: 6px;\n}\n\n.pp-tl-item .percent {\n  font-size: 12px;\n  font-weight: 700;\n  color: var(--pp-success);\n}\n\n.pp-skin-cards {\n  display: grid;\n  gap: 10px;\n}\n\n.pp-skin-card {\n  background: var(--pp-card);\n  border-radius: var(--pp-radius-sm);\n  overflow: hidden;\n  box-shadow: var(--pp-shadow);\n  border: 1px solid var(--pp-border);\n  transition: var(--pp-transition);\n}\n\n.pp-skin-card:hover {\n  box-shadow: var(--pp-shadow-md);\n}\n\n.pp-skc-head {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  padding: 14px 18px;\n  background: var(--pp-bg);\n  border-bottom: 1px solid var(--pp-border);\n}\n\n.pp-skc-type {\n  font-size: 14px;\n  font-weight: 700;\n  color: var(--pp-text);\n}\n\n.pp-skc-rate {\n  font-size: 12px;\n  font-weight: 700;\n  padding: 3px 10px;\n  border-radius: 12px;\n}\n\n.pp-skc-rate.excellent { background: var(--pp-success-light); color: #15803d; }\n.pp-skc-rate.good { background: #dbeafe; color: #1d4ed8; }\n.pp-skc-rate.moderate { background: var(--pp-warning-light); color: #92400e; }\n.pp-skc-rate.poor { background: var(--pp-danger-light); color: #991b1b; }\n\n.pp-skc-stars {\n  color: #f59e0b;\n  margin-right: 4px;\n}\n\n.pp-skc-body {\n  padding: 14px 18px;\n}\n\n.pp-skc-note {\n  font-size: 13px;\n  color: var(--pp-text-secondary);\n  line-height: 1.5;\n}\n\n.pp-reviews-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n  gap: 14px;\n}\n\n.pp-review-card {\n  background: var(--pp-card);\n  border-radius: var(--pp-radius);\n  padding: 20px;\n  box-shadow: var(--pp-shadow);\n  border: 1px solid var(--pp-border);\n  transition: var(--pp-transition);\n}\n\n.pp-review-card:hover {\n  box-shadow: var(--pp-shadow-md);\n  transform: translateY(-2px);\n}\n\n.pp-review-card .platform {\n  display: flex;\n  align-items: center;\n  gap: 8px;\n  font-size: 14px;\n  font-weight: 700;\n  color: var(--pp-text);\n  margin-bottom: 14px;\n  padding-bottom: 10px;\n  border-bottom: 1px solid var(--pp-border);\n}\n\n.pp-review-card .platform .icon {\n  font-size: 18px;\n}\n\n.pp-review-card .stats {\n  display: flex;\n  gap: 16px;\n  margin-bottom: 14px;\n}\n\n.pp-review-card .stat .num {\n  font-size: 18px;\n  font-weight: 800;\n  color: var(--pp-text);\n}\n\n.pp-review-card .stat .num .stars {\n  color: #f59e0b;\n  font-size: 14px;\n}\n\n.pp-review-card .stat .lbl {\n  font-size: 11px;\n  color: var(--pp-text-secondary);\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n  font-weight: 600;\n}\n\n.pp-review-card .complaint {\n  display: flex;\n  align-items: flex-start;\n  gap: 6px;\n  font-size: 12px;\n  color: var(--pp-text-secondary);\n  background: var(--pp-bg);\n  padding: 10px 12px;\n  border-radius: 8px;\n  line-height: 1.4;\n}\n\n.pp-review-card .complaint .icon {\n  flex-shrink: 0;\n}\n\n.pp-dupes-grid {\n  display: grid;\n  gap: 14px;\n}\n\n.pp-dupe-card {\n  background: var(--pp-card);\n  border-radius: var(--pp-radius);\n  padding: 20px;\n  box-shadow: var(--pp-shadow);\n  border: 1px solid var(--pp-border);\n  transition: var(--pp-transition);\n}\n\n.pp-dupe-card:hover {\n  box-shadow: var(--pp-shadow-md);\n  transform: translateY(-2px);\n}\n\n.pp-dupe-card .match {\n  display: inline-block;\n  padding: 3px 12px;\n  border-radius: 12px;\n  font-size: 12px;\n  font-weight: 700;\n  margin-bottom: 10px;\n}\n\n.pp-dupe-card .match.high { background: var(--pp-success-light); color: #15803d; }\n.pp-dupe-card .match.medium { background: var(--pp-warning-light); color: #92400e; }\n.pp-dupe-card .match.low { background: var(--pp-danger-light); color: #991b1b; }\n\n.pp-dupe-card .product-name {\n  font-size: 16px;\n  font-weight: 700;\n  color: var(--pp-text);\n  margin-bottom: 8px;\n}\n\n.pp-dupe-card .price {\n  display: flex;\n  align-items: center;\n  gap: 8px;\n  margin-bottom: 10px;\n}\n\n.pp-dupe-card .price .amount {\n  font-size: 18px;\n  font-weight: 800;\n  color: var(--pp-text);\n}\n\n.pp-dupe-card .price .tag {\n  padding: 2px 10px;\n  border-radius: 12px;\n  font-size: 11px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n\n.pp-dupe-card .price .tag.budget { background: var(--pp-success-light); color: #15803d; }\n.pp-dupe-card .price .tag.similar { background: #dbeafe; color: #1d4ed8; }\n.pp-dupe-card .price .tag.premium { background: #fae8ff; color: #86198f; }\n\n.pp-dupe-card .diff {\n  font-size: 13px;\n  color: var(--pp-text-secondary);\n  line-height: 1.5;\n}\n\n.pp-compare-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n  gap: 14px;\n}\n\n.pp-compare-card {\n  background: var(--pp-card);\n  border-radius: var(--pp-radius);\n  overflow: hidden;\n  box-shadow: var(--pp-shadow);\n  border: 1px solid var(--pp-border);\n  transition: var(--pp-transition);\n}\n\n.pp-compare-card:hover {\n  box-shadow: var(--pp-shadow-md);\n}\n\n.pp-compare-card.featured {\n  border-color: var(--pp-primary);\n  box-shadow: 0 0 0 3px rgba(145,209,255,0.2);\n}\n\n.pp-compare-card .card-header {\n  padding: 18px;\n  background: var(--pp-bg);\n  border-bottom: 1px solid var(--pp-border);\n}\n\n.pp-compare-card.featured .card-header {\n  background: linear-gradient(135deg, var(--pp-primary-light), #e8f4fd);\n}\n\n.pp-compare-card .card-header h4 {\n  font-size: 14px;\n  font-weight: 700;\n  color: var(--pp-text);\n  margin-bottom: 4px;\n}\n\n.pp-compare-card .card-header .price {\n  font-size: 20px;\n  font-weight: 800;\n  color: var(--pp-primary-dark);\n}\n\n.pp-compare-card .card-body {\n  padding: 14px 18px;\n}\n\n.pp-compare-row {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  padding: 8px 0;\n  border-bottom: 1px solid var(--pp-border);\n  font-size: 13px;\n}\n\n.pp-compare-row:last-child {\n  border-bottom: none;\n}\n\n.pp-compare-row .label {\n  color: var(--pp-text-secondary);\n  font-weight: 500;\n}\n\n.pp-compare-row .value {\n  font-weight: 700;\n  color: var(--pp-text);\n}\n\n.pp-compare-row .value.good { color: #15803d; }\n.pp-compare-row .value.bad { color: #dc2626; }\n.pp-compare-row .value.neutral { color: var(--pp-text-secondary); }\n\n.pp-faq {\n  display: grid;\n  gap: 8px;\n}\n\n.pp-faq-item {\n  background: var(--pp-card);\n  border-radius: var(--pp-radius-sm);\n  box-shadow: var(--pp-shadow);\n  border: 1px solid var(--pp-border);\n  overflow: hidden;\n  transition: var(--pp-transition);\n}\n\n.pp-faq-item:hover {\n  box-shadow: var(--pp-shadow-md);\n}\n\n.pp-faq-item input[type=\"checkbox\"] {\n  display: none;\n}\n\n.pp-faq-item label {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  padding: 16px 18px;\n  font-size: 14px;\n  font-weight: 700;\n  color: var(--pp-text);\n  cursor: pointer;\n  transition: var(--pp-transition);\n}\n\n.pp-faq-item label::after {\n  content: '+';\n  font-size: 20px;\n  font-weight: 300;\n  color: var(--pp-text-secondary);\n  transition: var(--pp-transition);\n}\n\n.pp-faq-item input:checked + label::after {\n  content: '−';\n  color: var(--pp-primary-dark);\n}\n\n.pp-faq-item input:checked + label {\n  color: var(--pp-primary-dark);\n  background: var(--pp-bg);\n}\n\n.pp-faq-answer {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height 0.4s ease;\n}\n\n.pp-faq-item input:checked ~ .pp-faq-answer {\n  max-height: 500px;\n}\n\n.pp-faq-answer p {\n  padding: 0 18px 16px;\n  font-size: 13px;\n  color: var(--pp-text-secondary);\n  line-height: 1.6;\n}\n\n.pp-verdict {\n  background: linear-gradient(135deg, #e8f4fd 0%, #d4edff 100%);\n  border-radius: var(--pp-radius);\n  padding: 28px;\n  text-align: center;\n  margin-top: 24px;\n}\n\n.pp-verdict .stars {\n  font-size: 32px;\n  color: #f59e0b;\n  margin-bottom: 6px;\n}\n\n.pp-verdict .score {\n  font-size: 42px;\n  font-weight: 800;\n  color: var(--pp-text);\n}\n\n.pp-verdict .score span {\n  font-size: 20px;\n  color: var(--pp-text-secondary);\n  font-weight: 600;\n}\n\n.pp-verdict .label {\n  font-size: 14px;\n  color: var(--pp-text-secondary);\n  font-weight: 600;\n  margin-top: 4px;\n}\n\n.pp-free-from {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-top: 12px;\n}\n\n.pp-free-tag {\n  display: inline-flex;\n  align-items: center;\n  gap: 4px;\n  padding: 5px 12px;\n  background: var(--pp-success-light);\n  border: 1px solid #86efac;\n  border-radius: 20px;\n  font-size: 12px;\n  font-weight: 600;\n  color: #15803d;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pp-container\"\u003e\n\n  \u003cdiv class=\"pp-hero\"\u003e\n    \u003cdiv class=\"pp-hero-title\"\u003e🇺🇸 American Dermatology — Aveeno\u003c\/div\u003e\n    \u003cdiv class=\"pp-hero-desc\"\u003e\n      An FDA-approved skin protectant bath soak made with 100% natural colloidal oatmeal. This dermatologist-recommended treatment creates a milky, soothing bath that relieves itchy, irritated skin caused by eczema, poison ivy, insect bites, sunburn, hives, and rashes. With only one pure ingredient — finely milled oatmeal — it gently cleanses, moisturizes, and forms a protective layer on the skin.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pp-badges\"\u003e\n      \u003cspan class=\"pp-badge\"\u003e✔ FDA-Approved Skin Protectant\u003c\/span\u003e\n      \u003cspan class=\"pp-badge\"\u003e✔ 100% Natural Colloidal Oatmeal\u003c\/span\u003e\n      \u003cspan class=\"pp-badge\"\u003e✔ Fragrance-Free\u003c\/span\u003e\n      \u003cspan class=\"pp-badge\"\u003e✔ Dermatologist Recommended 70+ Years\u003c\/span\u003e\n      \u003cspan class=\"pp-badge\"\u003e✔ Pregnancy Safe\u003c\/span\u003e\n      \u003cspan class=\"pp-badge\"\u003e✔ Non-GMO Oats\u003c\/span\u003e\n      \u003cspan class=\"pp-badge\"\u003e✔ Allergy Tested\u003c\/span\u003e\n      \u003cspan class=\"pp-badge\"\u003e✔ Paraben-Free\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pp-nav\"\u003e\n      \u003ca href=\"#pp-safety\"\u003eSafety\u003c\/a\u003e\n      \u003ca href=\"#pp-ingredients\"\u003eIngredients\u003c\/a\u003e\n      \u003ca href=\"#pp-routine\"\u003eRoutine\u003c\/a\u003e\n      \u003ca href=\"#pp-skin-types\"\u003eSkin Types\u003c\/a\u003e\n      \u003ca href=\"#pp-results\"\u003eResults\u003c\/a\u003e\n      \u003ca href=\"#pp-reviews\"\u003eReviews\u003c\/a\u003e\n      \u003ca href=\"#pp-dupes\"\u003eDupes\u003c\/a\u003e\n      \u003ca href=\"#pp-compare\"\u003eCompare\u003c\/a\u003e\n      \u003ca href=\"#pp-faq\"\u003eFAQ\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pp-specs\"\u003e\n    \u003cdiv class=\"pp-spec\"\u003e\n      \u003cdiv class=\"icon\"\u003e🇺🇸\u003c\/div\u003e\n      \u003cdiv class=\"label\"\u003eOrigin\u003c\/div\u003e\n      \u003cdiv class=\"value\"\u003eUSA\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pp-spec\"\u003e\n      \u003cdiv class=\"icon\"\u003e🧴\u003c\/div\u003e\n      \u003cdiv class=\"label\"\u003eType\u003c\/div\u003e\n      \u003cdiv class=\"value\"\u003eBath Soak\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pp-spec\"\u003e\n      \u003cdiv class=\"icon\"\u003e📦\u003c\/div\u003e\n      \u003cdiv class=\"label\"\u003eSize\u003c\/div\u003e\n      \u003cdiv class=\"value\"\u003e8 × 1.5 oz (42g)\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pp-spec\"\u003e\n      \u003cdiv class=\"icon\"\u003e🧪\u003c\/div\u003e\n      \u003cdiv class=\"label\"\u003eIngredients\u003c\/div\u003e\n      \u003cdiv class=\"value\"\u003e2\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pp-spec\"\u003e\n      \u003cdiv class=\"icon\"\u003e🤰\u003c\/div\u003e\n      \u003cdiv class=\"label\"\u003ePregnancy\u003c\/div\u003e\n      \u003cdiv class=\"value\"\u003eYes ✔\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pp-spec\"\u003e\n      \u003cdiv class=\"icon\"\u003e🍄\u003c\/div\u003e\n      \u003cdiv class=\"label\"\u003eFA Safe\u003c\/div\u003e\n      \u003cdiv class=\"value\"\u003eYes ✔\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pp-spec\"\u003e\n      \u003cdiv class=\"icon\"\u003e⭕\u003c\/div\u003e\n      \u003cdiv class=\"label\"\u003eComedogenic\u003c\/div\u003e\n      \u003cdiv class=\"value\"\u003e0\/5\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pp-spec\"\u003e\n      \u003cdiv class=\"icon\"\u003e📅\u003c\/div\u003e\n      \u003cdiv class=\"label\"\u003ePAO\u003c\/div\u003e\n      \u003cdiv class=\"value\"\u003e36 Months\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pp-section\"\u003e\n    \u003ch3 class=\"pp-section-title\"\u003e\n\u003cspan class=\"icon\"\u003e✨\u003c\/span\u003e Key Features\u003c\/h3\u003e\n    \u003cdiv class=\"pp-features\"\u003e\n      \u003cdiv class=\"pp-feature\"\u003e\n        \u003cdiv class=\"icon\"\u003e🛡️\u003c\/div\u003e\n        \u003ch4\u003eFDA-Approved Skin Protectant\u003c\/h4\u003e\n        \u003cp\u003eColloidal oatmeal is an FDA-recognized active ingredient that temporarily protects and helps relieve minor skin irritation and itching.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-feature\"\u003e\n        \u003cdiv class=\"icon\"\u003e🌾\u003c\/div\u003e\n        \u003ch4\u003e100% Pure Single Ingredient\u003c\/h4\u003e\n        \u003cp\u003eOnly contains colloidal oatmeal and oat kernel flour — no fillers, additives, fragrances, dyes, or preservatives of any kind.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-feature\"\u003e\n        \u003cdiv class=\"icon\"\u003e🧊\u003c\/div\u003e\n        \u003ch4\u003eAnti-Inflammatory Action\u003c\/h4\u003e\n        \u003cp\u003eRich in avenanthramides — natural phenolic compounds with potent anti-inflammatory and antioxidant properties that calm irritated skin.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-feature\"\u003e\n        \u003cdiv class=\"icon\"\u003e💧\u003c\/div\u003e\n        \u003ch4\u003eCleanses \u0026amp; Moisturizes\u003c\/h4\u003e\n        \u003cp\u003eDisperses into a milky bath that gently cleanses while the oat starches bind water to skin, locking in moisture and forming a protective barrier.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-feature\"\u003e\n        \u003cdiv class=\"icon\"\u003e👶\u003c\/div\u003e\n        \u003ch4\u003eGentle for All Ages\u003c\/h4\u003e\n        \u003cp\u003eSafe for babies, children, and adults. Widely recommended by pediatricians and dermatologists for eczema flare-ups in infants.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-feature\"\u003e\n        \u003cdiv class=\"icon\"\u003e✈️\u003c\/div\u003e\n        \u003ch4\u003eTravel-Friendly Packets\u003c\/h4\u003e\n        \u003cp\u003e8 individually wrapped, single-use packets. Each is pre-measured for one bath — convenient, mess-free, and easy to pack.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pp-section\" id=\"pp-ingredients\"\u003e\n    \u003ch3 class=\"pp-section-title\"\u003e\n\u003cspan class=\"icon\"\u003e🔬\u003c\/span\u003e Ingredient Analysis\u003c\/h3\u003e\n\n    \u003cdiv class=\"pp-ingredient\"\u003e\n      \u003ch3\u003e\n\u003cspan class=\"emoji\"\u003e🌾\u003c\/span\u003e Colloidal Oatmeal (Avena Sativa) \u003cspan class=\"conc\"\u003e100%\u003c\/span\u003e \u003cspan class=\"tag\"\u003eProven\u003c\/span\u003e\n\u003c\/h3\u003e\n      \u003cp\u003eThe sole active ingredient. Colloidal oatmeal is whole oat kernels ground to an ultra-fine powder that disperses evenly in water. It has been used for centuries to soothe irritated skin and is FDA-approved as an over-the-counter skin protectant.\u003c\/p\u003e\n      \u003cul class=\"pp-science\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eAnti-Itch:\u003c\/strong\u003e Avenanthramides reduce histamine release from mast cells, directly targeting the itch-scratch cycle at a cellular level.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eAnti-Inflammatory:\u003c\/strong\u003e Avenanthramides inhibit NF-κB activity and reduce pro-inflammatory cytokines, comparable to hydrocortisone in mild cases.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eBarrier Protection:\u003c\/strong\u003e Oat starches and beta-glucans bind water and form a colloidal film on skin, creating a protective moisture barrier.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eAntioxidant:\u003c\/strong\u003e Phenolic compounds including avenanthramides (~300 ppm) provide antioxidant activity comparable to ascorbic acid in some assays.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eClinical Evidence:\u003c\/strong\u003e Studies show colloidal oatmeal formulations can reduce the need for topical corticosteroids in atopic dermatitis management (Fowler, J Drugs Dermatol, 2014).\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"pp-warning caution\"\u003e\n        \u003cspan class=\"icon\"\u003e⚠️\u003c\/span\u003e\n        \u003cdiv\u003eNot suitable for individuals with a known oat allergy. Those with celiac disease should exercise caution if they have topical gluten sensitivity. Discontinue use if irritation occurs.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pp-ingredient\"\u003e\n      \u003ch3\u003e\n\u003cspan class=\"emoji\"\u003e🌿\u003c\/span\u003e Avena Sativa Kernel Flour \u003cspan class=\"conc\"\u003eInactive\u003c\/span\u003e \u003cspan class=\"tag\"\u003eProven\u003c\/span\u003e\n\u003c\/h3\u003e\n      \u003cp\u003eThe inactive ingredient is simply oat kernel flour — the same oat grain in a slightly different milled form. It serves as the carrier base for the colloidal oatmeal, providing additional emollient and skin-conditioning properties. Together, the active and inactive ingredients are both derived from the same plant source with no synthetic additives.\u003c\/p\u003e\n      \u003cul class=\"pp-science\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eEmollient:\u003c\/strong\u003e Rich in lipids and proteins that soften and smooth the skin surface upon contact with water.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSkin Conditioning:\u003c\/strong\u003e Contains natural saponins that provide gentle cleansing action without stripping the skin barrier.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top: 16px;\"\u003e\n      \u003ch4 style=\"font-size: 14px; font-weight: 700; margin-bottom: 10px; color: var(--pp-text);\"\u003e🚫 FREE FROM\u003c\/h4\u003e\n      \u003cdiv class=\"pp-free-from\"\u003e\n        \u003cspan class=\"pp-free-tag\"\u003e🚫 Fragrance\u003c\/span\u003e\n        \u003cspan class=\"pp-free-tag\"\u003e🚫 Parabens\u003c\/span\u003e\n        \u003cspan class=\"pp-free-tag\"\u003e🚫 Dyes\u003c\/span\u003e\n        \u003cspan class=\"pp-free-tag\"\u003e🚫 Soap\u003c\/span\u003e\n        \u003cspan class=\"pp-free-tag\"\u003e🚫 Sulfates\u003c\/span\u003e\n        \u003cspan class=\"pp-free-tag\"\u003e🚫 Steroids\u003c\/span\u003e\n        \u003cspan class=\"pp-free-tag\"\u003e🚫 Preservatives\u003c\/span\u003e\n        \u003cspan class=\"pp-free-tag\"\u003e🚫 Synthetic Additives\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pp-section\" id=\"pp-safety\"\u003e\n    \u003ch3 class=\"pp-section-title\"\u003e\n\u003cspan class=\"icon\"\u003e🛡️\u003c\/span\u003e Safety Profile\u003c\/h3\u003e\n    \u003cdiv class=\"pp-safety-grid\"\u003e\n      \u003cdiv class=\"pp-safety-item safe\"\u003e\n        \u003cspan class=\"icon\"\u003e✅\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003ePregnancy \u0026amp; Breastfeeding Safe\u003c\/strong\u003e\n          \u003cp\u003eColloidal oatmeal is recognized as safe for use during pregnancy and breastfeeding. It contains no retinoids, salicylic acid, hydroquinone, or chemical sunscreens. Dermatologists recommend oatmeal-based products as a first-line soothing treatment for pregnant individuals with eczema or irritated skin.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-safety-item safe\"\u003e\n        \u003cspan class=\"icon\"\u003e✅\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eFungal Acne (Malassezia) Safe\u003c\/strong\u003e\n          \u003cp\u003eThis product contains no ferments, fatty acid esters, polysorbates, or oils that feed Malassezia yeast. The formula consists solely of ground oatmeal with no comedogenic or fungal-acne-triggering ingredients.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-safety-item safe\"\u003e\n        \u003cspan class=\"icon\"\u003e✅\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eNon-Comedogenic — Rating: 0\/5\u003c\/strong\u003e\n          \u003cp\u003eWith only colloidal oatmeal and oat flour, there are no pore-clogging oils, waxes, or emollients. The product is used as a bath soak and rinsed off, further reducing any comedogenic risk. A thin residual layer may remain when patted dry, but this is non-occlusive.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-safety-item safe\"\u003e\n        \u003cspan class=\"icon\"\u003e✅\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eBaby \u0026amp; Child Safe\u003c\/strong\u003e\n          \u003cp\u003eWidely recommended by pediatricians for infants with eczema. Safe for babies over 6 months without oat allergies. For infants under 6 months, consult your pediatrician first due to potential food allergy concerns.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-safety-item safe\"\u003e\n        \u003cspan class=\"icon\"\u003e✅\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eAllergy Tested\u003c\/strong\u003e\n          \u003cp\u003eHypoallergenic, allergy-tested formula. Free of the top common allergy-causing ingredients. Made with non-GMO oats.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-safety-item caution\"\u003e\n        \u003cspan class=\"icon\"\u003e⚠️\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eOat Allergy Warning\u003c\/strong\u003e\n          \u003cp\u003eDo not use if you have a known allergy to oats. Individuals with celiac disease may experience irritation if they have topical gluten sensitivity. Stop use if condition worsens or symptoms persist beyond 7 days.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-safety-item info\"\u003e\n        \u003cspan class=\"icon\"\u003eℹ️\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eSoaking Duration\u003c\/strong\u003e\n          \u003cp\u003eIn some skin conditions, soaking too long may overdry the skin. Limit baths to 15–30 minutes and follow up with a moisturizer. Do not use more than once daily to avoid potential irritation from over-bathing.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pp-section\" id=\"pp-routine\"\u003e\n    \u003ch3 class=\"pp-section-title\"\u003e\n\u003cspan class=\"icon\"\u003e📋\u003c\/span\u003e Where It Goes in Your Routine\u003c\/h3\u003e\n    \u003cdiv class=\"pp-routine-grid\"\u003e\n      \u003cdiv class=\"pp-routine-step current\"\u003e\n        \u003cdiv class=\"num\"\u003e1\u003c\/div\u003e\n        \u003cdiv class=\"name\"\u003eOatmeal Bath Soak\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-routine-step\"\u003e\n        \u003cdiv class=\"num\"\u003e2\u003c\/div\u003e\n        \u003cdiv class=\"name\"\u003ePat Dry\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-routine-step\"\u003e\n        \u003cdiv class=\"num\"\u003e3\u003c\/div\u003e\n        \u003cdiv class=\"name\"\u003eBody Treatment\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-routine-step\"\u003e\n        \u003cdiv class=\"num\"\u003e4\u003c\/div\u003e\n        \u003cdiv class=\"name\"\u003eBody Moisturizer\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-routine-step\"\u003e\n        \u003cdiv class=\"num\"\u003e5\u003c\/div\u003e\n        \u003cdiv class=\"name\"\u003eHealing Ointment\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch4 style=\"font-size: 15px; font-weight: 700; margin-bottom: 14px; color: var(--pp-text);\"\u003eHow to Use\u003c\/h4\u003e\n    \u003cdiv class=\"pp-steps\"\u003e\n      \u003cdiv class=\"pp-step\"\u003e\n        \u003cdiv class=\"num\"\u003e1\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003ePrepare Your Bath\u003c\/h4\u003e\n          \u003cp\u003eTurn warm water faucet on to full force. Use lukewarm water — hot water can further irritate sensitive or eczema-prone skin.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-step\"\u003e\n        \u003cdiv class=\"num\"\u003e2\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eAdd the Oatmeal Packet\u003c\/h4\u003e\n          \u003cp\u003eSlowly sprinkle one packet of colloidal oatmeal directly under the running faucet. The water pressure helps it disperse evenly into a milky bath.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-step\"\u003e\n        \u003cdiv class=\"num\"\u003e3\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eStir \u0026amp; Dissolve\u003c\/h4\u003e\n          \u003cp\u003eStir any oatmeal that settles on the bottom of the tub. The bath water should look milky white and feel silky smooth to the touch.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-step\"\u003e\n        \u003cdiv class=\"num\"\u003e4\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eSoak for 15–30 Minutes\u003c\/h4\u003e\n          \u003cp\u003eSubmerge affected areas and soak for 15 to 30 minutes, or as directed by your doctor. Gently massage the oat water over your skin for added relief.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-step\"\u003e\n        \u003cdiv class=\"num\"\u003e5\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003ePat Dry — Do Not Rub\u003c\/h4\u003e\n          \u003cp\u003eGently pat your skin dry with a soft towel. Do not rub. This keeps a thin protective layer of colloidal oatmeal on the skin for continued soothing benefits.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-step\"\u003e\n        \u003cdiv class=\"num\"\u003e6\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eFollow with Moisturizer\u003c\/h4\u003e\n          \u003cp\u003eApply a fragrance-free moisturizer or healing ointment within 3 minutes of patting dry to lock in hydration while skin is still damp.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pp-section\"\u003e\n    \u003ch4 style=\"font-size: 15px; font-weight: 700; margin-bottom: 14px; color: var(--pp-text);\"\u003e🧴 Texture \u0026amp; Sensory Details\u003c\/h4\u003e\n    \u003cdiv class=\"pp-specs\"\u003e\n      \u003cdiv class=\"pp-spec\"\u003e\n        \u003cdiv class=\"icon\"\u003e🤲\u003c\/div\u003e\n        \u003cdiv class=\"label\"\u003eConsistency\u003c\/div\u003e\n        \u003cdiv class=\"value\"\u003eFine Powder\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-spec\"\u003e\n        \u003cdiv class=\"icon\"\u003e👃\u003c\/div\u003e\n        \u003cdiv class=\"label\"\u003eScent\u003c\/div\u003e\n        \u003cdiv class=\"value\"\u003eFragrance-Free\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-spec\"\u003e\n        \u003cdiv class=\"icon\"\u003e💧\u003c\/div\u003e\n        \u003cdiv class=\"label\"\u003eIn Water\u003c\/div\u003e\n        \u003cdiv class=\"value\"\u003eMilky, Silky\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-spec\"\u003e\n        \u003cdiv class=\"icon\"\u003e✨\u003c\/div\u003e\n        \u003cdiv class=\"label\"\u003eFinish\u003c\/div\u003e\n        \u003cdiv class=\"value\"\u003eSoft Matte Film\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pp-section\" id=\"pp-skin-types\"\u003e\n    \u003ch3 class=\"pp-section-title\"\u003e\n\u003cspan class=\"icon\"\u003e👤\u003c\/span\u003e Skin Type Compatibility\u003c\/h3\u003e\n    \u003cdiv class=\"pp-skin-cards\"\u003e\n      \u003cdiv class=\"pp-skin-card\"\u003e\n        \u003cdiv class=\"pp-skc-head\"\u003e\n          \u003cspan class=\"pp-skc-type\"\u003eDry Skin\u003c\/span\u003e\n          \u003cspan class=\"pp-skc-rate excellent\"\u003e\u003cspan class=\"pp-skc-stars\"\u003e★★★★★\u003c\/span\u003e Excellent\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pp-skc-body\"\u003e\n          \u003cp class=\"pp-skc-note\"\u003eIdeal use case. Oat starches bind water to the skin while beta-glucans form a moisture barrier. Follow immediately with a rich moisturizer for best results.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-skin-card\"\u003e\n        \u003cdiv class=\"pp-skc-head\"\u003e\n          \u003cspan class=\"pp-skc-type\"\u003eSensitive Skin\u003c\/span\u003e\n          \u003cspan class=\"pp-skc-rate excellent\"\u003e\u003cspan class=\"pp-skc-stars\"\u003e★★★★★\u003c\/span\u003e Excellent\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pp-skc-body\"\u003e\n          \u003cp class=\"pp-skc-note\"\u003eFormulated specifically for sensitive skin. Fragrance-free, soap-free, hypoallergenic. One of the gentlest bath products available — only two natural ingredients.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-skin-card\"\u003e\n        \u003cdiv class=\"pp-skc-head\"\u003e\n          \u003cspan class=\"pp-skc-type\"\u003eEczema-Prone\u003c\/span\u003e\n          \u003cspan class=\"pp-skc-rate excellent\"\u003e\u003cspan class=\"pp-skc-stars\"\u003e★★★★★\u003c\/span\u003e Excellent\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pp-skc-body\"\u003e\n          \u003cp class=\"pp-skc-note\"\u003eDermatologist-recommended first-line soak for eczema flare-ups. Clinical studies show colloidal oatmeal can reduce steroid dependency in atopic dermatitis management.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-skin-card\"\u003e\n        \u003cdiv class=\"pp-skc-head\"\u003e\n          \u003cspan class=\"pp-skc-type\"\u003eOily Skin\u003c\/span\u003e\n          \u003cspan class=\"pp-skc-rate good\"\u003e\u003cspan class=\"pp-skc-stars\"\u003e★★★★☆\u003c\/span\u003e Good\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pp-skc-body\"\u003e\n          \u003cp class=\"pp-skc-note\"\u003eWon't add excess oil. The natural saponins in oats provide gentle cleansing. The thin oat film left after patting dry is non-greasy and non-comedogenic.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-skin-card\"\u003e\n        \u003cdiv class=\"pp-skc-head\"\u003e\n          \u003cspan class=\"pp-skc-type\"\u003eAcne-Prone\u003c\/span\u003e\n          \u003cspan class=\"pp-skc-rate good\"\u003e\u003cspan class=\"pp-skc-stars\"\u003e★★★★☆\u003c\/span\u003e Good\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pp-skc-body\"\u003e\n          \u003cp class=\"pp-skc-note\"\u003eNon-comedogenic (0\/5), fungal-acne safe, and soap-free. Won't aggravate breakouts. Particularly helpful for body acne accompanied by irritation or dryness.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pp-section\" id=\"pp-results\"\u003e\n    \u003ch3 class=\"pp-section-title\"\u003e\n\u003cspan class=\"icon\"\u003e📈\u003c\/span\u003e Expected Results Timeline\u003c\/h3\u003e\n    \u003cdiv class=\"pp-timeline\"\u003e\n      \u003cdiv class=\"pp-tl-item\"\u003e\n        \u003cspan class=\"time\"\u003eImmediate — First Soak\u003c\/span\u003e\n        \u003ch4\u003eInstant Itch Relief \u0026amp; Skin Soothing\u003c\/h4\u003e\n        \u003cp\u003eMost users report noticeable reduction in itching and irritation within the first 15 minutes of soaking. Skin feels softer and calmer immediately after bath.\u003c\/p\u003e\n        \u003cspan class=\"percent\"\u003e85% noticed instant soothing relief\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-tl-item\"\u003e\n        \u003cspan class=\"time\"\u003e1–3 Days\u003c\/span\u003e\n        \u003ch4\u003eRedness Reduction \u0026amp; Improved Comfort\u003c\/h4\u003e\n        \u003cp\u003eWith daily or every-other-day use during flare-ups, visible redness begins to diminish. Skin feels less tight and irritated, and the protective oat film helps prevent further irritation between baths.\u003c\/p\u003e\n        \u003cspan class=\"percent\"\u003e70% noticed reduced redness\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-tl-item\"\u003e\n        \u003cspan class=\"time\"\u003e1–2 Weeks\u003c\/span\u003e\n        \u003ch4\u003eSkin Barrier Recovery \u0026amp; Moisture Retention\u003c\/h4\u003e\n        \u003cp\u003eConsistent use helps restore the skin's moisture barrier. Dry patches become less pronounced, flaking decreases, and skin maintains hydration more effectively between baths.\u003c\/p\u003e\n        \u003cspan class=\"percent\"\u003e75% noticed improved skin texture\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-tl-item\"\u003e\n        \u003cspan class=\"time\"\u003eOngoing Use\u003c\/span\u003e\n        \u003ch4\u003eMaintained Relief \u0026amp; Reduced Flare-Up Frequency\u003c\/h4\u003e\n        \u003cp\u003eRegular incorporation into bath routine (2–3 times weekly) helps maintain skin comfort and may reduce the frequency and severity of eczema flare-ups over time. Some users report decreased reliance on topical steroids.\u003c\/p\u003e\n        \u003cspan class=\"percent\"\u003e60% reported fewer flare-ups with regular use\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pp-section\" id=\"pp-reviews\"\u003e\n    \u003ch3 class=\"pp-section-title\"\u003e\n\u003cspan class=\"icon\"\u003e⭐\u003c\/span\u003e Reviews Across Platforms\u003c\/h3\u003e\n    \u003cdiv class=\"pp-reviews-grid\"\u003e\n      \u003cdiv class=\"pp-review-card\"\u003e\n        \u003cdiv class=\"platform\"\u003e\n\u003cspan class=\"icon\"\u003e🛒\u003c\/span\u003e Amazon\u003c\/div\u003e\n        \u003cdiv class=\"stats\"\u003e\n          \u003cdiv class=\"stat\"\u003e\n            \u003cdiv class=\"num\"\u003e\n\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e 4.8\u003c\/div\u003e\n            \u003cdiv class=\"lbl\"\u003eRating\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"stat\"\u003e\n            \u003cdiv class=\"num\"\u003e25,000+\u003c\/div\u003e\n            \u003cdiv class=\"lbl\"\u003eReviews\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"complaint\"\u003e\n\u003cspan class=\"icon\"\u003e⚠️\u003c\/span\u003e Main complaint: Leaves oat residue ring in the bathtub that requires cleaning after use\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-review-card\"\u003e\n        \u003cdiv class=\"platform\"\u003e\n\u003cspan class=\"icon\"\u003e🏪\u003c\/span\u003e Walmart\u003c\/div\u003e\n        \u003cdiv class=\"stats\"\u003e\n          \u003cdiv class=\"stat\"\u003e\n            \u003cdiv class=\"num\"\u003e\n\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e 4.6\u003c\/div\u003e\n            \u003cdiv class=\"lbl\"\u003eRating\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"stat\"\u003e\n            \u003cdiv class=\"num\"\u003e1,200+\u003c\/div\u003e\n            \u003cdiv class=\"lbl\"\u003eReviews\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"complaint\"\u003e\n\u003cspan class=\"icon\"\u003e⚠️\u003c\/span\u003e Main complaint: Price per packet feels high compared to buying bulk colloidal oatmeal powder\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-review-card\"\u003e\n        \u003cdiv class=\"platform\"\u003e\n\u003cspan class=\"icon\"\u003e💬\u003c\/span\u003e SheSpeaks\u003c\/div\u003e\n        \u003cdiv class=\"stats\"\u003e\n          \u003cdiv class=\"stat\"\u003e\n            \u003cdiv class=\"num\"\u003e\n\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e 4.7\u003c\/div\u003e\n            \u003cdiv class=\"lbl\"\u003eRating\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"stat\"\u003e\n            \u003cdiv class=\"num\"\u003e500+\u003c\/div\u003e\n            \u003cdiv class=\"lbl\"\u003eReviews\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"complaint\"\u003e\n\u003cspan class=\"icon\"\u003e⚠️\u003c\/span\u003e Main complaint: Not always easy to find on store shelves; goes out of stock frequently\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-review-card\"\u003e\n        \u003cdiv class=\"platform\"\u003e\n\u003cspan class=\"icon\"\u003e🏠\u003c\/span\u003e Aveeno.com\u003c\/div\u003e\n        \u003cdiv class=\"stats\"\u003e\n          \u003cdiv class=\"stat\"\u003e\n            \u003cdiv class=\"num\"\u003e\n\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e 4.7\u003c\/div\u003e\n            \u003cdiv class=\"lbl\"\u003eRating\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"stat\"\u003e\n            \u003cdiv class=\"num\"\u003e800+\u003c\/div\u003e\n            \u003cdiv class=\"lbl\"\u003eReviews\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"complaint\"\u003e\n\u003cspan class=\"icon\"\u003e⚠️\u003c\/span\u003e Main complaint: Wish it came in larger bulk packaging options for frequent users\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pp-section\" id=\"pp-dupes\"\u003e\n    \u003ch3 class=\"pp-section-title\"\u003e\n\u003cspan class=\"icon\"\u003e🔄\u003c\/span\u003e Dupes \u0026amp; Alternatives\u003c\/h3\u003e\n    \u003cdiv class=\"pp-dupes-grid\"\u003e\n      \u003cdiv class=\"pp-dupe-card\"\u003e\n        \u003cspan class=\"match high\"\u003e90% Match\u003c\/span\u003e\n        \u003cdiv class=\"product-name\"\u003eShea Organics Colloidal Oatmeal Powder (16 oz)\u003c\/div\u003e\n        \u003cdiv class=\"price\"\u003e\n          \u003cspan class=\"amount\"\u003e$12.99\u003c\/span\u003e\n          \u003cspan class=\"tag budget\"\u003eBudget Pick\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"diff\"\u003eSame 100% pure colloidal oatmeal ingredient in a bulk resealable bag. Much better cost per bath but requires measuring your own dose. No pre-portioned packets — less convenient but significantly more product for the price.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-dupe-card\"\u003e\n        \u003cspan class=\"match medium\"\u003e65% Match\u003c\/span\u003e\n        \u003cdiv class=\"product-name\"\u003eDr. Teal's Foaming Bath with Colloidal Oatmeal\u003c\/div\u003e\n        \u003cdiv class=\"price\"\u003e\n          \u003cspan class=\"amount\"\u003e$5.99\u003c\/span\u003e\n          \u003cspan class=\"tag budget\"\u003eBudget Pick\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"diff\"\u003eA foaming bath with colloidal oatmeal and cucumber extract. More affordable and creates bubbles, but contains added surfactants, fragrance, and other ingredients — not a pure oatmeal soak. Less suitable for very sensitive or eczema-prone skin.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-dupe-card\"\u003e\n        \u003cspan class=\"match medium\"\u003e70% Match\u003c\/span\u003e\n        \u003cdiv class=\"product-name\"\u003eELLAOLA Oatmeal Bath Soak with Prebiotics (4 ct)\u003c\/div\u003e\n        \u003cdiv class=\"price\"\u003e\n          \u003cspan class=\"amount\"\u003e$19.99\u003c\/span\u003e\n          \u003cspan class=\"tag premium\"\u003ePremium\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"diff\"\u003eA premium oatmeal bath soak enhanced with prebiotics for microbiome support. Contains additional botanical ingredients beyond just oatmeal. Higher price per soak but targets holistic skin barrier health. Designed specifically for babies and sensitive skin.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pp-section\" id=\"pp-compare\"\u003e\n    \u003ch3 class=\"pp-section-title\"\u003e\n\u003cspan class=\"icon\"\u003e⚖️\u003c\/span\u003e Detailed Comparison\u003c\/h3\u003e\n    \u003cdiv class=\"pp-compare-grid\"\u003e\n      \u003cdiv class=\"pp-compare-card featured\"\u003e\n        \u003cdiv class=\"card-header\"\u003e\n          \u003ch4\u003eAveeno Soothing Bath Treatment\u003c\/h4\u003e\n          \u003cspan class=\"price\"\u003e$7.49\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"card-body\"\u003e\n          \u003cdiv class=\"pp-compare-row\"\u003e\n            \u003cspan class=\"label\"\u003eActive Ingredient\u003c\/span\u003e\n            \u003cspan class=\"value good\"\u003eColloidal Oatmeal 100%\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"pp-compare-row\"\u003e\n            \u003cspan class=\"label\"\u003eSize\u003c\/span\u003e\n            \u003cspan class=\"value\"\u003e8 × 1.5 oz packets\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"pp-compare-row\"\u003e\n            \u003cspan class=\"label\"\u003eCost Per Bath\u003c\/span\u003e\n            \u003cspan class=\"value\"\u003e~$0.94\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"pp-compare-row\"\u003e\n            \u003cspan class=\"label\"\u003eFragrance\u003c\/span\u003e\n            \u003cspan class=\"value good\"\u003eNone\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"pp-compare-row\"\u003e\n            \u003cspan class=\"label\"\u003eAdditives\u003c\/span\u003e\n            \u003cspan class=\"value good\"\u003eNone — Pure Oatmeal\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"pp-compare-row\"\u003e\n            \u003cspan class=\"label\"\u003ePregnancy Safe\u003c\/span\u003e\n            \u003cspan class=\"value good\"\u003eYes ✔\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"pp-compare-row\"\u003e\n            \u003cspan class=\"label\"\u003ePre-Portioned\u003c\/span\u003e\n            \u003cspan class=\"value good\"\u003eYes ✔\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-compare-card\"\u003e\n        \u003cdiv class=\"card-header\"\u003e\n          \u003ch4\u003eShea Organics Colloidal Oatmeal\u003c\/h4\u003e\n          \u003cspan class=\"price\"\u003e$12.99\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"card-body\"\u003e\n          \u003cdiv class=\"pp-compare-row\"\u003e\n            \u003cspan class=\"label\"\u003eActive Ingredient\u003c\/span\u003e\n            \u003cspan class=\"value good\"\u003eColloidal Oatmeal 100%\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"pp-compare-row\"\u003e\n            \u003cspan class=\"label\"\u003eSize\u003c\/span\u003e\n            \u003cspan class=\"value\"\u003e16 oz bulk bag\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"pp-compare-row\"\u003e\n            \u003cspan class=\"label\"\u003eCost Per Bath\u003c\/span\u003e\n            \u003cspan class=\"value good\"\u003e~$0.41\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"pp-compare-row\"\u003e\n            \u003cspan class=\"label\"\u003eFragrance\u003c\/span\u003e\n            \u003cspan class=\"value good\"\u003eNone\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"pp-compare-row\"\u003e\n            \u003cspan class=\"label\"\u003eAdditives\u003c\/span\u003e\n            \u003cspan class=\"value good\"\u003eNone\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"pp-compare-row\"\u003e\n            \u003cspan class=\"label\"\u003ePregnancy Safe\u003c\/span\u003e\n            \u003cspan class=\"value good\"\u003eYes ✔\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"pp-compare-row\"\u003e\n            \u003cspan class=\"label\"\u003ePre-Portioned\u003c\/span\u003e\n            \u003cspan class=\"value bad\"\u003eNo — Self-Measure\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-compare-card\"\u003e\n        \u003cdiv class=\"card-header\"\u003e\n          \u003ch4\u003eDr. Teal's Oatmeal Foaming Bath\u003c\/h4\u003e\n          \u003cspan class=\"price\"\u003e$5.99\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"card-body\"\u003e\n          \u003cdiv class=\"pp-compare-row\"\u003e\n            \u003cspan class=\"label\"\u003eActive Ingredient\u003c\/span\u003e\n            \u003cspan class=\"value neutral\"\u003eColloidal Oatmeal + Surfactants\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"pp-compare-row\"\u003e\n            \u003cspan class=\"label\"\u003eSize\u003c\/span\u003e\n            \u003cspan class=\"value\"\u003e34 fl oz bottle\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"pp-compare-row\"\u003e\n            \u003cspan class=\"label\"\u003eCost Per Bath\u003c\/span\u003e\n            \u003cspan class=\"value good\"\u003e~$0.35\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"pp-compare-row\"\u003e\n            \u003cspan class=\"label\"\u003eFragrance\u003c\/span\u003e\n            \u003cspan class=\"value bad\"\u003eYes — Cucumber Scent\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"pp-compare-row\"\u003e\n            \u003cspan class=\"label\"\u003eAdditives\u003c\/span\u003e\n            \u003cspan class=\"value bad\"\u003eMultiple Chemicals\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"pp-compare-row\"\u003e\n            \u003cspan class=\"label\"\u003ePregnancy Safe\u003c\/span\u003e\n            \u003cspan class=\"value neutral\"\u003eCheck Ingredients\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"pp-compare-row\"\u003e\n            \u003cspan class=\"label\"\u003ePre-Portioned\u003c\/span\u003e\n            \u003cspan class=\"value bad\"\u003eNo — Liquid Bottle\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pp-section\" id=\"pp-faq\"\u003e\n    \u003ch3 class=\"pp-section-title\"\u003e\n\u003cspan class=\"icon\"\u003e❓\u003c\/span\u003e Frequently Asked Questions\u003c\/h3\u003e\n    \u003cdiv class=\"pp-faq\"\u003e\n      \u003cdiv class=\"pp-faq-item\"\u003e\n        \u003cinput type=\"checkbox\" id=\"faq1\"\u003e\n        \u003clabel for=\"faq1\"\u003eIs Aveeno Soothing Bath Treatment pregnancy and breastfeeding safe?\u003c\/label\u003e\n        \u003cdiv class=\"pp-faq-answer\"\u003e\n          \u003cp\u003eYes. Colloidal oatmeal is widely recognized as safe during pregnancy and breastfeeding. It contains no retinoids, salicylic acid, hydroquinone, chemical sunscreens, or any other ingredients of concern. Dermatologists specifically recommend colloidal oatmeal products as a safe, soothing option for managing itchy skin, eczema, and PUPPP rash during pregnancy. The formula is entirely natural with just two oat-derived ingredients.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-faq-item\"\u003e\n        \u003cinput type=\"checkbox\" id=\"faq2\"\u003e\n        \u003clabel for=\"faq2\"\u003eIs Aveeno Soothing Bath Treatment fungal acne (malassezia) safe?\u003c\/label\u003e\n        \u003cdiv class=\"pp-faq-answer\"\u003e\n          \u003cp\u003eYes. This product is fungal acne safe. It contains no ferments, fatty acids, fatty acid esters, polysorbates, oils, or any other ingredients known to feed Malassezia yeast. The only ingredients are colloidal oatmeal and oat kernel flour — neither of which promote fungal growth. It is one of the simplest and safest bath products for those managing fungal acne on the body.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-faq-item\"\u003e\n        \u003cinput type=\"checkbox\" id=\"faq3\"\u003e\n        \u003clabel for=\"faq3\"\u003eCan I use Aveeno Soothing Bath Treatment with retinol\/vitamin C\/AHA\/BHA?\u003c\/label\u003e\n        \u003cdiv class=\"pp-faq-answer\"\u003e\n          \u003cp\u003eYes. Since this is a bath soak that is rinsed off, it does not interact with leave-on skincare actives like retinol, vitamin C, AHAs, or BHAs. However, if your skin is currently irritated from using these actives, an oatmeal bath can help soothe the irritation. It is best to wait at least 30 minutes after the bath before applying strong actives to avoid stinging on freshly soaked skin. Always apply a moisturizer immediately after the bath before using actives.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-faq-item\"\u003e\n        \u003cinput type=\"checkbox\" id=\"faq4\"\u003e\n        \u003clabel for=\"faq4\"\u003eWhat skin type is Aveeno Soothing Bath Treatment best for?\u003c\/label\u003e\n        \u003cdiv class=\"pp-faq-answer\"\u003e\n          \u003cp\u003eThis product is best suited for dry, sensitive, and eczema-prone skin — these are the conditions where colloidal oatmeal truly excels. It is also effective for anyone experiencing temporary skin irritation from poison ivy, insect bites, sunburn, hives, rashes, or prickly heat. Those with oily or normal skin can also use it safely; it won't add greasiness or clog pores. The only skin type that should avoid it is anyone with a known oat allergy.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-faq-item\"\u003e\n        \u003cinput type=\"checkbox\" id=\"faq5\"\u003e\n        \u003clabel for=\"faq5\"\u003eHow long until I see results from Aveeno Soothing Bath Treatment?\u003c\/label\u003e\n        \u003cdiv class=\"pp-faq-answer\"\u003e\n          \u003cp\u003eMost users experience itch relief and skin soothing within the first soak — often within 15 minutes of entering the bath. Redness may begin to visibly decrease after 1–3 days of consistent use. For ongoing eczema management, consistent use over 1–2 weeks helps restore the skin barrier and improve overall skin texture. For best results, use 2–3 times per week during flare-ups, and always follow immediately with a moisturizer.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-faq-item\"\u003e\n        \u003cinput type=\"checkbox\" id=\"faq6\"\u003e\n        \u003clabel for=\"faq6\"\u003eWhere does Aveeno Soothing Bath Treatment go in my skincare routine?\u003c\/label\u003e\n        \u003cdiv class=\"pp-faq-answer\"\u003e\n          \u003cp\u003eThis is a bath soak, so it replaces or supplements your regular body wash as the first step in your body care routine. After soaking for 15–30 minutes, pat dry gently (do not rub), then immediately apply your body moisturizer or healing ointment while skin is still slightly damp. If you have a targeted body treatment (like eczema cream), apply that before your general moisturizer. No other body wash is needed — the oatmeal gently cleanses on its own.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-faq-item\"\u003e\n        \u003cinput type=\"checkbox\" id=\"faq7\"\u003e\n        \u003clabel for=\"faq7\"\u003eIs Aveeno Soothing Bath Treatment comedogenic \/ will it clog pores?\u003c\/label\u003e\n        \u003cdiv class=\"pp-faq-answer\"\u003e\n          \u003cp\u003eNo. This product has a comedogenic rating of 0 out of 5. It contains only colloidal oatmeal and oat kernel flour — no oils, waxes, silicones, or emollients that clog pores. Since it is used as a bath soak and the majority is rinsed off, the comedogenic risk is virtually zero. The thin protective film left on the skin after patting dry is non-occlusive and will not contribute to breakouts.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-faq-item\"\u003e\n        \u003cinput type=\"checkbox\" id=\"faq8\"\u003e\n        \u003clabel for=\"faq8\"\u003eHow long does Aveeno Soothing Bath Treatment last after opening?\u003c\/label\u003e\n        \u003cdiv class=\"pp-faq-answer\"\u003e\n          \u003cp\u003eEach packet is individually sealed and intended for single use, so there is no \"after opening\" concern for individual packets. The unopened box has a shelf life of approximately 36 months from the manufacturing date (check the expiration date on your box). Store at room temperature in a cool, dry place. Since the product is simply ground oatmeal with no water or preservatives, it remains stable for a very long time when kept sealed and dry.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pp-section\"\u003e\n    \u003ch4 style=\"font-size: 15px; font-weight: 700; margin-bottom: 14px; color: var(--pp-text);\"\u003e📦 Storage \u0026amp; Packaging\u003c\/h4\u003e\n    \u003cdiv class=\"pp-specs\"\u003e\n      \u003cdiv class=\"pp-spec\"\u003e\n        \u003cdiv class=\"icon\"\u003e🌡️\u003c\/div\u003e\n        \u003cdiv class=\"label\"\u003eStorage\u003c\/div\u003e\n        \u003cdiv class=\"value\"\u003eRoom Temp\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-spec\"\u003e\n        \u003cdiv class=\"icon\"\u003e📦\u003c\/div\u003e\n        \u003cdiv class=\"label\"\u003ePackaging\u003c\/div\u003e\n        \u003cdiv class=\"value\"\u003eSealed Packets\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-spec\"\u003e\n        \u003cdiv class=\"icon\"\u003e✈️\u003c\/div\u003e\n        \u003cdiv class=\"label\"\u003eTravel\u003c\/div\u003e\n        \u003cdiv class=\"value\"\u003eYes, TSA-Friendly\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pp-spec\"\u003e\n        \u003cdiv class=\"icon\"\u003e♻️\u003c\/div\u003e\n        \u003cdiv class=\"label\"\u003eFSC Certified\u003c\/div\u003e\n        \u003cdiv class=\"value\"\u003eYes ✔\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pp-verdict\"\u003e\n    \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n    \u003cdiv class=\"score\"\u003e4.7 \u003cspan\u003e\/ 5\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"label\"\u003eOverall Rating — Based on 27,000+ reviews across platforms\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"Aveeno","offers":[{"title":"Default Title","offer_id":52880202957143,"sku":null,"price":7.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0907\/5028\/8215\/files\/yhjpwdwwxez90p2fxhdnwg367if2.jpg?v=1773371077","url":"https:\/\/www.skincarisma.com\/products\/100-natural-colloidal-oatmeal-soothing-bath-treatment","provider":"Skincarisma","version":"1.0","type":"link"}