{"product_id":"mamabloom™-boys-cloth-nappies-3-pack-gentle-on-skin-adjustable-3-15kg","title":"MamaBloom™ (3-Pack) Adjustable Nappies with Inserts, 3–15kg","description":"\u003cstyle\u003e\n:root{\n  --mb-sage:#A3AD96;\n  --mb-sage-dark:#6E7866;\n  --mb-rose:#C7A0A4;\n  --mb-cream:#F8F4EE;\n  --mb-white:#FFFFFF;\n  --mb-text:#555555;\n  --mb-shadow:0 20px 45px rgba(111,120,101,.18);\n}\n\n.mamabloom-premium *{\n  box-sizing:border-box;\n}\n\n.mamabloom-premium{\n  width:100%;\n  font-family:inherit;\n  color:var(--mb-text);\n  background:\n    radial-gradient(circle at top left, rgba(199,160,164,.20), transparent 30%),\n    radial-gradient(circle at bottom right, rgba(163,173,150,.22), transparent 32%),\n    linear-gradient(180deg,#fff,var(--mb-cream));\n  padding:clamp(24px,4vw,55px);\n  border-radius:clamp(18px,3vw,32px);\n  overflow:hidden;\n}\n\n.mb-inner{\n  width:100%;\n  max-width:1180px;\n  margin:0 auto;\n}\n\n.mb-top{\n  text-align:center;\n  animation:mbFadeUp .8s ease both;\n}\n\n.mb-badge{\n  display:inline-block;\n  padding:8px 16px;\n  border-radius:999px;\n  background:linear-gradient(90deg,var(--mb-sage),var(--mb-rose));\n  color:white;\n  font-size:clamp(11px,1.5vw,13px);\n  font-weight:600;\n  letter-spacing:.4px;\n  box-shadow:0 8px 20px rgba(199,160,164,.25);\n}\n\n.mb-title{\n  font-size:clamp(23px,4vw,36px);\n  line-height:1.25;\n  color:var(--mb-sage-dark);\n  margin:16px auto 10px;\n  font-weight:650;\n  max-width:850px;\n}\n\n.mb-subtitle{\n  max-width:760px;\n  margin:0 auto;\n  font-size:clamp(14px,2vw,16px);\n  line-height:1.8;\n}\n\n.mb-benefits{\n  margin-top:clamp(24px,4vw,38px);\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));\n  gap:clamp(12px,2vw,18px);\n}\n\n.mb-card,\n.mb-best-item{\n  position:relative;\n  cursor:pointer;\n  background:rgba(255,255,255,.92);\n  border:1px solid rgba(163,173,150,.18);\n  border-radius:20px;\n  padding:clamp(16px,2.5vw,22px);\n  box-shadow:0 8px 22px rgba(111,120,101,.07);\n  transform:translateY(0) scale(1);\n  transition:\n    transform .35s cubic-bezier(.2,.8,.2,1),\n    box-shadow .35s ease,\n    border-color .35s ease,\n    background .35s ease;\n  animation:mbFadeUp .8s ease both;\n}\n\n.mb-card:hover,\n.mb-best-item:hover{\n  transform:translateY(-10px) scale(1.045);\n  box-shadow:var(--mb-shadow);\n  border-color:rgba(199,160,164,.75);\n  background:linear-gradient(135deg,#ffffff,#F8F4EE);\n}\n\n.mb-card:active,\n.mb-best-item:active{\n  transform:translateY(-4px) scale(.99);\n}\n\n.mb-card:before{\n  content:\"\";\n  position:absolute;\n  top:0;\n  left:0;\n  width:100%;\n  height:5px;\n  background:linear-gradient(90deg,var(--mb-sage),var(--mb-rose));\n  border-radius:20px 20px 0 0;\n  transition:.3s ease;\n}\n\n.mb-card:hover:before{\n  height:7px;\n  background:linear-gradient(90deg,var(--mb-rose),var(--mb-sage));\n}\n\n.mb-card h4,\n.mb-best-item strong{\n  display:block;\n  font-size:clamp(15px,2vw,17px);\n  color:var(--mb-sage-dark);\n  margin:4px 0 8px;\n  font-weight:650;\n}\n\n.mb-card p,\n.mb-best-item{\n  font-size:clamp(13px,1.8vw,15px);\n  line-height:1.7;\n}\n\n.mb-heading{\n  margin:clamp(32px,5vw,46px) 0 18px;\n  text-align:center;\n  font-size:clamp(20px,3vw,26px);\n  color:var(--mb-sage-dark);\n  font-weight:650;\n}\n\n.mb-best-grid{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));\n  gap:clamp(12px,2vw,16px);\n}\n\n.mb-best-item{\n  background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(248,244,238,.95));\n}\n\n.mb-problem{\n  margin-top:clamp(30px,5vw,45px);\n  padding:clamp(20px,4vw,34px);\n  border-radius:24px;\n  background:linear-gradient(135deg,rgba(163,173,150,.15),rgba(199,160,164,.16));\n  border:1px solid rgba(255,255,255,.7);\n  animation:mbSoftPulse 4s ease-in-out infinite;\n}\n\n.mb-problem h3{\n  font-size:clamp(20px,3vw,27px);\n  color:var(--mb-sage-dark);\n  text-align:center;\n  margin:0 0 14px;\n}\n\n.mb-problem p{\n  font-size:clamp(14px,2vw,16px);\n  line-height:1.8;\n  margin:0 0 10px;\n}\n\n.mb-highlight{\n  color:var(--mb-sage-dark);\n  font-weight:700;\n}\n\n.mb-cta{\n  margin-top:clamp(28px,4vw,40px);\n  padding:clamp(24px,4vw,38px);\n  border-radius:26px;\n  text-align:center;\n  color:white;\n  background:linear-gradient(135deg,var(--mb-sage-dark),var(--mb-rose));\n  box-shadow:0 14px 35px rgba(199,160,164,.25);\n  transition:\n    transform .35s cubic-bezier(.2,.8,.2,1),\n    box-shadow .35s ease;\n}\n\n.mb-cta:hover{\n  transform:translateY(-6px) scale(1.03);\n  box-shadow:0 22px 50px rgba(199,160,164,.32);\n}\n\n.mb-cta h3{\n  font-size:clamp(21px,3.5vw,30px);\n  margin:0 0 10px;\n  font-weight:650;\n  color:white;\n}\n\n.mb-cta p{\n  font-size:clamp(14px,2vw,16px);\n  line-height:1.8;\n  margin:0;\n}\n\n@keyframes mbFadeUp{\n  from{opacity:0; transform:translateY(22px);}\n  to{opacity:1; transform:translateY(0);}\n}\n\n@keyframes mbSoftPulse{\n  0%,100%{box-shadow:0 8px 22px rgba(111,120,101,.08);}\n  50%{box-shadow:0 14px 34px rgba(199,160,164,.18);}\n}\n\n@media(max-width:600px){\n  .mamabloom-premium{\n    padding:22px 14px;\n    border-radius:20px;\n  }\n\n  .mb-benefits,\n  .mb-best-grid{\n    grid-template-columns:1fr;\n  }\n\n  .mb-card:hover,\n  .mb-best-item:hover,\n  .mb-cta:hover{\n    transform:none;\n  }\n\n  .mb-card:active,\n  .mb-best-item:active{\n    transform:scale(.98);\n  }\n}\n\u003c\/style\u003e\n\u003csection class=\"mamabloom-premium\"\u003e\n\u003cdiv class=\"mb-inner\"\u003e\n\u003cdiv class=\"mb-top\"\u003e\n\u003cdiv class=\"mb-badge\"\u003eMamaBloom™ Premium Adjustable Nappies\u003c\/div\u003e\n\u003ch2 class=\"mb-title\"\u003eThoughtfully Designed for Growing Babies. Made Simpler for Mothers.\u003c\/h2\u003e\n\u003cp class=\"mb-subtitle\"\u003eA soft, reusable and adjustable nappy set created to keep your baby comfortable while helping you save money, reduce waste and simplify everyday changes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-benefits\"\u003e\n\u003cdiv class=\"mb-card\"\u003e\n\u003ch4\u003eGentle Comfort\u003c\/h4\u003e\n\u003cp\u003eSoft, breathable fabric helps protect delicate skin and keeps baby comfortable day and night.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-card\"\u003e\n\u003ch4\u003eLong-Term Savings\u003c\/h4\u003e\n\u003cp\u003eReusable nappies help reduce the ongoing cost of disposable nappies month after month.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-card\"\u003e\n\u003ch4\u003eAdjustable Fit\u003c\/h4\u003e\n\u003cp\u003eDesigned with snap buttons to fit babies from 3kg–15kg, growing from newborn to toddler.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-card\"\u003e\n\u003ch4\u003eReliable Absorbency\u003c\/h4\u003e\n\u003cp\u003eIncludes absorbent inserts to help keep your little one dry, comfortable and ready for the day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"mb-heading\"\u003eBest To Buy For\u003c\/h3\u003e\n\u003cdiv class=\"mb-best-grid\"\u003e\n\u003cdiv class=\"mb-best-item\"\u003e\n\u003cstrong\u003eBaby Shower Gifts\u003c\/strong\u003e A beautiful, practical gift new parents will use again and again.\u003c\/div\u003e\n\u003cdiv class=\"mb-best-item\"\u003e\n\u003cstrong\u003eMommies Who Want Less Stress\u003c\/strong\u003e Easy to adjust, wash and reuse without constantly restocking disposables.\u003c\/div\u003e\n\u003cdiv class=\"mb-best-item\"\u003e\n\u003cstrong\u003eBudget-Smart Families\u003c\/strong\u003e Ideal for parents who want to reduce ongoing baby expenses.\u003c\/div\u003e\n\u003cdiv class=\"mb-best-item\"\u003e\n\u003cstrong\u003eBabies With Sensitive Skin\u003c\/strong\u003e A softer reusable option for little ones who need gentle everyday comfort.\u003c\/div\u003e\n\u003cdiv class=\"mb-best-item\"\u003e\n\u003cstrong\u003eEco-Conscious Homes\u003c\/strong\u003e Helps reduce nappy waste while still giving baby comfort and protection.\u003c\/div\u003e\n\u003cdiv class=\"mb-best-item\"\u003e\n\u003cstrong\u003eFirst-Time Mothers\u003c\/strong\u003e Simple sizing, adjustable snaps and reusable inserts make changes easier.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-problem\"\u003e\n\u003ch3\u003eThe Smarter Nappy Choice\u003c\/h3\u003e\n\u003cp\u003eDisposable nappies can quickly become expensive, create more waste and need constant replacing as your baby grows.\u003c\/p\u003e\n\u003cp\u003eMamaBloom™ gives you a \u003cspan class=\"mb-highlight\"\u003esoft, washable and adjustable solution\u003c\/span\u003e that supports your baby from newborn through toddlerhood.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mb-cta\"\u003e\n\u003ch3\u003eComfort Today. Savings Tomorrow.\u003c\/h3\u003e\n\u003cp\u003e3 Premium Cloth Nappies · 3 Absorbent Inserts · Adjustable 3kg–15kg · Reusable \u0026amp; Machine Washable\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":49070466236666,"sku":null,"price":490.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0844\/5031\/2442\/files\/Perfect_image_1.2.png?v=1783007273","url":"https:\/\/mamabloom.co.za\/products\/mamabloom%e2%84%a2-boys-cloth-nappies-3-pack-gentle-on-skin-adjustable-3-15kg","provider":"MamaBloom","version":"1.0","type":"link"}