{"product_id":"santa-claus","title":"🎁Santa Claus Night Light - Buy 2 Get 1 Free","description":"\u003cstyle\u003e\n\/* =========================================================\n   ZAVRLYNIA - CHRISTMAS PLUG-IN NIGHT LIGHT\n   Shopify Product Description\n   Container Query Responsive Layout\n========================================================= *\/\n\n.xmas-light-page,\n.xmas-light-page * {\n  box-sizing: border-box;\n}\n\n.xmas-light-page {\n  --xmas-red: #9f1f1f;\n  --xmas-red-dark: #781717;\n  --xmas-green: #315b3b;\n  --xmas-gold: #c8913b;\n\n  --xmas-cream: #fffaf1;\n  --xmas-warm: #fff3df;\n  --xmas-soft-red: #fff3f1;\n  --xmas-soft-green: #f4f8f2;\n\n  --xmas-text: #28231f;\n  --xmas-muted: #70675f;\n  --xmas-border: #eadfce;\n  --xmas-white: #ffffff;\n\n  width: 100%;\n  max-width: 100%;\n  margin: 0 auto;\n\n  color: var(--xmas-text);\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n\n  line-height: 1.55;\n\n  container-type: inline-size;\n  container-name: xmas-product-detail;\n}\n\n\n\/* =========================================================\n   RESET \/ BASE\n========================================================= *\/\n\n.xmas-light-page h2,\n.xmas-light-page h3,\n.xmas-light-page p {\n  margin-top: 0;\n}\n\n.xmas-light-page img {\n  display: block;\n\n  width: 100%;\n  max-width: 100%;\n\n  height: auto !important;\n\n  object-fit: contain !important;\n\n  object-position: center center !important;\n}\n\n.xmas-light-page ul {\n  margin-top: 0;\n}\n\n.xmas-block {\n  width: 100%;\n\n  margin: 0 0 18px;\n\n  overflow: hidden;\n\n  border-radius: 18px;\n}\n\n.xmas-copy {\n  min-width: 0;\n\n  padding: 25px 20px;\n}\n\n.xmas-img {\n  width: 100%;\n  min-width: 0;\n\n  background: #ffffff;\n}\n\n.xmas-img img {\n  width: 100%;\n\n  height: auto !important;\n\n  object-fit: contain !important;\n}\n\n.xmas-kicker {\n  display: inline-block;\n\n  margin: 0 0 9px;\n  padding: 0;\n\n  color: var(--xmas-red);\n\n  font-size: 11px;\n  font-weight: 800;\n\n  line-height: 1.25;\n\n  letter-spacing: 1.25px;\n\n  text-transform: uppercase;\n}\n\n.xmas-title {\n  margin: 0 0 12px;\n\n  color: var(--xmas-text);\n\n  font-size: clamp(26px, 7cqw, 39px);\n  font-weight: 750;\n\n  line-height: 1.08;\n\n  letter-spacing: -0.7px;\n}\n\n.xmas-heading {\n  margin: 0 0 10px;\n\n  color: var(--xmas-text);\n\n  font-size: clamp(21px, 5cqw, 29px);\n  font-weight: 750;\n\n  line-height: 1.16;\n\n  letter-spacing: -0.35px;\n}\n\n.xmas-text {\n  margin: 0;\n\n  color: var(--xmas-muted);\n\n  font-size: 15px;\n\n  line-height: 1.65;\n}\n\n.xmas-text + .xmas-text {\n  margin-top: 10px;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.xmas-hero {\n  border: 1px solid var(--xmas-border);\n\n  background:\n    linear-gradient(\n      145deg,\n      #fff8ec 0%,\n      #ffffff 48%,\n      #fff0dc 100%\n    );\n}\n\n.xmas-hero .xmas-copy {\n  padding: 28px 20px 25px;\n}\n\n.xmas-tags {\n  display: flex;\n  flex-wrap: wrap;\n\n  gap: 7px;\n\n  margin-top: 18px;\n}\n\n.xmas-tag {\n  display: inline-flex;\n\n  align-items: center;\n  justify-content: center;\n\n  margin: 0;\n  padding: 7px 10px;\n\n  border: 1px solid #e7d2b7;\n  border-radius: 999px;\n\n  background: rgba(255,255,255,.88);\n\n  color: var(--xmas-red-dark);\n\n  font-size: 11px;\n  font-weight: 800;\n\n  line-height: 1.25;\n}\n\n\n\/* =========================================================\n   MODULES\n========================================================= *\/\n\n.xmas-module {\n  border: 1px solid var(--xmas-border);\n\n  background: #ffffff;\n}\n\n.xmas-module--warm {\n  background: var(--xmas-warm);\n}\n\n.xmas-module--cream {\n  background: var(--xmas-cream);\n}\n\n.xmas-module--red {\n  background: var(--xmas-soft-red);\n}\n\n.xmas-module--green {\n  background: var(--xmas-soft-green);\n}\n\n\n\/* =========================================================\n   BENEFIT POINTS\n========================================================= *\/\n\n.xmas-points {\n  display: grid;\n\n  grid-template-columns: minmax(0,1fr);\n\n  gap: 9px;\n\n  margin-top: 17px;\n}\n\n.xmas-point {\n  display: flex;\n\n  align-items: flex-start;\n\n  gap: 9px;\n\n  min-width: 0;\n\n  font-size: 14px;\n\n  line-height: 1.45;\n}\n\n.xmas-point-icon {\n  display: grid;\n\n  place-items: center;\n\n  flex: 0 0 22px;\n\n  width: 22px;\n  height: 22px;\n\n  margin: 1px 0 0;\n  padding: 0;\n\n  border-radius: 50%;\n\n  background: var(--xmas-red);\n\n  color: #ffffff;\n\n  font-size: 11px;\n  font-weight: 900;\n\n  line-height: 1;\n\n  position: static !important;\n  transform: none !important;\n}\n\n\n\/* =========================================================\n   USE SCENES\n========================================================= *\/\n\n.xmas-scene-list {\n  display: flex;\n  flex-wrap: wrap;\n\n  gap: 8px;\n\n  margin-top: 16px;\n}\n\n.xmas-scene {\n  display: inline-flex;\n\n  align-items: center;\n\n  padding: 8px 11px;\n\n  border: 1px solid #e8d9c4;\n  border-radius: 999px;\n\n  background: rgba(255,255,255,.8);\n\n  color: var(--xmas-text);\n\n  font-size: 12px;\n  font-weight: 700;\n\n  line-height: 1.25;\n}\n\n\n\/* =========================================================\n   FEATURE CARDS\n========================================================= *\/\n\n.xmas-cards {\n  display: grid;\n\n  grid-template-columns: minmax(0,1fr);\n\n  gap: 10px;\n\n  margin-top: 17px;\n}\n\n.xmas-card {\n  min-width: 0;\n\n  padding: 15px;\n\n  border: 1px solid var(--xmas-border);\n  border-radius: 13px;\n\n  background: rgba(255,255,255,.83);\n}\n\n.xmas-card strong {\n  display: block;\n\n  margin: 0 0 4px;\n\n  color: var(--xmas-text);\n\n  font-size: 14px;\n\n  line-height: 1.35;\n}\n\n.xmas-card span {\n  display: block;\n\n  color: var(--xmas-muted);\n\n  font-size: 13px;\n\n  line-height: 1.48;\n}\n\n\n\/* =========================================================\n   VARIANT \/ DESIGN GALLERY\n========================================================= *\/\n\n.xmas-designs {\n  padding: 26px 18px;\n\n  border: 1px solid var(--xmas-border);\n\n  background: #fffaf3;\n}\n\n.xmas-design-head {\n  max-width: 680px;\n\n  margin: 0 auto 20px;\n\n  text-align: center;\n}\n\n.xmas-design-grid {\n  display: grid;\n\n  grid-template-columns: minmax(0,1fr);\n\n  gap: 12px;\n}\n\n.xmas-design-card {\n  overflow: hidden;\n\n  border: 1px solid var(--xmas-border);\n  border-radius: 14px;\n\n  background: #ffffff;\n}\n\n.xmas-design-card img {\n  width: 100%;\n\n  height: auto !important;\n\n  object-fit: contain !important;\n}\n\n.xmas-design-name {\n  padding: 12px;\n\n  color: var(--xmas-text);\n\n  font-size: 13px;\n  font-weight: 750;\n\n  line-height: 1.3;\n\n  text-align: center;\n}\n\n\n\/* =========================================================\n   SPECIFICATIONS\n========================================================= *\/\n\n.xmas-specs {\n  background: #f7f5f1;\n}\n\n.xmas-spec-list {\n  margin: 16px 0 0;\n\n  padding: 0;\n\n  list-style: none;\n}\n\n.xmas-spec-list li {\n  display: flex;\n\n  justify-content: space-between;\n  align-items: flex-start;\n\n  gap: 15px;\n\n  margin: 0;\n\n  padding: 11px 0;\n\n  border-bottom: 1px solid #e5ded4;\n\n  font-size: 14px;\n\n  line-height: 1.45;\n}\n\n.xmas-spec-list li:last-child {\n  border-bottom: 0;\n}\n\n.xmas-spec-list strong {\n  color: var(--xmas-text);\n}\n\n.xmas-spec-list span {\n  color: var(--xmas-muted);\n\n  text-align: right;\n}\n\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.xmas-final {\n  padding: 31px 20px;\n\n  text-align: center;\n\n  background:\n    linear-gradient(\n      135deg,\n      #8f1e1e 0%,\n      #5e1515 100%\n    );\n\n  color: #ffffff;\n}\n\n.xmas-final .xmas-kicker,\n.xmas-final .xmas-heading,\n.xmas-final .xmas-text {\n  color: #ffffff;\n}\n\n.xmas-final .xmas-text {\n  max-width: 590px;\n\n  margin-left: auto;\n  margin-right: auto;\n\n  opacity: .94;\n}\n\n.xmas-final-tags {\n  display: flex;\n  flex-wrap: wrap;\n\n  justify-content: center;\n\n  gap: 7px;\n\n  margin-top: 18px;\n}\n\n.xmas-final-tag {\n  display: inline-flex;\n\n  padding: 7px 10px;\n\n  border: 1px solid rgba(255,255,255,.4);\n  border-radius: 999px;\n\n  color: #ffffff;\n\n  font-size: 11px;\n  font-weight: 800;\n\n  line-height: 1.2;\n}\n\n\n\/* =========================================================\n   CONTAINER QUERY\n   IMPORTANT:\n   Uses PRODUCT DESCRIPTION WIDTH,\n   not entire browser \/ viewport width\n========================================================= *\/\n\n@container xmas-product-detail (min-width: 780px) {\n\n  .xmas-hero,\n  .xmas-module,\n  .xmas-spec-layout {\n    display: grid;\n\n    grid-template-columns:\n      minmax(0,1fr)\n      minmax(0,1fr);\n\n    align-items: center;\n  }\n\n  .xmas-copy {\n    padding: 34px;\n  }\n\n  .xmas-hero .xmas-copy {\n    padding: 36px;\n  }\n\n  .xmas-reverse .xmas-img {\n    order: 2;\n  }\n\n  .xmas-reverse .xmas-copy {\n    order: 1;\n  }\n\n  .xmas-points {\n    grid-template-columns:\n      repeat(2,minmax(0,1fr));\n  }\n\n  .xmas-cards {\n    grid-template-columns:\n      repeat(2,minmax(0,1fr));\n  }\n\n  .xmas-design-grid {\n    grid-template-columns:\n      repeat(3,minmax(0,1fr));\n  }\n\n}\n\n\n\/* Description areas below 780px remain full single-column *\/\n\n@container xmas-product-detail (max-width: 779px) {\n\n  .xmas-title {\n    font-size: 28px;\n  }\n\n  .xmas-heading {\n    font-size: 22px;\n  }\n\n}\n\n\n\/* Very narrow mobile *\/\n\n@container xmas-product-detail (max-width: 420px) {\n\n  .xmas-copy {\n    padding: 22px 17px;\n  }\n\n  .xmas-designs {\n    padding: 23px 14px;\n  }\n\n  .xmas-spec-list li {\n    gap: 10px;\n\n    font-size: 13px;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"xmas-light-page\"\u003e\n\n\n\u003c!-- =====================================================\n     HERO\n===================================================== --\u003e\n\n\u003csection class=\"xmas-block xmas-hero\"\u003e\n\n  \u003cdiv class=\"xmas-copy\"\u003e\n\n    \u003cspan class=\"xmas-kicker\"\u003e\n      CHRISTMAS DÉCOR · WARM GLOW · PLUG-IN DESIGN\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"xmas-title\"\u003e\n      Christmas Santa \u0026amp; Mrs. Claus Plug-In Night Light\n    \u003c\/h2\u003e\n\n    \u003cp class=\"xmas-text\"\u003e\n      Bring a warm Christmas glow to your home with this festive\n      Santa \u0026amp; Mrs. Claus night light.\n    \u003c\/p\u003e\n\n    \u003cp class=\"xmas-text\"\u003e\n      A detailed holiday resin scene surrounds a glowing\n      campfire-style light, combining Christmas decoration\n      and soft ambient lighting in one charming piece.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"xmas-tags\"\u003e\n\n      \u003cspan class=\"xmas-tag\"\u003e\n        WARM FLICKERING GLOW\n      \u003c\/span\u003e\n\n      \u003cspan class=\"xmas-tag\"\u003e\n        RESIN DETAIL\n      \u003c\/span\u003e\n\n      \u003cspan class=\"xmas-tag\"\u003e\n        NO BATTERIES\n      \u003c\/span\u003e\n\n      \u003cspan class=\"xmas-tag\"\u003e\n        360° ROTATING PLUG\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"xmas-img\"\u003e\n\n    \u003cimg src=\"https:\/\/zavrlynia.com\/cdn\/shop\/files\/01_e184c37d-8d9e-45c2-a1c5-ac9039403c25.jpg?v=1788341402\" alt=\"Santa and Mrs. Claus plug-in Christmas night light with warm flickering glow\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     ORIGINAL POINT 01\n     CHARMING CHRISTMAS RESIN DESIGN\n===================================================== --\u003e\n\n\u003csection class=\"xmas-block xmas-module xmas-module--red\"\u003e\n\n  \u003cdiv class=\"xmas-img\"\u003e\n\n    \u003cimg src=\"https:\/\/zavrlynia.com\/cdn\/shop\/files\/04_6dc707a3-5b7e-4147-bac0-ed184969b74f.jpg?v=1788341402\" alt=\"Hand-painted Santa and Mrs. Claus resin Christmas night light detail\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"xmas-copy\"\u003e\n\n    \u003cspan class=\"xmas-kicker\"\u003e\n      CHARMING CHRISTMAS RESIN DESIGN\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"xmas-heading\"\u003e\n      Festive Detail from Every Angle\n    \u003c\/h2\u003e\n\n    \u003cp class=\"xmas-text\"\u003e\n      Santa and Mrs. Claus gather around a glowing holiday\n      campfire scene with rich red, white and warm orange details.\n    \u003c\/p\u003e\n\n    \u003cp class=\"xmas-text\"\u003e\n      The hand-painted resin styling, cheerful expressions and\n      classic Christmas colors make it easy to pair with trees,\n      stockings, garlands and other seasonal decorations.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"xmas-points\"\u003e\n\n      \u003cdiv class=\"xmas-point\"\u003e\n        \u003cspan class=\"xmas-point-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eDetailed holiday resin scene\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"xmas-point\"\u003e\n        \u003cspan class=\"xmas-point-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eHand-painted decorative details\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"xmas-point\"\u003e\n        \u003cspan class=\"xmas-point-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eClassic red, white and warm orange colors\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"xmas-point\"\u003e\n        \u003cspan class=\"xmas-point-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eEasy to coordinate with Christmas décor\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     ORIGINAL POINT 02\n     WARM FLICKERING FLAME EFFECT\n===================================================== --\u003e\n\n\u003csection class=\"xmas-block xmas-module xmas-module--warm xmas-reverse\"\u003e\n\n  \u003cdiv class=\"xmas-img\"\u003e\n\n    \u003cimg src=\"https:\/\/zavrlynia.com\/cdn\/shop\/files\/01_e184c37d-8d9e-45c2-a1c5-ac9039403c25.jpg?v=1788341402\" alt=\"Warm flickering Santa Christmas night light in a cozy bedroom\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"xmas-copy\"\u003e\n\n    \u003cspan class=\"xmas-kicker\"\u003e\n      WARM FLICKERING FLAME EFFECT\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"xmas-heading\"\u003e\n      Add a Cozy Christmas Glow\n    \u003c\/h2\u003e\n\n    \u003cp class=\"xmas-text\"\u003e\n      The center light creates a warm, flame-inspired flickering\n      effect that brings a cozy seasonal atmosphere to the room.\n    \u003c\/p\u003e\n\n    \u003cp class=\"xmas-text\"\u003e\n      It works beautifully as soft decorative lighting for Christmas\n      evenings, bedtime, family gatherings, holiday parties and\n      quiet winter nights.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"xmas-scene-list\"\u003e\n\n      \u003cspan class=\"xmas-scene\"\u003e\n        Christmas Evenings\n      \u003c\/span\u003e\n\n      \u003cspan class=\"xmas-scene\"\u003e\n        Bedtime\n      \u003c\/span\u003e\n\n      \u003cspan class=\"xmas-scene\"\u003e\n        Holiday Parties\n      \u003c\/span\u003e\n\n      \u003cspan class=\"xmas-scene\"\u003e\n        Family Gatherings\n      \u003c\/span\u003e\n\n      \u003cspan class=\"xmas-scene\"\u003e\n        Winter Nights\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     ORIGINAL POINT 03\n     PLUG IN \u0026 LIGHT UP\n===================================================== --\u003e\n\n\u003csection class=\"xmas-block xmas-module xmas-module--green\"\u003e\n\n  \u003cdiv class=\"xmas-img\"\u003e\n\n    \u003cimg src=\"https:\/\/zavrlynia.com\/cdn\/shop\/files\/08_e250a3b9-176d-4fa4-9bfe-f1cc60e9939f.jpg?v=1788341402\" alt=\"Christmas plug-in night light with standard US plug and on off switch\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"xmas-copy\"\u003e\n\n    \u003cspan class=\"xmas-kicker\"\u003e\n      PLUG IN \u0026amp; LIGHT UP\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"xmas-heading\"\u003e\n      No Batteries. No Loose Power Cord.\n    \u003c\/h2\u003e\n\n    \u003cp class=\"xmas-text\"\u003e\n      Simply plug the night light directly into a compatible\n      standard US wall outlet and use the built-in ON\/OFF switch\n      whenever you want the Christmas glow.\n    \u003c\/p\u003e\n\n    \u003cp class=\"xmas-text\"\u003e\n      No batteries are required, making it an easy seasonal\n      decoration to use throughout the holidays.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"xmas-points\"\u003e\n\n      \u003cdiv class=\"xmas-point\"\u003e\n        \u003cspan class=\"xmas-point-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eStandard US plug design\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"xmas-point\"\u003e\n        \u003cspan class=\"xmas-point-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eBuilt-in ON\/OFF switch\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"xmas-point\"\u003e\n        \u003cspan class=\"xmas-point-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eNo batteries needed\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"xmas-point\"\u003e\n        \u003cspan class=\"xmas-point-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eNo loose power cord taking up extra space\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     ORIGINAL POINT 04\n     360 DEGREE ROTATING US PLUG\n===================================================== --\u003e\n\n\u003csection class=\"xmas-block xmas-module xmas-module--cream xmas-reverse\"\u003e\n\n  \u003cdiv class=\"xmas-img\"\u003e\n\n    \u003cimg src=\"https:\/\/zavrlynia.com\/cdn\/shop\/files\/07_eb5dc526-c6b1-4e5b-b784-2adc7882e86a.jpg?v=1788341402\" alt=\"360 degree rotating US plug Christmas night light\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"xmas-copy\"\u003e\n\n    \u003cspan class=\"xmas-kicker\"\u003e\n      360° ROTATING US PLUG\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"xmas-heading\"\u003e\n      Adjust It to Fit Your Outlet\n    \u003c\/h2\u003e\n\n    \u003cp class=\"xmas-text\"\u003e\n      The plug base rotates 360°, helping you adjust the\n      decoration to fit different wall outlet positions.\n    \u003c\/p\u003e\n\n    \u003cp class=\"xmas-text\"\u003e\n      This makes it easier to keep the Christmas scene upright\n      whether your compatible outlet is positioned horizontally\n      or vertically.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"xmas-cards\"\u003e\n\n      \u003cdiv class=\"xmas-card\"\u003e\n\n        \u003cstrong\u003e\n          360° Rotation\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Rotate the plug base to adjust the orientation.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"xmas-card\"\u003e\n\n        \u003cstrong\u003e\n          Flexible Placement\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Helps accommodate horizontal or vertical outlet layouts.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     FESTIVE ANYWHERE\n===================================================== --\u003e\n\n\u003csection class=\"xmas-block xmas-module\"\u003e\n\n  \u003cdiv class=\"xmas-img\"\u003e\n\n    \u003cimg src=\"https:\/\/zavrlynia.com\/cdn\/shop\/files\/03_37797463-13d7-4646-8df1-ece735f3c9e1.jpg?v=1788341402\" alt=\"Christmas plug-in night light used in a hallway\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"xmas-copy\"\u003e\n\n    \u003cspan class=\"xmas-kicker\"\u003e\n      FESTIVE ANYWHERE\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"xmas-heading\"\u003e\n      Add Christmas Charm Around the Home\n    \u003c\/h2\u003e\n\n    \u003cp class=\"xmas-text\"\u003e\n      The compact plug-in design makes it easy to add a warm\n      seasonal accent anywhere you have a compatible wall outlet.\n    \u003c\/p\u003e\n\n    \u003cp class=\"xmas-text\"\u003e\n      Use it to bring a little extra Christmas atmosphere to\n      bedrooms, hallways, bathrooms, entryways and other\n      indoor spaces.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"xmas-scene-list\"\u003e\n\n      \u003cspan class=\"xmas-scene\"\u003e\n        Bedrooms\n      \u003c\/span\u003e\n\n      \u003cspan class=\"xmas-scene\"\u003e\n        Hallways\n      \u003c\/span\u003e\n\n      \u003cspan class=\"xmas-scene\"\u003e\n        Bathrooms\n      \u003c\/span\u003e\n\n      \u003cspan class=\"xmas-scene\"\u003e\n        Entryways\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     KIDS ROOM \/ BEDTIME AMBIANCE\n===================================================== --\u003e\n\n\u003csection class=\"xmas-block xmas-module xmas-module--warm xmas-reverse\"\u003e\n\n  \u003cdiv class=\"xmas-img\"\u003e\n\n    \u003cimg src=\"https:\/\/zavrlynia.com\/cdn\/shop\/files\/06_b6e5e976-cb75-4349-8676-c32706cdcfa5.jpg?v=1788341402\" alt=\"Christmas night light adding soft seasonal glow near a child's bed\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"xmas-copy\"\u003e\n\n    \u003cspan class=\"xmas-kicker\"\u003e\n      SOFT SEASONAL AMBIANCE\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"xmas-heading\"\u003e\n      A Cozy Glow for Bedtime\n    \u003c\/h2\u003e\n\n    \u003cp class=\"xmas-text\"\u003e\n      The warm decorative light adds a gentle Christmas atmosphere\n      beside a bed or in a child’s room during the holiday season.\n    \u003c\/p\u003e\n\n    \u003cp class=\"xmas-text\"\u003e\n      It brings festive character to nighttime spaces without\n      requiring a large tabletop decoration.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     CHRISTMAS GIFT\n===================================================== --\u003e\n\n\u003csection class=\"xmas-block xmas-module xmas-module--red\"\u003e\n\n  \u003cdiv class=\"xmas-img\"\u003e\n\n    \u003cimg src=\"https:\/\/zavrlynia.com\/cdn\/shop\/files\/05_0a6d3d47-4940-4267-a46a-535e734ad213.jpg?v=1788341403\" alt=\"Santa and Mrs. Claus Christmas night light gift scene\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"xmas-copy\"\u003e\n\n    \u003cspan class=\"xmas-kicker\"\u003e\n      A CHARMING CHRISTMAS GIFT\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"xmas-heading\"\u003e\n      Festive Décor for Holiday Gifting\n    \u003c\/h2\u003e\n\n    \u003cp class=\"xmas-text\"\u003e\n      With its cheerful Christmas characters and warm glowing\n      centerpiece, this decorative night light makes a charming\n      seasonal gift for friends and family.\n    \u003c\/p\u003e\n\n    \u003cp class=\"xmas-text\"\u003e\n      It combines a decorative holiday keepsake with practical\n      plug-in ambient lighting in one compact piece.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     HOLIDAY DESIGNS\n===================================================== --\u003e\n\n\u003csection class=\"xmas-block xmas-designs\"\u003e\n\n  \u003cdiv class=\"xmas-design-head\"\u003e\n\n    \u003cspan class=\"xmas-kicker\"\u003e\n      HOLIDAY DESIGNS\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"xmas-heading\"\u003e\n      Festive Character Styles\n    \u003c\/h2\u003e\n\n    \u003cp class=\"xmas-text\"\u003e\n      The product gallery features several Christmas character\n      designs built around the same glowing campfire-style centerpiece.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"xmas-design-grid\"\u003e\n\n\n    \u003cdiv class=\"xmas-design-card\"\u003e\n\n      \u003cimg src=\"https:\/\/zavrlynia.com\/cdn\/shop\/files\/SKU-01_33fd3f5d-7330-4ae4-9771-32d3d8fa257d.jpg?v=1788341388\" alt=\"Santa and Mrs. Claus Christmas night light design\" loading=\"lazy\"\u003e\n\n      \u003cdiv class=\"xmas-design-name\"\u003e\n        Santa \u0026amp; Mrs. Claus\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"xmas-design-card\"\u003e\n\n      \u003cimg src=\"https:\/\/zavrlynia.com\/cdn\/shop\/files\/SKU-02_020e228b-de77-4afc-a033-a9d95c87bd99.jpg?v=1788341389\" alt=\"Christmas gnome plug-in night light design\" loading=\"lazy\"\u003e\n\n      \u003cdiv class=\"xmas-design-name\"\u003e\n        Holiday Gnome Pair\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"xmas-design-card\"\u003e\n\n      \u003cimg src=\"https:\/\/zavrlynia.com\/cdn\/shop\/files\/1_4413dbf7-b8c1-4ace-8ca8-02067a2e3738.jpg?v=1788341389\" alt=\"Snowman plug-in Christmas night light design\" loading=\"lazy\"\u003e\n\n      \u003cdiv class=\"xmas-design-name\"\u003e\n        Snowman Pair\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     EXTRA PRODUCT GALLERY IMAGE\n===================================================== --\u003e\n\n\u003csection class=\"xmas-block xmas-module xmas-module--green\"\u003e\n\n  \u003cdiv class=\"xmas-img\"\u003e\n\n    \u003cimg src=\"https:\/\/zavrlynia.com\/cdn\/shop\/files\/SKU-03_bdc89f02-29a7-47b3-a975-9f485b1b4101.jpg?v=1788341388\" alt=\"Red and white holiday gnome Christmas night light design\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"xmas-copy\"\u003e\n\n    \u003cspan class=\"xmas-kicker\"\u003e\n      CHRISTMAS CHARACTER DETAIL\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"xmas-heading\"\u003e\n      A Small Accent with Plenty of Holiday Personality\n    \u003c\/h2\u003e\n\n    \u003cp class=\"xmas-text\"\u003e\n      Decorative Christmas characters, snowy details and the\n      glowing flame-style centerpiece give each design a playful\n      seasonal look.\n    \u003c\/p\u003e\n\n    \u003cp class=\"xmas-text\"\u003e\n      The compact format adds character to your décor without\n      taking up table, shelf or countertop space.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     SNOWMAN LIFESTYLE IMAGE\n===================================================== --\u003e\n\n\u003csection class=\"xmas-block xmas-module xmas-reverse\"\u003e\n\n  \u003cdiv class=\"xmas-img\"\u003e\n\n    \u003cimg src=\"https:\/\/zavrlynia.com\/cdn\/shop\/files\/2_8e848100-92cb-49b0-9ac9-065a36e96682.jpg?v=1788341402\" alt=\"Snowman Christmas night light glowing in holiday decorations\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"xmas-copy\"\u003e\n\n    \u003cspan class=\"xmas-kicker\"\u003e\n      MADE FOR HOLIDAY DECORATING\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"xmas-heading\"\u003e\n      Looks Even Better After Dark\n    \u003c\/h2\u003e\n\n    \u003cp class=\"xmas-text\"\u003e\n      The glowing centerpiece stands out beautifully against\n      Christmas trees, ornaments, greenery and other warm\n      seasonal lighting.\n    \u003c\/p\u003e\n\n    \u003cp class=\"xmas-text\"\u003e\n      Plug it in during the evening to add another layer of\n      festive light to your Christmas display.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     PRODUCT SIZE\n===================================================== --\u003e\n\n\u003csection class=\"xmas-block xmas-specs\"\u003e\n\n  \u003cdiv class=\"xmas-spec-layout\"\u003e\n\n\n    \u003cdiv class=\"xmas-img\"\u003e\n\n      \u003cimg src=\"https:\/\/zavrlynia.com\/cdn\/shop\/files\/02_0de4e595-262c-4fe7-8438-5a141932c936.jpg?v=1788341401\" alt=\"Santa and Mrs. Claus Christmas night light size dimensions\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"xmas-copy\"\u003e\n\n      \u003cspan class=\"xmas-kicker\"\u003e\n        COMPACT HOLIDAY ACCENT\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"xmas-heading\"\u003e\n        Festive Detail Without Taking Up Shelf Space\n      \u003c\/h2\u003e\n\n      \u003cp class=\"xmas-text\"\u003e\n        The Santa \u0026amp; Mrs. Claus design is compact enough to sit\n        directly at the wall outlet while still creating an\n        eye-catching Christmas display.\n      \u003c\/p\u003e\n\n\n      \u003cul class=\"xmas-spec-list\"\u003e\n\n        \u003cli\u003e\n\n          \u003cstrong\u003e\n            Width\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            10.5 cm \/ 4.13 in\n          \u003c\/span\u003e\n\n        \u003c\/li\u003e\n\n\n        \u003cli\u003e\n\n          \u003cstrong\u003e\n            Height\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            10.5 cm \/ 4.13 in\n          \u003c\/span\u003e\n\n        \u003c\/li\u003e\n\n\n        \u003cli\u003e\n\n          \u003cstrong\u003e\n            Depth\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            7.5 cm \/ 2.95 in\n          \u003c\/span\u003e\n\n        \u003c\/li\u003e\n\n\n        \u003cli\u003e\n\n          \u003cstrong\u003e\n            Power\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Plug-In\n          \u003c\/span\u003e\n\n        \u003c\/li\u003e\n\n\n        \u003cli\u003e\n\n          \u003cstrong\u003e\n            Plug Type\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Standard US Plug\n          \u003c\/span\u003e\n\n        \u003c\/li\u003e\n\n\n        \u003cli\u003e\n\n          \u003cstrong\u003e\n            Operation\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Built-In ON\/OFF Switch\n          \u003c\/span\u003e\n\n        \u003c\/li\u003e\n\n\n        \u003cli\u003e\n\n          \u003cstrong\u003e\n            Plug Rotation\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            360°\n          \u003c\/span\u003e\n\n        \u003c\/li\u003e\n\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     FINAL CTA\n===================================================== --\u003e\n\n\u003csection class=\"xmas-block xmas-final\"\u003e\n\n  \u003cspan class=\"xmas-kicker\"\u003e\n    BRING HOME THE CHRISTMAS GLOW\n  \u003c\/span\u003e\n\n  \u003ch2 class=\"xmas-heading\"\u003e\n    Plug In a Little Holiday Cheer\n  \u003c\/h2\u003e\n\n  \u003cp class=\"xmas-text\"\u003e\n    A warm flickering glow, festive resin characters and a convenient\n    rotating US plug make this Christmas night light an easy way to\n    add seasonal charm throughout your home.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"xmas-final-tags\"\u003e\n\n    \u003cspan class=\"xmas-final-tag\"\u003e\n      WARM GLOW\n    \u003c\/span\u003e\n\n    \u003cspan class=\"xmas-final-tag\"\u003e\n      RESIN DETAIL\n    \u003c\/span\u003e\n\n    \u003cspan class=\"xmas-final-tag\"\u003e\n      NO BATTERIES\n    \u003c\/span\u003e\n\n    \u003cspan class=\"xmas-final-tag\"\u003e\n      360° PLUG\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"XHY","offers":[{"title":"Santa Claus","offer_id":53792447463787,"sku":"NC02072609026125-圣诞老人","price":27.99,"currency_code":"USD","in_stock":true},{"title":"Snowmen","offer_id":53792447496555,"sku":"NC02072609026125-圣诞侏儒小夜灯","price":27.99,"currency_code":"USD","in_stock":true},{"title":"Dwarf Campfire","offer_id":53792447529323,"sku":"NC02072609026125-辫子侏儒小夜灯","price":27.99,"currency_code":"USD","in_stock":true},{"title":"Braided Gnome Campfire","offer_id":53792447562091,"sku":"NC02072609026125-A款雪人","price":27.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/01_e184c37d-8d9e-45c2-a1c5-ac9039403c25.jpg?v=1788341402","url":"https:\/\/zavrlynia.com\/products\/santa-claus","provider":"zavrlynia","version":"1.0","type":"link"}