{"product_id":"christmas-nativity-door-frame-corner-decor","title":"⏳ Last Day 49% OFF –🎄Christmas Nativity Door Frame Corner Decor","description":"\u003cstyle\u003e\n\/* =========================================================\n   HOLY FAMILY NATIVITY DOOR FRAME CORNER DECOR\n   COMPLETE SHOPIFY LANDING PAGE\n\n   Bethlehem Blue × Sacred Gold × Warm Stone × Olive Green\n   Desktop + Mobile\n   Image First \/ Text Below\n========================================================= *\/\n\n.hfn-page,\n.hfn-page *{\n  box-sizing:border-box;\n}\n\n.hfn-page{\n  --blue:#233b56;\n  --blue-2:#315472;\n  --blue-deep:#132437;\n\n  --gold:#c69a4b;\n  --gold-light:#efd49c;\n  --gold-soft:#f8e8c4;\n\n  --olive:#56654b;\n  --olive-dark:#34412e;\n\n  --stone:#f5efe6;\n  --stone-2:#eee3d3;\n  --cream:#fffaf2;\n\n  --brown:#60493b;\n  --brown-dark:#392a22;\n\n  --ink:#332c27;\n  --body:#6f655d;\n  --line:#e5d8c8;\n\n  width:100%;\n  max-width:1100px;\n\n  margin:0 auto!important;\n  padding:14px!important;\n\n  color:var(--ink);\n\n  background:\n    radial-gradient(\n      circle at 95% 1%,\n      rgba(198,154,75,.12),\n      transparent 25%\n    ),\n    radial-gradient(\n      circle at 3% 32%,\n      rgba(49,84,114,.07),\n      transparent 27%\n    ),\n    linear-gradient(\n      180deg,\n      #fff 0%,\n      #f8f2e9 100%\n    );\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Arial,\n    Helvetica,\n    sans-serif;\n\n  font-size:16px;\n  line-height:1.7;\n\n  overflow:visible!important;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.hfn-page h1,\n.hfn-page h2,\n.hfn-page h3,\n.hfn-page p{\n  margin-top:0;\n}\n\n.hfn-page strong{\n  font-weight:850;\n}\n\n.hfn-page a{\n  text-decoration:none;\n}\n\n\/* =========================================================\n   IMAGE SAFETY\n========================================================= *\/\n\n.hfn-page img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  aspect-ratio:auto!important;\n\n  object-fit:contain!important;\n  object-position:center center!important;\n\n  margin:0!important;\n  padding:0!important;\n\n  clip-path:none!important;\n  mask:none!important;\n  -webkit-mask:none!important;\n}\n\n\/* =========================================================\n   ANIMATIONS\n========================================================= *\/\n\n@keyframes hfnReveal{\n  from{\n    opacity:0;\n    transform:translateY(24px);\n  }\n\n  to{\n    opacity:1;\n    transform:none;\n  }\n}\n\n@keyframes hfnFloat{\n  0%,100%{\n    transform:translateY(0);\n  }\n\n  50%{\n    transform:translateY(-6px);\n  }\n}\n\n@keyframes hfnGlow{\n  0%,100%{\n    box-shadow:\n      0 12px 30px\n      rgba(58,45,34,.11);\n  }\n\n  50%{\n    box-shadow:\n      0 18px 44px\n      rgba(38,63,91,.16),\n      0 0 31px\n      rgba(198,154,75,.16);\n  }\n}\n\n@keyframes hfnStar{\n  0%,100%{\n    opacity:.25;\n    transform:scale(.85) rotate(-4deg);\n  }\n\n  50%{\n    opacity:.95;\n    transform:scale(1.13) rotate(4deg);\n  }\n}\n\n@keyframes hfnHalo{\n  0%,100%{\n    opacity:.20;\n    transform:scale(.9);\n  }\n\n  50%{\n    opacity:.62;\n    transform:scale(1.08);\n  }\n}\n\n@keyframes hfnShine{\n  0%{\n    left:-60%;\n  }\n\n  55%,\n  100%{\n    left:145%;\n  }\n}\n\n@keyframes hfnPulse{\n  0%,100%{\n    transform:scale(1);\n\n    box-shadow:\n      0 10px 25px\n      rgba(35,59,86,.22);\n  }\n\n  50%{\n    transform:scale(1.025);\n\n    box-shadow:\n      0 16px 40px\n      rgba(35,59,86,.42);\n  }\n}\n\n.hfn-reveal{\n  opacity:1;\n  transform:none;\n}\n\n@supports(animation-timeline:view()){\n\n  .hfn-reveal{\n    animation:\n      hfnReveal\n      .82s\n      ease\n      both;\n\n    animation-timeline:view();\n\n    animation-range:\n      entry 5%\n      cover 28%;\n  }\n}\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.hfn-hero{\n  position:relative;\n\n  overflow:hidden;\n\n  padding:\n    28px 27px\n    35px;\n\n  border:\n    1px solid\n    #dfd0bd;\n\n  border-top:\n    5px solid\n    var(--gold);\n\n  border-radius:24px;\n\n  background:\n    radial-gradient(\n      circle at 50% 0,\n      rgba(239,212,156,.28),\n      transparent 36%\n    ),\n    radial-gradient(\n      circle at 6% 92%,\n      rgba(49,84,114,.09),\n      transparent 31%\n    ),\n    linear-gradient(\n      180deg,\n      #fffefb,\n      #f4ede3\n    );\n\n  text-align:center;\n\n  box-shadow:\n    0 13px 34px\n    rgba(57,39,27,.07);\n}\n\n.hfn-hero:before{\n  content:\"✦\";\n\n  position:absolute;\n\n  right:-12px;\n  top:-48px;\n\n  color:var(--gold);\n\n  opacity:.065;\n\n  font-size:205px;\n\n  pointer-events:none;\n\n  animation:\n    hfnHalo\n    5s\n    ease-in-out\n    infinite;\n}\n\n.hfn-hero:after{\n  content:\"⭐\";\n\n  position:absolute;\n\n  right:5%;\n  top:28px;\n\n  font-size:30px;\n\n  animation:\n    hfnStar\n    3.4s\n    ease-in-out\n    infinite;\n}\n\n.hfn-hero \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.hfn-hero-media{\n  margin-bottom:27px;\n}\n\n.hfn-hero-media img{\n  border-radius:18px!important;\n\n  animation:\n    hfnGlow\n    4.2s\n    ease-in-out\n    infinite;\n}\n\n.hfn-mark{\n  width:68px;\n  height:68px;\n\n  margin:\n    0 auto\n    12px;\n\n  display:grid;\n  place-items:center;\n\n  border:\n    1px solid\n    #dfc38e;\n\n  border-radius:50%;\n\n  background:\n    linear-gradient(\n      145deg,\n      #fff,\n      #f7ead2\n    );\n\n  font-size:31px;\n\n  box-shadow:\n    0 8px 20px\n    rgba(92,58,30,.08);\n\n  animation:\n    hfnFloat\n    3.7s\n    ease-in-out\n    infinite;\n}\n\n.hfn-eyebrow{\n  margin:\n    0 0\n    9px!important;\n\n  color:#9d742f;\n\n  text-align:center;\n\n  font-size:11px;\n\n  font-weight:900;\n\n  letter-spacing:1.6px;\n\n  text-transform:uppercase;\n}\n\n.hfn-hero h1{\n  max-width:900px;\n\n  margin:\n    0 auto\n    15px!important;\n\n  color:var(--blue-deep);\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:42px;\n\n  line-height:1.12;\n\n  letter-spacing:-.025em;\n}\n\n.hfn-hero h1 span{\n  color:#a77931;\n}\n\n.hfn-hero-text{\n  max-width:830px;\n\n  margin:\n    0 auto\n    14px!important;\n\n  color:var(--body);\n\n  font-size:16.5px;\n\n  line-height:1.78;\n}\n\n.hfn-hero-quote{\n  max-width:770px;\n\n  margin:\n    20px auto\n    0!important;\n\n  padding-top:18px;\n\n  border-top:\n    1px solid\n    #ded0bd;\n\n  color:#594435!important;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:19px!important;\n\n  font-style:italic;\n}\n\n.hfn-chips{\n  display:flex;\n\n  flex-wrap:wrap;\n  justify-content:center;\n\n  gap:8px;\n\n  margin-top:19px;\n}\n\n.hfn-chip{\n  padding:\n    8px 12px;\n\n  border:\n    1px solid\n    #dfccb0;\n\n  border-radius:999px;\n\n  background:\n    rgba(255,255,255,.88);\n\n  color:#654d3e;\n\n  font-size:12px;\n\n  font-weight:850;\n}\n\n\/* =========================================================\n   QUICK BENEFITS\n========================================================= *\/\n\n.hfn-quick{\n  display:grid;\n\n  grid-template-columns:\n    repeat(4,1fr);\n\n  gap:11px;\n\n  margin-top:18px;\n}\n\n.hfn-quick-card{\n  position:relative;\n\n  overflow:hidden;\n\n  padding:\n    19px 11px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:16px;\n\n  background:#fff;\n\n  text-align:center;\n\n  transition:\n    transform .3s ease,\n    border-color .3s ease,\n    box-shadow .3s ease;\n}\n\n.hfn-quick-card:hover{\n  transform:translateY(-5px);\n\n  border-color:#d0b17a;\n\n  box-shadow:\n    0 12px 27px\n    rgba(67,44,30,.10);\n}\n\n.hfn-quick-card:after{\n  content:\"\";\n\n  position:absolute;\n\n  top:-35%;\n  left:-60%;\n\n  width:30%;\n  height:170%;\n\n  transform:rotate(17deg);\n\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      rgba(255,255,255,.95),\n      transparent\n    );\n\n  animation:\n    hfnShine\n    7s\n    ease-in-out\n    infinite;\n}\n\n.hfn-quick-card \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.hfn-quick-icon{\n  margin-bottom:6px;\n\n  font-size:28px;\n\n  animation:\n    hfnFloat\n    3.7s\n    ease-in-out\n    infinite;\n}\n\n.hfn-quick-card strong{\n  display:block;\n\n  color:#49382d;\n\n  font-size:14px;\n}\n\n.hfn-quick-card span{\n  display:block;\n\n  margin-top:4px;\n\n  color:#796b61;\n\n  font-size:12px;\n\n  line-height:1.45;\n}\n\n\/* =========================================================\n   GENERAL SECTION\n========================================================= *\/\n\n.hfn-section{\n  margin-top:18px;\n\n  padding:\n    28px 25px\n    33px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:20px;\n\n  background:#fff;\n\n  box-shadow:\n    0 7px 22px\n    rgba(50,42,35,.04);\n}\n\n.hfn-section.soft{\n  background:\n    linear-gradient(\n      145deg,\n      #fffaf2,\n      #f4ebdf\n    );\n}\n\n.hfn-image{\n  margin-bottom:24px;\n}\n\n.hfn-image img{\n  border-radius:16px!important;\n\n  animation:\n    hfnGlow\n    4.4s\n    ease-in-out\n    infinite;\n}\n\n.hfn-section h2{\n  max-width:820px;\n\n  margin:\n    0 auto\n    13px!important;\n\n  color:var(--blue-deep);\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:31px;\n\n  line-height:1.22;\n}\n\n.hfn-section-lead{\n  max-width:790px;\n\n  margin:\n    0 auto!important;\n\n  color:var(--body);\n\n  text-align:center;\n\n  font-size:16px;\n\n  line-height:1.75;\n}\n\n\/* =========================================================\n   HOLY FAMILY SECTION\n========================================================= *\/\n\n.hfn-faith{\n  position:relative;\n\n  overflow:hidden;\n\n  margin-top:18px;\n\n  padding:\n    28px 25px\n    35px;\n\n  border-radius:20px;\n\n  background:\n    radial-gradient(\n      circle at 50% 0,\n      rgba(232,196,128,.18),\n      transparent 35%\n    ),\n    radial-gradient(\n      circle at 92% 12%,\n      rgba(61,94,137,.28),\n      transparent 28%\n    ),\n    linear-gradient(\n      145deg,\n      #233b56,\n      #111f31\n    );\n\n  box-shadow:\n    0 12px 30px\n    rgba(29,39,54,.17);\n}\n\n.hfn-faith:after{\n  content:\"✝\";\n\n  position:absolute;\n\n  right:-30px;\n  bottom:-77px;\n\n  color:#fff;\n\n  opacity:.035;\n\n  font-family:Georgia,serif;\n\n  font-size:220px;\n\n  pointer-events:none;\n}\n\n.hfn-faith \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.hfn-faith .hfn-image{\n  margin-bottom:25px;\n}\n\n.hfn-faith .hfn-eyebrow{\n  color:#efd39c!important;\n}\n\n.hfn-faith h2{\n  max-width:810px;\n\n  margin:\n    0 auto\n    14px!important;\n\n  color:#fff!important;\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:32px;\n\n  line-height:1.2;\n}\n\n.hfn-faith-text{\n  max-width:780px;\n\n  margin:\n    0 auto!important;\n\n  color:#edf1f5!important;\n\n  text-align:center;\n\n  font-size:15px;\n\n  line-height:1.75;\n}\n\n.hfn-faith-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(4,1fr);\n\n  gap:10px;\n\n  margin-top:22px;\n}\n\n.hfn-faith-card{\n  padding:\n    19px 10px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.13);\n\n  border-radius:13px;\n\n  background:\n    rgba(255,255,255,.07);\n\n  text-align:center;\n\n  transition:\n    transform .28s ease,\n    background .28s ease;\n}\n\n.hfn-faith-card:hover{\n  transform:translateY(-4px);\n\n  background:\n    rgba(255,255,255,.11);\n}\n\n.hfn-faith-card i{\n  display:block;\n\n  margin-bottom:6px;\n\n  font-style:normal;\n\n  font-size:27px;\n\n  animation:\n    hfnFloat\n    3.5s\n    ease-in-out\n    infinite;\n}\n\n.hfn-faith-card strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#f0d297!important;\n\n  font-size:13px;\n}\n\n.hfn-faith-card span{\n  display:block;\n\n  color:#edf0f4!important;\n\n  font-size:11.8px;\n\n  line-height:1.48;\n}\n\n\/* =========================================================\n   CORNER DESIGN\n========================================================= *\/\n\n.hfn-corner{\n  position:relative;\n\n  overflow:hidden;\n\n  margin-top:18px;\n\n  padding:\n    28px 25px\n    34px;\n\n  border:\n    1px solid\n    #dec9a6;\n\n  border-radius:20px;\n\n  background:\n    radial-gradient(\n      circle at 90% 10%,\n      rgba(86,101,75,.12),\n      transparent 30%\n    ),\n    radial-gradient(\n      circle at 50% 100%,\n      rgba(201,154,72,.14),\n      transparent 38%\n    ),\n    linear-gradient(\n      145deg,\n      #fffdf8,\n      #f4e8d8\n    );\n}\n\n.hfn-corner:before{\n  content:\"⌜\";\n\n  position:absolute;\n\n  left:-15px;\n  bottom:-58px;\n\n  color:#a47b38;\n\n  opacity:.07;\n\n  font-size:185px;\n\n  font-weight:900;\n\n  line-height:1;\n}\n\n.hfn-corner \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.hfn-corner h2{\n  max-width:820px;\n\n  margin:\n    0 auto\n    13px!important;\n\n  color:var(--blue-deep);\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:31px;\n}\n\n.hfn-corner p{\n  max-width:790px;\n\n  margin:\n    0 auto!important;\n\n  color:var(--body);\n\n  text-align:center;\n\n  line-height:1.75;\n}\n\n.hfn-corner-note{\n  max-width:720px;\n\n  margin:\n    19px auto\n    0;\n\n  padding:\n    14px 17px;\n\n  border:\n    1px solid\n    #dec8a4;\n\n  border-radius:12px;\n\n  background:\n    rgba(255,255,255,.72);\n\n  color:#604b3d;\n\n  text-align:center;\n\n  font-size:13.5px;\n}\n\n\/* =========================================================\n   SYMBOLIC DETAILS\n========================================================= *\/\n\n.hfn-detail-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(2,1fr);\n\n  gap:10px;\n\n  margin-top:22px;\n}\n\n.hfn-detail{\n  padding:17px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:13px;\n\n  background:#fff;\n\n  transition:\n    transform .28s ease,\n    box-shadow .28s ease,\n    border-color .28s ease;\n}\n\n.hfn-detail:hover{\n  transform:translateY(-4px);\n\n  border-color:#d7bb91;\n\n  box-shadow:\n    0 9px 22px\n    rgba(70,47,31,.08);\n}\n\n.hfn-detail strong{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:#966b2e;\n\n  font-size:14px;\n}\n\n.hfn-detail span{\n  display:block;\n\n  color:var(--body);\n\n  font-size:13px;\n\n  line-height:1.56;\n}\n\n\/* =========================================================\n   HOME SECTION\n========================================================= *\/\n\n.hfn-home{\n  position:relative;\n\n  overflow:hidden;\n\n  margin-top:18px;\n\n  padding:\n    28px 24px\n    35px;\n\n  border-radius:20px;\n\n  background:\n    radial-gradient(\n      circle at 10% 90%,\n      rgba(207,164,86,.19),\n      transparent 31%\n    ),\n    linear-gradient(\n      145deg,\n      #56654b,\n      #2c3928\n    );\n\n  color:#fff;\n}\n\n.hfn-home:after{\n  content:\"🏡\";\n\n  position:absolute;\n\n  right:-16px;\n  bottom:-55px;\n\n  opacity:.05;\n\n  font-size:155px;\n}\n\n.hfn-home \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.hfn-home .hfn-image{\n  margin-bottom:25px;\n}\n\n.hfn-home .hfn-eyebrow{\n  color:#f3d99f!important;\n}\n\n.hfn-home h2{\n  max-width:810px;\n\n  margin:\n    0 auto\n    13px!important;\n\n  color:#fff!important;\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:31px;\n}\n\n.hfn-home p{\n  max-width:780px;\n\n  margin:\n    0 auto!important;\n\n  color:#f2f4ee!important;\n\n  text-align:center;\n\n  font-size:15px;\n\n  line-height:1.74;\n}\n\n.hfn-place-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(4,1fr);\n\n  gap:10px;\n\n  margin-top:22px;\n}\n\n.hfn-place{\n  padding:\n    17px 9px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.15);\n\n  border-radius:12px;\n\n  background:\n    rgba(255,255,255,.07);\n\n  text-align:center;\n}\n\n.hfn-place i{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-style:normal;\n\n  font-size:25px;\n\n  animation:\n    hfnFloat\n    3.6s\n    ease-in-out\n    infinite;\n}\n\n.hfn-place strong{\n  display:block;\n\n  color:#fff!important;\n\n  font-size:12px;\n}\n\n\/* =========================================================\n   SEASON USE CARDS\n========================================================= *\/\n\n.hfn-use-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:10px;\n\n  margin-top:22px;\n}\n\n.hfn-use{\n  padding:\n    17px 12px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:13px;\n\n  background:#fff;\n\n  text-align:center;\n\n  transition:\n    transform .28s ease,\n    box-shadow .28s ease;\n}\n\n.hfn-use:hover{\n  transform:translateY(-4px);\n\n  box-shadow:\n    0 9px 21px\n    rgba(70,47,31,.08);\n}\n\n.hfn-use i{\n  display:block;\n\n  margin-bottom:6px;\n\n  font-style:normal;\n\n  font-size:25px;\n\n  animation:\n    hfnFloat\n    3.8s\n    ease-in-out\n    infinite;\n}\n\n.hfn-use strong{\n  display:block;\n\n  color:#594538;\n\n  font-size:12px;\n}\n\n\/* =========================================================\n   GIFT\n========================================================= *\/\n\n.hfn-gift{\n  position:relative;\n\n  overflow:hidden;\n\n  margin-top:18px;\n\n  padding:\n    28px 24px\n    35px;\n\n  border-radius:20px;\n\n  background:\n    radial-gradient(\n      circle at 90% 8%,\n      rgba(237,202,131,.18),\n      transparent 29%\n    ),\n    linear-gradient(\n      145deg,\n      #2a435f,\n      #17283d\n    );\n}\n\n.hfn-gift:after{\n  content:\"🎁\";\n\n  position:absolute;\n\n  right:-19px;\n  bottom:-53px;\n\n  opacity:.055;\n\n  font-size:150px;\n}\n\n.hfn-gift \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.hfn-gift .hfn-image{\n  margin-bottom:25px;\n}\n\n.hfn-gift .hfn-eyebrow{\n  color:#efd39c!important;\n}\n\n.hfn-gift h2{\n  max-width:810px;\n\n  margin:\n    0 auto\n    13px!important;\n\n  color:#fff!important;\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:31px;\n}\n\n.hfn-gift p{\n  max-width:760px;\n\n  margin:\n    0 auto!important;\n\n  color:#edf1f6!important;\n\n  text-align:center;\n\n  font-size:15px;\n\n  line-height:1.74;\n}\n\n.hfn-gift-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(4,1fr);\n\n  gap:10px;\n\n  margin-top:22px;\n}\n\n.hfn-gift-card{\n  padding:\n    17px 9px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.15);\n\n  border-radius:12px;\n\n  background:\n    rgba(255,255,255,.07);\n\n  text-align:center;\n}\n\n.hfn-gift-card i{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-style:normal;\n\n  font-size:25px;\n\n  animation:\n    hfnFloat\n    3.6s\n    ease-in-out\n    infinite;\n}\n\n.hfn-gift-card strong{\n  display:block;\n\n  color:#fff!important;\n\n  font-size:12px;\n}\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.hfn-faq{\n  margin-top:18px;\n\n  padding:\n    30px 23px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:18px;\n\n  background:#fff;\n}\n\n.hfn-faq h2{\n  margin:\n    0 0\n    18px!important;\n\n  color:var(--blue-deep);\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:28px;\n}\n\n.hfn-faq details{\n  margin-bottom:9px;\n\n  border:\n    1px solid\n    #e6d8ca;\n\n  border-radius:12px;\n\n  background:#fffaf5;\n\n  overflow:hidden;\n}\n\n.hfn-faq details:last-child{\n  margin-bottom:0;\n}\n\n.hfn-faq summary{\n  position:relative;\n\n  padding:\n    15px 42px\n    15px 15px;\n\n  color:#493a30;\n\n  font-size:14px;\n\n  font-weight:850;\n\n  cursor:pointer;\n\n  list-style:none;\n}\n\n.hfn-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.hfn-faq summary:after{\n  content:\"+\";\n\n  position:absolute;\n\n  right:15px;\n  top:50%;\n\n  transform:translateY(-50%);\n\n  color:#a17531;\n\n  font-size:21px;\n}\n\n.hfn-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.hfn-faq-answer{\n  padding:\n    0 15px\n    15px;\n\n  color:var(--body);\n\n  font-size:13.5px;\n\n  line-height:1.62;\n}\n\n\/* =========================================================\n   TRUST\n========================================================= *\/\n\n.hfn-trust{\n  margin-top:18px;\n\n  padding:\n    29px 22px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:18px;\n\n  background:#fff;\n\n  text-align:center;\n}\n\n.hfn-trust h2{\n  margin:\n    0 0\n    11px!important;\n\n  color:var(--blue-deep);\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:28px;\n}\n\n.hfn-trust-box{\n  max-width:820px;\n\n  margin:0 auto;\n\n  padding:\n    23px 20px;\n\n  border:\n    1px solid\n    #e5d5c2;\n\n  border-radius:14px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #fffaf2,\n      #f5ede3\n    );\n}\n\n.hfn-trust-box h3{\n  margin:\n    0 0\n    7px!important;\n\n  color:#49372d;\n\n  font-size:19px;\n}\n\n.hfn-trust-box p{\n  max-width:680px;\n\n  margin:\n    0 auto!important;\n\n  color:var(--body);\n\n  font-size:13.5px;\n\n  line-height:1.6;\n}\n\n.hfn-trust-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:9px;\n\n  margin-top:18px;\n}\n\n.hfn-trust-grid div{\n  padding:\n    13px 7px;\n\n  border:\n    1px solid\n    #e7dace;\n\n  border-radius:10px;\n\n  background:#fff;\n\n  color:#514943;\n\n  font-size:12px;\n\n  font-weight:850;\n}\n\n.hfn-trust-media{\n  margin-top:15px;\n}\n\n.hfn-trust-media img{\n  border-radius:14px!important;\n}\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.hfn-final{\n  position:relative;\n\n  overflow:hidden;\n\n  margin-top:18px;\n\n  padding:\n    28px 24px\n    42px;\n\n  border-radius:\n    20px 20px\n    0 0;\n\n  text-align:center;\n\n  background:\n    radial-gradient(\n      circle at 50% 0,\n      rgba(237,211,157,.20),\n      transparent 35%\n    ),\n    linear-gradient(\n      145deg,\n      #203750,\n      #101d2c\n    );\n}\n\n.hfn-final:before{\n  content:\"✝\";\n\n  position:absolute;\n\n  left:-12px;\n  bottom:-67px;\n\n  color:#fff;\n\n  opacity:.045;\n\n  font-family:Georgia,serif;\n\n  font-size:180px;\n}\n\n.hfn-final:after{\n  content:\"⭐\";\n\n  position:absolute;\n\n  right:5%;\n  top:27px;\n\n  opacity:.38;\n\n  font-size:29px;\n\n  animation:\n    hfnStar\n    3.7s\n    ease-in-out\n    infinite;\n}\n\n.hfn-final \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.hfn-final .hfn-image{\n  margin-bottom:25px;\n}\n\n.hfn-final .hfn-eyebrow{\n  color:#efd39c!important;\n}\n\n.hfn-final h2{\n  max-width:810px;\n\n  margin:\n    0 auto\n    13px!important;\n\n  color:#fff!important;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:34px;\n\n  line-height:1.2;\n}\n\n.hfn-final p{\n  max-width:750px;\n\n  margin:\n    0 auto!important;\n\n  color:#edf1f6!important;\n\n  font-size:16px;\n\n  line-height:1.72;\n}\n\n.hfn-final-quote{\n  margin-top:18px!important;\n\n  color:#f3d59b!important;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:19px!important;\n\n  font-style:italic;\n}\n\n.hfn-final-points{\n  display:flex;\n\n  flex-wrap:wrap;\n  justify-content:center;\n\n  gap:8px;\n\n  margin-top:20px;\n}\n\n.hfn-final-point{\n  padding:\n    8px 11px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.23);\n\n  border-radius:999px;\n\n  color:#fff!important;\n\n  font-size:12px;\n\n  font-weight:800;\n}\n\n.hfn-cta{\n  display:block;\n\n  width:min(100%,540px);\n\n  margin:\n    24px auto\n    0;\n\n  padding:\n    16px 20px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.17);\n\n  border-radius:9px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #c99a48,\n      #8a632c\n    );\n\n  color:#fff!important;\n\n  font-size:15px;\n\n  font-weight:900;\n\n  letter-spacing:.2px;\n\n  animation:\n    hfnPulse\n    2.8s\n    ease-in-out\n    infinite;\n}\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:760px){\n\n  .hfn-page{\n    padding:8px!important;\n\n    font-size:15px;\n  }\n\n  .hfn-hero{\n    padding:\n      18px 15px\n      25px;\n\n    border-radius:16px;\n  }\n\n  .hfn-hero-media{\n    margin-bottom:22px;\n  }\n\n  .hfn-hero h1{\n    font-size:30px;\n  }\n\n  .hfn-hero-text{\n    font-size:15px;\n  }\n\n  .hfn-quick{\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n  .hfn-section,\n  .hfn-corner{\n    padding:\n      20px 15px\n      26px;\n  }\n\n  .hfn-section h2,\n  .hfn-corner h2{\n    font-size:26px;\n  }\n\n  .hfn-faith,\n  .hfn-home,\n  .hfn-gift{\n    padding:\n      20px 15px\n      27px;\n  }\n\n  .hfn-faith h2,\n  .hfn-home h2,\n  .hfn-gift h2{\n    font-size:26px;\n  }\n\n  .hfn-faith-grid,\n  .hfn-place-grid,\n  .hfn-gift-grid{\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n  .hfn-detail-grid{\n    grid-template-columns:1fr;\n  }\n\n  .hfn-use-grid{\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n  .hfn-trust-grid{\n    grid-template-columns:1fr;\n  }\n\n  .hfn-final{\n    padding:\n      20px 15px\n      32px;\n  }\n\n  .hfn-final h2{\n    font-size:27px;\n  }\n}\n\n@media(max-width:430px){\n\n  .hfn-quick,\n  .hfn-faith-grid,\n  .hfn-place-grid,\n  .hfn-use-grid,\n  .hfn-gift-grid{\n    grid-template-columns:1fr;\n  }\n\n  .hfn-chip{\n    width:100%;\n  }\n}\n\n\/* =========================================================\n   REDUCED MOTION\n========================================================= *\/\n\n@media(prefers-reduced-motion:reduce){\n\n  .hfn-page *,\n  .hfn-page *::before,\n  .hfn-page *::after{\n    animation:none!important;\n    transition:none!important;\n  }\n\n  .hfn-reveal{\n    opacity:1!important;\n    transform:none!important;\n  }\n}\n\n\/* =========================================================\n   BOTTOM FIX\n========================================================= *\/\n\n.hfn-page{\n  margin-bottom:0!important;\n  padding-bottom:0!important;\n}\n\n.hfn-page \u003e *:last-child{\n  margin-bottom:0!important;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"hfn-page\" id=\"hfn-top\"\u003e\n\u003c!-- =====================================================\n     HERO\n===================================================== --\u003e\n\u003csection class=\"hfn-hero\"\u003e\n\u003cdiv class=\"hfn-mark\"\u003e✝️\u003c\/div\u003e\n\u003cp class=\"hfn-eyebrow\"\u003eHOLY FAMILY • BETHLEHEM STAR • CHRISTMAS FAITH\u003c\/p\u003e\n\u003ch1\u003eLet the Holy Family \u003cspan\u003eWelcome Christmas Into Your Home.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hfn-hero-text\"\u003eDesigned to follow the corner of a doorway, this Nativity decoration places \u003cstrong\u003eMary, Joseph and Baby Jesus\u003c\/strong\u003e beneath the Star of Bethlehem in one peaceful Christmas scene. Instead of filling another shelf, it transforms an often-overlooked part of the home into a meaningful expression of faith.\u003c\/p\u003e\n\u003cdiv class=\"hfn-chips\"\u003e\n\u003cspan class=\"hfn-chip\"\u003e ✝️ Holy Family Scene \u003c\/span\u003e \u003cspan class=\"hfn-chip\"\u003e ⭐ Star of Bethlehem \u003c\/span\u003e \u003cspan class=\"hfn-chip\"\u003e 📐 Corner-Fitting Design \u003c\/span\u003e \u003cspan class=\"hfn-chip\"\u003e 🎄 Faith-Inspired Christmas Decor \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"hfn-hero-quote\"\u003e“A peaceful Nativity above the doorway — right where Christmas begins at home.”\u003c\/p\u003e\n\u003cp class=\"hfn-hero-quote\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/9_21.gif?v=1789957414\" alt=\"Holy Family Nativity Door Frame Corner Decor\" loading=\"eager\"\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     QUICK BENEFITS\n===================================================== --\u003e\n\u003csection class=\"hfn-quick hfn-reveal\"\u003e\n\u003cdiv class=\"hfn-quick-card\"\u003e\n\u003cdiv class=\"hfn-quick-icon\"\u003e✝️\u003c\/div\u003e\n\u003cstrong\u003e Holy Family \u003c\/strong\u003e \u003cspan\u003e Mary, Joseph and Baby Jesus remain the heart of the design. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hfn-quick-card\"\u003e\n\u003cdiv class=\"hfn-quick-icon\"\u003e⭐\u003c\/div\u003e\n\u003cstrong\u003e Bethlehem Star \u003c\/strong\u003e \u003cspan\u003e A familiar symbol draws attention to the Nativity above. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hfn-quick-card\"\u003e\n\u003cdiv class=\"hfn-quick-icon\"\u003e📐\u003c\/div\u003e\n\u003cstrong\u003e Corner Display \u003c\/strong\u003e \u003cspan\u003e Uses the top and side of the doorway instead of ordinary shelf space. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hfn-quick-card\"\u003e\n\u003cdiv class=\"hfn-quick-icon\"\u003e🎁\u003c\/div\u003e\n\u003cstrong\u003e Meaningful Gift \u003c\/strong\u003e \u003cspan\u003e A faith-centered Christmas accent for family and friends. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     NATIVITY SCENE\n===================================================== --\u003e\n\u003csection class=\"hfn-faith hfn-reveal\"\u003e\n\u003cdiv class=\"hfn-image\"\u003e\u003cimg src=\"https:\/\/cdn.techcloudclub.com\/image\/f7ff099988b83ac1283452686f92a9fc0b9b3cf2.png\" alt=\"Holy Family Nativity scene details\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"hfn-eyebrow\"\u003eTHE STORY AT THE HEART OF CHRISTMAS\u003c\/p\u003e\n\u003ch2\u003e🌟 A Peaceful Bethlehem Scene Above Your Door\u003c\/h2\u003e\n\u003cp class=\"hfn-faith-text\"\u003eThe Holy Family gathers around the manger beneath a rustic stable, surrounded by natural textures and gentle Bethlehem-inspired details. Together they create a quiet visual reminder of \u003cstrong\u003efaith, humility, love and the birth of Christ.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"hfn-faith-grid\"\u003e\n\u003cdiv class=\"hfn-faith-card\"\u003e\n\u003ci\u003e👶\u003c\/i\u003e \u003cstrong\u003e Baby Jesus \u003c\/strong\u003e \u003cspan\u003e The manger forms the spiritual center of the scene. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hfn-faith-card\"\u003e\n\u003ci\u003e🤍\u003c\/i\u003e \u003cstrong\u003e Mary \u003c\/strong\u003e \u003cspan\u003e A gentle presence beside the newborn Christ. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hfn-faith-card\"\u003e\n\u003ci\u003e🙏\u003c\/i\u003e \u003cstrong\u003e Joseph \u003c\/strong\u003e \u003cspan\u003e Completing the peaceful image of the Holy Family. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hfn-faith-card\"\u003e\n\u003ci\u003e⭐\u003c\/i\u003e \u003cstrong\u003e Bethlehem Star \u003c\/strong\u003e \u003cspan\u003e A traditional symbol of guidance above the Nativity. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     CORNER DESIGN\n===================================================== --\u003e\n\u003csection class=\"hfn-corner hfn-reveal\"\u003e\n\u003cp class=\"hfn-eyebrow\"\u003eMADE FOR A SPACE MOST CHRISTMAS DECOR IGNORES\u003c\/p\u003e\n\u003ch2\u003e📐 A Distinctive Door-Frame Corner Design\u003c\/h2\u003e\n\u003cp\u003eThe L-shaped composition follows the upper corner of the doorway. The stable rests across the top while palm leaves, stonework and decorative details continue naturally down the side, creating a vertical Nativity display without filling the doorway itself.\u003c\/p\u003e\n\u003cdiv class=\"hfn-corner-note\"\u003e🏡 A creative way to bring Christmas meaning into the entryway without relying on another tabletop or mantel decoration.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     SYMBOLIC DETAILS\n===================================================== --\u003e\n\u003csection class=\"hfn-section soft hfn-reveal\"\u003e\n\u003cdiv class=\"hfn-image\"\u003e\u003cimg src=\"https:\/\/cdn.techcloudclub.com\/image\/a2f8c55e3837b03991ebde315a930984e58afd8a.png\" alt=\"Symbolic Nativity Christmas details\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"hfn-eyebrow\"\u003eMEANING IN EVERY PART OF THE SCENE\u003c\/p\u003e\n\u003ch2\u003e🕊️ Familiar Symbols of the Nativity Story\u003c\/h2\u003e\n\u003cp class=\"hfn-section-lead\"\u003eThe composition combines the Holy Family with familiar Bethlehem-inspired elements, giving the decoration more meaning than a typical seasonal accent.\u003c\/p\u003e\n\u003cdiv class=\"hfn-detail-grid\"\u003e\n\u003cdiv class=\"hfn-detail\"\u003e\n\u003cstrong\u003e ⭐ Star of Bethlehem \u003c\/strong\u003e \u003cspan\u003e A traditional symbol of guidance above the Holy Family. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hfn-detail\"\u003e\n\u003cstrong\u003e 👶 Baby Jesus \u003c\/strong\u003e \u003cspan\u003e The manger keeps Christ's birth at the center of the composition. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hfn-detail\"\u003e\n\u003cstrong\u003e 🤍 Mary \u0026amp; Joseph \u003c\/strong\u003e \u003cspan\u003e The Holy Family creates the tender emotional focus of the scene. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hfn-detail\"\u003e\n\u003cstrong\u003e 🐑 Gentle Lamb \u003c\/strong\u003e \u003cspan\u003e Adds another familiar element to the humble Bethlehem setting. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hfn-detail\"\u003e\n\u003cstrong\u003e 🪵 Rustic Stable \u003c\/strong\u003e \u003cspan\u003e Wooden beams and stone-inspired textures reinforce the Nativity setting. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hfn-detail\"\u003e\n\u003cstrong\u003e 🌿 Palm \u0026amp; Natural Details \u003c\/strong\u003e \u003cspan\u003e Organic accents help the corner composition flow down the door frame. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     HOME PLACEMENT\n===================================================== --\u003e\n\u003csection class=\"hfn-home hfn-reveal\"\u003e\n\u003cdiv class=\"hfn-image\"\u003e\u003cimg src=\"https:\/\/cdn.techcloudclub.com\/image\/1dc8999dfeade81fb3abf2372f260b0e447807b9.png\" alt=\"Holy Family Nativity displayed above doorway\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"hfn-eyebrow\"\u003eLET FAITH BECOME PART OF THE WELCOME HOME\u003c\/p\u003e\n\u003ch2\u003e🏡 A Peaceful Nativity for the Spaces Family Passes Every Day\u003c\/h2\u003e\n\u003cp\u003eDisplay it over a doorway, in an entryway, beside a prayer area or near another meaningful Christmas space. Its warm neutral tones work naturally with traditional, rustic, farmhouse and faith-inspired holiday décor.\u003c\/p\u003e\n\u003cdiv class=\"hfn-place-grid\"\u003e\n\u003cdiv class=\"hfn-place\"\u003e\n\u003ci\u003e🚪\u003c\/i\u003e \u003cstrong\u003eDoorway\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hfn-place\"\u003e\n\u003ci\u003e🏡\u003c\/i\u003e \u003cstrong\u003eEntryway\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hfn-place\"\u003e\n\u003ci\u003e🙏\u003c\/i\u003e \u003cstrong\u003ePrayer Space\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hfn-place\"\u003e\n\u003ci\u003e🔥\u003c\/i\u003e \u003cstrong\u003eFireplace Area\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"max-width: 720px; margin: 20px auto 0; padding: 13px 16px; border: 1px solid rgba(255,255,255,.17); border-radius: 11px; background: rgba(255,255,255,.07); color: #f0f2ed; text-align: center; font-size: 13px;\"\u003e🌿 For outdoor decorating, a covered or sheltered placement is recommended.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     CHRISTMAS USE\n===================================================== --\u003e\n\u003csection class=\"hfn-section hfn-reveal\"\u003e\n\u003cp class=\"hfn-eyebrow\"\u003eMORE THAN ONE WAY TO MAKE IT PART OF CHRISTMAS\u003c\/p\u003e\n\u003ch2\u003e🎄 A Faith-Centered Accent for the Christmas Season\u003c\/h2\u003e\n\u003cp class=\"hfn-section-lead\"\u003eIts Nativity imagery allows it to work naturally in both everyday family decorating and more meaningful faith-centered Christmas settings.\u003c\/p\u003e\n\u003cdiv class=\"hfn-use-grid\"\u003e\n\u003cdiv class=\"hfn-use\"\u003e\n\u003ci\u003e🎄\u003c\/i\u003e \u003cstrong\u003eChristmas Decorating\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hfn-use\"\u003e\n\u003ci\u003e🕯️\u003c\/i\u003e \u003cstrong\u003eAdvent Displays\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hfn-use\"\u003e\n\u003ci\u003e⛪\u003c\/i\u003e \u003cstrong\u003eChurch Spaces\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hfn-use\"\u003e\n\u003ci\u003e🤍\u003c\/i\u003e \u003cstrong\u003eFaith-Based Events\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hfn-use\"\u003e\n\u003ci\u003e🙏\u003c\/i\u003e \u003cstrong\u003ePrayer Areas\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hfn-use\"\u003e\n\u003ci\u003e🏡\u003c\/i\u003e \u003cstrong\u003eFamily Home Decor\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     GIFT\n===================================================== --\u003e\n\u003csection class=\"hfn-gift hfn-reveal\"\u003e\n\u003cdiv class=\"hfn-image\"\u003e\u003cimg src=\"https:\/\/cdn.techcloudclub.com\/image\/fcce8af3750b468060d9f9781b05f2e3149a2256.png\" alt=\"Holy Family Nativity Christmas gift\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"hfn-eyebrow\"\u003eGIVE MORE THAN ANOTHER CHRISTMAS DECORATION\u003c\/p\u003e\n\u003ch2\u003e🎁 A Gift Centered on Faith and the Story of Christmas\u003c\/h2\u003e\n\u003cp\u003eFor someone who treasures the Nativity, this corner decoration offers more than seasonal color. It brings the Holy Family and Star of Bethlehem into a part of the home they can see throughout the Christmas season.\u003c\/p\u003e\n\u003cdiv class=\"hfn-gift-grid\"\u003e\n\u003cdiv class=\"hfn-gift-card\"\u003e\n\u003ci\u003e❤️\u003c\/i\u003e \u003cstrong\u003eParents\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hfn-gift-card\"\u003e\n\u003ci\u003e🙏\u003c\/i\u003e \u003cstrong\u003eGrandparents\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hfn-gift-card\"\u003e\n\u003ci\u003e⛪\u003c\/i\u003e \u003cstrong\u003eChurch Friends\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hfn-gift-card\"\u003e\n\u003ci\u003e🏡\u003c\/i\u003e \u003cstrong\u003eNew Homeowners\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     FAQ\n===================================================== --\u003e\n\u003csection class=\"hfn-faq hfn-reveal\"\u003e\n\u003ch2\u003e❓ Frequently Asked Questions\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere is this decoration designed to be displayed?\u003c\/summary\u003e\n\u003cdiv class=\"hfn-faq-answer\"\u003eThe design is intended for the upper corner of a door frame or similar architectural corner, with part of the scene extending across the top and decorative details flowing down the side.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich figures appear in the Nativity scene?\u003c\/summary\u003e\n\u003cdiv class=\"hfn-faq-answer\"\u003eThe supplied design features Mary, Joseph, Baby Jesus and a lamb beneath the Star of Bethlehem.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat style of Christmas décor does it suit?\u003c\/summary\u003e\n\u003cdiv class=\"hfn-faq-answer\"\u003eThe warm neutral palette and rustic Nativity details pair naturally with traditional, farmhouse, faith-inspired and classic Christmas decorating.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan it be used outside?\u003c\/summary\u003e\n\u003cdiv class=\"hfn-faq-answer\"\u003eThe supplied product description recommends a covered or sheltered area for outdoor decorating.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable as a Christmas gift?\u003c\/summary\u003e\n\u003cdiv class=\"hfn-faq-answer\"\u003eIts Holy Family imagery and Nativity theme make it a meaningful faith-inspired Christmas gift for family, friends and others who appreciate religious holiday décor.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     FINAL CTA\n===================================================== --\u003e\n\u003csection class=\"hfn-final hfn-reveal\"\u003e\n\u003cdiv class=\"hfn-image\"\u003e\u003cimg src=\"https:\/\/cdn.techcloudclub.com\/image\/80c9a7d118bc3dc8f14d3d9c7be5cf389fe0eaa6.png\" alt=\"Holy Family Nativity Christmas doorway decor\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"hfn-eyebrow\"\u003eKEEP THE HEART OF CHRISTMAS CLOSE\u003c\/p\u003e\n\u003ch2\u003e✝️ Let the Nativity Be Part of the Welcome Home\u003c\/h2\u003e\n\u003cp\u003eAbove the doorway, the Holy Family becomes more than another seasonal accent. It offers a quiet reminder of \u003cstrong\u003efaith, hope, humility and the birth of Christ\u003c\/strong\u003e each time family or guests enter the room.\u003c\/p\u003e\n\u003cp class=\"hfn-final-quote\"\u003e“A Christmas welcome centered on the story that matters most.”\u003c\/p\u003e\n\u003cdiv class=\"hfn-final-points\"\u003e\n\u003cspan class=\"hfn-final-point\"\u003e ✓ Holy Family Nativity \u003c\/span\u003e \u003cspan class=\"hfn-final-point\"\u003e ✓ Star of Bethlehem \u003c\/span\u003e \u003cspan class=\"hfn-final-point\"\u003e ✓ Door-Frame Corner Design \u003c\/span\u003e \u003cspan class=\"hfn-final-point\"\u003e ✓ Faith-Inspired Christmas Decor \u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca class=\"hfn-cta\" href=\"#hfn-top\"\u003e ✝️ BRING THE NATIVITY HOME \u003c\/a\u003e\u003c\/section\u003e\n\u003c!-- =====================================================\n     GUARANTEE\n===================================================== --\u003e\n\u003csection class=\"hfn-trust hfn-reveal\"\u003e\n\u003ch2\u003e30-Day Money-Back Guarantee\u003c\/h2\u003e\n\u003cdiv class=\"hfn-trust-box\"\u003e\n\u003ch3\u003eYour Order Is Backed by Our Store Policy\u003c\/h3\u003e\n\u003cp\u003eContact customer support within 30 days of receiving your order to request an eligible refund according to the store policy.\u003c\/p\u003e\n\u003cdiv class=\"hfn-trust-grid\"\u003e\n\u003cdiv\u003e🔒 Secure Checkout\u003c\/div\u003e\n\u003cdiv\u003e🏆 Quality-Checked Products\u003c\/div\u003e\n\u003cdiv\u003e🤝 Customer Support\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hfn-trust-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/ChatGPT_Image_2026_6_2_16_55_25_9.png?v=1780390725\" alt=\"Secure checkout and customer satisfaction badges\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"LJH","offers":[{"title":"Right Side","offer_id":57481788784806,"sku":"SZ06732609218987-R","price":23.99,"currency_code":"USD","in_stock":true},{"title":"Left Side","offer_id":57481788817574,"sku":"SZ06732609218987-L","price":23.99,"currency_code":"USD","in_stock":true},{"title":"🎁Right Side + Left Side","offer_id":57481788850342,"sku":"SZ06732609218987-R+SZ06732609218987-L","price":41.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/adcd553916008df5723c927d22c3e5c4d8b56aac.jpg?v=1789957340","url":"https:\/\/getvyxor.com\/products\/christmas-nativity-door-frame-corner-decor","provider":"getvyxor","version":"1.0","type":"link"}