{"product_id":"mewaii-lovely-axolotl-squishy-silicone-led-night-light-perfect-gift-for-kids-and-girls","title":"Maetiva® Limited Version Axolotl Squishy Silicone Night Light - Perfect Gift","description":"\u003cdiv\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e      #axolotl-page {        --ink: #44352d;        --muted: #76685f;        --cream: #fffaf1;        --pink: #ffe7ed;        --accent: #f2b6c6;        --line: #eadfd4;        --white: #fff;      }      #axolotl-page * {        box-sizing: border-box;      }      #axolotl-page {        margin: 0;        color: var(--ink);        font: 16px\/1.65 Arial, Helvetica, sans-serif;      }      #axolotl-page .page {        max-width: 1180px;        margin: 30px auto;        padding: 0 16px;      }      #axolotl-page .hero,      #axolotl-page .feature {        display: grid;        grid-template-columns: 1.1fr 0.9fr;        gap: 20px;      }      #axolotl-page .card {        padding: clamp(24px, 4vw, 46px);        border: 1px solid var(--line);        border-radius: 24px;        background: var(--white);      }      #axolotl-page .intro {        background: radial-gradient(circle at 82% 20%, rgba(255, 182, 203, 0.4), transparent 35%), linear-gradient(135deg, var(--cream), #fff0f4);      }      #axolotl-page h1,      #axolotl-page h2,      #axolotl-page h3 {        margin-top: 0;        line-height: 1.15;      }      #axolotl-page h1 {        font-size: clamp(30px, 4vw, 48px);        letter-spacing: -0.03em;      }      #axolotl-page h2 {        font-size: clamp(25px, 3vw, 35px);      }      #axolotl-page h3 {        font-size: 18px;      }      #axolotl-page .eyebrow,      #axolotl-page .tag {        display: inline-block;        padding: 5px 11px;        border-radius: 999px;        background: #fff;        font-size: 12px;        font-weight: 700;        letter-spacing: 0.08em;        text-transform: uppercase;      }      #axolotl-page .muted {        color: var(--muted);      }      #axolotl-page .options {        display: grid;        grid-template-columns: 1fr 1fr;        gap: 12px;      }      #axolotl-page .option {        padding: 18px;        border: 1px solid var(--line);        border-radius: 17px;        background: var(--cream);      }      #axolotl-page .option.sound {        background: var(--pink);      }      #axolotl-page .option p {        margin: 7px 0 0;        color: var(--muted);        font-size: 14px;      }      #axolotl-page .section {        margin-top: 27px;      }      #axolotl-page .center {        text-align: center;      }      #axolotl-page .uses {        display: grid;        grid-template-columns: repeat(4, 1fr);        gap: 12px;      }      #axolotl-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, 0.035);      }      #axolotl-page .tag {        margin-bottom: 15px;        background: var(--accent);        letter-spacing: 0.04em;      }      #axolotl-page .use p {        margin: 0;        color: var(--muted);        font-size: 14px;      }      #axolotl-page .feature {        overflow: hidden;        border: 1px solid var(--line);        border-radius: 24px;        background: var(--cream);      }      #axolotl-page .feature .card {        border: 0;        border-radius: 0;        background: transparent;      }      #axolotl-page .feature .card+.card {        border-left: 1px solid var(--line);        background: #fff;      }      #axolotl-page .steps {        margin: 18px 0 0;        padding: 0;        list-style: none;        counter-reset: s;      }      #axolotl-page .steps li {        position: relative;        margin: 12px 0;        padding-left: 42px;        counter-increment: s;      }      #axolotl-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;      }      #axolotl-page .sound-grid {        display: grid;        grid-template-columns: repeat(2, 1fr);        gap: 10px;        margin-top: 17px;      }      #axolotl-page .sound {        padding: 11px;        border: 1px solid var(--line);        border-radius: 14px;        background: var(--cream);        font-size: 14px;        font-weight: 700;      }      #axolotl-page .note {        padding: 13px 15px;        border-left: 3px solid var(--accent);        border-radius: 14px;        background: #fff0f4;        color: var(--muted);        font-size: 13px;      }      #axolotl-page .specs {        display: grid;        grid-template-columns: 1fr 1fr;        margin: 0;        overflow: hidden;        border: 1px solid var(--line);        border-radius: 20px;      }      #axolotl-page .spec {        display: flex;        justify-content: space-between;        gap: 18px;        padding: 13px 17px;        border-bottom: 1px solid var(--line);      }      #axolotl-page .spec:nth-child(odd) {        border-right: 1px solid var(--line);      }      #axolotl-page .spec:nth-last-child(-n+2) {        border-bottom: 0;      }      #axolotl-page .spec dt {        color: var(--muted);      }      #axolotl-page .spec dd {        margin: 0;        text-align: right;        font-weight: 650;      }      #axolotl-page .faq {        border-top: 1px solid var(--line);      }      #axolotl-page details {        border-bottom: 1px solid var(--line);      }      #axolotl-page summary {        display: flex;        justify-content: space-between;        gap: 15px;        padding: 17px 4px;        cursor: pointer;        font-weight: 700;        list-style: none;      }      #axolotl-page summary::-webkit-details-marker {        display: none;      }      #axolotl-page summary:after {        content: \"+\";        font-size: 20px;        font-weight: 400;      }      #axolotl-page details[open] summary:after {        content: \"−\";      }      #axolotl-page .answer {        padding: 0 34px 17px 4px;        color: var(--muted);      }      #axolotl-page .answer p {        margin: 0;      }      #axolotl-page .links {        text-align: center;        color: var(--muted);        font-size: 14px;      }      #axolotl-page .links a {        color: var(--ink);        text-underline-offset: 3px;      }      @media (max-width: 800px) {        #axolotl-page .page {          margin: 20px auto;        }        #axolotl-page .hero,        #axolotl-page .feature {          grid-template-columns: 1fr;        }        #axolotl-page .card {          padding: 22px;          border-radius: 20px;        }        #axolotl-page .uses {          display: flex;          overflow-x: auto;          gap: 12px;          padding-bottom: 7px;          scroll-snap-type: x mandatory;        }        #axolotl-page .use {          min-width: 78%;          min-height: 0;          scroll-snap-align: start;        }        #axolotl-page .feature .card+.card {          border-top: 1px solid var(--line);          border-left: 0;        }        #axolotl-page .specs {          grid-template-columns: 1fr;        }        #axolotl-page .spec:nth-child(odd) {          border-right: 0;        }        #axolotl-page .spec:nth-last-child(2) {          border-bottom: 1px solid var(--line);        }      }      @media (max-width: 420px) {        #axolotl-page .options,        #axolotl-page .sound-grid {          grid-template-columns: 1fr;        }      }    \u003c\/style\u003e\n\u003cdiv id=\"axolotl-page\"\u003e\u003cmain class=\"page\"\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"card intro\"\u003e\n\u003cp class=\"eyebrow\"\u003eA pink glow, made for softer routines\u003c\/p\u003e\n\u003ch1\u003eA limited axolotl companion for calm moments\u003c\/h1\u003e\n\u003cp class=\"muted\"\u003eThis limited-edition axolotl brings a soft pink glow and a satisfying squishy feel to bedtime, quiet breaks and cozy corners. Choose the standard version for simple lighting, or the white-noise version for light plus four built-in sounds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card options\"\u003e\n\u003cdiv class=\"option\"\u003e\n\u003cstrong\u003eStandard version\u003c\/strong\u003e\n\u003cp\u003ePink light, 3 brightness levels and a 30-minute timer. This version does not include sound.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"option sound\"\u003e\n\u003cstrong\u003eWhite-noise version\u003c\/strong\u003e\n\u003cp\u003ePink light, 3 brightness levels, 30-minute timer and four built-in sound options.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section\"\u003e\n\u003cdiv class=\"center\"\u003e\n\u003ch2\u003eMade for light, comfort and playful decor\u003c\/h2\u003e\n\u003cp class=\"muted\"\u003eA friendly bedside companion for children, teens, axolotl fans and thoughtful gift-givers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uses\"\u003e\n\u003carticle class=\"use\"\u003e\u003cspan class=\"tag\"\u003eUnwind\u003c\/span\u003e\n\u003ch3\u003eA gentle sensory reset\u003c\/h3\u003e\n\u003cp\u003eTap or softly squeeze the silicone body after a busy day, during a quiet break or while settling into an evening routine.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"use\"\u003e\u003cspan class=\"tag\"\u003eIlluminate\u003c\/span\u003e\n\u003ch3\u003eSoft pink bedside light\u003c\/h3\u003e\n\u003cp\u003eChoose a lower brightness for bedtime stories, nighttime check-ins or moving around without a harsh overhead light.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"use\"\u003e\u003cspan class=\"tag\"\u003eSound\u003c\/span\u003e\n\u003ch3\u003eMore comfort, if you choose it\u003c\/h3\u003e\n\u003cp\u003eThe white-noise version adds four built-in sounds. The standard version is light-only and has no sound function.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"use\"\u003e\u003cspan class=\"tag\"\u003eGift\u003c\/span\u003e\n\u003ch3\u003eA cheerful axolotl gift\u003c\/h3\u003e\n\u003cp\u003eA sweet birthday, holiday or just-because gift for children, teens and anyone who loves pink character decor.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section feature\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch2\u003eTap for the brightness you need\u003c\/h2\u003e\n\u003cp class=\"muted\"\u003eBoth versions use gentle taps on the silicone body to cycle through three brightness levels. The base control manages the main on\/off setting and the 30-minute timer.\u003c\/p\u003e\n\u003col class=\"steps\"\u003e\n\u003cli\u003eUse the base control to switch the lamp on.\u003c\/li\u003e\n\u003cli\u003eTap the axolotl body to move through the three brightness levels.\u003c\/li\u003e\n\u003cli\u003eUse the base control to switch the lamp off or set the timer.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch2\u003eWhite noise, only in the sound version\u003c\/h2\u003e\n\u003cp class=\"muted\"\u003eThe white-noise version lets you choose from four built-in sounds at the base. The standard version does not include sound playback.\u003c\/p\u003e\n\u003cdiv class=\"sound-grid\"\u003e\n\u003cdiv class=\"sound\"\u003eCricket sounds\u003c\/div\u003e\n\u003cdiv class=\"sound\"\u003eRain sounds\u003c\/div\u003e\n\u003cdiv class=\"sound\"\u003eMusic box\u003c\/div\u003e\n\u003cdiv class=\"sound\"\u003eChildren's songs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"note\"\u003eBoth versions produce a soft pink light only and do not use color-changing modes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section\"\u003e\n\u003cdiv class=\"center\"\u003e\n\u003ch2\u003eProduct details\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec\"\u003eMaterialsSilicone exterior; PC+ABS base and internal structure\u003c\/div\u003e\n\u003cdiv class=\"spec\"\u003eDimensions150 × 125 × 75mm\u003c\/div\u003e\n\u003cdiv class=\"spec\"\u003eProduct weightApprox. 175g\u003c\/div\u003e\n\u003cdiv class=\"spec\"\u003eLightSoft pink; 3 brightness levels\u003c\/div\u003e\n\u003cdiv class=\"spec\"\u003eTimer30 minutes, controlled at the base\u003c\/div\u003e\n\u003cdiv class=\"spec\"\u003eStandard version battery1200mAh\u003c\/div\u003e\n\u003cdiv class=\"spec\"\u003eStandard version chargingApprox. 2–3 hours\u003c\/div\u003e\n\u003cdiv class=\"spec\"\u003eStandard version runtimeApprox. 6–8 hours\u003c\/div\u003e\n\u003cdiv class=\"spec\"\u003eWhite-noise version battery500mAh\u003c\/div\u003e\n\u003cdiv class=\"spec\"\u003eWhite-noise version chargingApprox. 1.5 hours\u003c\/div\u003e\n\u003cdiv class=\"spec\"\u003eWhite-noise version runtimeApprox. 3–6 hours\u003c\/div\u003e\n\u003cdiv class=\"spec\"\u003eWhite-noise sound optionsCrickets, rain, music box and children's songs\u003c\/div\u003e\n\u003cdiv class=\"spec\"\u003eIn the boxNight light, manual and USB-C cable\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section\"\u003e\n\u003cdiv class=\"center\"\u003e\n\u003ch2\u003eGood to know\u003c\/h2\u003e\n\u003cp class=\"muted\"\u003eHelpful answers, kept compact until you need them.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the difference between the two versions?\u003c\/summary\u003e\n\u003cdiv class=\"answer\"\u003e\n\u003cp\u003eBoth versions have a soft pink light, three brightness levels and a 30-minute timer. The standard version is light-only. The white-noise version also includes cricket sounds, rain sounds, music-box music and children's songs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I change the brightness?\u003c\/summary\u003e\n\u003cdiv class=\"answer\"\u003e\n\u003cp\u003eSwitch the lamp on using the base control, then gently tap the axolotl body to cycle through the three brightness levels.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I use the timer and sound controls?\u003c\/summary\u003e\n\u003cdiv class=\"answer\"\u003e\n\u003cp\u003eThe base control manages the lamp's on\/off setting and 30-minute timer. On the white-noise version, use the base control to switch between the four available sounds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long does the battery last?\u003c\/summary\u003e\n\u003cdiv class=\"answer\"\u003e\n\u003cp\u003eThe standard version provides approximately 6–8 hours per charge. The white-noise version provides approximately 3–6 hours per charge. Actual runtime can vary with light, sound and usage settings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this night light suitable for children?\u003c\/summary\u003e\n\u003cdiv class=\"answer\"\u003e\n\u003cp\u003eIts soft silicone exterior, rounded shape and gentle pink glow make it a friendly option for a child's room. Both versions have 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\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use it while charging?\u003c\/summary\u003e\n\u003cdiv class=\"answer\"\u003e\n\u003cp\u003eYes, the lamp can operate while connected to power. For children, we recommend keeping the cable under adult control.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it include a wall adapter?\u003c\/summary\u003e\n\u003cdiv class=\"answer\"\u003e\n\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\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eHow should I clean it?\u003c\/summary\u003e\n\u003cdiv class=\"answer\"\u003e\n\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\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhat safety information should I know?\u003c\/summary\u003e\n\u003cdiv class=\"answer\"\u003e\n\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\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cp class=\"links\"\u003eNeed more help? Visit our or .\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/main\u003e\u003c\/div\u003e","brand":"Maetiva","offers":[{"title":"🦋 White Noise Version","offer_id":50516145733819,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"🩷 Pink Axolotl","offer_id":50516145766587,"sku":null,"price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/0121\/5931\/files\/20250116-002608_dee751d8-9a61-4a5a-8905-d7c13ea22f49.jpg?v=1790059944","url":"https:\/\/maetiva.com\/products\/mewaii-lovely-axolotl-squishy-silicone-led-night-light-perfect-gift-for-kids-and-girls","provider":"Maetiva","version":"1.0","type":"link"}