{"product_id":"mewaii-bunny-baby-white-noise-machine-ai-cry-detection-sleep-trainer-with-soothing-sounds-night-light","title":"Mewaii® Bunny Baby White Noise Machine – AI Cry Detection Sleep Trainer with Soothing Sounds \u0026 Night Light®","description":"\u003cstyle\u003e\n  .mewaii-sleep {\n    --primary: #596fc7;\n    --primary-dark: #4055a7;\n    --accent: #ffd66b;\n    --soft-blue: #f2f5ff;\n    --soft-yellow: #fff9e8;\n    --text: #252936;\n    --muted: #676d7c;\n    --border: #e8eaf1;\n    --white: #ffffff;\n    --radius: 20px;\n    --shadow: 0 12px 32px rgba(39, 49, 90, 0.08);\n\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 30px 18px 50px;\n    color: var(--text);\n    font-family: inherit;\n    line-height: 1.65;\n  }\n\n  .mewaii-sleep * {\n    box-sizing: border-box;\n  }\n\n  .mewaii-sleep h2,\n  .mewaii-sleep h3,\n  .mewaii-sleep p {\n    margin-top: 0;\n  }\n\n  \/* Hero card *\/\n  .mewaii-sleep .sleep-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 58px 42px;\n    border-radius: 28px;\n    background:\n      radial-gradient(circle at 90% 10%, rgba(255, 214, 107, 0.55), transparent 28%),\n      linear-gradient(135deg, #eef2ff 0%, #fff9e8 100%);\n    text-align: center;\n  }\n\n  .mewaii-sleep .sleep-hero::before,\n  .mewaii-sleep .sleep-hero::after {\n    position: absolute;\n    border-radius: 50%;\n    background: rgba(255, 255, 255, 0.48);\n    content: \"\";\n  }\n\n  .mewaii-sleep .sleep-hero::before {\n    width: 150px;\n    height: 150px;\n    top: -70px;\n    left: -40px;\n  }\n\n  .mewaii-sleep .sleep-hero::after {\n    width: 90px;\n    height: 90px;\n    right: 8%;\n    bottom: -40px;\n  }\n\n  .mewaii-sleep .sleep-badge {\n    display: inline-flex;\n    align-items: center;\n    padding: 7px 14px;\n    margin-bottom: 18px;\n    border-radius: 999px;\n    background: var(--white);\n    color: var(--primary-dark);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.04em;\n    box-shadow: 0 5px 16px rgba(39, 49, 90, 0.08);\n  }\n\n  .mewaii-sleep .sleep-hero h2 {\n    max-width: 780px;\n    margin-right: auto;\n    margin-bottom: 16px;\n    margin-left: auto;\n    font-size: clamp(30px, 5vw, 52px);\n    line-height: 1.12;\n    letter-spacing: -0.03em;\n  }\n\n  .mewaii-sleep .sleep-hero p {\n    max-width: 720px;\n    margin: 0 auto;\n    color: var(--muted);\n    font-size: 17px;\n  }\n\n  \/* Section headings *\/\n  .mewaii-sleep .sleep-heading {\n    margin: 55px 0 26px;\n    text-align: center;\n  }\n\n  .mewaii-sleep .sleep-heading h2 {\n    margin-bottom: 8px;\n    font-size: clamp(26px, 4vw, 38px);\n    line-height: 1.2;\n  }\n\n  .mewaii-sleep .sleep-heading p {\n    max-width: 680px;\n    margin-right: auto;\n    margin-bottom: 0;\n    margin-left: auto;\n    color: var(--muted);\n  }\n\n  \/* Feature cards *\/\n  .mewaii-sleep .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n  }\n\n  .mewaii-sleep .feature-card {\n    padding: 28px;\n    border: 1px solid var(--border);\n    border-radius: var(--radius);\n    background: var(--white);\n    box-shadow: var(--shadow);\n    transition: transform 0.25s ease, box-shadow 0.25s ease;\n  }\n\n  .mewaii-sleep .feature-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 18px 42px rgba(39, 49, 90, 0.13);\n  }\n\n  .mewaii-sleep .feature-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 52px;\n    height: 52px;\n    margin-bottom: 18px;\n    border-radius: 16px;\n    background: var(--soft-blue);\n    color: var(--primary);\n    font-size: 24px;\n  }\n\n  .mewaii-sleep .feature-card:nth-child(even) .feature-icon {\n    background: var(--soft-yellow);\n  }\n\n  .mewaii-sleep .feature-card h3 {\n    margin-bottom: 9px;\n    font-size: 20px;\n    line-height: 1.3;\n  }\n\n  .mewaii-sleep .feature-card p {\n    margin-bottom: 0;\n    color: var(--muted);\n    font-size: 15px;\n  }\n\n  \/* Story card *\/\n  .mewaii-sleep .story-card {\n    display: grid;\n    grid-template-columns: 0.8fr 1.2fr;\n    gap: 34px;\n    align-items: center;\n    padding: 38px;\n    margin-top: 55px;\n    border-radius: 26px;\n    background: var(--soft-blue);\n  }\n\n  .mewaii-sleep .story-highlight {\n    padding: 30px;\n    border-radius: 20px;\n    background: var(--primary);\n    color: var(--white);\n    text-align: center;\n  }\n\n  .mewaii-sleep .story-highlight strong {\n    display: block;\n    margin-bottom: 5px;\n    font-size: 52px;\n    line-height: 1;\n  }\n\n  .mewaii-sleep .story-highlight span {\n    font-size: 16px;\n  }\n\n  .mewaii-sleep .story-content h2 {\n    margin-bottom: 14px;\n    font-size: clamp(25px, 4vw, 36px);\n    line-height: 1.2;\n  }\n\n  .mewaii-sleep .story-content p {\n    margin-bottom: 0;\n    color: var(--muted);\n  }\n\n  \/* Benefits *\/\n  .mewaii-sleep .benefit-card {\n    padding: 34px;\n    margin-top: 24px;\n    border: 1px solid var(--border);\n    border-radius: 24px;\n    background: var(--white);\n    box-shadow: var(--shadow);\n  }\n\n  .mewaii-sleep .benefit-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 13px 24px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .mewaii-sleep .benefit-list li {\n    position: relative;\n    padding-left: 30px;\n    color: var(--text);\n  }\n\n  .mewaii-sleep .benefit-list li::before {\n    position: absolute;\n    top: 1px;\n    left: 0;\n    color: var(--primary);\n    content: \"✓\";\n    font-size: 18px;\n    font-weight: 800;\n  }\n\n  \/* Product information *\/\n  .mewaii-sleep .info-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n  }\n\n  .mewaii-sleep .info-card {\n    padding: 30px;\n    border-radius: var(--radius);\n    background: var(--soft-yellow);\n  }\n\n  .mewaii-sleep .info-card:nth-child(even) {\n    background: var(--soft-blue);\n  }\n\n  .mewaii-sleep .info-card h3 {\n    margin-bottom: 20px;\n    font-size: 23px;\n  }\n\n  .mewaii-sleep .details-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .mewaii-sleep .details-list li {\n    display: flex;\n    justify-content: space-between;\n    gap: 15px;\n    padding: 11px 0;\n    border-bottom: 1px solid rgba(70, 80, 110, 0.12);\n  }\n\n  .mewaii-sleep .details-list li:last-child {\n    border-bottom: 0;\n  }\n\n  .mewaii-sleep .details-list span {\n    color: var(--muted);\n  }\n\n  .mewaii-sleep .details-list strong {\n    text-align: right;\n  }\n\n  \/* Safety note *\/\n  .mewaii-sleep .safety-note {\n    padding: 20px 24px;\n    margin-top: 30px;\n    border-left: 4px solid var(--accent);\n    border-radius: 12px;\n    background: #fffaf0;\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n  .mewaii-sleep .safety-note strong {\n    color: var(--text);\n  }\n\n  @media (max-width: 749px) {\n    .mewaii-sleep {\n      padding: 20px 14px 40px;\n    }\n\n    .mewaii-sleep .sleep-hero {\n      padding: 42px 20px;\n      border-radius: 22px;\n    }\n\n    .mewaii-sleep .sleep-hero p {\n      font-size: 15px;\n    }\n\n    .mewaii-sleep .feature-grid,\n    .mewaii-sleep .info-grid,\n    .mewaii-sleep .benefit-list,\n    .mewaii-sleep .story-card {\n      grid-template-columns: 1fr;\n    }\n\n    .mewaii-sleep .feature-card,\n    .mewaii-sleep .info-card,\n    .mewaii-sleep .benefit-card,\n    .mewaii-sleep .story-card {\n      padding: 23px;\n    }\n\n    .mewaii-sleep .story-highlight strong {\n      font-size: 44px;\n    }\n\n    .mewaii-sleep .details-list li {\n      display: block;\n    }\n\n    .mewaii-sleep .details-list strong {\n      display: block;\n      margin-top: 3px;\n      text-align: left;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"mewaii-sleep\"\u003e\u003c!-- Hero --\u003e\n\u003cdiv class=\"sleep-hero\"\u003e\n\u003cdiv class=\"sleep-badge\"\u003eMOM'S CHOICE AWARD WINNER\u003c\/div\u003e\n\u003ch2\u003eBetter Sleep for Baby.\u003cbr\u003eMore Rest for You.\u003c\/h2\u003e\n\u003cp\u003eMeet the MeWaii Starry Bunny - a smart sound machine, soothing night light and bedtime companion designed to grow with your child.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Features --\u003e\n\u003cdiv class=\"sleep-heading\"\u003e\n\u003ch2\u003eSmarter Support for Peaceful Nights\u003c\/h2\u003e\n\u003cp\u003eThoughtfully designed features help create a calm, comforting sleep environment from the newborn stage through the toddler years.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003carticle class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e♬\u003c\/div\u003e\n\u003ch3\u003eResponds When Your Baby Cries\u003c\/h3\u003e\n\u003cp\u003eIntelligent cry detection recognizes crying, automatically plays soothing sounds and sends a real-time notification to your phone.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e♫\u003c\/div\u003e\n\u003ch3\u003e100+ Soothing Sounds\u003c\/h3\u003e\n\u003cp\u003eChoose from white noise, nature sounds, fan sounds, lullabies and calming ambient tones for bedtime, naps and quiet time.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e◎\u003c\/div\u003e\n\u003ch3\u003eFull App Access Included\u003c\/h3\u003e\n\u003cp\u003eControl the sound, volume, lighting and sleep settings from your phone - with no monthly subscription fees.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e☾\u003c\/div\u003e\n\u003ch3\u003eGentle 360° Night Light\u003c\/h3\u003e\n\u003cp\u003eCreate a reassuring atmosphere with adjustable colors and brightness for bedtime routines, nighttime feedings and diaper changes.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e↗\u003c\/div\u003e\n\u003ch3\u003eGrows With Your Child\u003c\/h3\u003e\n\u003cp\u003eAge-friendly sound profiles and sleep-training features support your family's routine from the crib to the toddler bed.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e⌂\u003c\/div\u003e\n\u003ch3\u003eMade for Home and Travel\u003c\/h3\u003e\n\u003cp\u003eThe rechargeable, portable design makes it easy to bring a familiar bedtime environment wherever your family goes.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c!-- Story --\u003e\n\u003cdiv class=\"story-card\"\u003e\n\u003cdiv class=\"story-highlight\"\u003e\n\u003cstrong\u003e100+\u003c\/strong\u003e \u003cspan\u003esounds for sleep, relaxation and quiet time\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"story-content\"\u003e\n\u003ch2\u003eMake Bedtime Feel a Little Easier\u003c\/h2\u003e\n\u003cp\u003eSleep can be unpredictable - especially during the first few years. Starry Bunny combines comforting sounds, gentle lighting and smart controls to help you build a calmer, more consistent bedtime routine. Adjust the settings from your phone without entering the nursery or disturbing a light sleeper.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Benefits --\u003e\n\u003cdiv class=\"sleep-heading\"\u003e\n\u003ch2\u003eWhy Parents Love Starry Bunny\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eHelps create a consistent bedtime routine\u003c\/li\u003e\n\u003cli\u003eResponds automatically when crying is detected\u003c\/li\u003e\n\u003cli\u003eSends real-time notifications to your phone\u003c\/li\u003e\n\u003cli\u003eIncludes 100+ soothing sound options\u003c\/li\u003e\n\u003cli\u003eOffers adjustable colors and brightness\u003c\/li\u003e\n\u003cli\u003eRequires no paid app subscription\u003c\/li\u003e\n\u003cli\u003eIncludes a digital clock and alarm\u003c\/li\u003e\n\u003cli\u003eDisplays the room temperature\u003c\/li\u003e\n\u003cli\u003eFeatures a child-lock function\u003c\/li\u003e\n\u003cli\u003eRechargeable and travel-friendly\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Product information --\u003e\n\u003cdiv class=\"sleep-heading\"\u003e\n\u003ch2\u003eProduct Information\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-grid\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cul class=\"details-list\"\u003e\n\u003cli\u003e\n\u003cspan\u003eColor\u003c\/span\u003e \u003cstrong\u003eBlue \u0026amp; Yellow\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eMaterial\u003c\/span\u003e \u003cstrong\u003eABS\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003ePower\u003c\/span\u003e \u003cstrong\u003eRechargeable Battery\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eCharging Port\u003c\/span\u003e \u003cstrong\u003eUSB Type-C\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eDimensions\u003c\/span\u003e \u003cstrong\u003e6.3 × 5.51 × 4.33 in\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eWeight\u003c\/span\u003e \u003cstrong\u003e18.1 oz\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eApp Access\u003c\/span\u003e \u003cstrong\u003eIncluded\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3\u003eWhat's Included\u003c\/h3\u003e\n\u003cul class=\"details-list\"\u003e\n\u003cli\u003e\n\u003cspan\u003eStarry Bunny Sound Machine\u003c\/span\u003e \u003cstrong\u003e× 1\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eUSB Charging Cable\u003c\/span\u003e \u003cstrong\u003e× 1\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eUser Manual\u003c\/span\u003e \u003cstrong\u003e× 1\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eAudio Introduction Card\u003c\/span\u003e \u003cstrong\u003e× 1\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Safety --\u003e\n\u003cdiv class=\"safety-note\"\u003e\n\u003cstrong\u003eSafety note:\u003c\/strong\u003e This product is not a toy. Keep the device at a safe distance from your baby's sleeping area, use an appropriate volume and follow the included electrical safety instructions.\u003c\/div\u003e\n\u003c\/section\u003e","brand":"MeWaii Official Store | Huggwaii","offers":[{"title":"Bunny White Noise Sound Machine","offer_id":52812942147860,"sku":"MEDO000LIW1816L16-S01-A","price":89.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0859\/1890\/8692\/files\/81dx1_8unwL._SL1500.jpg?v=1784258035","url":"https:\/\/www.huggwaii.com\/products\/mewaii-bunny-baby-white-noise-machine-ai-cry-detection-sleep-trainer-with-soothing-sounds-night-light","provider":"MeWaii Official Store | Huggwaii","version":"1.0","type":"link"}