{"product_id":"squishy-silicone-cute-highland-cow-led-night-light-perfect-gift-for-kids-and-girls","title":"Maetiva® Highland Cow Silicone Squishy LED Night Light - Perfect Gift for Kids and Girls","description":"\u003cstyle\u003e    .hw-nl {      --ink: #44352d;      --muted: #76685f;      --cream: #fffaf1;      --soft-yellow: #fff3d2;      --accent: #f3cf9d;      --line: #eadfd4;      --white: #ffffff;      max-width: 1180px;      margin: 36px auto;      color: var(--ink);      font-family: inherit;      line-height: 1.65;    }    .hw-nl * {      box-sizing: border-box;    }    .hw-nl h2,    .hw-nl h3,    .hw-nl p {      margin-top: 0;    }    .hw-nl h2 {      max-width: 720px;      margin-bottom: 14px;      font-size: clamp(27px, 4vw, 43px);      line-height: 1.14;      letter-spacing: -0.03em;    }    .hw-nl h3 {      margin-bottom: 8px;      font-size: 18px;      line-height: 1.35;    }    .hw-nl__hero {      display: grid;      grid-template-columns: 1.1fr 0.9fr;      gap: 22px;      align-items: stretch;    }    .hw-nl__intro,    .hw-nl__highlights {      padding: clamp(24px, 4vw, 46px);      border: 1px solid var(--line);      border-radius: 24px;    }    .hw-nl__intro {      background:        radial-gradient(          circle at 82% 20%,          rgba(255, 220, 133, 0.42),          transparent 34%        ),        linear-gradient(135deg, var(--cream), #fff4df);    }    .hw-nl__eyebrow {      display: inline-block;      margin-bottom: 10px;      padding: 5px 11px;      border-radius: 999px;      background: rgba(255, 255, 255, 0.82);      box-shadow: 0 4px 16px rgba(93, 65, 41, 0.06);      font-size: 12px;      font-weight: 700;      letter-spacing: 0.08em;      text-transform: uppercase;    }    .hw-nl__lead {      max-width: 720px;      margin-bottom: 0;      color: var(--muted);      font-size: 16px;    }    .hw-nl__highlights {      display: grid;      grid-template-columns: 1fr 1fr;      gap: 12px;      background: var(--white);    }    .hw-nl__highlight {      padding: 15px;      border: 1px solid rgba(234, 223, 212, 0.75);      border-radius: 16px;      background: var(--cream);    }    .hw-nl__highlight:nth-child(1),    .hw-nl__highlight:nth-child(3) {      background: var(--soft-yellow);    }    .hw-nl__highlight strong,    .hw-nl__highlight span {      display: block;    }    .hw-nl__highlight strong {      font-size: 17px;      line-height: 1.35;    }    .hw-nl__highlight span {      margin-top: 3px;      color: var(--muted);      font-size: 13px;    }    .hw-nl__section {      margin-top: 28px;    }    .hw-nl__heading {      margin-bottom: 17px;      text-align: center;    }    .hw-nl__heading h2 {      margin-right: auto;      margin-left: auto;      font-size: clamp(24px, 3vw, 34px);    }    .hw-nl__heading p {      max-width: 680px;      margin: 0 auto;      color: var(--muted);    }    .hw-nl__uses {      display: grid;      grid-template-columns: repeat(4, 1fr);      gap: 12px;    }    .hw-nl__use {      min-height: 172px;      padding: 22px;      border: 1px solid var(--line);      border-radius: 20px;      background: var(--white);      box-shadow: 0 10px 30px rgba(93, 65, 41, 0.035);    }    .hw-nl__use-label {      display: inline-flex;      min-height: 30px;      margin-bottom: 16px;      padding: 5px 10px;      align-items: center;      border-radius: 999px;      background: var(--accent);      font-size: 12px;      font-weight: 700;      letter-spacing: 0.04em;      text-transform: uppercase;    }    .hw-nl__use p {      margin-bottom: 0;      color: var(--muted);      font-size: 14px;    }    .hw-nl__feature {      display: grid;      grid-template-columns: 1fr 1fr;      overflow: hidden;      border: 1px solid var(--line);      border-radius: 24px;      background: var(--cream);    }    .hw-nl__feature \u003e div {      padding: clamp(24px, 4vw, 42px);    }    .hw-nl__feature \u003e div + div {      border-left: 1px solid var(--line);      background: var(--white);    }    .hw-nl__steps {      display: grid;      gap: 12px;      margin: 18px 0 0;      padding: 0;      list-style: none;      counter-reset: hw-steps;    }    .hw-nl__steps li {      position: relative;      min-height: 30px;      padding-left: 42px;      counter-increment: hw-steps;    }    .hw-nl__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(hw-steps);      font-size: 13px;      font-weight: 700;    }    .hw-nl__note {      margin: 18px 0 0;      padding: 13px 15px;      border-left: 3px solid var(--accent);      border-radius: 14px;      background: #fff6dc;      color: var(--muted);      font-size: 13px;    }    .hw-nl__specs {      display: grid;      grid-template-columns: repeat(2, 1fr);      margin: 0;      overflow: hidden;      border: 1px solid var(--line);      border-radius: 20px;    }    .hw-nl__spec {      display: flex;      justify-content: space-between;      gap: 20px;      padding: 13px 17px;      border-bottom: 1px solid var(--line);    }    .hw-nl__spec:nth-child(odd) {      border-right: 1px solid var(--line);    }    .hw-nl__spec:nth-last-child(-n + 2) {      border-bottom: 0;    }    .hw-nl__spec dt {      color: var(--muted);    }    .hw-nl__spec dd {      margin: 0;      text-align: right;      font-weight: 650;    }    .hw-nl__faq {      border-top: 1px solid var(--line);    }    .hw-nl__faq details {      border-bottom: 1px solid var(--line);    }    .hw-nl__faq summary {      display: flex;      justify-content: space-between;      gap: 16px;      padding: 17px 4px;      cursor: pointer;      font-weight: 700;      list-style: none;    }    .hw-nl__faq summary::-webkit-details-marker {      display: none;    }    .hw-nl__faq summary::after {      flex: 0 0 auto;      content: \"+\";      font-size: 20px;      font-weight: 400;    }    .hw-nl__faq details[open] summary::after {      content: \"−\";    }    .hw-nl__answer {      padding: 0 34px 17px 4px;      color: var(--muted);    }    .hw-nl__answer p {      margin-bottom: 0;    }    .hw-nl__links {      margin-top: 20px;      color: var(--muted);      font-size: 14px;      text-align: center;    }    .hw-nl__links a {      color: var(--ink);      text-underline-offset: 3px;    }    @media (max-width: 800px) {      .hw-nl {        margin: 24px auto;      }      .hw-nl__hero,      .hw-nl__feature {        grid-template-columns: 1fr;      }      .hw-nl__intro,      .hw-nl__highlights {        padding: 22px;        border-radius: 20px;      }      .hw-nl__uses {        display: flex;        overflow-x: auto;        padding-bottom: 7px;        scroll-snap-type: x mandatory;        scrollbar-width: thin;      }      .hw-nl__use {        min-width: 78%;        min-height: 0;        scroll-snap-align: start;      }      .hw-nl__feature \u003e div + div {        border-top: 1px solid var(--line);        border-left: 0;      }      .hw-nl__specs {        grid-template-columns: 1fr;      }      .hw-nl__spec:nth-child(odd) {        border-right: 0;      }      .hw-nl__spec:nth-last-child(2) {        border-bottom: 1px solid var(--line);      }    }    @media (max-width: 420px) {      .hw-nl__highlights {        grid-template-columns: 1fr;      }      .hw-nl__highlight {        padding: 13px 14px;      }    }  \u003c\/style\u003e\u003csection class=\"hw-nl\"\u003e\u003cdiv class=\"hw-nl__hero\"\u003e\n\u003cdiv class=\"hw-nl__intro\"\u003e\n\u003cp class=\"hw-nl__eyebrow\"\u003eA cozy glow with Highland charm\u003c\/p\u003e\n\u003ch2 id=\"hw-nl-cow-title\"\u003eYour soft, squishy companion for calmer evenings\u003c\/h2\u003e\n\u003cp class=\"hw-nl__lead\"\u003eBring a little countryside charm to bedtime with this Highland cow squishy night light. Its soft silicone body is satisfying to tap and squeeze, while the warm-yellow glow creates gentler lighting for winding down, nighttime routines or simply making a room feel more comforting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hw-nl__highlights\"\u003e\n\u003cdiv class=\"hw-nl__highlight\"\u003e\n\u003cstrong\u003e3 brightness levels\u003c\/strong\u003e \u003cspan\u003e30%, 60% and 100%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hw-nl__highlight\"\u003e\n\u003cstrong\u003e6-8 hours of light\u003c\/strong\u003e \u003cspan\u003eFrom a full charge\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hw-nl__highlight\"\u003e\n\u003cstrong\u003e30-minute timer\u003c\/strong\u003e \u003cspan\u003eSelected at the base\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hw-nl__highlight\"\u003e\n\u003cstrong\u003eUSB-C rechargeable\u003c\/strong\u003e \u003cspan\u003e1200mAh battery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hw-nl__section\"\u003e\n\u003cdiv class=\"hw-nl__heading\"\u003e\n\u003ch2\u003eA comforting light for everyday moments\u003c\/h2\u003e\n\u003cp\u003eCute enough to display during the day and practical enough to keep close after dark.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hw-nl__uses\"\u003e\n\u003carticle class=\"hw-nl__use\"\u003e\u003cspan class=\"hw-nl__use-label\"\u003eUnwind\u003c\/span\u003e\u003ch3\u003eA small way to decompress\u003c\/h3\u003e\n\u003cp\u003eTap or gently squeeze the soft silicone body when you want a quiet sensory break after school, work or a busy day.\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"hw-nl__use\"\u003e\u003cspan class=\"hw-nl__use-label\"\u003eIlluminate\u003c\/span\u003e\u003ch3\u003eGentler nighttime lighting\u003c\/h3\u003e\n\u003cp\u003eChoose a comfortable brightness for winding down, bedtime reading or moving around without turning on a harsh overhead light.\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"hw-nl__use\"\u003e\u003cspan class=\"hw-nl__use-label\"\u003eGift\u003c\/span\u003e\u003ch3\u003eMade for cow lovers\u003c\/h3\u003e\n\u003cp\u003eA playful birthday, holiday or just-because gift for children, Highland cow fans and anyone who loves cozy room decor.\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"hw-nl__use\"\u003e\u003cspan class=\"hw-nl__use-label\"\u003eKids\u003c\/span\u003e\u003ch3\u003eA friendly bedside companion\u003c\/h3\u003e\n\u003cp\u003eThe rounded shape, soft silicone exterior and warm light make it a charming addition to a child’s room with adult supervision.\u003c\/p\u003e\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hw-nl__section hw-nl__feature\"\u003e\n\u003cdiv\u003e\n\u003ch2\u003eTap to find the right glow\u003c\/h2\u003e\n\u003cp\u003eOnce the lamp is switched on at the base, gently tap the silicone body to move through three brightness levels.\u003c\/p\u003e\n\u003col class=\"hw-nl__steps\"\u003e\n\u003cli\u003eSwitch the night light on at the base.\u003c\/li\u003e\n\u003cli\u003eTap the body to select 30%, 60% or 100% brightness.\u003c\/li\u003e\n\u003cli\u003eContinue tapping to cycle through the available settings.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch2\u003eSet the timer and settle in\u003c\/h2\u003e\n\u003cp\u003eUse the sliding switch on the base to select the 30-minute timer. The light will switch off automatically when the timer ends, making it useful for bedtime routines and short periods of relaxation.\u003c\/p\u003e\n\u003cp class=\"hw-nl__note\"\u003eThis model produces a warm-yellow light only and does not change colors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hw-nl__section\"\u003e\n\u003cdiv class=\"hw-nl__heading\"\u003e\u003ch2\u003eProduct details\u003c\/h2\u003e\u003c\/div\u003e\n\u003cdiv class=\"hw-nl__spec\"\u003eMaterialsSilicone exterior; PC+ABS base\u003c\/div\u003e\n\u003cdiv class=\"hw-nl__spec\"\u003eDimensions106 × 132 × 136mm (L × W × H)\u003c\/div\u003e\n\u003cdiv class=\"hw-nl__spec\"\u003eProduct weightApprox. 225g\u003c\/div\u003e\n\u003cdiv class=\"hw-nl__spec\"\u003ePackaged weightApprox. 310g\u003c\/div\u003e\n\u003cdiv class=\"hw-nl__spec\"\u003eBattery1200mAh rechargeable battery\u003c\/div\u003e\n\u003cdiv class=\"hw-nl__spec\"\u003eChargingUSB-C; approx. 3 hours\u003c\/div\u003e\n\u003cdiv class=\"hw-nl__spec\"\u003eRated power1W\u003c\/div\u003e\n\u003cdiv class=\"hw-nl__spec\"\u003eRuntimeApprox. 6–8 hours\u003c\/div\u003e\n\u003cdiv class=\"hw-nl__spec\"\u003eLight settingsWarm yellow; 3 brightness levels\u003c\/div\u003e\n\u003cdiv class=\"hw-nl__spec\"\u003eIn the boxNight light, manual and USB-C cable\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hw-nl__section\"\u003e\n\u003cdiv class=\"hw-nl__heading\"\u003e\n\u003ch2\u003eGood to know\u003c\/h2\u003e\n\u003cp\u003eHelpful answers, kept neatly out of the way until needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hw-nl__faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eIs this night light suitable for children?\u003c\/summary\u003e\u003cdiv class=\"hw-nl__answer\"\u003e\u003cp\u003eIts soft silicone exterior, rounded shape and warm glow make it a friendly option for a child’s room. Adult supervision is recommended, especially for younger children. Keep the charging cable away from infants and do not allow children to play with the lamp while it is charging.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow do I change the brightness?\u003c\/summary\u003e\u003cdiv class=\"hw-nl__answer\"\u003e\u003cp\u003eSwitch the lamp on at the base, then gently tap the silicone body to cycle through 30%, 60% and 100% brightness.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes the light change colors?\u003c\/summary\u003e\u003cdiv class=\"hw-nl__answer\"\u003e\u003cp\u003eNo. This Highland cow night light produces a cozy warm-yellow glow and does not include color-changing modes.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow does the 30-minute timer work?\u003c\/summary\u003e\u003cdiv class=\"hw-nl__answer\"\u003e\u003cp\u003eSelect the timer using the sliding switch on the base. The lamp will turn off automatically after approximately 30 minutes.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow long does the battery last?\u003c\/summary\u003e\u003cdiv class=\"hw-nl__answer\"\u003e\u003cp\u003eA full charge provides approximately 6–8 hours of use. Actual runtime can vary depending on brightness, frequency of use and battery condition.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat do the charging lights mean?\u003c\/summary\u003e\u003cdiv class=\"hw-nl__answer\"\u003e\u003cp\u003eA red indicator stays on while the lamp is charging. The indicator changes to green when charging is complete.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan I use it while it is charging?\u003c\/summary\u003e\u003cdiv class=\"hw-nl__answer\"\u003e\u003cp\u003eYes, the lamp can operate while connected to power. For children, we recommend completing charging before play and 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=\"hw-nl__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=\"hw-nl__answer\"\u003e\u003cp\u003eSwitch the lamp off and disconnect the charging cable. Wipe the silicone exterior gently with a soft, slightly damp cloth, then allow it to dry before use. Do not immerse it in water or wash it directly.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes it meet FCC and RoHS requirements?\u003c\/summary\u003e\u003cdiv class=\"hw-nl__answer\"\u003e\u003cp\u003eThis night light is FCC and RoHS compliant. These standards do not replace adult supervision when the product is used by younger children.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cp class=\"hw-nl__links\"\u003eNeed more help? Visit our  or .\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/section\u003e","brand":"Maetiva","offers":[{"title":"Highland Cow","offer_id":50516143964347,"sku":null,"price":29.99,"currency_code":"USD","in_stock":true},{"title":"Highland Cow with Cow Set","offer_id":50516143997115,"sku":null,"price":30.99,"currency_code":"USD","in_stock":true},{"title":"Capybara","offer_id":50516144029883,"sku":null,"price":29.99,"currency_code":"USD","in_stock":true},{"title":"Axolotl","offer_id":50516144062651,"sku":null,"price":29.99,"currency_code":"USD","in_stock":true},{"title":"Axolotl with White Noise","offer_id":50516144095419,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/0121\/5931\/files\/yobox-image-1785832661603.jpg?v=1790059937","url":"https:\/\/maetiva.com\/products\/squishy-silicone-cute-highland-cow-led-night-light-perfect-gift-for-kids-and-girls","provider":"Maetiva","version":"1.0","type":"link"}