{"product_id":"🔥buy-2-get-10-off-bethlehem-star-of-faith™-lighted-nativity-christmas-wall-decor-2","title":"🔥Buy 2 Get 10% OFF - Bethlehem Star of Faith™ – Lighted Nativity Christmas Wall Decor","description":"\u003cstyle\u003e\n.bnw-page{\n  --bnw-night:#17100d;\n  --bnw-night2:#2a1910;\n  --bnw-red:#8f1e1d;\n  --bnw-red2:#b7352f;\n  --bnw-gold:#d3a64f;\n  --bnw-gold2:#f0cf82;\n  --bnw-green:#354d38;\n  --bnw-cream:#fff8ec;\n  --bnw-light:#fffdf9;\n  --bnw-white:#ffffff;\n  --bnw-ink:#2b2621;\n  --bnw-copy:#665f57;\n  --bnw-line:#eadfce;\n  --bnw-dark-line:rgba(255,255,255,.11);\n  --bnw-shadow:0 18px 48px rgba(52,28,15,.16);\n\n  width:100%;\n  max-width:1120px;\n  margin:0 auto;\n  color:var(--bnw-ink);\n  line-height:1.55;\n  box-sizing:border-box;\n  container-type:inline-size;\n  overflow:hidden;\n}\n\n.bnw-page *,\n.bnw-page *::before,\n.bnw-page *::after{\n  box-sizing:border-box;\n  min-width:0;\n}\n\n.bnw-page .bnw-shell{\n  width:100%;\n  display:grid;\n  gap:18px;\n}\n\n.bnw-page .bnw-card{\n  position:relative;\n  width:100%;\n  overflow:hidden;\n  border:1px solid var(--bnw-line);\n  border-radius:24px;\n  box-shadow:0 8px 25px rgba(52,28,15,.055);\n  transition:\n    transform .26s ease,\n    box-shadow .26s ease,\n    border-color .26s ease;\n}\n\n.bnw-page .bnw-card::after{\n  content:\"\";\n  position:absolute;\n  top:-75%;\n  bottom:-75%;\n  left:-42%;\n  width:23%;\n  pointer-events:none;\n  transform:rotate(17deg);\n  background:linear-gradient(\n    90deg,\n    transparent,\n    rgba(255,255,255,.10),\n    transparent\n  );\n  transition:left .55s ease;\n}\n\n.bnw-page .bnw-card:hover{\n  transform:translateY(-3px) scale(1.003);\n  box-shadow:var(--bnw-shadow);\n}\n\n.bnw-page .bnw-card:hover::after{\n  left:125%;\n}\n\n.bnw-page .bnw-card:active{\n  transform:scale(.985);\n}\n\n.bnw-page .bnw-dark{\n  color:#ffffff;\n  border-color:var(--bnw-dark-line);\n  background:\n    radial-gradient(circle at 88% 7%,rgba(211,166,79,.19),transparent 31%),\n    radial-gradient(circle at 7% 92%,rgba(143,30,29,.17),transparent 29%),\n    linear-gradient(145deg,#150e0b 0%,#301b10 100%);\n}\n\n.bnw-page .bnw-light{\n  color:#2b2621;\n  background:\n    linear-gradient(145deg,#fffdf9 0%,#f7eee1 100%);\n}\n\n.bnw-page .bnw-warm{\n  color:#2e2923;\n  border-color:#e6d4b9;\n  background:\n    linear-gradient(145deg,#fff9ec 0%,#f0dfbf 100%);\n}\n\n.bnw-page .bnw-pad{\n  padding:25px 20px;\n}\n\n.bnw-page .bnw-kicker{\n  display:flex;\n  align-items:center;\n  flex-wrap:wrap;\n  gap:9px;\n  margin:0 0 13px;\n  color:#865f21;\n  font-size:12px;\n  font-weight:900;\n  line-height:1.35;\n  letter-spacing:1.25px;\n  text-transform:uppercase;\n  overflow-wrap:anywhere;\n}\n\n.bnw-page .bnw-dark .bnw-kicker{\n  color:#f0cb83;\n}\n\n.bnw-page .bnw-kicker::before{\n  content:\"\";\n  width:8px;\n  height:8px;\n  flex:0 0 8px;\n  border-radius:50%;\n  background:currentColor;\n  box-shadow:0 0 0 4px rgba(211,166,79,.12);\n}\n\n.bnw-page .bnw-kicker::after{\n  content:\"\";\n  width:46px;\n  height:1px;\n  flex:0 0 46px;\n  background:currentColor;\n  opacity:.55;\n}\n\n.bnw-page .bnw-title{\n  margin:0;\n  color:#2b2621;\n  font-size:clamp(28px,8cqi,50px);\n  line-height:1.06;\n  letter-spacing:-1.15px;\n  font-weight:900;\n  overflow-wrap:anywhere;\n}\n\n.bnw-page .bnw-dark .bnw-title{\n  color:#ffffff;\n}\n\n@supports ((-webkit-background-clip:text) or (background-clip:text)){\n  .bnw-page .bnw-dark .bnw-shimmer{\n    color:#ffffff;\n    background:\n      linear-gradient(\n        105deg,\n        #ffffff 0%,\n        #ffffff 28%,\n        #e7b95f 41%,\n        #fff3c7 50%,\n        #cf8a54 58%,\n        #ffffff 72%,\n        #ffffff 100%\n      );\n    background-size:240% auto;\n    -webkit-background-clip:text;\n    background-clip:text;\n    -webkit-text-fill-color:transparent;\n    animation:bnwShimmer 8s linear infinite;\n  }\n\n  .bnw-page .bnw-light .bnw-shimmer,\n  .bnw-page .bnw-warm .bnw-shimmer{\n    color:#2b2621;\n    background:\n      linear-gradient(\n        105deg,\n        #2b2621 0%,\n        #2b2621 28%,\n        #7c581d 41%,\n        #372b21 50%,\n        #8d3029 58%,\n        #2b2621 72%,\n        #2b2621 100%\n      );\n    background-size:240% auto;\n    -webkit-background-clip:text;\n    background-clip:text;\n    -webkit-text-fill-color:transparent;\n    animation:bnwShimmer 8s linear infinite;\n  }\n}\n\n@keyframes bnwShimmer{\n  0%{background-position:200% center;}\n  100%{background-position:-40% center;}\n}\n\n.bnw-page .bnw-copy{\n  margin:14px 0 0;\n  color:#665f57;\n  font-size:16px;\n  overflow-wrap:anywhere;\n}\n\n.bnw-page .bnw-dark .bnw-copy{\n  color:#e4ddd5;\n}\n\n.bnw-page .bnw-warm .bnw-copy{\n  color:#635b4e;\n}\n\n.bnw-page .bnw-hero{\n  display:grid;\n  gap:0;\n}\n\n.bnw-page .bnw-hero-copy{\n  padding:28px 20px 24px;\n}\n\n.bnw-page .bnw-hero-media{\n  min-height:330px;\n  overflow:hidden;\n  background:#1b110c;\n}\n\n.bnw-page .bnw-hero-media img{\n  display:block;\n  width:100%;\n  height:100%;\n  min-height:330px;\n  object-fit:cover;\n}\n\n.bnw-page .bnw-tags{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:19px;\n}\n\n.bnw-page .bnw-tag{\n  display:inline-flex;\n  align-items:center;\n  max-width:100%;\n  gap:6px;\n  padding:9px 11px;\n  border-radius:999px;\n  font-size:13px;\n  font-weight:800;\n  line-height:1.2;\n  overflow-wrap:anywhere;\n}\n\n.bnw-page .bnw-dark .bnw-tag{\n  color:#ffffff;\n  border:1px solid rgba(255,255,255,.15);\n  background:rgba(255,255,255,.075);\n}\n\n.bnw-page .bnw-light .bnw-tag,\n.bnw-page .bnw-warm .bnw-tag{\n  color:#493b2d;\n  border:1px solid #e6dac8;\n  background:#fff9ef;\n}\n\n.bnw-page .bnw-marquee{\n  width:100%;\n  overflow:hidden;\n  border:1px solid #9b7029;\n  border-radius:18px;\n  color:#ffffff;\n  background:\n    linear-gradient(\n      90deg,\n      #77501d,\n      #b58738,\n      #77501d\n    );\n}\n\n.bnw-page .bnw-marquee-track{\n  display:flex;\n  width:max-content;\n  max-width:none;\n  animation:bnwMarquee 26s linear infinite;\n}\n\n.bnw-page .bnw-marquee:hover .bnw-marquee-track{\n  animation-play-state:paused;\n}\n\n.bnw-page .bnw-marquee-set{\n  display:flex;\n  flex-shrink:0;\n  align-items:center;\n  white-space:nowrap;\n  padding:12px 0;\n}\n\n.bnw-page .bnw-marquee-set span{\n  padding:0 14px;\n  font-size:12px;\n  font-weight:900;\n  letter-spacing:.9px;\n}\n\n@keyframes bnwMarquee{\n  from{transform:translateX(0);}\n  to{transform:translateX(-50%);}\n}\n\n.bnw-page .bnw-grid,\n.bnw-page .bnw-use-grid,\n.bnw-page .bnw-highlights{\n  display:grid;\n  grid-template-columns:minmax(0,1fr);\n  gap:10px;\n  margin-top:20px;\n}\n\n.bnw-page .bnw-mini{\n  min-width:0;\n  padding:16px;\n  border:1px solid #e7ddd0;\n  border-radius:17px;\n  background:rgba(255,255,255,.77);\n}\n\n.bnw-page .bnw-dark .bnw-mini{\n  border-color:rgba(255,255,255,.10);\n  background:rgba(255,255,255,.055);\n}\n\n.bnw-page .bnw-num{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  width:34px;\n  height:34px;\n  margin-bottom:10px;\n  border-radius:10px;\n  color:#ffffff;\n  background:#9b7029;\n  font-size:13px;\n  font-weight:900;\n}\n\n.bnw-page .bnw-mini strong{\n  display:block;\n  margin-bottom:5px;\n  color:#383029;\n  font-size:15px;\n  line-height:1.3;\n  overflow-wrap:anywhere;\n}\n\n.bnw-page .bnw-mini p{\n  margin:0;\n  color:#686159;\n  font-size:14px;\n  overflow-wrap:anywhere;\n}\n\n.bnw-page .bnw-dark .bnw-mini strong{\n  color:#ffffff;\n}\n\n.bnw-page .bnw-dark .bnw-mini p{\n  color:#ddd7cf;\n}\n\n.bnw-page .bnw-statement{\n  margin-top:21px;\n  padding:17px;\n  border-left:4px solid #b4883b;\n  border-radius:0 14px 14px 0;\n  color:#4d3b22;\n  background:#fff4de;\n  font-size:17px;\n  font-weight:800;\n  overflow-wrap:anywhere;\n}\n\n.bnw-page .bnw-dark .bnw-statement{\n  color:#f8e9c9;\n  background:rgba(211,166,79,.10);\n}\n\n.bnw-page .bnw-media-card{\n  padding:0;\n}\n\n.bnw-page .bnw-media-card img{\n  display:block;\n  width:100%;\n  height:auto;\n}\n\n.bnw-page .bnw-media-copy{\n  padding:22px 20px 25px;\n}\n\n.bnw-page .bnw-checks{\n  display:grid;\n  gap:11px;\n  margin-top:19px;\n}\n\n.bnw-page .bnw-check{\n  display:grid;\n  grid-template-columns:31px minmax(0,1fr);\n  gap:10px;\n  align-items:flex-start;\n}\n\n.bnw-page .bnw-check-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  width:31px;\n  height:31px;\n  border-radius:50%;\n  color:#ffffff;\n  background:#9b7029;\n  font-weight:900;\n}\n\n.bnw-page .bnw-dark .bnw-check strong{\n  display:block;\n  color:#ffffff;\n  font-size:15px;\n}\n\n.bnw-page .bnw-dark .bnw-check p{\n  margin:3px 0 0;\n  color:#ddd7cf;\n  font-size:14px;\n}\n\n.bnw-page .bnw-light .bnw-check strong,\n.bnw-page .bnw-warm .bnw-check strong{\n  display:block;\n  color:#383029;\n  font-size:15px;\n}\n\n.bnw-page .bnw-light .bnw-check p,\n.bnw-page .bnw-warm .bnw-check p{\n  margin:3px 0 0;\n  color:#686159;\n  font-size:14px;\n}\n\n.bnw-page .bnw-use{\n  padding:16px;\n  border:1px solid #e7ddd0;\n  border-radius:17px;\n  background:#ffffff;\n}\n\n.bnw-page .bnw-use-icon{\n  display:block;\n  margin-bottom:8px;\n  font-size:24px;\n}\n\n.bnw-page .bnw-use strong{\n  display:block;\n  color:#383029;\n  font-size:15px;\n}\n\n.bnw-page .bnw-use span{\n  display:block;\n  margin-top:4px;\n  color:#686159;\n  font-size:13px;\n  overflow-wrap:anywhere;\n}\n\n.bnw-page .bnw-highlight{\n  padding:17px;\n  border:1px solid #e7ddd0;\n  border-radius:17px;\n  background:#ffffff;\n}\n\n.bnw-page .bnw-highlight-icon{\n  margin-bottom:7px;\n  font-size:24px;\n}\n\n.bnw-page .bnw-highlight strong{\n  display:block;\n  margin-bottom:5px;\n  color:#383029;\n  font-size:15px;\n}\n\n.bnw-page .bnw-highlight p{\n  margin:0;\n  color:#686159;\n  font-size:14px;\n  overflow-wrap:anywhere;\n}\n\n.bnw-page .bnw-spec-grid{\n  display:grid;\n  grid-template-columns:minmax(0,1fr);\n  gap:10px;\n  margin-top:19px;\n}\n\n.bnw-page .bnw-spec{\n  min-width:0;\n  padding:15px;\n  border:1px solid #e7ddd0;\n  border-radius:16px;\n  background:#ffffff;\n}\n\n.bnw-page .bnw-spec-label{\n  display:block;\n  margin-bottom:5px;\n  color:#7c5a26;\n  font-size:11px;\n  font-weight:900;\n  line-height:1.25;\n  letter-spacing:.8px;\n  text-transform:uppercase;\n  overflow-wrap:anywhere;\n}\n\n.bnw-page .bnw-spec-value{\n  display:block;\n  color:#4a4540;\n  font-size:14px;\n  line-height:1.45;\n  overflow-wrap:anywhere;\n}\n\n.bnw-page .bnw-note-list{\n  display:grid;\n  grid-template-columns:minmax(0,1fr);\n  gap:9px;\n  margin-top:18px;\n}\n\n.bnw-page .bnw-note-item{\n  padding:12px 13px;\n  border:1px solid #e3d5bf;\n  border-radius:13px;\n  color:#50493d;\n  background:rgba(255,255,255,.74);\n  font-size:14px;\n  overflow-wrap:anywhere;\n}\n\n.bnw-page .bnw-alert{\n  margin-top:18px;\n  padding:16px;\n  border:1px solid #c9a65f;\n  border-radius:15px;\n  color:#4b3816;\n  background:#fff2d4;\n  font-size:14px;\n  font-weight:900;\n  overflow-wrap:anywhere;\n}\n\n.bnw-page .bnw-faq{\n  display:grid;\n  gap:9px;\n  margin-top:18px;\n}\n\n.bnw-page .bnw-faq details{\n  width:100%;\n  overflow:hidden;\n  border:1px solid #e7ddd0;\n  border-radius:15px;\n  background:#ffffff;\n}\n\n.bnw-page .bnw-faq summary{\n  position:relative;\n  width:100%;\n  padding:15px 44px 15px 15px;\n  color:#383029;\n  cursor:pointer;\n  list-style:none;\n  font-size:15px;\n  font-weight:800;\n  overflow-wrap:anywhere;\n}\n\n.bnw-page .bnw-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.bnw-page .bnw-faq summary::after{\n  content:\"+\";\n  position:absolute;\n  right:16px;\n  top:50%;\n  transform:translateY(-50%);\n  color:#805c24;\n  font-size:22px;\n}\n\n.bnw-page .bnw-faq details[open] summary::after{\n  content:\"–\";\n}\n\n.bnw-page .bnw-faq details p{\n  margin:0;\n  padding:0 15px 16px;\n  color:#686159;\n  font-size:14px;\n  overflow-wrap:anywhere;\n}\n\n.bnw-page .bnw-note{\n  margin:14px 0 0;\n  color:#767068;\n  font-size:12px;\n  overflow-wrap:anywhere;\n}\n\n.bnw-page .bnw-cta{\n  padding:32px 20px;\n  text-align:center;\n}\n\n.bnw-page .bnw-cta .bnw-kicker{\n  justify-content:center;\n}\n\n.bnw-page .bnw-cta .bnw-kicker::after{\n  display:none;\n}\n\n.bnw-page .bnw-cta .bnw-copy{\n  max-width:700px;\n  margin:14px auto 0;\n}\n\n.bnw-page .bnw-btn{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  max-width:100%;\n  min-height:52px;\n  margin-top:20px;\n  padding:13px 22px;\n  border-radius:14px;\n  color:#281b0c;\n  background:\n    linear-gradient(\n      135deg,\n      #f0cf80,\n      #bd8432\n    );\n  box-shadow:0 10px 26px rgba(211,166,79,.25);\n  text-decoration:none;\n  font-size:15px;\n  font-weight:900;\n  overflow-wrap:anywhere;\n  transition:\n    transform .2s ease,\n    box-shadow .2s ease;\n}\n\n.bnw-page .bnw-btn:hover{\n  transform:translateY(-2px);\n  box-shadow:0 14px 31px rgba(211,166,79,.34);\n}\n\n.bnw-page .bnw-btn:active{\n  transform:scale(.98);\n}\n\n.bnw-page .bnw-cta-tags{\n  display:flex;\n  justify-content:center;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:17px;\n}\n\n@container (min-width:620px){\n  .bnw-page .bnw-pad{\n    padding:34px 32px;\n  }\n\n  .bnw-page .bnw-hero-copy{\n    padding:37px 32px 31px;\n  }\n\n  .bnw-page .bnw-grid{\n    grid-template-columns:repeat(3,minmax(0,1fr));\n  }\n\n  .bnw-page .bnw-use-grid{\n    grid-template-columns:repeat(4,minmax(0,1fr));\n  }\n\n  .bnw-page .bnw-highlights{\n    grid-template-columns:repeat(2,minmax(0,1fr));\n  }\n\n  .bnw-page .bnw-spec-grid{\n    grid-template-columns:repeat(2,minmax(0,1fr));\n  }\n}\n\n@container (min-width:800px){\n  .bnw-page .bnw-hero{\n    grid-template-columns:minmax(0,1fr) minmax(0,1fr);\n    align-items:stretch;\n  }\n\n  .bnw-page .bnw-hero-copy{\n    display:flex;\n    flex-direction:column;\n    justify-content:center;\n    padding:45px 40px;\n  }\n\n  .bnw-page .bnw-hero-media img{\n    min-height:100%;\n  }\n\n  .bnw-page .bnw-media-card{\n    display:grid;\n    grid-template-columns:minmax(0,1fr) minmax(0,1fr);\n    align-items:center;\n  }\n\n  .bnw-page .bnw-media-card img{\n    height:100%;\n    object-fit:cover;\n  }\n\n  .bnw-page .bnw-media-copy{\n    padding:39px;\n  }\n\n  .bnw-page .bnw-highlights{\n    grid-template-columns:repeat(4,minmax(0,1fr));\n  }\n}\n\n@media (prefers-reduced-motion:reduce){\n  .bnw-page .bnw-shimmer,\n  .bnw-page .bnw-marquee-track{\n    animation:none !important;\n  }\n\n  .bnw-page .bnw-card,\n  .bnw-page .bnw-btn{\n    transition:none !important;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"bnw-page\" id=\"bnw-top\"\u003e\n\u003cdiv class=\"bnw-shell\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"bnw-card bnw-dark bnw-hero\"\u003e\n\u003cdiv class=\"bnw-hero-copy\"\u003e\n\u003cdiv class=\"bnw-kicker\"\u003eLIGHTED NATIVITY CHRISTMAS WALL DECOR\u003c\/div\u003e\n\u003ch2 class=\"bnw-title bnw-shimmer\"\u003eYour Christmas Tree Doesn’t Have to Be the Only Thing That Glows.\u003c\/h2\u003e\n\u003cp class=\"bnw-copy\"\u003eTurn an ordinary vertical wall into a warm Christmas focal point with a radiant Bethlehem Star, cascading lights, hanging stars and a peaceful Nativity scene below.\u003c\/p\u003e\n\u003cdiv class=\"bnw-tags\"\u003e\n\u003cspan class=\"bnw-tag\"\u003e⭐ Bethlehem Star\u003c\/span\u003e \u003cspan class=\"bnw-tag\"\u003e✨ Warm Light\u003c\/span\u003e \u003cspan class=\"bnw-tag\"\u003e✝️ Nativity Scene\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bnw-hero-media\"\u003e\u003cimg src=\"https:\/\/harikarionthebeat.com\/cdn\/shop\/files\/1ff0dd7c3fb47e8a419ead6ec8513fcffb0cd7d6.jpg?v=1789807836\u0026amp;width=1946\" alt=\"Lighted Bethlehem Star Nativity Christmas wall decoration glowing beside a holiday front entry\" width=\"1946\" height=\"1946\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MARQUEE --\u003e\n\u003cdiv class=\"bnw-marquee\"\u003e\n\u003cdiv class=\"bnw-marquee-track\"\u003e\n\u003cdiv class=\"bnw-marquee-set\"\u003e\n\u003cspan\u003eBETHLEHEM STAR ◆\u003c\/span\u003e \u003cspan\u003eWARM CHRISTMAS GLOW ◆\u003c\/span\u003e \u003cspan\u003eNATIVITY CENTER ◆\u003c\/span\u003e \u003cspan\u003eVERTICAL WALL DISPLAY ◆\u003c\/span\u003e \u003cspan\u003eFAITH-INSPIRED DECOR ◆\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bnw-marquee-set\"\u003e\n\u003cspan\u003eBETHLEHEM STAR ◆\u003c\/span\u003e \u003cspan\u003eWARM CHRISTMAS GLOW ◆\u003c\/span\u003e \u003cspan\u003eNATIVITY CENTER ◆\u003c\/span\u003e \u003cspan\u003eVERTICAL WALL DISPLAY ◆\u003c\/span\u003e \u003cspan\u003eFAITH-INSPIRED DECOR ◆\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DETAIL STORY --\u003e\n\u003csection class=\"bnw-card bnw-light bnw-media-card\"\u003e\u003cimg src=\"https:\/\/harikarionthebeat.com\/cdn\/shop\/files\/f9d2935b8a80610638f696baf5bcc6b05b37dbab.jpg?v=1789807836\u0026amp;width=1946\" alt=\"Detailed view of Bethlehem Star warm hanging lights Nativity scene greenery berries and gold bow\" width=\"1946\" height=\"1946\" loading=\"lazy\"\u003e\n\u003cdiv class=\"bnw-media-copy\"\u003e\n\u003cdiv class=\"bnw-kicker\"\u003eONE VERTICAL DISPLAY • ONE COMPLETE CHRISTMAS STORY\u003c\/div\u003e\n\u003ch2 class=\"bnw-title bnw-shimmer\"\u003eFollow the Light From the Star Down to the Manger.\u003c\/h2\u003e\n\u003cp class=\"bnw-copy\"\u003eThe design guides the eye from the illuminated star at the top, through falling points of warm light, to the Nativity scene framed by classic Christmas greenery below.\u003c\/p\u003e\n\u003cdiv class=\"bnw-checks\"\u003e\n\u003cdiv class=\"bnw-check\"\u003e\n\u003cspan class=\"bnw-check-icon\"\u003e⭐\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLayered Bethlehem Star\u003c\/strong\u003e\n\u003cp\u003eCreates the strongest visual point at the top of the display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bnw-check\"\u003e\n\u003cspan class=\"bnw-check-icon\"\u003e✨\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eCascading Warm Lights\u003c\/strong\u003e\n\u003cp\u003eVertical strands and hanging stars visually connect the top of the decoration with the Nativity scene below.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bnw-check\"\u003e\n\u003cspan class=\"bnw-check-icon\"\u003e✝\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNativity at the Center\u003c\/strong\u003e\n\u003cp\u003eMary, Joseph and the Child keep the traditional Christmas story at the heart of the display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bnw-check\"\u003e\n\u003cspan class=\"bnw-check-icon\"\u003e🎄\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHoliday Greenery\u003c\/strong\u003e\n\u003cp\u003eEvergreen-style branches, berries, pinecones and a gold bow finish the lower section.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DAY NIGHT --\u003e\n\u003csection class=\"bnw-card bnw-dark bnw-media-card\"\u003e\u003cimg src=\"https:\/\/harikarionthebeat.com\/cdn\/shop\/files\/81ca4b42ef7669decef53eaa1881484e55a2433c.jpg?v=1789807836\u0026amp;width=1946\" alt=\"Daytime and nighttime comparison of lighted Bethlehem Star Nativity wall decor\" width=\"1946\" height=\"1946\" loading=\"lazy\"\u003e\n\u003cdiv class=\"bnw-media-copy\"\u003e\n\u003cdiv class=\"bnw-kicker\"\u003eONE DECORATION • TWO DIFFERENT MOMENTS\u003c\/div\u003e\n\u003ch2 class=\"bnw-title bnw-shimmer\"\u003eDecorative by Day. Glowing After Dark.\u003c\/h2\u003e\n\u003cp class=\"bnw-copy\"\u003eDuring the day, the star, hanging accents, Nativity silhouettes and greenery remain visible as Christmas wall decor. After dark, the warm lights become the main part of the experience.\u003c\/p\u003e\n\u003cdiv class=\"bnw-grid\"\u003e\n\u003cdiv class=\"bnw-mini\"\u003e\n\u003cspan class=\"bnw-num\"\u003e☀\u003c\/span\u003e \u003cstrong\u003eDaytime Detail\u003c\/strong\u003e\n\u003cp\u003eThe sculptural arrangement remains decorative even when the lights are not the main focus.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bnw-mini\"\u003e\n\u003cspan class=\"bnw-num\"\u003e🌙\u003c\/span\u003e \u003cstrong\u003eEvening Glow\u003c\/strong\u003e\n\u003cp\u003eWarm illumination gives the wall a more dramatic Christmas presence after sunset.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bnw-mini\"\u003e\n\u003cspan class=\"bnw-num\"\u003e❤️\u003c\/span\u003e \u003cstrong\u003eFaith-Centered Display\u003c\/strong\u003e\n\u003cp\u003eThe Nativity scene stays visually connected to the star and light above it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bnw-statement\"\u003eBy day, it fills the wall. At night, it changes the mood of the room.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPACE ADVANTAGE --\u003e\n\u003csection class=\"bnw-card bnw-light bnw-media-card\"\u003e\u003cimg src=\"https:\/\/harikarionthebeat.com\/cdn\/shop\/files\/f73f73e1b0dd6213c116b926499ccc3e6a90f062.jpg?v=1789807836\u0026amp;width=1946\" alt=\"Bethlehem Star Nativity wall decoration shown at front entry living room staircase and sheltered patio\" width=\"1946\" height=\"1946\" loading=\"lazy\"\u003e\n\u003cdiv class=\"bnw-media-copy\"\u003e\n\u003cdiv class=\"bnw-kicker\"\u003eUSE THE WALL SPACE YOU ALREADY HAVE\u003c\/div\u003e\n\u003ch2 class=\"bnw-title bnw-shimmer\"\u003eBig Christmas Presence Without Another Tabletop Display.\u003c\/h2\u003e\n\u003cp class=\"bnw-copy\"\u003eIts tall vertical composition makes narrow wall areas useful for decorating without filling another console, shelf or mantel with additional holiday pieces.\u003c\/p\u003e\n\u003cdiv class=\"bnw-use-grid\"\u003e\n\u003cdiv class=\"bnw-use\"\u003e\n\u003cspan class=\"bnw-use-icon\"\u003e🚪\u003c\/span\u003e \u003cstrong\u003eFront Entry\u003c\/strong\u003e \u003cspan\u003e Build a warm focal point where guests first arrive. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bnw-use\"\u003e\n\u003cspan class=\"bnw-use-icon\"\u003e🛋️\u003c\/span\u003e \u003cstrong\u003eLiving Room\u003c\/strong\u003e \u003cspan\u003e Add another glowing layer near the tree or fireplace. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bnw-use\"\u003e\n\u003cspan class=\"bnw-use-icon\"\u003e🪜\u003c\/span\u003e \u003cstrong\u003eStaircase Wall\u003c\/strong\u003e \u003cspan\u003e Use tall wall space that often stays undecorated. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bnw-use\"\u003e\n\u003cspan class=\"bnw-use-icon\"\u003e🏡\u003c\/span\u003e \u003cstrong\u003eSheltered Porch\u003c\/strong\u003e \u003cspan\u003e Create a welcoming display in a protected location. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ENTRY SCENE --\u003e\n\u003csection class=\"bnw-card bnw-dark bnw-media-card\"\u003e\u003cimg src=\"https:\/\/harikarionthebeat.com\/cdn\/shop\/files\/b622324d49db0d1687709b1816914bd4b4de2a9c.jpg?v=1789807836\u0026amp;width=1946\" alt=\"Bethlehem Star lighted Nativity wall decoration beside a festive Christmas doorway\" width=\"1946\" height=\"1946\" loading=\"lazy\"\u003e\n\u003cdiv class=\"bnw-media-copy\"\u003e\n\u003cdiv class=\"bnw-kicker\"\u003eGIVE THE ENTRYWAY A CLEAR CHRISTMAS FOCAL POINT\u003c\/div\u003e\n\u003ch2 class=\"bnw-title bnw-shimmer\"\u003eLet Guests See the Spirit of the Season Before They Step Inside.\u003c\/h2\u003e\n\u003cp class=\"bnw-copy\"\u003eThe star-and-Nativity composition works especially well beside a decorated entry where its warm light can complement wreaths, garlands, lanterns and other traditional Christmas elements.\u003c\/p\u003e\n\u003cdiv class=\"bnw-tags\"\u003e\n\u003cspan class=\"bnw-tag\"\u003e⭐ Star Focal Point\u003c\/span\u003e \u003cspan class=\"bnw-tag\"\u003e🎄 Traditional Christmas\u003c\/span\u003e \u003cspan class=\"bnw-tag\"\u003e✝️ Faith-Inspired\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- EMOTIONAL VALUE --\u003e\n\u003csection class=\"bnw-card bnw-warm bnw-pad\"\u003e\n\u003cdiv class=\"bnw-kicker\"\u003eMORE THAN FILLING AN EMPTY WALL\u003c\/div\u003e\n\u003ch2 class=\"bnw-title bnw-shimmer\"\u003eMake It Part of the Christmas Routine Your Family Recognizes Every Year.\u003c\/h2\u003e\n\u003cp class=\"bnw-copy\"\u003eSome holiday decorations are useful because they fill space. Others become familiar pieces that return every December and start to feel connected to family evenings, Christmas music and time together.\u003c\/p\u003e\n\u003cdiv class=\"bnw-grid\"\u003e\n\u003cdiv class=\"bnw-mini\"\u003e\n\u003cspan class=\"bnw-num\"\u003e✝\u003c\/span\u003e \u003cstrong\u003eFaith\u003c\/strong\u003e\n\u003cp\u003eKeeps the Nativity story visibly present alongside the seasonal decor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bnw-mini\"\u003e\n\u003cspan class=\"bnw-num\"\u003e❤️\u003c\/span\u003e \u003cstrong\u003eFamily\u003c\/strong\u003e\n\u003cp\u003eDesigned for the shared spaces where Christmas memories happen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bnw-mini\"\u003e\n\u003cspan class=\"bnw-num\"\u003e✨\u003c\/span\u003e \u003cstrong\u003eLight\u003c\/strong\u003e\n\u003cp\u003eWarm illumination adds a softer evening focal point to the home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GIFT --\u003e\n\u003csection class=\"bnw-card bnw-light bnw-media-card\"\u003e\u003cimg src=\"https:\/\/harikarionthebeat.com\/cdn\/shop\/files\/0cda7d0b41e6c0032fe5b1617c43c89d54950694.jpg?v=1789807836\u0026amp;width=1946\" alt=\"Mother and daughter beside glowing Bethlehem Star Nativity wall decoration with Christmas gifts\" width=\"1946\" height=\"1946\" loading=\"lazy\"\u003e\n\u003cdiv class=\"bnw-media-copy\"\u003e\n\u003cdiv class=\"bnw-kicker\"\u003eFOR SOMEONE WHO WANTS CHRISTMAS DECOR WITH MEANING\u003c\/div\u003e\n\u003ch2 class=\"bnw-title bnw-shimmer\"\u003eGive More Than Another Ornament for the Tree.\u003c\/h2\u003e\n\u003cp class=\"bnw-copy\"\u003eFor parents, grandparents, hosts and faith-oriented families, the combination of warm holiday light and a Nativity centerpiece makes this naturally suited to meaningful Christmas gifting.\u003c\/p\u003e\n\u003cdiv class=\"bnw-tags\"\u003e\n\u003cspan class=\"bnw-tag\"\u003e🎁 Parents\u003c\/span\u003e \u003cspan class=\"bnw-tag\"\u003e❤️ Grandparents\u003c\/span\u003e \u003cspan class=\"bnw-tag\"\u003e✝️ Faith-Inspired Gift\u003c\/span\u003e \u003cspan class=\"bnw-tag\"\u003e🏡 New Home\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PHYSICAL PRESENCE --\u003e\n\u003csection class=\"bnw-card bnw-dark bnw-media-card\"\u003e\u003cimg src=\"https:\/\/harikarionthebeat.com\/cdn\/shop\/files\/2148a8a01e374d053df026e1781abe98919668e1.jpg?v=1789807836\u0026amp;width=1946\" alt=\"Woman holding tall illuminated Bethlehem Star Nativity Christmas wall decoration\" width=\"1946\" height=\"1946\" loading=\"lazy\"\u003e\n\u003cdiv class=\"bnw-media-copy\"\u003e\n\u003cdiv class=\"bnw-kicker\"\u003eA FULL VERTICAL CHRISTMAS COMPOSITION\u003c\/div\u003e\n\u003ch2 class=\"bnw-title bnw-shimmer\"\u003eStar at the Top. Nativity at the Heart. Holiday Detail All the Way Down.\u003c\/h2\u003e\n\u003cp class=\"bnw-copy\"\u003eThe elongated composition gives the decoration a stronger wall presence than a small wreath or isolated lighted sign while keeping the footprint focused vertically.\u003c\/p\u003e\n\u003cdiv class=\"bnw-statement\"\u003eExact overall dimensions are not clearly listed on the current product page, so measure your intended wall area after checking the final dimensions supplied with the product.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCT HIGHLIGHTS --\u003e\n\u003csection class=\"bnw-card bnw-light bnw-pad\"\u003e\n\u003cdiv class=\"bnw-kicker\"\u003ePRODUCT HIGHLIGHTS\u003c\/div\u003e\n\u003ch2 class=\"bnw-title bnw-shimmer\"\u003eFour Reasons This Feels Different From an Ordinary Christmas Light.\u003c\/h2\u003e\n\u003cdiv class=\"bnw-highlights\"\u003e\n\u003cdiv class=\"bnw-highlight\"\u003e\n\u003cdiv class=\"bnw-highlight-icon\"\u003e⭐\u003c\/div\u003e\n\u003cstrong\u003eCreate a Strong Vertical Focal Point\u003c\/strong\u003e\n\u003cp\u003eThe oversized star immediately gives the top of the display a clear visual destination.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bnw-highlight\"\u003e\n\u003cdiv class=\"bnw-highlight-icon\"\u003e✨\u003c\/div\u003e\n\u003cstrong\u003eFill the Space With Warm Light\u003c\/strong\u003e\n\u003cp\u003eCascading illuminated strands carry the glow through the entire height of the decoration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bnw-highlight\"\u003e\n\u003cdiv class=\"bnw-highlight-icon\"\u003e✝️\u003c\/div\u003e\n\u003cstrong\u003eKeep the Nativity Story in View\u003c\/strong\u003e\n\u003cp\u003eThe Holy Family scene gives the display a more specific meaning than generic seasonal lighting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bnw-highlight\"\u003e\n\u003cdiv class=\"bnw-highlight-icon\"\u003e🎄\u003c\/div\u003e\n\u003cstrong\u003eSave Table \u0026amp; Mantel Space\u003c\/strong\u003e\n\u003cp\u003eUse an open section of wall instead of adding another decoration to an already crowded horizontal surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003csection class=\"bnw-card bnw-light bnw-pad\"\u003e\n\u003cdiv class=\"bnw-kicker\"\u003ePRODUCT DETAILS\u003c\/div\u003e\n\u003ch2 class=\"bnw-title bnw-shimmer\"\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"bnw-spec-grid\"\u003e\n\u003cdiv class=\"bnw-spec\"\u003e\n\u003cspan class=\"bnw-spec-label\"\u003eProduct Type\u003c\/span\u003e \u003cspan class=\"bnw-spec-value\"\u003e Lighted Christmas Nativity Wall Decoration \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bnw-spec\"\u003e\n\u003cspan class=\"bnw-spec-label\"\u003eMain Design\u003c\/span\u003e \u003cspan class=\"bnw-spec-value\"\u003e Bethlehem Star with Cascading Star Lights \u0026amp; Nativity Scene \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bnw-spec\"\u003e\n\u003cspan class=\"bnw-spec-label\"\u003eLight Appearance\u003c\/span\u003e \u003cspan class=\"bnw-spec-value\"\u003e Warm Golden Holiday Glow \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bnw-spec\"\u003e\n\u003cspan class=\"bnw-spec-label\"\u003eLower Decoration\u003c\/span\u003e \u003cspan class=\"bnw-spec-value\"\u003e Nativity Figures, Evergreen-Style Greenery, Red Berries, Pinecones \u0026amp; Gold Bow \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bnw-spec\"\u003e\n\u003cspan class=\"bnw-spec-label\"\u003eDisplay Orientation\u003c\/span\u003e \u003cspan class=\"bnw-spec-value\"\u003e Tall Vertical Wall Display \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bnw-spec\"\u003e\n\u003cspan class=\"bnw-spec-label\"\u003eSuggested Indoor Areas\u003c\/span\u003e \u003cspan class=\"bnw-spec-value\"\u003e Entryway, Living Room, Staircase Wall \u0026amp; Other Suitable Interior Walls \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bnw-spec\"\u003e\n\u003cspan class=\"bnw-spec-label\"\u003eProtected Exterior Use\u003c\/span\u003e \u003cspan class=\"bnw-spec-value\"\u003e Suitable Sheltered \/ Protected Porch Placement Only When Compatible With the Supplied Product Instructions \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bnw-spec\"\u003e\n\u003cspan class=\"bnw-spec-label\"\u003eSeason\u003c\/span\u003e \u003cspan class=\"bnw-spec-value\"\u003e Christmas \/ Advent Holiday Decor \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bnw-spec\"\u003e\n\u003cspan class=\"bnw-spec-label\"\u003eGift Audience\u003c\/span\u003e \u003cspan class=\"bnw-spec-value\"\u003e Parents, Grandparents, Christmas Hosts \u0026amp; Faith-Oriented Families \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bnw-spec\"\u003e\n\u003cspan class=\"bnw-spec-label\"\u003eExact Size \/ Materials \/ Power\u003c\/span\u003e \u003cspan class=\"bnw-spec-value\"\u003e Not Clearly Verified on the Current Product Page \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"bnw-note\"\u003eExact dimensions, material composition, electrical power source, cord length, LED count and weather-resistance rating are not clearly provided in the current product information and are therefore not invented in this description.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- PLACEMENT NOTES --\u003e\n\u003csection class=\"bnw-card bnw-warm bnw-pad\"\u003e\n\u003cdiv class=\"bnw-kicker\"\u003eDISPLAY IT WHERE THE LIGHT CAN BE ENJOYED SAFELY\u003c\/div\u003e\n\u003ch2 class=\"bnw-title bnw-shimmer\"\u003eIndoor First. Sheltered Outdoor Areas Only When Appropriate.\u003c\/h2\u003e\n\u003cp class=\"bnw-copy\"\u003eThe product imagery shows both indoor spaces and protected entry areas, but no verified weatherproof rating is currently provided.\u003c\/p\u003e\n\u003cdiv class=\"bnw-note-list\"\u003e\n\u003cdiv class=\"bnw-note-item\"\u003e✓ Hang the decoration securely using mounting hardware appropriate for the wall type and product weight.\u003c\/div\u003e\n\u003cdiv class=\"bnw-note-item\"\u003e✓ Keep the display clear of fireplaces, candles, heaters and other direct heat sources.\u003c\/div\u003e\n\u003cdiv class=\"bnw-note-item\"\u003e✓ Do not assume the electrical components are waterproof unless the supplied instructions explicitly confirm an outdoor weather rating.\u003c\/div\u003e\n\u003cdiv class=\"bnw-note-item\"\u003e✓ For porch use, choose a protected location away from direct rain, snow and standing moisture unless otherwise confirmed by the manufacturer.\u003c\/div\u003e\n\u003cdiv class=\"bnw-note-item\"\u003e✓ Keep electrical connections and any power components dry and follow the instructions supplied with the actual product.\u003c\/div\u003e\n\u003cdiv class=\"bnw-note-item\"\u003e✓ Check the lights, wiring and hanging points before each seasonal installation and discontinue use if damaged.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bnw-alert\"\u003eNo IP waterproof rating or outdoor-weather certification is claimed on this page.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"bnw-card bnw-light bnw-pad\"\u003e\n\u003cdiv class=\"bnw-kicker\"\u003eQUICK ANSWERS\u003c\/div\u003e\n\u003ch2 class=\"bnw-title bnw-shimmer\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"bnw-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the main design of this Christmas decoration?\u003c\/summary\u003e\n\u003cp\u003eIt combines a large Bethlehem-style star at the top, cascading warm lights and smaller stars through the center, and a Nativity scene with holiday greenery and a gold bow at the bottom.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it still look decorative during the daytime?\u003c\/summary\u003e\n\u003cp\u003eYes. The star, hanging accents, Nativity figures and greenery remain visible as wall decor even when the lighting is not the main visual feature.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat happens when it is illuminated at night?\u003c\/summary\u003e\n\u003cp\u003eThe warm lights create a brighter vertical focal point across the star, hanging strands and Nativity arrangement.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere can I display it indoors?\u003c\/summary\u003e\n\u003cp\u003eSuitable ideas include a front entry, living-room wall, staircase wall or another tall narrow section of indoor wall.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I hang it outside?\u003c\/summary\u003e\n\u003cp\u003eThe product imagery includes protected entry and porch settings, but the current page does not provide a verified waterproof or outdoor-weather rating. Use sheltered placement only unless your supplied product instructions specifically confirm more.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it include a Nativity scene?\u003c\/summary\u003e\n\u003cp\u003eYes. The lower center shows Mary, Joseph and the Christ Child, surrounded by festive greenery and other Christmas accents.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow large is it?\u003c\/summary\u003e\n\u003cp\u003eThe decoration is shown as a tall vertical wall piece, but exact verified measurements are not clearly stated on the current product page. Check the final supplied dimensions before choosing the installation area.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it battery powered or plug-in?\u003c\/summary\u003e\n\u003cp\u003eThe current product information does not clearly verify the exact power configuration, so this page does not guess. Check the supplied product specification for your version.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable as a Christmas gift?\u003c\/summary\u003e\n\u003cp\u003eIt is particularly suited to families and recipients who enjoy Nativity displays, faith-inspired Christmas decor and warm seasonal lighting.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"bnw-card bnw-dark bnw-cta\"\u003e\n\u003cdiv class=\"bnw-kicker\"\u003eGIVE AN EMPTY WALL A CHRISTMAS STORY\u003c\/div\u003e\n\u003ch2 class=\"bnw-title bnw-shimmer\"\u003eStart With the Star. \u003cbr\u003eFollow the Light. \u003cbr\u003eKeep the Nativity at the Heart of It.\u003c\/h2\u003e\n\u003cp class=\"bnw-copy\"\u003eA tall faith-inspired Christmas wall display that brings together warm light, traditional holiday detail and the Nativity story in one memorable focal point.\u003c\/p\u003e\n\u003ca class=\"bnw-btn\" href=\"#bnw-top\"\u003e Choose Your Quantity Above ↑ \u003c\/a\u003e\n\u003cdiv class=\"bnw-cta-tags\"\u003e\n\u003cspan class=\"bnw-tag\"\u003e⭐ Bethlehem Star\u003c\/span\u003e \u003cspan class=\"bnw-tag\"\u003e✨ Warm Glow\u003c\/span\u003e \u003cspan class=\"bnw-tag\"\u003e✝️ Nativity Center\u003c\/span\u003e \u003cspan class=\"bnw-tag\"\u003e🎄 Christmas Wall Decor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"FYY","offers":[{"title":"Default Title","offer_id":54749306814739,"sku":"YXH2609141160-伯利恒之星","price":45.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9368\/3219\/files\/1ff0dd7c3fb47e8a419ead6ec8513fcffb0cd7d6.jpg?v=1789807836","url":"https:\/\/harikarionthebeat.com\/products\/%f0%9f%94%a5buy-2-get-10-off-bethlehem-star-of-faith%e2%84%a2-lighted-nativity-christmas-wall-decor-2","provider":"harikarionthebeat","version":"1.0","type":"link"}