{"title":"WARMERS","description":null,"products":[{"product_id":"smily-mia-portable-baby-bottle-warmer-for-breastmilk-fast-warm-breastmilk-water-for-formula-w-your-own-bottle-wireless丨rechargeable-丨precise-temperature丨full-nutrition-outdoor-baby-essential","title":"Smily Mia Portable Baby Bottle Warmer for Breastmilk \u0026 Formula","description":"\u003cstyle\u003e\n\/* ── TOKENS — Smily Mia brand palette ── *\/\n:root {\n  --gold:        #c0b483;\n  --gold-light:  #e8e0c8;\n  --gold-pale:   #f5f0e4;\n  --warm-white:  #faf8f4;\n  --dark:        #2a2318;\n  --mid:         #5c5040;\n  --muted:       #8a7d6a;\n  --accent:      #d4896a;\n  --accent-light:#f5e6df;\n  --green:       #4a7c59;\n  --green-light: #dff0e6;\n  --red:         #c0442a;\n  --red-light:   #fde8e0;\n  --r:           12px;\n  --r-sm:        6px;\n  --shadow:      0 2px 16px rgba(42,35,24,.08);\n  --shadow-md:   0 4px 28px rgba(42,35,24,.13);\n}\n\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\nbody {\n  font-family: 'Georgia', 'Times New Roman', serif;\n  background: var(--warm-white);\n  color: var(--dark);\n  line-height: 1.7;\n  font-size: 17px;\n}\n\na { color: var(--accent); }\n\n\/* ── PROMO BAR ── *\/\n.promo-bar {\n  background: var(--gold);\n  color: var(--dark);\n  text-align: center;\n  font-family: Arial, sans-serif;\n  font-size: .78rem;\n  padding: 8px 16px;\n  letter-spacing: .04em;\n}\n\n\/* ── HEADER ── *\/\n.site-header {\n  background: #fff;\n  border-bottom: 1px solid var(--gold-light);\n  padding: 0 24px;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  height: 60px;\n  position: sticky;\n  top: 0;\n  z-index: 100;\n  box-shadow: 0 1px 8px rgba(0,0,0,.06);\n}\n.logo {\n  font-family: 'Georgia', serif;\n  font-size: 1.3rem;\n  font-weight: bold;\n  color: var(--dark);\n  text-decoration: none;\n  letter-spacing: .04em;\n}\n.site-header nav a {\n  font-family: Arial, sans-serif;\n  font-size: .82rem;\n  color: var(--mid);\n  text-decoration: none;\n  margin-left: 20px;\n  letter-spacing: .04em;\n  text-transform: uppercase;\n}\n.site-header nav a:hover { color: var(--accent); }\n\n\/* ── BREADCRUMB ── *\/\n.breadcrumb {\n  max-width: 1180px;\n  margin: 22px auto 0;\n  padding: 0 24px;\n  font-family: Arial, sans-serif;\n  font-size: .8rem;\n  color: var(--muted);\n}\n.breadcrumb a { color: var(--muted); text-decoration: none; }\n.breadcrumb a:hover { color: var(--accent); text-decoration: underline; }\n.breadcrumb span { margin: 0 6px; }\n\n\/* ── PRODUCT TOP SECTION ── *\/\n.product-top {\n  max-width: 1180px;\n  margin: 0 auto;\n  padding: 24px 24px 0;\n}\n\n\/* product info *\/\n.product-info-top .eyebrow {\n  font-family: Arial, sans-serif;\n  font-size: .72rem;\n  font-weight: 700;\n  letter-spacing: .09em;\n  text-transform: uppercase;\n  color: var(--accent);\n  margin-bottom: 8px;\n}\n.product-info-top h1 {\n  font-size: 1.9rem;\n  line-height: 1.25;\n  color: var(--dark);\n  margin-bottom: 14px;\n}\n.rating-line {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  font-family: Arial, sans-serif;\n  font-size: .85rem;\n  color: var(--muted);\n  margin-bottom: 18px;\n}\n.stars { color: #e8a020; }\n\n.price-block { display: flex; align-items: baseline; gap: 12px; margin-bottom: 8px; }\n.price-now { font-family: Arial, sans-serif; font-size: 2rem; font-weight: 800; color: var(--dark); }\n.price-was { font-family: Arial, sans-serif; font-size: 1.1rem; color: var(--muted); text-decoration: line-through; }\n.save-pill {\n  background: var(--red-light); color: var(--red);\n  font-family: Arial, sans-serif; font-size: .75rem; font-weight: 700;\n  padding: 3px 10px; border-radius: 20px;\n}\n.ship-note { font-family: Arial, sans-serif; font-size: .85rem; color: var(--green); margin-bottom: 24px; }\n\n.btn-row { display: flex; gap: 12px; margin-bottom: 28px; flex-wrap: wrap; }\n.btn-primary {\n  background: var(--dark); color: #fff;\n  padding: 14px 32px; border-radius: var(--r-sm);\n  font-family: Arial, sans-serif; font-size: .92rem; font-weight: 800;\n  text-decoration: none; letter-spacing: .04em;\n  transition: background .2s;\n}\n.btn-primary:hover { background: var(--accent); color: #fff; }\n.btn-out {\n  background: transparent; color: var(--dark);\n  border: 2px solid var(--gold); padding: 12px 26px;\n  border-radius: var(--r-sm); font-family: Arial, sans-serif;\n  font-size: .92rem; font-weight: 700; text-decoration: none;\n  transition: background .2s;\n}\n.btn-out:hover { background: var(--gold); }\n\n.trust-row { display: flex; flex-wrap: wrap; gap: 10px; }\n.trust-chip {\n  font-family: Arial, sans-serif; font-size: .76rem;\n  background: var(--gold-pale); border: 1px solid var(--gold-light);\n  color: var(--mid); padding: 5px 12px; border-radius: 20px;\n}\n\n\/* ── MAIN BODY ── *\/\n.body-wrap {\n  max-width: 1180px;\n  margin: 0 auto;\n  padding: 56px 24px 60px;\n}\n\nh2 {\n  font-size: 1.55rem;\n  color: var(--dark);\n  margin-bottom: 20px;\n}\nh2.center { text-align: center; }\n.section-sub {\n  font-family: Arial, sans-serif;\n  font-size: .95rem;\n  color: var(--muted);\n  text-align: center;\n  max-width: 600px;\n  margin: -10px auto 36px;\n  line-height: 1.6;\n}\n\n\/* ── FEATURE BULLET CARDS (the 6 client bullets) ── *\/\n.feature-cards {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 24px;\n  margin-bottom: 60px;\n}\n.feature-card {\n  background: #fff;\n  border-radius: var(--r);\n  padding: 26px 26px 24px;\n  box-shadow: var(--shadow);\n  display: flex;\n  gap: 18px;\n  align-items: flex-start;\n  border-top: 3px solid var(--gold);\n}\n.feature-card.tips { grid-column: 1 \/ -1; border-top-color: var(--accent); background: var(--accent-light); }\n.fc-icon {\n  font-size: 1.8rem;\n  flex-shrink: 0;\n  width: 52px; height: 52px;\n  background: var(--gold-pale);\n  border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n}\n.feature-card.tips .fc-icon { background: #fff; }\n.fc-body h3 { font-size: 1.08rem; color: var(--dark); margin-bottom: 8px; }\n.fc-body p { font-size: .92rem; color: var(--mid); line-height: 1.6; margin: 0; }\n\n\n\n\/* ── HEATING MODE TABLE ── *\/\n.mode-table-wrap { margin-bottom: 60px; }\n.mode-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-family: Arial, sans-serif;\n  font-size: .88rem;\n  box-shadow: var(--shadow);\n  border-radius: var(--r);\n  overflow: hidden;\n}\n.mode-table thead { background: var(--dark); color: #fff; }\n.mode-table th { padding: 13px 16px; text-align: left; font-size: .76rem; letter-spacing: .05em; text-transform: uppercase; }\n.mode-table td { padding: 12px 16px; border-bottom: 1px solid var(--gold-light); }\n.mode-table tbody tr:nth-child(odd) { background: #fff; }\n.mode-table tbody tr:nth-child(even) { background: var(--warm-white); }\n.mode-table tbody tr:last-child td { border-bottom: none; }\n\n\/* ── COMPATIBILITY ── *\/\n.compat-section { margin-bottom: 60px; }\n.compat-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));\n  gap: 12px;\n}\n.compat-chip {\n  background: #fff;\n  border: 1px solid var(--gold-light);\n  border-radius: var(--r-sm);\n  padding: 14px 12px;\n  text-align: center;\n  font-family: Arial, sans-serif;\n  font-size: .85rem;\n  font-weight: 600;\n  color: var(--dark);\n  box-shadow: var(--shadow);\n}\n.compat-note {\n  background: var(--gold-pale);\n  border-left: 4px solid var(--gold);\n  border-radius: 0 var(--r-sm) var(--r-sm) 0;\n  padding: 14px 18px;\n  margin-top: 16px;\n  font-family: Arial, sans-serif;\n  font-size: .87rem;\n  color: var(--mid);\n}\n\n\/* ── SPECS ── *\/\n.specs-section { margin-bottom: 60px; }\n.specs-table { width: 100%; border-collapse: collapse; font-family: Arial, sans-serif; font-size: .88rem; background: #fff; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); }\n.specs-table tr { border-bottom: 1px solid var(--gold-light); }\n.specs-table tr:last-child { border-bottom: none; }\n.specs-table td { padding: 12px 18px; }\n.specs-table td:first-child { background: var(--warm-white); font-weight: 700; width: 38%; color: var(--dark); }\n\n\/* ── FOOTER CTA ── *\/\n.footer-cta {\n  background: var(--dark); color: #fff;\n  border-radius: var(--r); padding: 44px 32px;\n  text-align: center; margin-bottom: 30px;\n}\n.footer-cta h2 { color: #fff; margin-bottom: 10px; font-size: 1.5rem; }\n.footer-cta p { color: var(--gold-light); font-family: Arial, sans-serif; font-size: .93rem; margin-bottom: 22px; }\n.btn-gold {\n  background: var(--gold); color: var(--dark);\n  padding: 14px 32px; border-radius: var(--r-sm);\n  font-family: Arial, sans-serif; font-size: .92rem; font-weight: 800;\n  text-decoration: none; letter-spacing: .04em;\n  display: inline-block; transition: background .2s;\n}\n.btn-gold:hover { background: #fff; }\n\n\/* ── SITE FOOTER ── *\/\n.site-footer {\n  background: var(--dark); color: var(--gold-light);\n  text-align: center; padding: 26px 24px;\n  font-family: Arial, sans-serif; font-size: .8rem;\n}\n.site-footer a { color: var(--gold); text-decoration: none; }\n\n\/* ── RESPONSIVE ── *\/\n@media (max-width: 760px) {\n  .feature-cards { grid-template-columns: 1fr; }\n  .product-info-top h1 { font-size: 1.5rem; }\n}\n\u003c\/style\u003e\n\u003c!-- PROMO BAR --\u003e\u003c!-- ══ TOP: PRODUCT INFO ══ --\u003e\n\u003cdiv class=\"product-top\"\u003e\n\u003c!-- PRODUCT INFO --\u003e\n\u003cdiv class=\"product-info-top\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eBaby Feeding · Travel Essential\u003c\/div\u003e\n\u003ch1\u003eSmily Mia Portable Baby Bottle Warmer\u003c\/h1\u003e\n\u003cdiv class=\"rating-line\"\u003e\n\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan\u003e4.8 (2,341 reviews)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rating-line\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rating-line\"\u003e\u003cspan\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/4797\/4549\/files\/419fC-dQzBL._AC.jpg?v=1782822801\"\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"price-block\"\u003e\n\u003cspan class=\"price-now\"\u003e$59.99\u003c\/span\u003e \u003cspan class=\"price-was\"\u003e$109.99\u003c\/span\u003e \u003cspan class=\"save-pill\"\u003eSave $20\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ship-note\"\u003e✓ Free shipping on this item  ·  In stock, ships within 24 hrs\u003c\/div\u003e\n\u003cdiv class=\"btn-row\"\u003e\n\u003ca href=\"https:\/\/smilymia.com\/products\/smily-mia-portable-baby-bottle-warmer-for-breastmilk-fast-warm-breastmilk-water-for-formula-w-your-own-bottle-wireless%E4%B8%A8rechargeable-%E4%B8%A8precise-temperature%E4%B8%A8full-nutrition-outdoor-baby-essential\" class=\"btn-primary\"\u003eAdd to Cart — $59.99\u003c\/a\u003e \u003ca href=\"https:\/\/smilymia.com\/collections\/baby-dining\" class=\"btn-out\"\u003eView All Feeding Essentials\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-row\"\u003e\n\u003cspan class=\"trust-chip\"\u003e✅ BPA-Free Silicone\u003c\/span\u003e \u003cspan class=\"trust-chip\"\u003e🏛️ FDA Certified\u003c\/span\u003e \u003cspan class=\"trust-chip\"\u003e↩️ 7-Day Easy Returns\u003c\/span\u003e \u003cspan class=\"trust-chip\"\u003e🇺🇸 Ships from USA\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══ MAIN BODY ══ --\u003e\n\u003cdiv class=\"body-wrap\"\u003e\n\u003ch2 class=\"center\"\u003eWhy Parents Choose the Smily Mia Bottle Warmer\u003c\/h2\u003e\n\u003cp class=\"section-sub\"\u003eSix reasons this travel bottle warmer has become the go-to choice for feeding on the move.\u003c\/p\u003e\n\u003c!-- FEATURE CARDS — the 6 client bullets, expressed as cards instead of a raw list --\u003e\n\u003cdiv class=\"feature-cards\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"fc-icon\"\u003e🌡️\u003c\/div\u003e\n\u003cdiv class=\"fc-body\"\u003e\n\u003ch3\u003eFast Heating \u0026amp; Precise Temperature\u003c\/h3\u003e\n\u003cp\u003ePatent-designed heating technology transfers heat to the bottle quickly and evenly, fully preserving nutrition. Includes 2 heating modes for different needs — breastmilk mode at 99℉ and 101℉, and water mode at 113℉, 122℉, and 158℉. A 3oz bottle of breastmilk finishes heating in just 3 minutes.\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/4797\/4549\/files\/81qLAaKzV7L._SL1500.jpg?v=1782822808\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"fc-icon\"\u003e🔌\u003c\/div\u003e\n\u003cdiv class=\"fc-body\"\u003e\n\u003ch3\u003eCompatible With Most Brands\u003c\/h3\u003e\n\u003cp\u003eComes equipped with 6 adapters, making this portable bottle warmer compatible with Philips Avent, Dr Brown's, Tommee Tippee, Comotomo (Version 1), Chicco, Medela, and NUK. Need an adapter for Pigeon, Lansinoh, MAM, or Simba — or have another compatibility question? Email us and we'll help you find a solution.\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/4797\/4549\/files\/71LsLdeQeQL._SL1500.jpg?v=1782822807\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"fc-icon\"\u003e🔋\u003c\/div\u003e\n\u003cdiv class=\"fc-body\"\u003e\n\u003ch3\u003eLong Lasting Battery\u003c\/h3\u003e\n\u003cp\u003eOne full charge powers up to 10 heating sessions for a 4oz bottle — enough to cover a full day's feeding needs without needing to recharge mid-outing.\u003cbr\u003e\u003cbr\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/4797\/4549\/files\/ce1bff3a-33d5-4ec8-be16-f28454e02b31.__CR0_0_4392_1800_PT0_SX1464_V1.jpg?v=1782822807\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"fc-icon\"\u003e🧼\u003c\/div\u003e\n\u003cdiv class=\"fc-body\"\u003e\n\u003ch3\u003eEasy to Clean\u003c\/h3\u003e\n\u003cp\u003eA detachable design separates the heating base from the bottle warmer machine, and a leak-proof sealed threaded cap prevents leakage. That means you only need to wash the adapters — making clean-up genuinely convenient, not a chore.\u003cbr\u003e\u003cbr\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/4797\/4549\/files\/81PS08N8mCL._SY355.jpg?v=1782822802\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"fc-icon\"\u003e🦠\u003c\/div\u003e\n\u003cdiv class=\"fc-body\"\u003e\n\u003ch3\u003eBuilt-In Sterilizer\u003c\/h3\u003e\n\u003cp\u003eThe 158℉ mode doubles as a sterilizer, helping you clean a dirty pacifier or teether at high temperature while out and about. At just 4.13 × 2.56 × 2.86 inches and 360g, the warmer itself is compact and lightweight — ideal for travel or any outdoor use.\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/4797\/4549\/files\/71Pu-gJVOKL._SL1500.jpg?v=1782822807\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card tips\"\u003e\n\u003cdiv class=\"fc-icon\"\u003e💬\u003c\/div\u003e\n\u003cdiv class=\"fc-body\"\u003e\n\u003ch3\u003eWe're Here If You Need Us\u003c\/h3\u003e\n\u003cp\u003eIf you run into any issue with this travel bottle warmer, reach out any time — we'll work with you until you have a solution you're happy with.\u003cbr\u003e\u003cbr\u003eFor adapters always contact us before place order , we can include other brand adapters for you too if you do not see the brands that you are using here.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n\/* ── BREAST MILK SCIENCE SECTION — new styles only ── *\/\n\n\/* Section wrapper *\/\n.bm-section {\n  margin-bottom: 60px;\n}\n\n\/* Eyebrow label above each h2 *\/\n.bm-eyebrow {\n  font-family: Arial, sans-serif;\n  font-size: .72rem;\n  font-weight: 700;\n  letter-spacing: .09em;\n  text-transform: uppercase;\n  color: var(--accent);\n  margin-bottom: 6px;\n}\n\n\/* Image block *\/\n.bm-img {\n  width: 100%;\n  border-radius: var(--r);\n  overflow: hidden;\n  margin-bottom: 24px;\n  border: 1px solid var(--gold-light);\n}\n\n.bm-img img {\n  width: 100%;\n  height: auto;\n  display: block;\n  border-radius: var(--r);\n}\n\n\/* Intro paragraph *\/\n.bm-intro {\n  font-family: Arial, sans-serif;\n  font-size: .95rem;\n  color: var(--mid);\n  line-height: 1.75;\n  margin-bottom: 22px;\n}\n\n\/* VS two-column grid *\/\n.bm-vs {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 16px;\n  margin-bottom: 22px;\n}\n\n.bm-col {\n  border-radius: var(--r);\n  padding: 20px 18px;\n}\n\n.bm-col.bad  {\n  background: var(--red-light);\n  border: 1.5px solid #f0c0b0;\n}\n\n.bm-col.good {\n  background: var(--green-light);\n  border: 1.5px solid #a0d4b4;\n}\n\n.bm-col .col-label {\n  font-family: Arial, sans-serif;\n  font-size: .7rem;\n  font-weight: 700;\n  letter-spacing: .08em;\n  text-transform: uppercase;\n  margin-bottom: 8px;\n}\n\n.bm-col.bad  .col-label { color: var(--red); }\n.bm-col.good .col-label { color: var(--green); }\n\n.bm-col h3 {\n  font-size: .95rem;\n  color: var(--dark);\n  margin-bottom: 10px;\n}\n\n.bm-col ul {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n  display: flex;\n  flex-direction: column;\n  gap: 7px;\n}\n\n.bm-col ul li {\n  font-family: Arial, sans-serif;\n  font-size: .84rem;\n  color: var(--mid);\n  display: flex;\n  align-items: flex-start;\n  gap: 7px;\n  line-height: 1.5;\n}\n\n.bm-col.bad  ul li::before { content: \"✗\"; color: var(--red);   font-weight: 700; flex-shrink: 0; }\n.bm-col.good ul li::before { content: \"✓\"; color: var(--green); font-weight: 700; flex-shrink: 0; }\n\n\/* Science callout box *\/\n.bm-callout {\n  background: var(--gold-pale);\n  border-left: 4px solid var(--gold);\n  border-radius: 0 var(--r-sm) var(--r-sm) 0;\n  padding: 16px 20px;\n  margin-bottom: 22px;\n}\n\n.bm-callout .bc-label {\n  font-family: Arial, sans-serif;\n  font-size: .7rem;\n  font-weight: 700;\n  letter-spacing: .08em;\n  text-transform: uppercase;\n  color: var(--muted);\n  margin-bottom: 6px;\n}\n\n.bm-callout p {\n  font-family: Arial, sans-serif;\n  font-size: .88rem;\n  color: var(--mid);\n  margin: 0;\n  line-height: 1.7;\n}\n\n\/* Three stat pills *\/\n.bm-stats {\n  display: flex;\n  gap: 12px;\n  flex-wrap: wrap;\n  margin-bottom: 8px;\n}\n\n.bm-stat {\n  flex: 1;\n  min-width: 110px;\n  background: #fff;\n  border: 1.5px solid var(--gold-light);\n  border-radius: var(--r);\n  padding: 14px 12px;\n  text-align: center;\n  box-shadow: var(--shadow);\n}\n\n.bm-stat .bs-num {\n  font-family: 'Georgia', serif;\n  font-size: 1.5rem;\n  font-weight: 700;\n  color: var(--accent);\n  display: block;\n  margin-bottom: 4px;\n}\n\n.bm-stat .bs-label {\n  font-family: Arial, sans-serif;\n  font-size: .76rem;\n  color: var(--muted);\n  line-height: 1.4;\n}\n\n\/* Section divider *\/\n.bm-rule {\n  height: 1px;\n  background: linear-gradient(to right, transparent, var(--gold-light), transparent);\n  margin: 52px 0;\n}\n\n\/* Journey comparison — the \"same bottle\" flow *\/\n.bm-journey {\n  background: var(--warm-white);\n  border: 1.5px solid var(--gold-light);\n  border-radius: var(--r);\n  padding: 28px 26px;\n  margin-bottom: 22px;\n}\n\n.bm-journey h3 {\n  font-size: 1rem;\n  color: var(--dark);\n  margin-bottom: 18px;\n}\n\n.bm-journey-grid {\n  display: grid;\n  grid-template-columns: 1fr auto 1fr;\n  gap: 16px;\n  align-items: start;\n}\n\n.bj-col {\n  border-radius: var(--r-sm);\n  padding: 16px 14px;\n}\n\n.bj-col.bad  { background: var(--red-light);   border: 1.5px solid #f0c0b0; }\n.bj-col.good { background: var(--green-light);  border: 1.5px solid #a0d4b4; }\n\n.bj-col .bj-brand {\n  font-family: Arial, sans-serif;\n  font-size: .7rem;\n  font-weight: 700;\n  letter-spacing: .08em;\n  text-transform: uppercase;\n  margin-bottom: 10px;\n}\n\n.bj-col.bad  .bj-brand { color: var(--red); }\n.bj-col.good .bj-brand { color: var(--green); }\n\n.bj-step {\n  display: flex;\n  align-items: flex-start;\n  gap: 8px;\n  font-family: Arial, sans-serif;\n  font-size: .83rem;\n  color: var(--mid);\n  margin-bottom: 6px;\n  line-height: 1.4;\n}\n\n.bj-arrow-down {\n  font-family: Arial, sans-serif;\n  font-size: .75rem;\n  color: var(--muted);\n  margin-left: 18px;\n  margin-bottom: 4px;\n}\n\n.bj-verdict {\n  font-family: Arial, sans-serif;\n  font-size: .78rem;\n  font-weight: 700;\n  padding: 8px 10px;\n  border-radius: var(--r-sm);\n  text-align: center;\n  margin-top: 12px;\n  line-height: 1.4;\n}\n\n.bj-col.bad  .bj-verdict { background: #fce0d8; color: var(--red); }\n.bj-col.good .bj-verdict { background: #c8eedc; color: var(--green); }\n\n.bj-vs {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-family: Arial, sans-serif;\n  font-weight: 900;\n  font-size: .9rem;\n  color: var(--muted);\n  background: #fff;\n  border: 1.5px solid var(--gold-light);\n  border-radius: 50%;\n  width: 40px;\n  height: 40px;\n  flex-shrink: 0;\n  margin-top: 40px;\n}\n\n@media (max-width: 600px) {\n  .bm-vs { grid-template-columns: 1fr; }\n  .bm-journey-grid { grid-template-columns: 1fr; }\n  .bj-vs { display: none; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"body-wrap\"\u003e\n\u003c!-- ══════════════════════════════════════════════════════════════\n     BREAST MILK SCIENCE SECTION — 4 blocks, one per Joan's image\n     ══════════════════════════════════════════════════════════════ --\u003e\n\u003cdiv class=\"bm-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2 class=\"center\"\u003eWhy Smily Mia Is the Safest Warmer for Breast Milk\u003c\/h2\u003e\n\u003cp class=\"section-sub\"\u003eMost warmers heat the milk — but miss the bigger picture. Here's what actually happens to your breast milk at every step, and why the Minibus was designed to protect every drop.\u003c\/p\u003e\n\u003c!-- ── BLOCK 1 — NOT ONE DROP WASTE (Image 4) ── --\u003e\n\u003cdiv class=\"bm-section\"\u003e\n\u003cp class=\"bm-eyebrow\"\u003e🍼 Zero Transfer · Zero Waste\u003c\/p\u003e\n\u003ch2\u003eNot One Drop of Breast Milk Wasted\u003c\/h2\u003e\n\u003c!-- 📸 IMAGE: WhatsApp_Image_2026-07-22_at_10_20_34_AM.jpeg\n       Shows: \"Not One Drop Waste\" — Others = pump→transfer→warm = waste + bacteria\n               Smily Mia = pump→store→warm same bottle = no transfer, no waste --\u003e\n\u003cdiv class=\"bm-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/4797\/4549\/files\/WhatsApp_Image_2026-07-31_at_11.48.52_AM.jpg?v=1785780077\" alt=\"Smily Mia Minibus bottle warmer zero transfer system — pump to store to warm to feed in same bottle, not one drop of breast milk wasted, zero bacterial contamination compared to other warmers that require multiple transfers\" width=\"900\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"bm-intro\"\u003eEvery breastfeeding mother knows breast milk is precious. You spend hours pumping, carefully storing, protecting every drop. So why do most warming methods force you to pour that milk into yet another container — leaving residue on every wall it touches, and opening the door to contamination at every step? The Minibus eliminates every unnecessary transfer.\u003c\/p\u003e\n\u003cdiv class=\"bm-vs\"\u003e\n\u003cdiv class=\"bm-col bad\"\u003e\n\u003cp class=\"col-label\"\u003e❌ Other Warmers\u003c\/p\u003e\n\u003ch3\u003eThe Transfer Problem\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePump into collection cup\u003c\/li\u003e\n\u003cli\u003ePour into storage bag or container\u003c\/li\u003e\n\u003cli\u003ePour again into warmer\u003c\/li\u003e\n\u003cli\u003ePour into feeding bottle to serve\u003c\/li\u003e\n\u003cli\u003eMilk residue left on every surface\u003c\/li\u003e\n\u003cli\u003eEach pour = new bacterial risk\u003c\/li\u003e\n\u003cli\u003eFat \u0026amp; antibodies lost on container walls\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bm-col good\"\u003e\n\u003cp class=\"col-label\"\u003e✅ Smily Mia Minibus\u003c\/p\u003e\n\u003ch3\u003eOne Bottle. The Whole Journey.\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePump directly into the feeding bottle\u003c\/li\u003e\n\u003cli\u003eCap and store the same bottle\u003c\/li\u003e\n\u003cli\u003ePlace same bottle into Minibus to warm\u003c\/li\u003e\n\u003cli\u003eFeed your baby from the same bottle\u003c\/li\u003e\n\u003cli\u003eZero extra containers. Zero residue.\u003c\/li\u003e\n\u003cli\u003eZero bacterial risk from pouring\u003c\/li\u003e\n\u003cli\u003eEvery drop you pumped reaches your baby\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bm-callout\"\u003e\n\u003cp class=\"bc-label\"\u003e🔬 Why This Matters for Breast Milk\u003c\/p\u003e\n\u003cp\u003eBreast milk is not uniform — the fat, immunoglobulins, and living white blood cells that make it irreplaceable tend to cling to container surfaces. Every pour into a new container leaves a measurable amount of these most valuable components behind on the walls. The Minibus's direct-bottle system means your baby receives the full nutritional profile of every feed — exactly as you produced it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bm-stats\"\u003e\n\u003cdiv class=\"bm-stat\"\u003e\n\u003cspan class=\"bs-num\"\u003e0\u003c\/span\u003e \u003cspan class=\"bs-label\"\u003eTransfers from pump to feed\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bm-stat\"\u003e\n\u003cspan class=\"bs-num\"\u003e0\u003c\/span\u003e \u003cspan class=\"bs-label\"\u003eExtra containers touching your breast milk\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bm-stat\"\u003e\n\u003cspan class=\"bs-num\"\u003e100%\u003c\/span\u003e \u003cspan class=\"bs-label\"\u003eOf pumped milk reaches your baby\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bm-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- ── BLOCK 2 — NO REHEATING, FULL NUTRITION (Image 3) ── --\u003e\n\u003cdiv class=\"bm-section\"\u003e\n\u003cp class=\"bm-eyebrow\"\u003e🧬 Full Nutrition · One Heat Cycle\u003c\/p\u003e\n\u003ch2\u003eNo Reheating. Full Nutrition. Every Single Feed.\u003c\/h2\u003e\n\u003c!-- 📸 IMAGE: WhatsApp_Image_2026-07-22_at_10_20_34_AM__1_.jpeg\n       Shows: \"No reheating, full nutrition\"\n       Left: stay warm = reheating cycle = breastmilk nutrition loss (96°F-100°F)\n       Right: 1 Time Fast Even Heating = Full Nutrition (2 mins clock shown) --\u003e\n\u003cdiv class=\"bm-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/4797\/4549\/files\/WhatsApp_Image_2026-07-31_at_11.48.47_AM.jpg?v=1785780075\" alt=\"Smily Mia Minibus bottle warmer one-time even heating in under 3 minutes preserves full breast milk nutrition — compared to keep-warm and reheating methods that cycle heat and destroy breast milk enzymes and antibodies\" width=\"900\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"bm-intro\"\u003eMany parents use thermos flasks or warmers that keep milk warm for hours — believing this is the safe option. The reality is the opposite. Keeping breast milk warm means it cycles through repeated heat as temperature drops and resets. Every cycle degrades the enzymes, antibodies, and living cells that make breast milk irreplaceable. The Minibus heats once — fast, even, and precise — so your baby gets full nutrition, not heated-down nutrition.\u003c\/p\u003e\n\u003cdiv class=\"bm-vs\"\u003e\n\u003cdiv class=\"bm-col bad\"\u003e\n\u003cp class=\"col-label\"\u003e❌ Keep-Warm \u0026amp; Thermos Methods\u003c\/p\u003e\n\u003ch3\u003eThe Reheating Trap\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eMilk sits warm → drops in temp → reheat again\u003c\/li\u003e\n\u003cli\u003eMultiple heat cycles per feed session\u003c\/li\u003e\n\u003cli\u003eEnzymes degrade with repeated heating\u003c\/li\u003e\n\u003cli\u003eAntibodies and immune cells damaged\u003c\/li\u003e\n\u003cli\u003eNutritional profile changes with every cycle\u003c\/li\u003e\n\u003cli\u003eYou pumped this carefully — it's being degraded\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bm-col good\"\u003e\n\u003cp class=\"col-label\"\u003e✅ Smily Mia Minibus\u003c\/p\u003e\n\u003ch3\u003eOne-Time Even Heating\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eHeat once — directly from cold storage\u003c\/li\u003e\n\u003cli\u003eEven heating from all sides in under 3 minutes\u003c\/li\u003e\n\u003cli\u003eNo temperature cycling — no repeated degradation\u003c\/li\u003e\n\u003cli\u003eEnzymes and antibodies fully preserved\u003c\/li\u003e\n\u003cli\u003ePrecise temperature reached and stopped\u003c\/li\u003e\n\u003cli\u003eFull nutritional value in every single feed\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bm-callout\"\u003e\n\u003cp class=\"bc-label\"\u003e🔬 The Science of Breast Milk \u0026amp; Heat\u003c\/p\u003e\n\u003cp\u003eBreast milk enzymes — including lipase, protease, and amylase — begin to degrade above 40°C (104°F) and are significantly damaged by sustained heat exposure. Immunoglobulins (the IgA antibodies that protect your baby from infection) are also heat-sensitive. A single, precisely controlled warm from cold to body temperature preserves these components far better than any keep-warm or repeated reheating method. The Minibus heats once, accurately, then stops — protecting everything your body put into that milk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bm-stats\"\u003e\n\u003cdiv class=\"bm-stat\"\u003e\n\u003cspan class=\"bs-num\"\u003e3 min\u003c\/span\u003e \u003cspan class=\"bs-label\"\u003eFrom fridge to feeding temperature\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bm-stat\"\u003e\n\u003cspan class=\"bs-num\"\u003e1×\u003c\/span\u003e \u003cspan class=\"bs-label\"\u003eSingle heat cycle — no repeat warming\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bm-stat\"\u003e\n\u003cspan class=\"bs-num\"\u003e100%\u003c\/span\u003e \u003cspan class=\"bs-label\"\u003eNutrition preserved with one-time heating\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bm-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- ── BLOCK 3 — REAL ACCURATE TEMPERATURE (Image 1) ── --\u003e\n\u003cdiv class=\"bm-section\"\u003e\n\u003cp class=\"bm-eyebrow\"\u003e🌡️ Real Temperature · No Heat Lost in Transfer\u003c\/p\u003e\n\u003ch2\u003eReal, Accurate Temperature — Not the Number on the Display\u003c\/h2\u003e\n\u003c!-- 📸 IMAGE: WhatsApp_Image_2026-07-22_at_10_20_35_AM.jpeg\n       Shows: \"Real Accurate Temperature\"\n       Left: In cold winter — transfer loses warmth, 100°F drops to 92°F in glass\n       Right: Even heating in bottle = real accurate 101°F at feeding --\u003e\n\u003cdiv class=\"bm-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/4797\/4549\/files\/WhatsApp_Image_2026-07-31_at_11.50.23_AM.jpg?v=1785780075\" alt=\"Smily Mia Minibus bottle warmer real accurate temperature — other warmers lose 8°F when pouring warm milk into cold bottle in winter, Minibus heats directly in feeding bottle maintaining accurate 101°F with no temperature loss from transfer\" width=\"900\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"bm-intro\"\u003eYour warmer says 100°F. But the moment you pour that warm milk into a cold feeding bottle on a winter morning, the temperature drops instantly — sometimes by 8–10°F. By the time it reaches your baby's mouth, it's nowhere near what the display showed. The Minibus heats the milk inside the actual feeding bottle, so the temperature your baby receives is the temperature you set. No number lost in the pour.\u003c\/p\u003e\n\u003cdiv class=\"bm-vs\"\u003e\n\u003cdiv class=\"bm-col bad\"\u003e\n\u003cp class=\"col-label\"\u003e❌ Warm Then Transfer\u003c\/p\u003e\n\u003ch3\u003eThe Temperature Drop Problem\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eWarm milk to 100°F in a separate container\u003c\/li\u003e\n\u003cli\u003ePour into cold feeding bottle\u003c\/li\u003e\n\u003cli\u003eTemperature drops to ~92°F on contact\u003c\/li\u003e\n\u003cli\u003eWinter ambient air makes the drop worse\u003c\/li\u003e\n\u003cli\u003eBaby receives milk much cooler than intended\u003c\/li\u003e\n\u003cli\u003eNo way to know the real temperature at feeding\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bm-col good\"\u003e\n\u003cp class=\"col-label\"\u003e✅ Smily Mia Minibus\u003c\/p\u003e\n\u003ch3\u003eEven Heating = Accurate Temperature\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eMilk warmed inside the feeding bottle directly\u003c\/li\u003e\n\u003cli\u003eNo transfer — zero temperature lost in pour\u003c\/li\u003e\n\u003cli\u003eEven heating from all sides — no hot spots\u003c\/li\u003e\n\u003cli\u003eDisplay reflects real milk temperature\u003c\/li\u003e\n\u003cli\u003e101°F at the warmer = 101°F at your baby's mouth\u003c\/li\u003e\n\u003cli\u003eWhat you set is exactly what your baby gets\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bm-callout\"\u003e\n\u003cp class=\"bc-label\"\u003e🌡️ Why Temperature Accuracy Matters\u003c\/p\u003e\n\u003cp\u003eBody-temperature breast milk (99–101°F \/ 37–38°C) is what babies are designed to receive. Milk that arrives too cool is often refused by young babies whose sucking reflex responds to warmth. Milk that overshoots risks damaging heat-sensitive nutrients. The Minibus's direct-bottle even heating eliminates both problems — no guessing, no transferring, no temperature surprises when your hungry baby is waiting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bm-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- ── BLOCK 4 — STERILIZABLE, SAFER (Image 2) ── --\u003e\n\u003cdiv class=\"bm-section\"\u003e\n\u003cp class=\"bm-eyebrow\"\u003e🧫 Built-In Sterilizer · Dishwasher-Safe Accessories\u003c\/p\u003e\n\u003ch2\u003eSterilizable, Safer — Breast Milk Never Touches the Machine\u003c\/h2\u003e\n\u003c!-- 📸 IMAGE: WhatsApp_Image_2026-07-22_at_10_20_35_AM__1_.jpeg\n       Shows: \"Sterilizable, safer\"\n       Left: Breast milk contacts warmer \u0026 warmer not washable = bacterial environment\n       Right: Breast milk does not contact machine + all accessories dishwasher safe\n       Bottom: Built-in sterilizer = No more unwashed bottle on the go --\u003e\n\u003cdiv class=\"bm-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/4797\/4549\/files\/WhatsApp_Image_2026-07-31_at_11.49.23_AM.jpg?v=1785780077\" alt=\"Smily Mia Minibus bottle warmer sterilizable and safer — breast milk never contacts the machine, all accessories are dishwasher safe, built-in sterilizer means no unwashed bottle when on the go, safer than warmers where milk enters the machine directly\" width=\"900\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"bm-intro\"\u003eMost portable warmers have a hygiene problem that the packaging never mentions: breast milk gets inside the warmer — and the warmer cannot be washed. That warm, damp interior becomes a bacterial breeding environment, and that same environment warms your baby's next feed. The Minibus was designed so breast milk never contacts the machine. Every part that touches your milk can be cleaned. Every time.\u003c\/p\u003e\n\u003cdiv class=\"bm-vs\"\u003e\n\u003cdiv class=\"bm-col bad\"\u003e\n\u003cp class=\"col-label\"\u003e❌ Standard Portable Warmers\u003c\/p\u003e\n\u003ch3\u003eThe Hidden Hygiene Problem\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBreast milk drips into the warming chamber\u003c\/li\u003e\n\u003cli\u003eWarming chamber cannot be properly washed\u003c\/li\u003e\n\u003cli\u003eWarm + damp interior = perfect bacterial growth\u003c\/li\u003e\n\u003cli\u003eBacteria accumulates invisibly with every use\u003c\/li\u003e\n\u003cli\u003eOn the go means no way to sterilize between feeds\u003c\/li\u003e\n\u003cli\u003eUnwashed bottle risk increases with travel use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bm-col good\"\u003e\n\u003cp class=\"col-label\"\u003e✅ Smily Mia Minibus\u003c\/p\u003e\n\u003ch3\u003eZero Contact. Total Hygiene.\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBreast milk never contacts the machine itself\u003c\/li\u003e\n\u003cli\u003eAll accessories that touch milk are dishwasher-safe\u003c\/li\u003e\n\u003cli\u003eBuilt-in sterilizer — clean bottles on the go\u003c\/li\u003e\n\u003cli\u003e158°F sterilizer mode kills bacteria between feeds\u003c\/li\u003e\n\u003cli\u003eNo kitchen or boiling water needed to sterilize\u003c\/li\u003e\n\u003cli\u003eEvery feed from a hygienically clean surface\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bm-callout\"\u003e\n\u003cp class=\"bc-label\"\u003e🧫 The On-The-Go Hygiene Reality\u003c\/p\u003e\n\u003cp\u003eWhen you're out with a baby, the typical option — sterilize at home, use once, pack up — leaves parents needing to feed again before they can clean properly. The Minibus's built-in 158°F sterilizer changes this completely: you can sterilize the feeding bottle between uses, anywhere, without needing a kitchen, a microwave, or boiling water. For breastfeeding mothers who regularly leave the house, this isn't a convenience feature. It's a genuine safety upgrade for every feed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bm-stats\"\u003e\n\u003cdiv class=\"bm-stat\"\u003e\n\u003cspan class=\"bs-num\"\u003e0\u003c\/span\u003e \u003cspan class=\"bs-label\"\u003eParts that milk touches that can't be cleaned\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bm-stat\"\u003e\n\u003cspan class=\"bs-num\"\u003e✓\u003c\/span\u003e \u003cspan class=\"bs-label\"\u003eAll milk-contact accessories dishwasher safe\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bm-stat\"\u003e\n\u003cspan class=\"bs-num\"\u003e158°F\u003c\/span\u003e \u003cspan class=\"bs-label\"\u003eBuilt-in sterilizer mode — works anywhere\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bm-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- ── THE SAME BOTTLE JOURNEY ── --\u003e\n\u003cdiv class=\"bm-section\"\u003e\n\u003ch2 class=\"center\"\u003eThe Smily Mia Difference — From First Drop to Last Sip\u003c\/h2\u003e\n\u003cp class=\"section-sub\"\u003eSee exactly what happens to your breast milk with a standard warmer versus the Minibus system.\u003c\/p\u003e\n\u003cdiv class=\"bm-journey\"\u003e\n\u003ch3\u003eThe Same Bottle. The Whole Journey.\u003c\/h3\u003e\n\u003cdiv class=\"bm-journey-grid\"\u003e\n\u003cdiv class=\"bj-col bad\"\u003e\n\u003cp class=\"bj-brand\"\u003e❌ Other Warmers\u003c\/p\u003e\n\u003cdiv class=\"bj-step\"\u003e🤱 Pump into collection cup\u003c\/div\u003e\n\u003cdiv class=\"bj-arrow-down\"\u003e↓ transfer #1 — residue left behind\u003c\/div\u003e\n\u003cdiv class=\"bj-step\"\u003e🥛 Pour into storage bag\u003c\/div\u003e\n\u003cdiv class=\"bj-arrow-down\"\u003e↓ transfer #2 — more residue, more risk\u003c\/div\u003e\n\u003cdiv class=\"bj-step\"\u003e🌡️ Pour into warmer container\u003c\/div\u003e\n\u003cdiv class=\"bj-arrow-down\"\u003e↓ transfer #3 — temperature drops\u003c\/div\u003e\n\u003cdiv class=\"bj-step\"\u003e🍼 Pour into feeding bottle\u003c\/div\u003e\n\u003cdiv class=\"bj-step\"\u003e👶 Feed baby\u003c\/div\u003e\n\u003cdiv class=\"bj-verdict\"\u003e3 transfers · bacterial risk at every step · nutrients lost on every surface\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bj-vs\"\u003eVS\u003c\/div\u003e\n\u003cdiv class=\"bj-col good\"\u003e\n\u003cp class=\"bj-brand\"\u003e✅ Smily Mia Minibus\u003c\/p\u003e\n\u003cdiv class=\"bj-step\"\u003e🤱 Pump directly into feeding bottle\u003c\/div\u003e\n\u003cdiv class=\"bj-step\"\u003e🧊 Cap and store the same bottle\u003c\/div\u003e\n\u003cdiv class=\"bj-step\"\u003e🌡️ Warm in Minibus — 3 minutes\u003c\/div\u003e\n\u003cdiv class=\"bj-step\"\u003e👶 Feed your baby\u003c\/div\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\u003cdiv class=\"bj-verdict\"\u003e0 transfers · zero bacterial risk · 100% nutrition intact · real accurate temperature\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══════════════════════════════════════════════════════════════\n     END OF INSERT BLOCK\n     ══════════════════════════════════════════════════════════════ --\u003e \u003c!-- HEATING MODES TABLE --\u003e\n\u003cdiv class=\"mode-table-wrap\"\u003e\n\u003ch2\u003eHeating Modes at a Glance\u003c\/h2\u003e\n\u003ctable class=\"mode-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMode\u003c\/th\u003e\n\u003cth\u003eSetting\u003c\/th\u003e\n\u003cth\u003eTemperature\u003c\/th\u003e\n\u003cth\u003eBest For\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd rowspan=\"2\"\u003e\u003cstrong\u003eBreastmilk Mode\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSetting 1\u003c\/td\u003e\n\u003ctd\u003e99℉ (37℃)\u003c\/td\u003e\n\u003ctd\u003eBody-temperature feeding, nutrient-safe\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSetting 2\u003c\/td\u003e\n\u003ctd\u003e101℉ (38℃)\u003c\/td\u003e\n\u003ctd\u003eSlightly warmer preference\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd rowspan=\"3\"\u003e\u003cstrong\u003eWater Mode\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSetting 1\u003c\/td\u003e\n\u003ctd\u003e113℉ (45℃)\u003c\/td\u003e\n\u003ctd\u003eFormula preparation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSetting 2\u003c\/td\u003e\n\u003ctd\u003e122℉ (50℃)\u003c\/td\u003e\n\u003ctd\u003eFaster formula mixing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSetting 3 (Sterilizer)\u003c\/td\u003e\n\u003ctd\u003e158℉ (70℃)\u003c\/td\u003e\n\u003ctd\u003eSterilizing pacifiers \u0026amp; teethers on the go\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- COMPATIBILITY --\u003e\n\u003cdiv class=\"compat-section\"\u003e\n\u003ch2\u003eCompatible Bottle Brands — 6 Adapters Included\u003c\/h2\u003e\n\u003cdiv class=\"compat-grid\"\u003e\n\u003cdiv class=\"compat-chip\"\u003ePhilips Avent\u003c\/div\u003e\n\u003cdiv class=\"compat-chip\"\u003eDr Brown's\u003c\/div\u003e\n\u003cdiv class=\"compat-chip\"\u003eTommee Tippee\u003c\/div\u003e\n\u003cdiv class=\"compat-chip\"\u003ePigeon\u003c\/div\u003e\n\u003cdiv class=\"compat-chip\"\u003eChicco\u003c\/div\u003e\n\u003cdiv class=\"compat-chip\"\u003eMedela\u003c\/div\u003e\n\u003cdiv class=\"compat-chip\"\u003eNUK\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"compat-note\"\u003eNeed an adapter for \u003cstrong\u003ePigeon, Lansinoh, MAM, or Simba\u003c\/strong\u003e? Or running into a fit issue with your bottle? Email \u003ca href=\"mailto:support@smilymia.com\"\u003esupport@smilymia.com\u003c\/a\u003e and our team will help you find a solution.\u003cbr\u003e\u003cbr\u003eFor adapters always contact us before placing order, we can include other brand adapters for you too if you do not see the brands that you are using here.\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeat Time (3oz breastmilk)\u003c\/td\u003e\n\u003ctd\u003e3 minutes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBreastmilk Mode Temps\u003c\/td\u003e\n\u003ctd\u003e99℉ \/ 101℉\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWater Mode Temps\u003c\/td\u003e\n\u003ctd\u003e113℉ \/ 122℉ \/ 158℉\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSterilizer Function\u003c\/td\u003e\n\u003ctd\u003eYes — 158℉ mode\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Life\u003c\/td\u003e\n\u003ctd\u003e10 sessions per charge (4oz bottle)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAdapters Included\u003c\/td\u003e\n\u003ctd\u003e6 (Avent, Dr Brown's, Tommee Tippee, Comotomo V1, Chicco, Medela, NUK)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCleaning\u003c\/td\u003e\n\u003ctd\u003eDetachable base — only adapters require washing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLeak Protection\u003c\/td\u003e\n\u003ctd\u003eLeak-proof sealed threaded cap\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003e4.13 × 2.56 × 2.86 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e360g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eBPA-free, food-grade silicone \u0026amp; ABS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FOOTER CTA --\u003e\n\u003cdiv class=\"footer-cta\"\u003e\n\u003ch2\u003eFeed Anywhere, Anytime\u003c\/h2\u003e\n\u003cp\u003eFast, precise, and travel-ready — the Smily Mia Bottle Warmer goes wherever your day takes you.\u003c\/p\u003e\n\u003ca href=\"https:\/\/smilymia.com\/products\/smily-mia-portable-baby-bottle-warmer-for-breastmilk-fast-warm-breastmilk-water-for-formula-w-your-own-bottle-wireless%E4%B8%A8rechargeable-%E4%B8%A8precise-temperature%E4%B8%A8full-nutrition-outdoor-baby-essential\" class=\"btn-gold\"\u003eShop Now — $59.99 →\u003c\/a\u003e\u003ca href=\"https:\/\/smilymia.com\/pages\/about-smily-mia\"\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SITE FOOTER --\u003e","brand":"Smily Mia","offers":[{"title":"Default Title","offer_id":46576290594965,"sku":null,"price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0632\/4797\/4549\/files\/Smily_Mia_Minibus_Bottle_Warmer_Gift_Box_Packaging.jpg?v=1782825865"},{"product_id":"smily-mia-portable-baby-bottle-warmer-set-fast-warm-breastmilk-formula-water-wireless-rechargeable-4-heat-settings-smart-sensor-technology-6-adapters-built-in-sterilizer-home-travel","title":"Smily Mia Portable Baby Bottle Warmer Set | Fast Warm Breastmilk Formula \u0026 Water | Wireless Rechargeable | 4 Heat Settings | Smart Sensor Technology | Built-In Sterilizer | Home \u0026 Travel","description":"\u003cdiv class=\"smw-wrap\"\u003e\n\u003cstyle\u003e\n  .smw-wrap {\n    max-width: 800px;\n    margin: 0 auto;\n    font-family: 'Segoe UI', Helvetica, Arial, sans-serif;\n    color: #333;\n  }\n  .smw-wrap * { box-sizing: border-box; }\n  .smw-wrap img { display: block; width: 100%; height: auto; border-radius: 16px; }\n\n  \/* HERO TEXT BLOCK *\/\n  .smw-hero {\n    background: linear-gradient(120deg, #ff9a56 0%, #ff6b6b 35%, #4ecdc4 75%, #45b7d1 100%);\n    border-radius: 24px;\n    padding: 40px 30px;\n    text-align: center;\n    color: #fff;\n    margin-bottom: 20px;\n    box-shadow: 0 10px 26px rgba(255,107,107,0.25);\n  }\n  .smw-hero .smw-eyebrow {\n    display: inline-block;\n    background: rgba(255,255,255,0.25);\n    padding: 6px 16px;\n    border-radius: 999px;\n    font-size: 12.5px;\n    font-weight: 800;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    margin-bottom: 16px;\n  }\n  .smw-hero h1 {\n    font-size: 28px;\n    font-weight: 900;\n    line-height: 1.3;\n    margin: 0 0 14px;\n    text-shadow: 0 2px 8px rgba(0,0,0,0.15);\n  }\n  .smw-hero p {\n    font-size: 15.5px;\n    max-width: 560px;\n    margin: 0 auto;\n    line-height: 1.7;\n    color: rgba(255,255,255,0.97);\n  }\n  .smw-badges {\n    margin-top: 18px;\n    display: flex;\n    justify-content: center;\n    gap: 10px;\n    flex-wrap: wrap;\n  }\n  .smw-badge {\n    background: rgba(255,255,255,0.28);\n    padding: 6px 14px;\n    border-radius: 999px;\n    font-size: 12.5px;\n    font-weight: 700;\n  }\n\n  \/* IMAGE BLOCK — full width, own container *\/\n  .smw-imgblock {\n    margin-bottom: 20px;\n    border-radius: 16px;\n    overflow: hidden;\n    box-shadow: 0 6px 18px rgba(0,0,0,0.08);\n  }\n\n  \/* STAY WARM CALLOUT *\/\n  .smw-stay-warm {\n    background: linear-gradient(135deg, #fff4e0, #ffe8cc);\n    border: 3px solid #ff9a56;\n    border-radius: 20px;\n    padding: 26px 28px;\n    margin-bottom: 20px;\n    position: relative;\n  }\n  .smw-stay-warm .smw-tag {\n    position: absolute;\n    top: -14px;\n    left: 24px;\n    background: linear-gradient(135deg,#ff6b6b,#ff9a56);\n    color: #fff;\n    font-size: 11.5px;\n    font-weight: 900;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    padding: 6px 14px;\n    border-radius: 999px;\n    box-shadow: 0 4px 10px rgba(255,107,107,0.35);\n  }\n  .smw-stay-warm h2 {\n    font-size: 20px;\n    font-weight: 900;\n    color: #c0472b;\n    margin: 10px 0 12px;\n  }\n  .smw-stay-warm p {\n    font-size: 14.5px;\n    color: #5a3a28;\n    line-height: 1.85;\n    margin: 0;\n  }\n  .smw-stay-warm strong { color: #c0472b; }\n\n  h2.smw-title {\n    font-size: 21px;\n    font-weight: 900;\n    color: #1a1a1a;\n    margin: 34px 0 14px;\n  }\n  h2.smw-title:first-of-type { margin-top: 0; }\n\n  .smw-block {\n    background: #fff;\n    border: 2px solid #ffe1cc;\n    border-radius: 18px;\n    padding: 22px 24px;\n    margin-bottom: 20px;\n  }\n  .smw-block h3 {\n    font-size: 16px;\n    font-weight: 900;\n    color: #c0472b;\n    margin: 0 0 10px;\n  }\n  .smw-block p {\n    font-size: 14px;\n    color: #4a4a4a;\n    line-height: 1.8;\n    margin: 0 0 16px;\n  }\n  .smw-block p:last-child { margin-bottom: 0; }\n\n  \/* COMPARISON BOX *\/\n  .smw-compare {\n    background: linear-gradient(135deg, #2b3a55, #1a2740);\n    color: #fff;\n    border-radius: 20px;\n    padding: 28px;\n    margin-bottom: 20px;\n  }\n  .smw-compare h2 { color: #ffd166; font-size: 20px; font-weight: 900; margin: 0 0 12px; }\n  .smw-compare \u003e p { font-size: 14px; color: #cbd6e8; line-height: 1.8; margin-bottom: 16px; }\n  .smw-compare ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }\n  .smw-compare li { font-size: 14px; color: #eef3fb; line-height: 1.7; }\n  .smw-compare li strong { color: #ffd166; }\n  .smw-compare .smw-highlight {\n    background: rgba(255,209,102,0.12);\n    border: 1.5px solid rgba(255,209,102,0.4);\n    border-radius: 12px;\n    padding: 12px 16px;\n  }\n\n  \/* SPEC TABLE *\/\n  .smw-specs {\n    background: #f7faff;\n    border: 2px solid #cfe3ff;\n    border-radius: 18px;\n    padding: 26px;\n    margin-bottom: 20px;\n  }\n  .smw-specs h2 { color: #1e6fa8; font-size: 20px; font-weight: 900; margin: 0 0 16px; }\n  .smw-specs table { width: 100%; border-collapse: collapse; font-size: 13.5px; }\n  .smw-specs td { padding: 10px 12px; border-bottom: 1px solid #dceaff; }\n  .smw-specs td:first-child { font-weight: 700; color: #1e6fa8; width: 40%; }\n  .smw-specs tr:last-child td { border-bottom: none; }\n\n  \/* TIP BOX *\/\n  .smw-tip {\n    background: linear-gradient(120deg,#fff6d6,#ffe9b3);\n    border-left: 5px solid #ffb703;\n    border-radius: 12px;\n    padding: 18px 22px;\n    font-size: 14px;\n    line-height: 1.8;\n    color: #6b4e00;\n    margin-bottom: 20px;\n  }\n\n  \/* FINAL CTA *\/\n  .smw-cta {\n    background: linear-gradient(120deg,#ff9a56,#ff6b6b,#4ecdc4);\n    color: #fff;\n    border-radius: 18px;\n    padding: 26px;\n    text-align: center;\n    font-size: 15px;\n    font-weight: 700;\n    line-height: 1.8;\n  }\n\n  @media (max-width: 560px) {\n    .smw-hero h1 { font-size: 22px; }\n  }\n\u003c\/style\u003e\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"smw-hero\"\u003e\n  \u003cspan class=\"smw-eyebrow\"\u003eWireless · Rechargeable · Home \u0026amp; Travel\u003c\/span\u003e\n  \u003ch1\u003eSmily Mia Portable Baby Bottle Warmer\u003c\/h1\u003e\n  \u003cp\u003eWarm water, wherever feeding happens. Fast, precise, and packed with smart features the Minibus never had.\u003c\/p\u003e\n  \u003cdiv class=\"smw-badges\"\u003e\n    \u003cspan class=\"smw-badge\"\u003e🌡️ Stays at Set Temp\u003c\/span\u003e\n    \u003cspan class=\"smw-badge\"\u003e⚡ 2-3 Min Warming\u003c\/span\u003e\n    \u003cspan class=\"smw-badge\"\u003e🔋 9 Warmings Per Charge\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- IMAGE 1: Hero lifestyle shot --\u003e\n\u003cdiv class=\"smw-imgblock\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/4797\/4549\/files\/f96a8370-ea13-4289-b535-a4ff9e19bdea.__CR0_0_3416_1400_PT0_SX1464_V1_d32d7709-c1fc-46e1-b8cc-c6c858dc6485.jpg?v=1784864984\" alt=\"Smily Mia portable bottle warmer by the lake with diaper bag - Warm Water Wherever Feeding Happens\"\u003e\n\u003c\/div\u003e\n\n\u003c!-- IMAGE 2: Ready when feeding time comes --\u003e\n\u003cdiv class=\"smw-imgblock\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/4797\/4549\/files\/3856f3ee-61df-41de-95d6-e11f21eaa685.__CR0_0_3416_1400_PT0_SX1464_V1_9f55f7c8-7d28-46a5-ae7a-59e65fc9d7a5.jpg?v=1784864984\" alt=\"Pouring warm water from Smily Mia bottle warmer into bottle at stroller - Ready When Feeding Time Comes\"\u003e\n\u003c\/div\u003e\n\n\u003c!-- STAY WARM CALLOUT --\u003e\n\u003cdiv class=\"smw-stay-warm\"\u003e\n  \u003cspan class=\"smw-tag\"\u003eThe #1 Upgrade\u003c\/span\u003e\n  \u003ch2\u003e🔥 Stays Warm Until You Need It — No More Waiting\u003c\/h2\u003e\n  \u003cp\u003eThis is the single biggest difference from the Minibus. The new warmer heats to your chosen temperature and \u003cstrong\u003eholds it there\u003c\/strong\u003e — so you can prep a bottle in advance and feed baby whenever they're ready. No reheating, no waiting, no guessing if it's gone cold.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- IMAGE 8: Set the right temperature (stay warm proof) --\u003e\n\u003cdiv class=\"smw-imgblock\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/4797\/4549\/files\/81WIrsIunoL._SL1500_11551faf-15b2-4832-ae4c-1dbdc82d2d1f.jpg?v=1784864991\" alt=\"Smily Mia bottle warmer at home and on the go with Breast Milk Mode 98F 100F and Water Mode up to 158F - heats to set temperature then keeps warm\"\u003e\n\u003c\/div\u003e\n\n\u003ch2 class=\"smw-title\"\u003e🍼 One Warmer, Every Feeding Need\u003c\/h2\u003e\n\n\u003cdiv class=\"smw-block\"\u003e\n  \u003ch3\u003e🌡️ Set Temperature, Every Time\u003c\/h3\u003e\n  \u003cp\u003eBreast Milk Mode: 98°F or 100°F. Water Mode: 104°F, 113°F, 122°F, 140°F, or 158°F. Gentle warming at home, warm water on the go — one warmer covers every feeding scenario, and holds the exact temperature you set until you need it.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- IMAGE 10: Fast warming --\u003e\n\u003cdiv class=\"smw-imgblock\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/4797\/4549\/files\/711V2fMBLGL._SL1500_2ae030bf-8b2f-49a3-a7f3-6294cca93c31.jpg?v=1784864986\" alt=\"Smily Mia bottle warmer fast warming in 2 to 3 minutes heating 4oz 120ml room temp water to 104F\"\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"smw-block\"\u003e\n  \u003ch3\u003e⚡ Fast Warming in 2-3 Minutes\u003c\/h3\u003e\n  \u003cp\u003eHeats 4oz \/ 120ml of room-temperature water to 104°F \/ 40°C in just 2-3 minutes. When baby is hungry and crying, that's the difference between a calm feed and a meltdown. Heating time may vary by starting temperature and environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- IMAGE 9: Battery life --\u003e\n\u003cdiv class=\"smw-imgblock\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/4797\/4549\/files\/81XjisAoQqL._SL1500_0f9f2dd0-fe08-478a-b1fd-43df9f585d32.jpg?v=1784864988\" alt=\"Smily Mia bottle warmer up to 9 warmings per charge with USB-C rechargeable and power bank compatible charging\"\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"smw-block\"\u003e\n  \u003ch3\u003e🔋 Up to 9 Warmings Per Charge\u003c\/h3\u003e\n  \u003cp\u003eOne full charge warms 4oz up to 9 times, 5oz up to 8 times, or 6oz up to 7 times — heated to 113°F \/ 45°C. USB-C rechargeable and power bank compatible, so you're always covered on long days out.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- IMAGE 7: Capacity --\u003e\n\u003cdiv class=\"smw-imgblock\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/4797\/4549\/files\/81hFGuu7MhL._SL1500_7f5eca24-1808-4626-ba85-9f4089bedf04.jpg?v=1784864990\" alt=\"Smily Mia bottle warmer 450ml capacity with internal ml and oz markings for easy formula prep\"\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"smw-block\"\u003e\n  \u003ch3\u003e💯 450ml Capacity — Just the Right Size\u003c\/h3\u003e\n  \u003cp\u003e450ml \/ 15oz holds enough for multiple feedings, with easy-to-read internal ml \u0026amp; oz markings for precise formula prep. Makes about 3 × 5oz bottles or 2 × 7.5oz bottles — for home or on-the-go formula water.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- IMAGE 11: Better grip design --\u003e\n\u003cdiv class=\"smw-imgblock\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/4797\/4549\/files\/71XUhAJfFrL._SL1500_683b6f84-e229-4254-a30a-647cc1520f3d.jpg?v=1784864984\" alt=\"Smily Mia bottle warmer better grip better look with curved body and hidden silicone handle tucked into lid\"\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"smw-block\"\u003e\n  \u003ch3\u003e🤲 Better Grip. Better Look.\u003c\/h3\u003e\n  \u003cp\u003eA curved body makes one-hand holding genuinely comfortable, and a hidden silicone handle tucks neatly into the lid — deploying only when you need to carry it. Sleek, travel-friendly design, a clear step up from an ordinary straight bottle.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- IMAGE 12: Detachable base for cleaning --\u003e\n\u003cdiv class=\"smw-imgblock\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/4797\/4549\/files\/81UNSbiAdaL._SL1500_d723c12b-b6fa-4646-a731-364488bcc36f.jpg?v=1784864988\" alt=\"Smily Mia bottle warmer detachable base easier to clean showing lid bottle body and heating base separated\"\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"smw-block\"\u003e\n  \u003ch3\u003e🧼 Detachable Base, Easier to Clean\u003c\/h3\u003e\n  \u003cp\u003eThe lid and bottle body contain no electronics — both are fully dishwasher-safe (top rack). Only the heating base, which houses the electronics, needs a simple wipe-clean. No more guessing what's safe to submerge.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- IMAGE 4: Dishwasher rack --\u003e\n\u003cdiv class=\"smw-imgblock\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/4797\/4549\/files\/36a96cfa-c3fa-4e58-bf97-e5f213eeab16.__CR0_0_3416_1400_PT0_SX1464_V1_f49d49d4-9e8a-44da-843f-f8c820497a34.jpg?v=1784864985\" alt=\"Smily Mia bottle warmer lid and bottle body on dishwasher top rack next to wipe clean heating base\"\u003e\n\u003c\/div\u003e\n\n\u003c!-- COMPARISON --\u003e\n\u003cdiv class=\"smw-compare\"\u003e\n  \u003ch2\u003e🍼 What Makes This Different from the Minibus\u003c\/h2\u003e\n  \u003cp\u003eThe original Minibus is a brilliant portable warmer — precise, wireless, and trusted by parents worldwide. This warmer takes that foundation and adds what working parents asked for most:\u003c\/p\u003e\n  \u003cul\u003e\n    \u003cli class=\"smw-highlight\"\u003e✅ \u003cstrong\u003eStays at temperature, not just a single warm cycle\u003c\/strong\u003e — heats to your chosen setting and holds it there, so you can prep a bottle in advance and feed baby whenever they're ready\u003c\/li\u003e\n    \u003cli\u003e✅ \u003cstrong\u003e5 water heat settings\u003c\/strong\u003e (104°F–158°F) plus 2 breast milk settings — covering breastmilk, formula, and hot water needs in one device\u003c\/li\u003e\n    \u003cli\u003e✅ \u003cstrong\u003eFast heating\u003c\/strong\u003e — 4oz warmed to 104°F in just 2-3 minutes\u003c\/li\u003e\n    \u003cli\u003e✅ \u003cstrong\u003eDetachable, dishwasher-safe design\u003c\/strong\u003e — lid and bottle body go straight in the dishwasher, only the base needs wiping\u003c\/li\u003e\n    \u003cli\u003e✅ \u003cstrong\u003eBetter ergonomics\u003c\/strong\u003e — curved body and hidden handle for genuinely comfortable one-hand carrying\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003c!-- SPECS TABLE --\u003e\n\u003cdiv class=\"smw-specs\"\u003e\n  \u003ch2\u003e📋 Product Specifications\u003c\/h2\u003e\n  \u003ctable\u003e\n    \u003ctr\u003e\n\u003ctd\u003eBreast Milk Mode\u003c\/td\u003e\n\u003ctd\u003e98°F \/ 37°C · 100°F \/ 38°C\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eWater Mode\u003c\/td\u003e\n\u003ctd\u003e104°F · 113°F · 122°F · 140°F · 158°F\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eHeating Time\u003c\/td\u003e\n\u003ctd\u003e4oz \/ 120ml room-temp water to 104°F in 2-3 minutes\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eBattery Life\u003c\/td\u003e\n\u003ctd\u003e4oz: up to 9 uses · 5oz: up to 8 uses · 6oz: up to 7 uses per charge (to 113°F)\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd\u003eUSB-C rechargeable · Power bank compatible\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e450ml \/ 15oz — approx 3 × 5oz bottles or 2 × 7.5oz bottles\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eDesign\u003c\/td\u003e\n\u003ctd\u003eCurved body · Hidden silicone handle · Detachable base\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eCleaning\u003c\/td\u003e\n\u003ctd\u003eLid \u0026amp; bottle body: dishwasher-safe (top rack) · Heating base: wipe clean only\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eKey Feature\u003c\/td\u003e\n\u003ctd\u003eHeats to set temperature, then keeps warm\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003c!-- TIP --\u003e\n\u003cdiv class=\"smw-tip\"\u003e\n  \u003cstrong style=\"color:#4a3600;\"\u003e💡 Pro Parent Tip:\u003c\/strong\u003e Because this warmer holds its temperature instead of warming once and cooling down, you can prep formula water in advance before a nap, a car ride, or a night feed — it'll be exactly the right temperature whenever baby's ready.\n\u003c\/div\u003e\n\n\u003c!-- IMAGE 13: Plain product shot --\u003e\n\u003cdiv class=\"smw-imgblock\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0632\/4797\/4549\/files\/warmer_c6912666-95d2-44ec-8756-f6a2f5557537.jpg?v=1784864978\" alt=\"Smily Mia portable bottle warmer product shot on white background\"\u003e\n\u003c\/div\u003e\n\n\u003c!-- FINAL CTA --\u003e\n\u003cdiv class=\"smw-cta\"\u003e\n  🍼 Fast. Precise. Wireless. The only portable warmer that stays warm until you need it.\u003cbr\u003e\n  Free shipping on orders over $29.90 · 7-day hassle-free returns\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Smily Mia","offers":[{"title":"Default Title","offer_id":47614752817301,"sku":null,"price":89.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0632\/4797\/4549\/files\/warmer.jpg?v=1784769738"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0632\/4797\/4549\/collections\/WhatsApp_Image_2026-07-31_at_12.52.45_PM.jpg?v=1785852980","url":"https:\/\/smilymia.com\/collections\/warmers.oembed","provider":"Smily Mia","version":"1.0","type":"link"}