{"product_id":"squishy-silicone-capybara-flower-led-night-light-perfect-gift-for-kids-and-girls","title":"Maetiva® Flower Capybara Squishy Silicone Night Light - Perfect Gift for Kids and Girls","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003e\u003c\/p\u003e\u003cstyle\u003e    :root {      --ink: #44352d;      --muted: #76685f;      --cream: #fffaf1;      --peach: #fff0e1;      --accent: #efc790;      --line: #eadfd4;      --white: #fff;    }    * {      box-sizing: border-box;    }    body {      margin: 0;      background: #f8f3ef;      color: var(--ink);      font: 16px\/1.65 Arial, Helvetica, sans-serif;    }    .page {      max-width: 1180px;      margin: 30px auto;      padding: 0 16px;    }    .hero,    .feature {      display: grid;      grid-template-columns: 1.1fr .9fr;      gap: 20px;    }    .card {      padding: clamp(24px, 4vw, 46px);      border: 1px solid var(--line);      border-radius: 24px;      background: var(--white);    }    .intro {      background:        radial-gradient(          circle at 82% 20%,          rgba(239, 199, 144, .42),          transparent 35%        ),        linear-gradient(135deg, var(--cream), var(--peach));    }    h1,    h2,    h3 {      margin-top: 0;      line-height: 1.15;    }    h1 {      font-size: clamp(30px, 4vw, 48px);      letter-spacing: -.03em;    }    h2 {      font-size: clamp(25px, 3vw, 35px);    }    h3 {      font-size: 18px;    }    .eyebrow,    .tag {      display: inline-block;      padding: 5px 11px;      border-radius: 999px;      background: #fff;      font-size: 12px;      font-weight: 700;      letter-spacing: .08em;      text-transform: uppercase;    }    .muted {      color: var(--muted);    }    .highlights {      display: grid;      grid-template-columns: 1fr 1fr;      gap: 12px;    }    .highlight {      padding: 18px;      border: 1px solid var(--line);      border-radius: 17px;      background: var(--cream);    }    .highlight:nth-child(2),    .highlight:nth-child(3) {      background: var(--peach);    }    .highlight p {      margin: 7px 0 0;      color: var(--muted);      font-size: 14px;    }    .section {      margin-top: 27px;    }    .center {      text-align: center;    }    .uses {      display: grid;      grid-template-columns: repeat(4, 1fr);      gap: 12px;    }    .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);    }    .tag {      margin-bottom: 15px;      background: var(--accent);      letter-spacing: .04em;    }    .use p {      margin: 0;      color: var(--muted);      font-size: 14px;    }    .feature {      overflow: hidden;      border: 1px solid var(--line);      border-radius: 24px;      background: var(--cream);    }    .feature .card {      border: 0;      border-radius: 0;      background: transparent;    }    .feature .card + .card {      border-left: 1px solid var(--line);      background: #fff;    }    .steps {      margin: 18px 0 0;      padding: 0;      list-style: none;      counter-reset: step;    }    .steps li {      position: relative;      margin: 14px 0;      padding-left: 42px;      counter-increment: step;    }    .steps li::before {      position: absolute;      top: 0;      left: 0;      display: grid;      width: 29px;      height: 29px;      place-items: center;      border-radius: 50%;      background: var(--accent);      content: counter(step);      font-size: 13px;      font-weight: 700;    }    .color-grid {      display: grid;      grid-template-columns: repeat(2, 1fr);      gap: 10px;      margin-top: 17px;    }    .color-card {      padding: 12px;      border: 1px solid var(--line);      border-radius: 14px;      background: var(--cream);    }    .color-card strong {      display: block;      margin-bottom: 3px;      font-size: 14px;    }    .color-card span {      color: var(--muted);      font-size: 13px;    }    .note {      padding: 13px 15px;      border-left: 3px solid var(--accent);      border-radius: 14px;      background: var(--peach);      color: var(--muted);      font-size: 13px;    }    \/*      Each specification uses one complete row.      This prevents labels and values from pairing with the wrong item.    *\/    .specs {      max-width: 860px;      margin: 0 auto;      overflow: hidden;      border: 1px solid var(--line);      border-radius: 20px;      background: var(--white);    }    .spec-row {      display: grid;      grid-template-columns: minmax(170px, .75fr) minmax(0, 1.25fr);      align-items: start;      gap: 24px;      padding: 14px 18px;      border-bottom: 1px solid var(--line);    }    .spec-row:last-child {      border-bottom: 0;    }    .spec-label {      color: var(--muted);    }    .spec-value {      min-width: 0;      font-weight: 650;      overflow-wrap: anywhere;    }    .faq {      border-top: 1px solid var(--line);    }    details {      border-bottom: 1px solid var(--line);    }    summary {      display: flex;      justify-content: space-between;      gap: 15px;      padding: 17px 4px;      cursor: pointer;      font-weight: 700;      list-style: none;    }    summary::-webkit-details-marker {      display: none;    }    summary::after {      flex: 0 0 auto;      content: \"+\";      font-size: 20px;      font-weight: 400;    }    details[open] summary::after {      content: \"−\";    }    .answer {      padding: 0 34px 17px 4px;      color: var(--muted);    }    .answer p {      margin: 0;    }    .links {      text-align: center;      color: var(--muted);      font-size: 14px;    }    .links a {      color: var(--ink);      text-underline-offset: 3px;    }    @media (max-width: 800px) {      .page {        margin: 20px auto;      }      .hero,      .feature {        grid-template-columns: 1fr;      }      .card {        padding: 22px;        border-radius: 20px;      }      .uses {        display: flex;        gap: 12px;        overflow-x: auto;        padding-bottom: 7px;        scroll-snap-type: x mandatory;      }      .use {        min-width: 78%;        min-height: 0;        scroll-snap-align: start;      }      .feature .card + .card {        border-top: 1px solid var(--line);        border-left: 0;      }    }    @media (max-width: 560px) {      .spec-row {        grid-template-columns: minmax(115px, .75fr) minmax(0, 1.25fr);        gap: 14px;        padding: 13px 14px;      }      .spec-label,      .spec-value {        font-size: 14px;      }    }    @media (max-width: 420px) {      .highlights,      .color-grid {        grid-template-columns: 1fr;      }    }  \u003c\/style\u003e\u003cmain class=\"page\"\u003e\u003csection class=\"hero\"\u003e\u003cdiv class=\"card intro\"\u003e\n\u003cp class=\"eyebrow\"\u003eA little flower, a whole spectrum of light\u003c\/p\u003e\n\u003ch1\u003eA flower capybara made to brighten quiet moments\u003c\/h1\u003e\n\u003cp class=\"muted\"\u003eThis charming capybara combines a soft silicone feel with color-changing light and a removable flower accessory. Adjust the brightness with a gentle tap, choose the color mode from the base and add a playful glow to bedtime, desk breaks and cozy corners.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card highlights\"\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003cstrong\u003eColor-changing light\u003c\/strong\u003e\u003cp\u003eChoose a colorful glow for bedroom ambience, desk decor or a more playful evening mood.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003cstrong\u003eTap-adjusted brightness\u003c\/strong\u003e\u003cp\u003eGently tap the silicone body to adjust the light’s brightness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003cstrong\u003eBase color control\u003c\/strong\u003e\u003cp\u003eUse the control on the base to switch between the available color modes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003cstrong\u003eRemovable flower\u003c\/strong\u003e\u003cp\u003eThe flower accessory can be removed, allowing you to change the capybara’s look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"section\"\u003e\u003cdiv class=\"center\"\u003e\n\u003ch2\u003eSoft light with a playful personality\u003c\/h2\u003e\n\u003cp class=\"muted\"\u003eA colorful companion for relaxing, lighting small spaces, decorating a room and giving as a thoughtful gift.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uses\"\u003e\n\u003carticle class=\"use\"\u003e\u003cspan class=\"tag\"\u003eUnwind\u003c\/span\u003e\u003ch3\u003eA satisfying tactile break\u003c\/h3\u003e\n\u003cp\u003eGently tap or squeeze the soft silicone body 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\u003eLight for softer moments\u003c\/h3\u003e\n\u003cp\u003eUse it beside the bed, on a desk or in a reading corner when bright overhead lighting feels like too much.\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"use\"\u003e\u003cspan class=\"tag\"\u003eDecorate\u003c\/span\u003e\u003ch3\u003eChange the room’s mood\u003c\/h3\u003e\n\u003cp\u003eSwitch color modes to match a cozy setup, playful room theme or colorful display shelf.\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"use\"\u003e\u003cspan class=\"tag\"\u003eGift\u003c\/span\u003e\u003ch3\u003eA flower-holding capybara gift\u003c\/h3\u003e\n\u003cp\u003eA cheerful birthday, holiday or just-because gift for capybara fans, children, teens and adults.\u003c\/p\u003e\u003c\/article\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"section feature\"\u003e\u003cdiv class=\"card\"\u003e\n\u003ch2\u003eTwo simple ways to control the light\u003c\/h2\u003e\n\u003cp class=\"muted\"\u003eBrightness and color are controlled differently, making it easy to adjust the part of the lighting experience you want to change.\u003c\/p\u003e\n\u003col class=\"steps\"\u003e\n\u003cli\u003eUse the control on the base to switch the night light on.\u003c\/li\u003e\n\u003cli\u003eUse the base control to select the color mode.\u003c\/li\u003e\n\u003cli\u003eGently tap the silicone body to adjust the brightness.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch2\u003eColor for every kind of cozy corner\u003c\/h2\u003e\n\u003cp class=\"muted\"\u003eThe lamp provides multiple colors for different moods, from softer bedside lighting to more playful room decor.\u003c\/p\u003e\n\u003cdiv class=\"color-grid\"\u003e\n\u003cdiv class=\"color-card\"\u003e\n\u003cstrong\u003eBedside glow\u003c\/strong\u003e \u003cspan\u003eChoose a softer setting for evening routines.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"color-card\"\u003e\n\u003cstrong\u003eColorful decor\u003c\/strong\u003e \u003cspan\u003eAdd personality to desks, shelves and bedrooms.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"color-card\"\u003e\n\u003cstrong\u003eTap adjustment\u003c\/strong\u003e \u003cspan\u003eChange brightness directly from the silicone body.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"color-card\"\u003e\n\u003cstrong\u003eBase selection\u003c\/strong\u003e \u003cspan\u003eSwitch color modes using the control underneath.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"note\"\u003eThis is a standard light-only model. It does not include breathing movement, white noise or a timer.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"section\"\u003e\u003cdiv class=\"center\"\u003e\n\u003ch2\u003eProduct details\u003c\/h2\u003e\n\u003cp class=\"muted\"\u003eSpecifications are arranged one item per row for easier reading.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs\" role=\"list\"\u003e\n\u003cdiv class=\"spec-row\" role=\"listitem\"\u003e\n\u003cdiv class=\"spec-label\"\u003eProduct type\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eColor-changing silicone night light\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\" role=\"listitem\"\u003e\n\u003cdiv class=\"spec-label\"\u003eMaterials\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eSilicone exterior with ABS and HIPS structural components\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\" role=\"listitem\"\u003e\n\u003cdiv class=\"spec-label\"\u003eProduct weight\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eApprox. 200g\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\" role=\"listitem\"\u003e\n\u003cdiv class=\"spec-label\"\u003eLight mode\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eMultiple color options\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\" role=\"listitem\"\u003e\n\u003cdiv class=\"spec-label\"\u003eColor control\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eControlled from the base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\" role=\"listitem\"\u003e\n\u003cdiv class=\"spec-label\"\u003eBrightness control\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eAdjusted by gently tapping the body\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\" role=\"listitem\"\u003e\n\u003cdiv class=\"spec-label\"\u003eRated power\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e2.5W\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\" role=\"listitem\"\u003e\n\u003cdiv class=\"spec-label\"\u003eBattery\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e1200mAh \/ 3.7V rechargeable battery\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\" role=\"listitem\"\u003e\n\u003cdiv class=\"spec-label\"\u003eCharging time\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eApprox. 4 hours\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\" role=\"listitem\"\u003e\n\u003cdiv class=\"spec-label\"\u003eCharging connection\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eUSB-C\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\" role=\"listitem\"\u003e\n\u003cdiv class=\"spec-label\"\u003eUse while charging\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eSupported\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\" role=\"listitem\"\u003e\n\u003cdiv class=\"spec-label\"\u003eFlower accessory\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eRemovable\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\" role=\"listitem\"\u003e\n\u003cdiv class=\"spec-label\"\u003eTimer\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eNot included\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\" role=\"listitem\"\u003e\n\u003cdiv class=\"spec-label\"\u003eIn the box\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eNight light, instruction manual and USB-C charging cable\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\" role=\"listitem\"\u003e\n\u003cdiv class=\"spec-label\"\u003eWall adapter\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eNot included\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"section\"\u003e\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\u003csummary\u003eDoes this night light change color?\u003c\/summary\u003e\u003cdiv class=\"answer\"\u003e\u003cp\u003eYes. Use the control on the base to switch between the available color modes.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow do I adjust the brightness?\u003c\/summary\u003e\u003cdiv class=\"answer\"\u003e\u003cp\u003eGently tap the silicone body to adjust the brightness. Color modes are selected separately using the base control.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes it have a timer?\u003c\/summary\u003e\u003cdiv class=\"answer\"\u003e\u003cp\u003eNo. This model does not include a timer function.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes it include sound or breathing movement?\u003c\/summary\u003e\u003cdiv class=\"answer\"\u003e\u003cp\u003eNo. This is a standard light-only model without white noise, sound effects or breathing movement.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan the flower be removed?\u003c\/summary\u003e\u003cdiv class=\"answer\"\u003e\u003cp\u003eYes. The flower is a removable accessory. Because it is a separate part, keep it away from infants and supervise younger children during use.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs it suitable for a child’s room?\u003c\/summary\u003e\u003cdiv class=\"answer\"\u003e\u003cp\u003eIts soft silicone body and adjustable light make it a playful option for a child’s room. Adult supervision is recommended for younger children because the flower is removable. Keep the charging cable out of reach of infants.\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 night light can operate while connected to power. For children, keep the charging 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\u003eTurn the night light off and disconnect the charging cable first. Remove the flower accessory, then wipe the exterior gently with a soft, slightly damp cloth. Allow all parts to dry before use. Do not immerse or wash the lamp directly.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is included in the package?\u003c\/summary\u003e\u003cdiv class=\"answer\"\u003e\u003cp\u003eThe package includes the night light, removable flower, instruction manual and USB-C charging cable. A wall adapter is not included.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cp class=\"links\"\u003eNeed more help? Visit our  or .\u003c\/p\u003e\u003c\/section\u003e\u003c\/main\u003e","brand":"Maetiva","offers":[{"title":"+🌼Daisy","offer_id":50516149829819,"sku":null,"price":29.99,"currency_code":"USD","in_stock":true},{"title":"️‍🔥Classic","offer_id":50516149862587,"sku":null,"price":29.99,"currency_code":"USD","in_stock":true},{"title":"+🐢Turtle","offer_id":50516149895355,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/0121\/5931\/files\/output_1_429dbfce-a965-4e3c-96d0-36744850d4df.png?v=1790059981","url":"https:\/\/maetiva.com\/products\/squishy-silicone-capybara-flower-led-night-light-perfect-gift-for-kids-and-girls","provider":"Maetiva","version":"1.0","type":"link"}