{"product_id":"cute-rabbit-tap-tap-led-night-lamp","title":"Maetiva® Squishy Silicone Tap Tap Night Light Lamp Best Gift","description":"\u003cbody\u003e  \u003cdiv id=\"rabbit-page\"\u003e    \u003cmeta charset=\"utf-8\"\u003e    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003e    \u003ctitle\u003eMaetiva Cute Rabbit Squishy Night Light\u003c\/title\u003e    \u003cstyle\u003e      #rabbit-page {        --ink: #44352d;        --muted: #76685f;        --cream: #fffaf1;        --pink: #ffe9ed;        --accent: #f4bcc8;        --line: #eadfd4;        --white: #fff;      }      #rabbit-page * {        box-sizing: border-box;      }      #rabbit-page {        margin: 0;        color: var(--ink);        font: 16px\/1.65 Arial, Helvetica, sans-serif;      }      #rabbit-page .page {        max-width: 1180px;        margin: 30px auto;        padding: 0 16px;      }      #rabbit-page .hero,      #rabbit-page .feature {        display: grid;        grid-template-columns: 1.1fr .9fr;        gap: 20px;      }      #rabbit-page .card {        padding: clamp(24px, 4vw, 46px);        border: 1px solid var(--line);        border-radius: 24px;        background: var(--white);      }      #rabbit-page .intro {        background: radial-gradient(circle at 82% 20%, rgba(255, 195, 207, .36), transparent 35%), linear-gradient(135deg, var(--cream), #fff3f5);      }      #rabbit-page h1,      #rabbit-page h2,      #rabbit-page h3 {        margin-top: 0;        line-height: 1.15;      }      #rabbit-page h1 {        font-size: clamp(30px, 4vw, 48px);        letter-spacing: -.03em;      }      #rabbit-page h2 {        font-size: clamp(25px, 3vw, 35px);      }      #rabbit-page h3 {        font-size: 18px;      }      #rabbit-page .eyebrow,      #rabbit-page .tag {        display: inline-block;        padding: 5px 11px;        border-radius: 999px;        background: #fff;        font-size: 12px;        font-weight: 700;        letter-spacing: .08em;        text-transform: uppercase;      }      #rabbit-page .muted {        color: var(--muted);      }      #rabbit-page .highlights {        display: grid;        grid-template-columns: 1fr 1fr;        gap: 12px;      }      #rabbit-page .highlight {        padding: 15px;        border: 1px solid var(--line);        border-radius: 16px;        background: var(--cream);      }      #rabbit-page .highlight:nth-child(1),      #rabbit-page .highlight:nth-child(3) {        background: var(--pink);      }      #rabbit-page .highlight strong,      #rabbit-page .highlight span {        display: block;      }      #rabbit-page .highlight span {        color: var(--muted);        font-size: 13px;      }      #rabbit-page .section {        margin-top: 27px;      }      #rabbit-page .center {        text-align: center;      }      #rabbit-page .uses {        display: grid;        grid-template-columns: repeat(4, 1fr);        gap: 12px;      }      #rabbit-page .use {        min-height: 172px;        padding: 22px;        border: 1px solid var(--line);        border-radius: 20px;        background: #fff;        box-shadow: 0 10px 30px rgba(93, 65, 41, .035);      }      #rabbit-page .tag {        margin-bottom: 15px;        background: var(--accent);        letter-spacing: .04em;      }      #rabbit-page .use p {        margin: 0;        color: var(--muted);        font-size: 14px;      }      #rabbit-page .feature {        overflow: hidden;        border: 1px solid var(--line);        border-radius: 24px;        background: var(--cream);      }      #rabbit-page .feature .card {        border: 0;        border-radius: 0;        background: transparent;      }      #rabbit-page .feature .card+.card {        border-left: 1px solid var(--line);        background: #fff;      }      #rabbit-page .steps {        margin: 18px 0 0;        padding: 0;        list-style: none;        counter-reset: s;      }      #rabbit-page .steps li {        position: relative;        margin: 12px 0;        padding-left: 42px;        counter-increment: s;      }      #rabbit-page .steps li:before {        position: absolute;        left: 0;        top: 0;        display: grid;        width: 29px;        height: 29px;        place-items: center;        border-radius: 50%;        background: var(--accent);        content: counter(s);        font-size: 13px;        font-weight: 700;      }      #rabbit-page .note {        padding: 13px 15px;        border-left: 3px solid var(--accent);        border-radius: 14px;        background: #fff0f3;        color: var(--muted);        font-size: 13px;      }      #rabbit-page .specs {        display: grid;        grid-template-columns: 1fr 1fr;        margin: 0;        overflow: hidden;        border: 1px solid var(--line);        border-radius: 20px;      }      #rabbit-page .spec {        display: flex;        justify-content: space-between;        gap: 18px;        padding: 13px 17px;        border-bottom: 1px solid var(--line);      }      #rabbit-page .spec:nth-child(odd) {        border-right: 1px solid var(--line);      }      #rabbit-page .spec:nth-last-child(-n+2) {        border-bottom: 0;      }      #rabbit-page .spec dt {        color: var(--muted);      }      #rabbit-page .spec dd {        margin: 0;        text-align: right;        font-weight: 650;      }      #rabbit-page .faq {        border-top: 1px solid var(--line);      }      #rabbit-page details {        border-bottom: 1px solid var(--line);      }      #rabbit-page summary {        display: flex;        justify-content: space-between;        gap: 15px;        padding: 17px 4px;        cursor: pointer;        font-weight: 700;        list-style: none;      }      #rabbit-page summary::-webkit-details-marker {        display: none;      }      #rabbit-page summary:after {        content: \"+\";        font-size: 20px;        font-weight: 400;      }      #rabbit-page details[open] summary:after {        content: \"−\";      }      #rabbit-page .answer {        padding: 0 34px 17px 4px;        color: var(--muted);      }      #rabbit-page .answer p {        margin: 0;      }      #rabbit-page .links {        text-align: center;        color: var(--muted);        font-size: 14px;      }      #rabbit-page .links a {        color: var(--ink);        text-underline-offset: 3px;      }      @media (max-width: 800px) {        #rabbit-page .page {          margin: 20px auto;        }        #rabbit-page .hero,        #rabbit-page .feature {          grid-template-columns: 1fr;        }        #rabbit-page .card {          padding: 22px;          border-radius: 20px;        }        #rabbit-page .uses {          display: flex;          overflow-x: auto;          gap: 12px;          padding-bottom: 7px;          scroll-snap-type: x mandatory;        }        #rabbit-page .use {          min-width: 78%;          min-height: 0;          scroll-snap-align: start;        }        #rabbit-page .feature .card+.card {          border-top: 1px solid var(--line);          border-left: 0;        }        #rabbit-page .specs {          grid-template-columns: 1fr;        }        #rabbit-page .spec:nth-child(odd) {          border-right: 0;        }        #rabbit-page .spec:nth-last-child(2) {          border-bottom: 1px solid var(--line);        }      }      @media (max-width: 420px) {        #rabbit-page .highlights {          grid-template-columns: 1fr;        }      }    \u003c\/style\u003e    \u003cmain class=\"page\"\u003e      \u003csection class=\"hero\"\u003e        \u003cdiv class=\"card intro\"\u003e          \u003cp class=\"eyebrow\"\u003eA small glow for gentler nights\u003c\/p\u003e          \u003ch1\u003eA soft bunny companion for bedtime\u003c\/h1\u003e          \u003cp class=\"muted\"\u003eThis lying rabbit night light brings a warm-yellow glow and a soft, squishy feel to bedtime routines. Keep it beside the bed for gentler lighting, tap it when you need a small calming break, or give it as a thoughtful gift for someone who loves cozy animal decor.\u003c\/p\u003e        \u003c\/div\u003e        \u003cdiv class=\"card highlights\" aria-label=\"Product highlights\"\u003e          \u003cdiv class=\"highlight\"\u003e            \u003cstrong\u003e3 brightness levels\u003c\/strong\u003e\u003cspan\u003eTap the body to adjust\u003c\/span\u003e          \u003c\/div\u003e          \u003cdiv class=\"highlight\"\u003e            \u003cstrong\u003eUp to 56 hours\u003c\/strong\u003e\u003cspan\u003eOn the low setting\u003c\/span\u003e          \u003c\/div\u003e          \u003cdiv class=\"highlight\"\u003e            \u003cstrong\u003e30-minute timer\u003c\/strong\u003e\u003cspan\u003eControlled at the base\u003c\/span\u003e          \u003c\/div\u003e          \u003cdiv class=\"highlight\"\u003e            \u003cstrong\u003eUSB-C rechargeable\u003c\/strong\u003e\u003cspan\u003e1200mAh battery\u003c\/span\u003e          \u003c\/div\u003e        \u003c\/div\u003e      \u003c\/section\u003e      \u003csection class=\"section\"\u003e        \u003cdiv class=\"center\"\u003e          \u003ch2\u003eMade for small moments of comfort\u003c\/h2\u003e          \u003cp class=\"muted\"\u003eA friendly bedside companion for children, teens and adults who like their spaces soft, playful and inviting.\u003c\/p\u003e        \u003c\/div\u003e        \u003cdiv class=\"uses\"\u003e          \u003carticle class=\"use\"\u003e            \u003cspan class=\"tag\"\u003eUnwind\u003c\/span\u003e            \u003ch3\u003eA gentle sensory reset\u003c\/h3\u003e            \u003cp\u003eTap or gently squeeze the soft silicone body after a busy day, during a quiet break or while settling into an evening routine.\u003c\/p\u003e          \u003c\/article\u003e          \u003carticle class=\"use\"\u003e            \u003cspan class=\"tag\"\u003eIlluminate\u003c\/span\u003e            \u003ch3\u003eGentle bedside lighting\u003c\/h3\u003e            \u003cp\u003eChoose a lower brightness for bedtime stories, nighttime check-ins or moving around without a harsh overhead light.\u003c\/p\u003e          \u003c\/article\u003e          \u003carticle class=\"use\"\u003e            \u003cspan class=\"tag\"\u003eGift\u003c\/span\u003e            \u003ch3\u003eFor bunny lovers\u003c\/h3\u003e            \u003cp\u003eA sweet birthday, holiday or just-because gift for children, teens and anyone who enjoys cozy character decor.\u003c\/p\u003e          \u003c\/article\u003e          \u003carticle class=\"use\"\u003e            \u003cspan class=\"tag\"\u003eKids\u003c\/span\u003e            \u003ch3\u003eA friendly room companion\u003c\/h3\u003e            \u003cp\u003eThe rounded rabbit shape and soft-touch exterior make it a charming addition to a child's room with adult supervision.\u003c\/p\u003e          \u003c\/article\u003e        \u003c\/div\u003e      \u003c\/section\u003e      \u003csection class=\"section feature\"\u003e        \u003cdiv class=\"card\"\u003e          \u003ch2\u003eTap for the brightness you need\u003c\/h2\u003e          \u003cp class=\"muted\"\u003eThe light level is controlled by gently tapping the silicone body, so the lamp stays simple and easy to use.\u003c\/p\u003e          \u003col class=\"steps\"\u003e            \u003cli\u003eUse the base control to switch the lamp on.\u003c\/li\u003e            \u003cli\u003eTap the rabbit body to move through the three brightness levels.\u003c\/li\u003e            \u003cli\u003eUse the base control when you want to switch the lamp off.\u003c\/li\u003e          \u003c\/ol\u003e        \u003c\/div\u003e        \u003cdiv class=\"card\"\u003e          \u003ch2\u003eSet a short bedtime timer\u003c\/h2\u003e          \u003cp class=\"muted\"\u003eThe 30-minute timer is controlled at the base. It is useful for winding down, reading together or creating a small pool of light before sleep.\u003c\/p\u003e          \u003cp class=\"note\"\u003eThis model produces a warm-yellow light only and does not use color-changing modes.\u003c\/p\u003e        \u003c\/div\u003e      \u003c\/section\u003e      \u003csection class=\"section\"\u003e        \u003cdiv class=\"center\"\u003e\u003ch2\u003eProduct details\u003c\/h2\u003e\u003c\/div\u003e        \u003cdl class=\"specs\"\u003e          \u003cdiv class=\"spec\"\u003e            \u003cdt\u003eMaterials\u003c\/dt\u003e            \u003cdd\u003eSilicone exterior; PC+ABS base and internal structure\u003c\/dd\u003e          \u003c\/div\u003e          \u003cdiv class=\"spec\"\u003e            \u003cdt\u003eDimensions\u003c\/dt\u003e            \u003cdd\u003e143 × 109 × 85mm\u003c\/dd\u003e          \u003c\/div\u003e          \u003cdiv class=\"spec\"\u003e            \u003cdt\u003eProduct weight\u003c\/dt\u003e            \u003cdd\u003eApprox. 157g\u003c\/dd\u003e          \u003c\/div\u003e          \u003cdiv class=\"spec\"\u003e            \u003cdt\u003eBattery\u003c\/dt\u003e            \u003cdd\u003e1200mAh rechargeable battery\u003c\/dd\u003e          \u003c\/div\u003e          \u003cdiv class=\"spec\"\u003e            \u003cdt\u003eCharging\u003c\/dt\u003e            \u003cdd\u003eUSB-C; approx. 3.5 hours\u003c\/dd\u003e          \u003c\/div\u003e          \u003cdiv class=\"spec\"\u003e            \u003cdt\u003eRuntime\u003c\/dt\u003e            \u003cdd\u003eApprox. 16h high \/ 56h low\u003c\/dd\u003e          \u003c\/div\u003e          \u003cdiv class=\"spec\"\u003e            \u003cdt\u003eLight\u003c\/dt\u003e            \u003cdd\u003eWarm yellow; 3 brightness levels\u003c\/dd\u003e          \u003c\/div\u003e          \u003cdiv class=\"spec\"\u003e            \u003cdt\u003eTimer\u003c\/dt\u003e            \u003cdd\u003e30 minutes, controlled at the base\u003c\/dd\u003e          \u003c\/div\u003e          \u003cdiv class=\"spec\"\u003e            \u003cdt\u003eIn the box\u003c\/dt\u003e            \u003cdd\u003eNight light, manual and USB-C cable\u003c\/dd\u003e          \u003c\/div\u003e        \u003c\/dl\u003e      \u003c\/section\u003e      \u003csection class=\"section\"\u003e        \u003cdiv class=\"center\"\u003e          \u003ch2\u003eGood to know\u003c\/h2\u003e          \u003cp class=\"muted\"\u003eHelpful answers, kept compact until you need them.\u003c\/p\u003e        \u003c\/div\u003e        \u003cdiv class=\"faq\"\u003e          \u003cdetails\u003e            \u003csummary\u003eIs this night light suitable for children?\u003c\/summary\u003e            \u003cdiv class=\"answer\"\u003e\u003cp\u003eThe soft silicone exterior, rounded bunny shape and gentle warm glow make it a friendly option for a child's room. This product has CPC documentation for the current model. Adult supervision is still recommended for younger children, and the charging cable should be kept away from infants.\u003c\/p\u003e\u003c\/div\u003e          \u003c\/details\u003e          \u003cdetails\u003e            \u003csummary\u003eHow do I change the brightness?\u003c\/summary\u003e            \u003cdiv class=\"answer\"\u003e\u003cp\u003eSwitch the lamp on using the base control, then gently tap the rabbit body to cycle through the three brightness levels.\u003c\/p\u003e\u003c\/div\u003e          \u003c\/details\u003e          \u003cdetails\u003e            \u003csummary\u003eHow do I use the timer?\u003c\/summary\u003e            \u003cdiv class=\"answer\"\u003e\u003cp\u003eThe 30-minute timer is controlled with the base control. The lamp will turn off automatically when the selected timer period ends.\u003c\/p\u003e\u003c\/div\u003e          \u003c\/details\u003e          \u003cdetails\u003e            \u003csummary\u003eHow long does the battery last?\u003c\/summary\u003e            \u003cdiv class=\"answer\"\u003e\u003cp\u003eA full charge provides approximately 16 hours on high brightness or up to 56 hours on low brightness. Actual runtime can vary with use and brightness.\u003c\/p\u003e\u003c\/div\u003e          \u003c\/details\u003e          \u003cdetails\u003e            \u003csummary\u003eCan I use it while charging?\u003c\/summary\u003e            \u003cdiv class=\"answer\"\u003e\u003cp\u003eYes, the lamp can operate while connected to power. For children, we recommend keeping the cable under adult control.\u003c\/p\u003e\u003c\/div\u003e          \u003c\/details\u003e          \u003cdetails\u003e            \u003csummary\u003eDoes it include a wall adapter?\u003c\/summary\u003e            \u003cdiv class=\"answer\"\u003e\u003cp\u003eA USB-C charging cable is included, but a wall adapter is not. A compatible adapter can be purchased separately from our store.\u003c\/p\u003e\u003c\/div\u003e          \u003c\/details\u003e          \u003cdetails\u003e            \u003csummary\u003eHow should I clean it?\u003c\/summary\u003e            \u003cdiv class=\"answer\"\u003e\u003cp\u003eSwitch the lamp off and disconnect the cable first. Wipe the exterior gently with a soft, slightly damp cloth, then let it dry before use. Do not immerse or wash the lamp directly.\u003c\/p\u003e\u003c\/div\u003e          \u003c\/details\u003e          \u003cdetails\u003e            \u003csummary\u003eWhat safety information should I know?\u003c\/summary\u003e            \u003cdiv class=\"answer\"\u003e\u003cp\u003eThis product has FCC, RoHS and CPC documentation. These documents do not replace adult supervision. Do not let young children play with the lamp while it is charging.\u003c\/p\u003e\u003c\/div\u003e          \u003c\/details\u003e        \u003c\/div\u003e        \u003cp class=\"links\"\u003eNeed more help? Visit our  or .\u003c\/p\u003e      \u003c\/section\u003e    \u003c\/main\u003e  \u003c\/div\u003e\n\u003c\/body\u003e","brand":"Maetiva","offers":[{"title":"Rabbit \/ White","offer_id":50516146127035,"sku":null,"price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/0121\/5931\/files\/yobox-image-1785837315604.jpg?v=1790059948","url":"https:\/\/maetiva.com\/products\/cute-rabbit-tap-tap-led-night-lamp","provider":"Maetiva","version":"1.0","type":"link"}