{"product_id":"winterglow-snowman-icicle-light-decor","title":"2027 Firleno® Christmas Glow Friends Icicle Railing Lights","description":"\u003cstyle\u003e\n\/* =========================================================\n   BASE\n   ========================================================= *\/\n\n.winter26,\n.winter26 * {\n  box-sizing: border-box;\n}\n\n.winter26 {\n  --red: #a71920;\n  --dark-red: #801319;\n  --green: #123e31;\n  --green2: #1d5643;\n  --gold: #c99c46;\n  --cream: #faf7ef;\n  --soft: #f5f6f4;\n  --soft2: #f8f4eb;\n  --text: #26312c;\n  --muted: #6a736e;\n  --white: #ffffff;\n\n  width: 100%;\n  max-width: 1180px;\n  margin: 0 auto;\n  overflow: hidden;\n\n  color: var(--text);\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Arial,\n    sans-serif;\n\n  line-height: 1.65;\n}\n\n.winter26 img {\n  display: block;\n  width: 100%;\n  height: auto;\n}\n\n.winter26 h2,\n.winter26 h3,\n.winter26 p {\n  margin-top: 0;\n}\n\n.winter26 h2,\n.winter26 h3 {\n  font-family: Georgia, \"Times New Roman\", serif;\n}\n\n.w26-kicker {\n  margin: 0 0 9px;\n\n  color: var(--red);\n\n  font-size: 11px;\n  line-height: 1.2;\n  font-weight: 800;\n  letter-spacing: .18em;\n\n  text-transform: uppercase;\n}\n\n.w26-title {\n  max-width: 820px;\n  margin: 0 auto 15px;\n\n  color: var(--green);\n\n  font-size: clamp(30px, 4vw, 48px);\n  line-height: 1.05;\n\n  text-align: center;\n}\n\n.w26-copy {\n  max-width: 740px;\n  margin: 0 auto;\n\n  color: var(--muted);\n\n  font-size: 15px;\n  line-height: 1.72;\n\n  text-align: center;\n}\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.w26-hero {\n  position: relative;\n\n  padding: 64px 26px 55px;\n\n  text-align: center;\n\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      rgba(201,156,70,.15),\n      transparent 40%\n    ),\n    linear-gradient(\n      180deg,\n      #fffdf9,\n      #f8f2e8\n    );\n}\n\n.w26-hero:after {\n  content: \"\";\n\n  position: absolute;\n  left: 50%;\n  bottom: 0;\n\n  width: 86%;\n  height: 1px;\n\n  transform: translateX(-50%);\n\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      rgba(201,156,70,.6),\n      transparent\n    );\n}\n\n.w26-badge {\n  display: inline-flex;\n\n  align-items: center;\n  gap: 7px;\n\n  margin-bottom: 17px;\n  padding: 7px 14px;\n\n  border: 1px solid rgba(201,156,70,.48);\n  border-radius: 999px;\n\n  background: #fff;\n\n  color: var(--green);\n\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: .08em;\n}\n\n.w26-hero h2 {\n  max-width: 880px;\n  margin: 0 auto 16px;\n\n  color: var(--green);\n\n  font-size: clamp(38px, 5.4vw, 62px);\n  line-height: 1;\n}\n\n.w26-hero h2 span {\n  color: var(--red);\n}\n\n.w26-hero-copy {\n  max-width: 735px;\n  margin: 0 auto 23px;\n\n  color: #535d58;\n\n  font-size: 16px;\n  line-height: 1.74;\n}\n\n.w26-pills {\n  display: flex;\n  flex-wrap: wrap;\n\n  justify-content: center;\n\n  gap: 9px;\n}\n\n.w26-pill {\n  padding: 8px 13px;\n\n  border-radius: 999px;\n\n  background: #fff;\n\n  color: var(--green);\n\n  box-shadow:\n    0 4px 15px rgba(17,61,48,.065);\n\n  font-size: 12px;\n  font-weight: 700;\n}\n\n\n\/* =========================================================\n   OPTIONS \/ VARIANTS\n   ========================================================= *\/\n\n.w26-options {\n  padding: 59px 22px 64px;\n\n  background: #f6f8fa;\n}\n\n.w26-options-grid {\n  display: grid;\n\n  grid-template-columns: repeat(5, 1fr);\n\n  gap: 12px;\n\n  max-width: 1110px;\n  margin: 32px auto 0;\n}\n\n.w26-option {\n  position: relative;\n\n  overflow: hidden;\n\n  border: 1px solid #dde1df;\n  border-radius: 15px;\n\n  background: #fff;\n\n  box-shadow:\n    0 6px 18px rgba(17,61,48,.045);\n\n  transition:\n    transform .2s ease,\n    border-color .2s ease,\n    box-shadow .2s ease;\n}\n\n.w26-option:hover {\n  transform: translateY(-3px);\n\n  border-color: rgba(201,156,70,.75);\n\n  box-shadow:\n    0 11px 26px rgba(17,61,48,.09);\n}\n\n.w26-option.active {\n  border: 2px solid var(--red);\n}\n\n.w26-option-image {\n  position: relative;\n\n  aspect-ratio: 1 \/ 1;\n  overflow: hidden;\n\n  background: #eee;\n}\n\n.w26-option-image img {\n  width: 100%;\n  height: 100%;\n\n  object-fit: cover;\n\n  transition: transform .3s ease;\n}\n\n.w26-option:hover .w26-option-image img {\n  transform: scale(1.02);\n}\n\n.w26-selected {\n  position: absolute;\n  top: 8px;\n  right: 8px;\n\n  display: none;\n\n  padding: 5px 8px;\n\n  border-radius: 999px;\n\n  background: var(--red);\n  color: #fff;\n\n  font-size: 8px;\n  font-weight: 800;\n  letter-spacing: .06em;\n}\n\n.w26-option.active .w26-selected {\n  display: block;\n}\n\n.w26-option-body {\n  min-height: 145px;\n\n  padding: 13px 10px 15px;\n\n  text-align: center;\n}\n\n.w26-option-line {\n  display: block;\n\n  width: 26px;\n  height: 2px;\n\n  margin: 0 auto 8px;\n\n  background: var(--gold);\n}\n\n.w26-option h3 {\n  margin: 0 0 5px;\n\n  color: var(--green);\n\n  font-size: 19px;\n}\n\n.w26-option p {\n  min-height: 48px;\n  margin: 0;\n\n  color: #737d78;\n\n  font-size: 10.5px;\n  line-height: 1.55;\n}\n\n.w26-option-type {\n  display: inline-block;\n\n  margin-top: 8px;\n  padding: 4px 8px;\n\n  border-radius: 999px;\n\n  background: #faf2e8;\n  color: var(--red);\n\n  font-size: 8px;\n  font-weight: 800;\n  letter-spacing: .06em;\n\n  text-transform: uppercase;\n}\n\n.w26-choose {\n  display: block;\n\n  width: calc(100% - 20px);\n\n  margin: 10px auto 0;\n  padding: 8px 7px;\n\n  border: 0;\n  border-radius: 999px;\n\n  background: var(--green);\n  color: #fff;\n\n  cursor: pointer;\n\n  font-size: 9px;\n  font-weight: 800;\n  letter-spacing: .04em;\n\n  text-transform: uppercase;\n}\n\n.w26-choose:hover {\n  background: var(--red);\n}\n\n.w26-set-note {\n  max-width: 780px;\n\n  margin: 23px auto 0;\n  padding: 17px 20px;\n\n  border: 1px solid rgba(201,156,70,.4);\n  border-radius: 13px;\n\n  background: #fffaf0;\n\n  text-align: center;\n}\n\n.w26-set-note strong {\n  display: block;\n\n  margin-bottom: 2px;\n\n  color: var(--red);\n\n  font-family: Georgia, serif;\n  font-size: 20px;\n}\n\n.w26-set-note span {\n  color: #69736e;\n  font-size: 12px;\n}\n\n\n\/* =========================================================\n   FULL SET\n   ========================================================= *\/\n\n.w26-fullset {\n  background: #112f25;\n}\n\n.w26-full-wrap {\n  position: relative;\n\n  min-height: 560px;\n\n  overflow: hidden;\n}\n\n.w26-full-wrap img {\n  width: 100%;\n  min-height: 560px;\n\n  object-fit: cover;\n}\n\n.w26-full-overlay {\n  position: absolute;\n  inset: 0;\n\n  display: flex;\n\n  align-items: flex-end;\n\n  padding: 38px;\n\n  background:\n    linear-gradient(\n      0deg,\n      rgba(5,20,14,.82),\n      rgba(5,20,14,.05) 65%\n    );\n}\n\n.w26-full-copy {\n  max-width: 560px;\n\n  padding: 20px 22px;\n\n  border: 1px solid rgba(255,255,255,.13);\n  border-radius: 15px;\n\n  background: rgba(11,49,37,.79);\n\n  backdrop-filter: blur(5px);\n}\n\n.w26-full-copy .w26-kicker {\n  color: #e8c778;\n}\n\n.w26-full-copy h2 {\n  margin: 0 0 9px;\n\n  color: #fff;\n\n  font-size: clamp(31px,4vw,47px);\n  line-height: 1.05;\n}\n\n.w26-full-copy p {\n  margin: 0;\n\n  color: rgba(255,255,255,.82);\n\n  font-size: 14px;\n  line-height: 1.7;\n}\n\n\n\/* =========================================================\n   STORY\n   ========================================================= *\/\n\n.w26-story {\n  padding: 64px 26px;\n\n  background: #fff;\n}\n\n.w26-story-grid {\n  display: grid;\n\n  grid-template-columns: 1.02fr .98fr;\n\n  gap: 38px;\n\n  align-items: center;\n\n  max-width: 1040px;\n  margin: auto;\n}\n\n.w26-story-image {\n  overflow: hidden;\n\n  border-radius: 18px;\n\n  box-shadow:\n    0 14px 32px rgba(17,61,48,.08);\n}\n\n.w26-story-copy h2 {\n  margin: 0 0 15px;\n\n  color: var(--green);\n\n  font-size: clamp(32px,4vw,47px);\n  line-height: 1.06;\n}\n\n.w26-story-copy \u003e p {\n  color: #626d67;\n\n  font-size: 15px;\n  line-height: 1.75;\n}\n\n.w26-story-list {\n  display: grid;\n\n  gap: 9px;\n\n  margin-top: 18px;\n}\n\n.w26-story-row {\n  display: flex;\n\n  align-items: center;\n  gap: 10px;\n\n  padding: 10px 12px;\n\n  border-radius: 10px;\n\n  background: #f8f5ee;\n\n  color: #505a55;\n\n  font-size: 12px;\n}\n\n.w26-story-icon {\n  font-size: 19px;\n}\n\n\n\/* =========================================================\n   FEATURES\n   ========================================================= *\/\n\n.w26-features {\n  padding: 62px 25px 68px;\n\n  background: #faf8f3;\n}\n\n.w26-feature-grid {\n  display: grid;\n\n  grid-template-columns: repeat(3,1fr);\n\n  gap: 16px;\n\n  max-width: 1020px;\n  margin: 32px auto 0;\n}\n\n.w26-feature {\n  padding: 27px 23px;\n\n  border-radius: 15px;\n\n  background: #fff;\n\n  box-shadow:\n    0 7px 20px rgba(17,61,48,.05);\n\n  text-align: center;\n}\n\n.w26-feature-icon {\n  display: flex;\n\n  width: 46px;\n  height: 46px;\n\n  align-items: center;\n  justify-content: center;\n\n  margin: 0 auto 14px;\n\n  border-radius: 50%;\n\n  background: #faf3e7;\n\n  color: var(--red);\n\n  font-size: 21px;\n}\n\n.w26-feature h3 {\n  margin: 0 0 7px;\n\n  color: var(--green);\n\n  font-size: 20px;\n}\n\n.w26-feature p {\n  margin: 0;\n\n  color: #6d7671;\n\n  font-size: 12px;\n  line-height: 1.65;\n}\n\n\n\/* =========================================================\n   FIVE ICICLES\n   ========================================================= *\/\n\n.w26-five {\n  padding: 64px 25px;\n\n  background: var(--green);\n}\n\n.w26-five-grid {\n  display: grid;\n\n  grid-template-columns: .9fr 1.1fr;\n\n  gap: 38px;\n\n  align-items: center;\n\n  max-width: 1030px;\n  margin: auto;\n}\n\n.w26-five-copy .w26-kicker {\n  color: #e8c77b;\n}\n\n.w26-five-copy h2 {\n  margin: 0 0 15px;\n\n  color: #fff;\n\n  font-size: clamp(32px,4vw,48px);\n  line-height: 1.05;\n}\n\n.w26-five-copy p {\n  margin-bottom: 19px;\n\n  color: rgba(255,255,255,.8);\n\n  font-size: 14px;\n  line-height: 1.73;\n}\n\n.w26-five-list {\n  display: grid;\n\n  gap: 9px;\n}\n\n.w26-five-row {\n  display: flex;\n\n  gap: 10px;\n  align-items: center;\n\n  color: #fff;\n\n  font-size: 12px;\n  font-weight: 650;\n}\n\n.w26-check {\n  display: flex;\n\n  flex: 0 0 24px;\n\n  width: 24px;\n  height: 24px;\n\n  align-items: center;\n  justify-content: center;\n\n  border-radius: 50%;\n\n  background: rgba(235,205,137,.14);\n\n  color: #f0d28e;\n}\n\n.w26-five-image {\n  overflow: hidden;\n\n  border-radius: 18px;\n\n  box-shadow:\n    0 20px 43px rgba(0,0,0,.20);\n}\n\n.w26-five-image img {\n  aspect-ratio: 1 \/ 1;\n\n  object-fit: cover;\n}\n\n\n\/* =========================================================\n   INSTALL\n   ========================================================= *\/\n\n.w26-install {\n  padding: 64px 25px;\n\n  background: #fff;\n}\n\n.w26-install-grid {\n  display: grid;\n\n  grid-template-columns: 1fr 1fr;\n\n  gap: 38px;\n\n  align-items: center;\n\n  max-width: 1030px;\n  margin: auto;\n}\n\n.w26-install-img {\n  overflow: hidden;\n\n  border-radius: 18px;\n}\n\n.w26-install-copy h2 {\n  margin: 0 0 15px;\n\n  color: var(--green);\n\n  font-size: clamp(31px,4vw,46px);\n  line-height: 1.06;\n}\n\n.w26-install-copy \u003e p {\n  color: #646e69;\n\n  font-size: 14px;\n  line-height: 1.73;\n}\n\n.w26-steps {\n  display: grid;\n\n  gap: 9px;\n\n  margin-top: 19px;\n}\n\n.w26-step {\n  display: grid;\n\n  grid-template-columns: 35px 1fr;\n\n  gap: 11px;\n\n  align-items: center;\n\n  padding: 10px 12px;\n\n  border-radius: 10px;\n\n  background: #f7f4ed;\n}\n\n.w26-num {\n  display: flex;\n\n  width: 35px;\n  height: 35px;\n\n  align-items: center;\n  justify-content: center;\n\n  border-radius: 50%;\n\n  background: var(--red);\n  color: #fff;\n\n  font-size: 12px;\n  font-weight: 800;\n}\n\n.w26-step strong {\n  display: block;\n\n  color: var(--green);\n\n  font-size: 12px;\n}\n\n.w26-step span {\n  color: #78807c;\n\n  font-size: 10.5px;\n}\n\n\n\/* =========================================================\n   REVIEWS\n   ========================================================= *\/\n\n.w26-reviews {\n  padding: 64px 25px 70px;\n\n  background: #f4f6f5;\n}\n\n.w26-review-grid {\n  display: grid;\n\n  grid-template-columns: repeat(3,1fr);\n\n  gap: 15px;\n\n  max-width: 1030px;\n  margin: 33px auto 0;\n}\n\n.w26-review-card {\n  overflow: hidden;\n\n  border: 1px solid #dde3df;\n  border-radius: 15px;\n\n  background: #fff;\n\n  box-shadow:\n    0 7px 21px rgba(17,61,48,.05);\n}\n\n.w26-review-image {\n  aspect-ratio: 1 \/ 1;\n\n  overflow: hidden;\n\n  background: #ecefed;\n}\n\n.w26-review-image img {\n  width: 100%;\n  height: 100%;\n\n  object-fit: cover;\n}\n\n.w26-review-content {\n  padding: 15px 16px 17px;\n}\n\n.w26-review-top {\n  display: flex;\n\n  align-items: center;\n  justify-content: space-between;\n\n  gap: 10px;\n\n  margin-bottom: 8px;\n}\n\n.w26-review-name {\n  color: var(--green);\n\n  font-size: 12px;\n  font-weight: 800;\n}\n\n.w26-stars {\n  color: #e4a21a;\n\n  font-size: 13px;\n  letter-spacing: 1px;\n}\n\n.w26-review-text {\n  margin: 0 0 11px;\n\n  color: #56605b;\n\n  font-size: 12px;\n  line-height: 1.7;\n}\n\n.w26-review-foot {\n  display: flex;\n\n  align-items: center;\n  justify-content: space-between;\n\n  gap: 8px;\n\n  padding-top: 10px;\n\n  border-top: 1px solid #edf0ee;\n}\n\n.w26-photo-tag {\n  color: #8c9590;\n\n  font-size: 9px;\n  font-weight: 700;\n\n  text-transform: uppercase;\n}\n\n.w26-style-tag {\n  display: inline-block;\n\n  padding: 4px 7px;\n\n  border-radius: 999px;\n\n  background: #faf2e8;\n  color: var(--red);\n\n  font-size: 8px;\n  font-weight: 800;\n\n  text-transform: uppercase;\n}\n\n\n\/* =========================================================\n   FAQ\n   ========================================================= *\/\n\n.w26-faq {\n  padding: 64px 25px;\n\n  background: #fff;\n}\n\n.w26-faq-list {\n  max-width: 810px;\n\n  margin: 32px auto 0;\n}\n\n.w26-faq-item {\n  border-top: 1px solid #e7e3dc;\n}\n\n.w26-faq-item:last-child {\n  border-bottom: 1px solid #e7e3dc;\n}\n\n.w26-question {\n  display: flex;\n\n  width: 100%;\n\n  align-items: center;\n  justify-content: space-between;\n\n  gap: 13px;\n\n  padding: 17px 2px;\n\n  border: 0;\n\n  background: transparent;\n\n  color: var(--green);\n\n  cursor: pointer;\n\n  font: inherit;\n  font-size: 13px;\n  font-weight: 750;\n\n  text-align: left;\n}\n\n.w26-plus {\n  display: flex;\n\n  flex: 0 0 27px;\n\n  width: 27px;\n  height: 27px;\n\n  align-items: center;\n  justify-content: center;\n\n  border-radius: 50%;\n\n  background: #f8f2e9;\n  color: var(--red);\n\n  font-size: 18px;\n\n  transition: transform .2s ease;\n}\n\n.w26-answer {\n  display: none;\n\n  padding: 0 35px 17px 2px;\n\n  color: #69726d;\n\n  font-size: 12px;\n  line-height: 1.7;\n}\n\n.w26-faq-item.open .w26-answer {\n  display: block;\n}\n\n.w26-faq-item.open .w26-plus {\n  transform: rotate(45deg);\n}\n\n\n\/* =========================================================\n   FINAL\n   ========================================================= *\/\n\n.w26-final {\n  padding: 70px 25px;\n\n  text-align: center;\n\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      rgba(232,199,119,.14),\n      transparent 50%\n    ),\n    var(--green);\n}\n\n.w26-final-icons {\n  margin-bottom: 11px;\n\n  font-size: 27px;\n  letter-spacing: 7px;\n}\n\n.w26-final h2 {\n  max-width: 720px;\n\n  margin: 0 auto 14px;\n\n  color: #fff;\n\n  font-size: clamp(35px,5vw,53px);\n  line-height: 1.03;\n}\n\n.w26-final p {\n  max-width: 630px;\n\n  margin: 0 auto 23px;\n\n  color: rgba(255,255,255,.76);\n\n  font-size: 14px;\n  line-height: 1.7;\n}\n\n.w26-final-btn {\n  display: inline-block;\n\n  padding: 14px 26px;\n\n  border-radius: 999px;\n\n  background: var(--red);\n  color: #fff !important;\n\n  box-shadow:\n    0 9px 23px rgba(0,0,0,.17);\n\n  font-size: 12px;\n  font-weight: 800;\n  letter-spacing: .06em;\n\n  text-decoration: none !important;\n}\n\n\n\/* =========================================================\n   TABLET\n   ========================================================= *\/\n\n@media(max-width:980px) {\n\n  .w26-options-grid {\n    grid-template-columns: repeat(3,1fr);\n  }\n\n  .w26-story-grid,\n  .w26-five-grid,\n  .w26-install-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .w26-feature-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .w26-review-grid {\n    grid-template-columns: repeat(2,1fr);\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media(max-width:640px) {\n\n  .w26-hero {\n    padding: 48px 14px 42px;\n  }\n\n  .w26-hero h2 {\n    font-size: 36px;\n  }\n\n  .w26-hero-copy {\n    font-size: 14px;\n  }\n\n  .w26-options,\n  .w26-story,\n  .w26-features,\n  .w26-five,\n  .w26-install,\n  .w26-reviews,\n  .w26-faq {\n    padding: 47px 13px;\n  }\n\n  .w26-title {\n    font-size: 31px;\n  }\n\n  .w26-copy {\n    font-size: 13px;\n  }\n\n  .w26-options-grid {\n    grid-template-columns: repeat(2,1fr);\n\n    gap: 9px;\n  }\n\n  .w26-option-body {\n    min-height: 143px;\n\n    padding: 11px 7px 13px;\n  }\n\n  .w26-option h3 {\n    font-size: 17px;\n  }\n\n  .w26-option p {\n    min-height: 47px;\n\n    font-size: 9.5px;\n  }\n\n  .w26-full-wrap,\n  .w26-full-wrap img {\n    min-height: 500px;\n  }\n\n  .w26-full-overlay {\n    padding: 16px;\n  }\n\n  .w26-full-copy {\n    padding: 16px;\n  }\n\n  .w26-story-grid,\n  .w26-five-grid,\n  .w26-install-grid {\n    gap: 23px;\n  }\n\n  .w26-story-copy,\n  .w26-five-copy,\n  .w26-install-copy {\n    text-align: center;\n  }\n\n  .w26-review-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .w26-final {\n    padding: 54px 16px;\n  }\n\n  .w26-final h2 {\n    font-size: 37px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"color-background-1 gradient content-for-grouping always-display\"\u003e\n\u003cdiv class=\"section-template--21591592370348__custom_liquid_JYf7pX-padding\"\u003e\n\u003cdiv class=\"winter26\"\u003e\n\u003c!-- =========================================================\n     HERO\n     ========================================================= --\u003e\n\u003csection class=\"w26-hero\"\u003e\n\u003cdiv class=\"w26-badge\"\u003e❄️ WINTERGLOW HOLIDAY FRIENDS\u003c\/div\u003e\n\u003ch2\u003eFour Festive Friends.\u003cbr\u003e\u003cspan\u003eOne Cozy Christmas Glow.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"w26-hero-copy\"\u003eChoose your favorite Holiday Friend for the porch — Snowman, Reindeer, Penguin or Santa — or bring home all four for one warm Christmas display.\u003c\/div\u003e\n\u003cdiv class=\"w26-pills\"\u003e\n\u003cdiv class=\"w26-pill\"\u003e☃️ 4 Character Styles\u003c\/div\u003e\n\u003cdiv class=\"w26-pill\"\u003e🎁 Full Set Available\u003c\/div\u003e\n\u003cdiv class=\"w26-pill\"\u003e❄️ 5 Glowing Icicles\u003c\/div\u003e\n\u003cdiv class=\"w26-pill\"\u003e✨ Warm LED Glow\u003c\/div\u003e\n\u003cdiv class=\"w26-pill\"\u003e🏡 Made for Railings\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     VARIANTS\n     ========================================================= --\u003e\n\u003csection class=\"w26-options\"\u003e\n\u003cdiv class=\"w26-kicker\" style=\"text-align: center;\"\u003eMEET THE HOLIDAY FRIENDS\u003c\/div\u003e\n\u003ch2 class=\"w26-title\"\u003ePick Your Christmas Personality\u003c\/h2\u003e\n\u003c!-- highlighted Shopify explanation removed --\u003e\n\u003cdiv class=\"w26-options-grid\"\u003e\n\u003cdiv class=\"w26-option\n          active\"\u003e\n\u003cdiv class=\"w26-option-image\"\u003e\n\u003cimg src=\"https:\/\/nestmiro.com\/cdn\/shop\/files\/0f5103fa-56ce-4876-8d63-037fa5aedd33.png?v=1788776860\u0026amp;width=1000\" alt=\"Snowman\" srcset=\"\/\/nestmiro.com\/cdn\/shop\/files\/0f5103fa-56ce-4876-8d63-037fa5aedd33.png?v=1788776860\u0026amp;width=300 300w, \/\/nestmiro.com\/cdn\/shop\/files\/0f5103fa-56ce-4876-8d63-037fa5aedd33.png?v=1788776860\u0026amp;width=450 450w, \/\/nestmiro.com\/cdn\/shop\/files\/0f5103fa-56ce-4876-8d63-037fa5aedd33.png?v=1788776860\u0026amp;width=700 700w, \/\/nestmiro.com\/cdn\/shop\/files\/0f5103fa-56ce-4876-8d63-037fa5aedd33.png?v=1788776860\u0026amp;width=1000 1000w\" width=\"1000\" height=\"1000\" loading=\"lazy\" sizes=\"(max-width:640px) 50vw, 20vw\"\u003e \u003cspan class=\"w26-selected\"\u003e SELECTED \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w26-option-body\"\u003e\n\u003cspan class=\"w26-option-line\"\u003e\u003c\/span\u003e\n\u003ch3\u003eSnowman\u003c\/h3\u003e\n\u003cp\u003eBlack knit hat, blue scarf and classic winter charm.\u003c\/p\u003e\n\u003cspan class=\"w26-option-type\"\u003e SINGLE STYLE \u003c\/span\u003e \u003cbutton type=\"button\" class=\"w26-choose\"\u003e CHOOSE Snowman \u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w26-option\"\u003e\n\u003cdiv class=\"w26-option-image\"\u003e\n\u003cimg src=\"https:\/\/nestmiro.com\/cdn\/shop\/files\/111.png?v=1788774339\u0026amp;width=1000\" alt=\"Reindeer\" srcset=\"\/\/nestmiro.com\/cdn\/shop\/files\/111.png?v=1788774339\u0026amp;width=300 300w, \/\/nestmiro.com\/cdn\/shop\/files\/111.png?v=1788774339\u0026amp;width=450 450w, \/\/nestmiro.com\/cdn\/shop\/files\/111.png?v=1788774339\u0026amp;width=700 700w, \/\/nestmiro.com\/cdn\/shop\/files\/111.png?v=1788774339\u0026amp;width=1000 1000w\" width=\"1000\" height=\"1000\" loading=\"lazy\" sizes=\"(max-width:640px) 50vw, 20vw\"\u003e \u003cspan class=\"w26-selected\"\u003e SELECTED \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w26-option-body\"\u003e\n\u003cspan class=\"w26-option-line\"\u003e\u003c\/span\u003e\n\u003ch3\u003eReindeer\u003c\/h3\u003e\n\u003cp\u003eSoft brown reindeer, antlers, red nose and cozy scarf.\u003c\/p\u003e\n\u003cspan class=\"w26-option-type\"\u003e SINGLE STYLE \u003c\/span\u003e \u003cbutton type=\"button\" class=\"w26-choose\"\u003e CHOOSE Reindeer \u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w26-option\"\u003e\n\u003cdiv class=\"w26-option-image\"\u003e\n\u003cimg src=\"https:\/\/nestmiro.com\/cdn\/shop\/files\/333.png?v=1788774338\u0026amp;width=1000\" alt=\"Penguin\" srcset=\"\/\/nestmiro.com\/cdn\/shop\/files\/333.png?v=1788774338\u0026amp;width=300 300w, \/\/nestmiro.com\/cdn\/shop\/files\/333.png?v=1788774338\u0026amp;width=450 450w, \/\/nestmiro.com\/cdn\/shop\/files\/333.png?v=1788774338\u0026amp;width=700 700w, \/\/nestmiro.com\/cdn\/shop\/files\/333.png?v=1788774338\u0026amp;width=1000 1000w\" width=\"1000\" height=\"1000\" loading=\"lazy\" sizes=\"(max-width:640px) 50vw, 20vw\"\u003e \u003cspan class=\"w26-selected\"\u003e SELECTED \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w26-option-body\"\u003e\n\u003cspan class=\"w26-option-line\"\u003e\u003c\/span\u003e\n\u003ch3\u003ePenguin\u003c\/h3\u003e\n\u003cp\u003eSweet penguin in a festive red hat and scarf.\u003c\/p\u003e\n\u003cspan class=\"w26-option-type\"\u003e SINGLE STYLE \u003c\/span\u003e \u003cbutton type=\"button\" class=\"w26-choose\"\u003e CHOOSE Penguin \u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w26-option\"\u003e\n\u003cdiv class=\"w26-option-image\"\u003e\n\u003cimg src=\"https:\/\/nestmiro.com\/cdn\/shop\/files\/222.png?v=1788774344\u0026amp;width=1000\" alt=\"Santa\" srcset=\"\/\/nestmiro.com\/cdn\/shop\/files\/222.png?v=1788774344\u0026amp;width=300 300w, \/\/nestmiro.com\/cdn\/shop\/files\/222.png?v=1788774344\u0026amp;width=450 450w, \/\/nestmiro.com\/cdn\/shop\/files\/222.png?v=1788774344\u0026amp;width=700 700w, \/\/nestmiro.com\/cdn\/shop\/files\/222.png?v=1788774344\u0026amp;width=1000 1000w\" width=\"1000\" height=\"1000\" loading=\"lazy\" sizes=\"(max-width:640px) 50vw, 20vw\"\u003e \u003cspan class=\"w26-selected\"\u003e SELECTED \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w26-option-body\"\u003e\n\u003cspan class=\"w26-option-line\"\u003e\u003c\/span\u003e\n\u003ch3\u003eSanta\u003c\/h3\u003e\n\u003cp\u003eSoft white beard, rosy cheeks and classic Christmas warmth.\u003c\/p\u003e\n\u003cspan class=\"w26-option-type\"\u003e SINGLE STYLE \u003c\/span\u003e \u003cbutton type=\"button\" class=\"w26-choose\"\u003e CHOOSE Santa \u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w26-option\"\u003e\n\u003cdiv class=\"w26-option-image\"\u003e\n\u003cimg src=\"https:\/\/nestmiro.com\/cdn\/shop\/files\/0e3ddd29-e076-4bb0-9a03-7e28fda1cd35.png?v=1788775152\u0026amp;width=1000\" alt=\"Full Set\" srcset=\"\/\/nestmiro.com\/cdn\/shop\/files\/0e3ddd29-e076-4bb0-9a03-7e28fda1cd35.png?v=1788775152\u0026amp;width=300 300w, \/\/nestmiro.com\/cdn\/shop\/files\/0e3ddd29-e076-4bb0-9a03-7e28fda1cd35.png?v=1788775152\u0026amp;width=450 450w, \/\/nestmiro.com\/cdn\/shop\/files\/0e3ddd29-e076-4bb0-9a03-7e28fda1cd35.png?v=1788775152\u0026amp;width=700 700w, \/\/nestmiro.com\/cdn\/shop\/files\/0e3ddd29-e076-4bb0-9a03-7e28fda1cd35.png?v=1788775152\u0026amp;width=1000 1000w\" width=\"1000\" height=\"1000\" loading=\"lazy\" sizes=\"(max-width:640px) 50vw, 20vw\"\u003e \u003cspan class=\"w26-selected\"\u003e SELECTED \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w26-option-body\"\u003e\n\u003cspan class=\"w26-option-line\"\u003e\u003c\/span\u003e\n\u003ch3\u003eFull Set\u003c\/h3\u003e\n\u003cp\u003eSnowman, Reindeer, Penguin and Santa together.\u003c\/p\u003e\n\u003cspan class=\"w26-option-type\"\u003e ALL 4 STYLES \u003c\/span\u003e \u003cbutton type=\"button\" class=\"w26-choose\"\u003e CHOOSE Full Set \u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w26-set-note\"\u003e\n\u003cstrong\u003e One favorite — or the whole crew. \u003c\/strong\u003e \u003cspan\u003e The Full Set includes Snowman, Reindeer, Penguin and Santa. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     FULL SET\n     ========================================================= --\u003e\n\u003csection class=\"w26-fullset\"\u003e\n\u003cdiv class=\"w26-full-wrap\"\u003e\n\u003cimg src=\"https:\/\/nestmiro.com\/cdn\/shop\/files\/0e3ddd29-e076-4bb0-9a03-7e28fda1cd35.png?v=1788775152\u0026amp;width=1800\" alt=\"WinterGlow Full Set\" srcset=\"\/\/nestmiro.com\/cdn\/shop\/files\/0e3ddd29-e076-4bb0-9a03-7e28fda1cd35.png?v=1788775152\u0026amp;width=700 700w, \/\/nestmiro.com\/cdn\/shop\/files\/0e3ddd29-e076-4bb0-9a03-7e28fda1cd35.png?v=1788775152\u0026amp;width=1000 1000w, \/\/nestmiro.com\/cdn\/shop\/files\/0e3ddd29-e076-4bb0-9a03-7e28fda1cd35.png?v=1788775152\u0026amp;width=1400 1400w, \/\/nestmiro.com\/cdn\/shop\/files\/0e3ddd29-e076-4bb0-9a03-7e28fda1cd35.png?v=1788775152\u0026amp;width=1800 1800w\" width=\"1800\" height=\"1800\" loading=\"lazy\" sizes=\"100vw\"\u003e\n\u003cdiv class=\"w26-full-overlay\"\u003e\n\u003cdiv class=\"w26-full-copy\"\u003e\n\u003cdiv class=\"w26-kicker\"\u003eFULL SET — ALL FOUR FRIENDS\u003c\/div\u003e\n\u003ch2\u003eFour Friends.\u003cbr\u003eA Warmer Holiday.\u003c\/h2\u003e\n\u003cp\u003eFour different Christmas personalities, one coordinated glowing porch display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     DAY \/ NIGHT STORY\n     ========================================================= --\u003e\n\u003csection class=\"w26-story\"\u003e\n\u003cdiv class=\"w26-story-grid\"\u003e\n\u003cdiv class=\"w26-story-image\"\u003e\u003cimg src=\"https:\/\/nestmiro.com\/cdn\/shop\/files\/ChatGPT_Image_2026_9_5_15_54_44_4.png?v=1788689057\u0026amp;width=1400\" alt=\"WinterGlow charming by day and glowing at night\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"w26-story-copy\"\u003e\n\u003cdiv class=\"w26-kicker\"\u003eFROM DAYLIGHT TO CHRISTMAS NIGHT\u003c\/div\u003e\n\u003ch2\u003eCharming by Day.\u003cbr\u003eMagical After Dark.\u003c\/h2\u003e\n\u003cp\u003eDuring the day, each character adds a cheerful seasonal detail to the railing. After sunset, the warm internal glow and illuminated icicles completely change the mood.\u003c\/p\u003e\n\u003cdiv class=\"w26-story-list\"\u003e\n\u003cdiv class=\"w26-story-row\"\u003e\n\u003cspan class=\"w26-story-icon\"\u003e☀️\u003c\/span\u003e Cheerful character décor during the day\u003c\/div\u003e\n\u003cdiv class=\"w26-story-row\"\u003e\n\u003cspan class=\"w26-story-icon\"\u003e✨\u003c\/span\u003e Warm light shines through after dark\u003c\/div\u003e\n\u003cdiv class=\"w26-story-row\"\u003e\n\u003cspan class=\"w26-story-icon\"\u003e🏡\u003c\/span\u003e Designed for porch and deck railings\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     CORE DETAILS\n     ========================================================= --\u003e\n\u003csection class=\"w26-features\"\u003e\n\u003cdiv class=\"w26-kicker\" style=\"text-align: center;\"\u003eTHOUGHTFUL DETAILS\u003c\/div\u003e\n\u003ch2 class=\"w26-title\"\u003eSimple Details That Make the Difference\u003c\/h2\u003e\n\u003cdiv class=\"w26-feature-grid\"\u003e\n\u003cdiv class=\"w26-feature\"\u003e\n\u003cdiv class=\"w26-feature-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eWarm Character Glow\u003c\/h3\u003e\n\u003cp\u003eSoft warm illumination shines through the character for a cozy Christmas look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w26-feature\"\u003e\n\u003cdiv class=\"w26-feature-icon\"\u003e❄️\u003c\/div\u003e\n\u003ch3\u003eFive Clear Icicles\u003c\/h3\u003e\n\u003cp\u003eFive pointed transparent icicles create the signature cascading light effect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w26-feature\"\u003e\n\u003cdiv class=\"w26-feature-icon\"\u003e🏡\u003c\/div\u003e\n\u003ch3\u003eRailing-Friendly\u003c\/h3\u003e\n\u003cp\u003eThe character stays above the railing while the icicles hang freely underneath.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     FIVE ICICLES\n     ========================================================= --\u003e\n\u003csection class=\"w26-five\"\u003e\n\u003cdiv class=\"w26-five-grid\"\u003e\n\u003cdiv class=\"w26-five-copy\"\u003e\n\u003cdiv class=\"w26-kicker\"\u003eTHE SIGNATURE WINTERGLOW LOOK\u003c\/div\u003e\n\u003ch2\u003eFive Glowing Icicles.\u003cbr\u003eOne Beautiful Cascade.\u003c\/h2\u003e\n\u003cp\u003eThe five staggered clear icicles create depth beneath the railing and catch the warm LED light from top to tip.\u003c\/p\u003e\n\u003cdiv class=\"w26-five-list\"\u003e\n\u003cdiv class=\"w26-five-row\"\u003e\n\u003cspan class=\"w26-check\"\u003e✓\u003c\/span\u003e Exactly five hanging icicles\u003c\/div\u003e\n\u003cdiv class=\"w26-five-row\"\u003e\n\u003cspan class=\"w26-check\"\u003e✓\u003c\/span\u003e Clear pointed icicle design\u003c\/div\u003e\n\u003cdiv class=\"w26-five-row\"\u003e\n\u003cspan class=\"w26-check\"\u003e✓\u003c\/span\u003e Warm-white illumination\u003c\/div\u003e\n\u003cdiv class=\"w26-five-row\"\u003e\n\u003cspan class=\"w26-check\"\u003e✓\u003c\/span\u003e Staggered lengths create depth\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w26-five-image\"\u003e\u003cimg src=\"https:\/\/nestmiro.com\/cdn\/shop\/files\/2_4833e072-461d-4b7c-ba5e-c2b658758a32.png?v=1788775111\u0026amp;width=1400\" alt=\"Santa Holiday Friend with five glowing icicles\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     INSTALL\n     ========================================================= --\u003e\n\u003csection class=\"w26-install\"\u003e\n\u003cdiv class=\"w26-install-grid\"\u003e\n\u003cdiv class=\"w26-install-img\"\u003e\u003cimg src=\"https:\/\/nestmiro.com\/cdn\/shop\/files\/ChatGPTImage2026_9_4_18_02_09_16f96909-48d2-4e61-855b-33c6039ce0be.png?v=1788689058\u0026amp;width=1400\" alt=\"Installing WinterGlow on a railing\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"w26-install-copy\"\u003e\n\u003cdiv class=\"w26-kicker\"\u003eREADY FOR YOUR HOLIDAY PORCH\u003c\/div\u003e\n\u003ch2\u003ePosition. Secure.\u003cbr\u003eLet It Glow.\u003c\/h2\u003e\n\u003cp\u003eThe railing setup keeps the character visible above while giving all five icicles enough room to hang freely below.\u003c\/p\u003e\n\u003cdiv class=\"w26-steps\"\u003e\n\u003cdiv class=\"w26-step\"\u003e\n\u003cdiv class=\"w26-num\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eChoose the Spot\u003c\/strong\u003e \u003cspan\u003eFind a suitable open section of railing.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w26-step\"\u003e\n\u003cdiv class=\"w26-num\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSecure the Base\u003c\/strong\u003e \u003cspan\u003ePosition the mounting base firmly.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w26-step\"\u003e\n\u003cdiv class=\"w26-num\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree All Five Icicles\u003c\/strong\u003e \u003cspan\u003eLet every clear light hang unobstructed below.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     CUSTOMER REVIEWS\n     ========================================================= --\u003e\n\u003csection class=\"w26-reviews\"\u003e\n\u003cdiv class=\"w26-kicker\" style=\"text-align: center;\"\u003eCUSTOMER REVIEWS\u003c\/div\u003e\n\u003ch2 class=\"w26-title\"\u003eHoliday Moments at Home\u003c\/h2\u003e\n\u003cdiv class=\"w26-review-grid\"\u003e\n\u003cdiv class=\"w26-review-card\"\u003e\n\u003cdiv class=\"w26-review-image\"\u003e\u003cimg src=\"https:\/\/nestmiro.com\/cdn\/shop\/files\/ChatGPT_Image_2026_9_5_16_02_44_1.png?v=1788689058\u0026amp;width=1000\" alt=\"Snowman WinterGlow on customer porch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"w26-review-content\"\u003e\n\u003cdiv class=\"w26-review-top\"\u003e\n\u003cspan class=\"w26-review-name\"\u003e Karen M. \u003c\/span\u003e \u003cspan class=\"w26-stars\"\u003e ★★★★★ \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"w26-review-text\"\u003e“I put him on our front railing right away. He’s a really cute size and looks even better once the lights come on.”\u003c\/p\u003e\n\u003cdiv class=\"w26-review-foot\"\u003e\n\u003cspan class=\"w26-photo-tag\"\u003e Customer Photo \u003c\/span\u003e \u003cspan class=\"w26-style-tag\"\u003e Snowman \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w26-review-card\"\u003e\n\u003cdiv class=\"w26-review-image\"\u003e\u003cimg src=\"https:\/\/nestmiro.com\/cdn\/shop\/files\/ChatGPT_Image_2026_9_5_16_03_02_2.png?v=1788689058\u0026amp;width=1000\" alt=\"WinterGlow customer unboxing\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"w26-review-content\"\u003e\n\u003cdiv class=\"w26-review-top\"\u003e\n\u003cspan class=\"w26-review-name\"\u003e Susan R. \u003c\/span\u003e \u003cspan class=\"w26-stars\"\u003e ★★★★★ \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"w26-review-text\"\u003e“Mine came packed safely. I tested it right out of the box and immediately knew exactly where I wanted to put it.”\u003c\/p\u003e\n\u003cdiv class=\"w26-review-foot\"\u003e\n\u003cspan class=\"w26-photo-tag\"\u003e Customer Photo \u003c\/span\u003e \u003cspan class=\"w26-style-tag\"\u003e Snowman \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w26-review-card\"\u003e\n\u003cdiv class=\"w26-review-image\"\u003e\u003cimg src=\"https:\/\/nestmiro.com\/cdn\/shop\/files\/2_4833e072-461d-4b7c-ba5e-c2b658758a32.png?v=1788775111\u0026amp;width=1000\" alt=\"Santa WinterGlow glowing on porch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"w26-review-content\"\u003e\n\u003cdiv class=\"w26-review-top\"\u003e\n\u003cspan class=\"w26-review-name\"\u003e Mary K. \u003c\/span\u003e \u003cspan class=\"w26-stars\"\u003e ★★★★★ \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"w26-review-text\"\u003e“Santa looks so sweet on the railing. I especially love the warm glow and the way the five icicles light up underneath.”\u003c\/p\u003e\n\u003cdiv class=\"w26-review-foot\"\u003e\n\u003cspan class=\"w26-photo-tag\"\u003e Customer Photo \u003c\/span\u003e \u003cspan class=\"w26-style-tag\"\u003e Santa \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     FAQ\n     ========================================================= --\u003e\n\u003csection class=\"w26-faq\"\u003e\n\u003cdiv class=\"w26-kicker\" style=\"text-align: center;\"\u003eQUICK QUESTIONS\u003c\/div\u003e\n\u003ch2 class=\"w26-title\"\u003eGood to Know Before You Order\u003c\/h2\u003e\n\u003cdiv class=\"w26-faq-list\"\u003e\n\u003cdiv class=\"w26-faq-item\"\u003e\n\u003cbutton type=\"button\" class=\"w26-question\"\u003e \u003cspan\u003e Which styles are available? \u003c\/span\u003e \u003cspan class=\"w26-plus\"\u003e + \u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"w26-answer\"\u003eThe current styles are Snowman, Reindeer, Penguin and Santa. A Full Set option includes all four.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w26-faq-item\"\u003e\n\u003cbutton type=\"button\" class=\"w26-question\"\u003e \u003cspan\u003e How many icicle lights are on each one? \u003c\/span\u003e \u003cspan class=\"w26-plus\"\u003e + \u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"w26-answer\"\u003eEach individual Holiday Friend features five clear illuminated icicles underneath the base.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w26-faq-item\"\u003e\n\u003cbutton type=\"button\" class=\"w26-question\"\u003e \u003cspan\u003e What comes in the Full Set? \u003c\/span\u003e \u003cspan class=\"w26-plus\"\u003e + \u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"w26-answer\"\u003eThe Full Set includes Snowman, Reindeer, Penguin and Santa.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w26-faq-item\"\u003e\n\u003cbutton type=\"button\" class=\"w26-question\"\u003e \u003cspan\u003e Where can I display it? \u003c\/span\u003e \u003cspan class=\"w26-plus\"\u003e + \u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"w26-answer\"\u003eThe design is especially suited to porch, deck and balcony railings where the five icicles can hang freely beneath the base.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w26-faq-item\"\u003e\n\u003cbutton type=\"button\" class=\"w26-question\"\u003e \u003cspan\u003e Does it still look decorative during the day? \u003c\/span\u003e \u003cspan class=\"w26-plus\"\u003e + \u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"w26-answer\"\u003eYes. Each character still works as cheerful seasonal railing décor before the lights come on.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     FINAL CTA\n     ========================================================= --\u003e\n\u003csection class=\"w26-final\"\u003e\n\u003cdiv class=\"w26-final-icons\"\u003e☃️ 🦌 🐧 🎅\u003c\/div\u003e\n\u003ch2\u003eFour Holiday Friends.\u003cbr\u003eOne Warmer Christmas Welcome.\u003c\/h2\u003e\n\u003cp\u003eChoose the character that feels right for your home or bring the entire Christmas crew to the railing.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"w26-final-btn w26-scroll-buy\"\u003e CHOOSE YOUR STYLE → \u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.addEventListener('DOMContentLoaded', function () {\n\n  function normalizeW26(value) {\n    return String(value || '')\n      .replace(\/\\s+\/g,' ')\n      .trim()\n      .toLowerCase();\n  }\n\n\n  function productAreaW26() {\n\n    return (\n      document.querySelector('.product__info-container') ||\n      document.querySelector('.product__info-wrapper') ||\n      document.querySelector('product-info') ||\n      document.querySelector('product-form') ||\n      document.querySelector('form[action*=\"\/cart\/add\"]')\n    );\n\n  }\n\n\n  function chooseStyleW26(styleName) {\n\n    var wanted = normalizeW26(styleName);\n\n    var root =\n      productAreaW26() || document;\n\n\n    var radios =\n      root.querySelectorAll('input[type=\"radio\"]');\n\n    for (var i = 0; i \u003c radios.length; i++) {\n\n      if (\n        normalizeW26(radios[i].value) === wanted\n      ) {\n\n        radios[i].checked = true;\n\n        radios[i].dispatchEvent(\n          new Event('change',{\n            bubbles:true\n          })\n        );\n\n        radios[i].click();\n\n        return true;\n\n      }\n\n    }\n\n\n    var selects =\n      root.querySelectorAll('select');\n\n    for (var s = 0; s \u003c selects.length; s++) {\n\n      for (\n        var o = 0;\n        o \u003c selects[s].options.length;\n        o++\n      ) {\n\n        var option =\n          selects[s].options[o];\n\n        if (\n          normalizeW26(option.value) === wanted ||\n          normalizeW26(option.text) === wanted\n        ) {\n\n          selects[s].selectedIndex = o;\n\n          selects[s].dispatchEvent(\n            new Event('change',{\n              bubbles:true\n            })\n          );\n\n          return true;\n\n        }\n\n      }\n\n    }\n\n\n    var clickable =\n      root.querySelectorAll(\n        'label, button, [role=\"radio\"]'\n      );\n\n    for (\n      var c = 0;\n      c \u003c clickable.length;\n      c++\n    ) {\n\n      if (\n        normalizeW26(\n          clickable[c].textContent\n        ) === wanted\n      ) {\n\n        clickable[c].click();\n\n        return true;\n\n      }\n\n    }\n\n    return false;\n\n  }\n\n\n  var chooseButtons =\n    document.querySelectorAll(\n      '.w26-choose'\n    );\n\n\n  chooseButtons.forEach(\n    function(button) {\n\n      button.addEventListener(\n        'click',\n        function() {\n\n          var style =\n            button.getAttribute(\n              'data-choose'\n            );\n\n\n          document\n            .querySelectorAll(\n              '.w26-option'\n            )\n            .forEach(\n              function(card) {\n\n                card.classList.remove(\n                  'active'\n                );\n\n              }\n            );\n\n\n          var parent =\n            button.closest(\n              '.w26-option'\n            );\n\n\n          if (parent) {\n\n            parent.classList.add(\n              'active'\n            );\n\n          }\n\n\n          chooseStyleW26(style);\n\n\n          var productBox =\n            productAreaW26();\n\n\n          if (productBox) {\n\n            setTimeout(\n              function() {\n\n                var y =\n                  productBox\n                    .getBoundingClientRect()\n                    .top\n                  +\n                  window.pageYOffset\n                  -\n                  90;\n\n\n                window.scrollTo({\n                  top:y,\n                  behavior:'smooth'\n                });\n\n              },\n              120\n            );\n\n          }\n\n        }\n      );\n\n    }\n  );\n\n\n  var faqItems =\n    document.querySelectorAll(\n      '.w26-faq-item'\n    );\n\n\n  faqItems.forEach(\n    function(item) {\n\n      var button =\n        item.querySelector(\n          '.w26-question'\n        );\n\n\n      if (!button) return;\n\n\n      button.addEventListener(\n        'click',\n        function() {\n\n          var opened =\n            item.classList.contains(\n              'open'\n            );\n\n\n          faqItems.forEach(\n            function(other) {\n\n              other.classList.remove(\n                'open'\n              );\n\n            }\n          );\n\n\n          if (!opened) {\n\n            item.classList.add(\n              'open'\n            );\n\n          }\n\n        }\n      );\n\n    }\n  );\n\n\n  var cta =\n    document.querySelectorAll(\n      '.w26-scroll-buy'\n    );\n\n\n  cta.forEach(\n    function(button) {\n\n      button.addEventListener(\n        'click',\n        function(event) {\n\n          event.preventDefault();\n\n\n          var target =\n            productAreaW26();\n\n\n          if (target) {\n\n            var y =\n              target\n                .getBoundingClientRect()\n                .top\n              +\n              window.pageYOffset\n              -\n              90;\n\n\n            window.scrollTo({\n              top:y,\n              behavior:'smooth'\n            });\n\n          } else {\n\n            window.scrollTo({\n              top:0,\n              behavior:'smooth'\n            });\n\n          }\n\n        }\n      );\n\n    }\n  );\n\n});\n\u003c\/script\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"YMH","offers":[{"title":"Snowman","offer_id":44569986728035,"sku":"SZ06422609075880-冰柱灯-雪人","price":36.98,"currency_code":"USD","in_stock":true},{"title":"Reindeer","offer_id":44569986760803,"sku":"SZ06422609075880-冰柱灯-驯鹿","price":36.98,"currency_code":"USD","in_stock":true},{"title":"Penguin","offer_id":44569986793571,"sku":"SZ06422609075880-冰柱灯-企鹅","price":36.98,"currency_code":"USD","in_stock":true},{"title":"Santa","offer_id":44569986826339,"sku":"SZ06422609075880-冰柱灯-圣诞老人","price":36.98,"currency_code":"USD","in_stock":true},{"title":"Full style（Set of 4）","offer_id":44569986859107,"sku":"SZ06422609075880-冰柱灯-雪人+驯鹿+企鹅+圣诞老人","price":118.34,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/8996\/4899\/files\/ChatGPTImage2026_9_4_18_01_57_c6d2b8b4-31a0-4ec9-a2a9-b68ad34e43ed.png?v=1788922358","url":"https:\/\/firleno.com\/products\/winterglow-snowman-icicle-light-decor","provider":"Firleno","version":"1.0","type":"link"}