{"product_id":"heritage-faith-christmas-bell-collection","title":"Heritage Faith Christmas Bell Collection","description":"\u003cstyle\u003e\n\/* =========================================================\n   HERITAGE FAITH CHRISTMAS BELL COLLECTION\n   PRODUCT DESCRIPTION ONLY\n   ========================================================= *\/\n\n.hfcb-detail,\n.hfcb-detail * {\n  box-sizing: border-box;\n}\n\n.hfcb-detail {\n  --hf-bg: #f4efe6;\n  --hf-paper: #fffdf8;\n  --hf-text: #17130f;\n  --hf-muted: #6c6257;\n  --hf-line: #dfd2c2;\n  --hf-burgundy: #8f2e29;\n  --hf-green: #344a3b;\n  --hf-gold: #a77b3d;\n  --hf-soft: #f1e7da;\n  --hf-dark: #241c17;\n\n  width: 100%;\n  max-width: 100%;\n  margin: 0;\n  padding: 14px;\n\n  overflow: hidden;\n  background: var(--hf-bg);\n  color: var(--hf-text);\n\n  font-family: Arial, Helvetica, sans-serif;\n}\n\n.hfcb-detail img {\n  display: block;\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n  margin: 0;\n}\n\n\n\/* =========================\n   TOP STRIP\n   ========================= *\/\n\n.hfcb-detail .hf-facts {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0,1fr));\n\n  margin: 0 0 13px;\n\n  background: var(--hf-paper);\n  border: 1px solid var(--hf-line);\n  border-radius: 17px;\n\n  overflow: hidden;\n}\n\n.hfcb-detail .hf-fact {\n  min-width: 0;\n  padding: 15px 5px 13px;\n\n  text-align: center;\n}\n\n.hfcb-detail .hf-fact + .hf-fact {\n  border-left: 1px solid var(--hf-line);\n}\n\n.hfcb-detail .hf-fact strong {\n  display: block;\n\n  margin-bottom: 5px;\n\n  color: var(--hf-green);\n\n  font-size: 22px;\n  line-height: 1;\n  font-weight: 900;\n}\n\n.hfcb-detail .hf-fact span {\n  display: block;\n\n  color: #645a50;\n\n  font-size: 8px;\n  line-height: 1.25;\n  font-weight: 900;\n\n  text-transform: uppercase;\n  letter-spacing: .055em;\n}\n\n\n\/* =========================\n   SECTION\n   ========================= *\/\n\n.hfcb-detail .hf-section {\n  width: 100%;\n\n  margin: 0 0 13px;\n\n  overflow: hidden;\n\n  background: var(--hf-paper);\n  border: 1px solid var(--hf-line);\n  border-radius: 19px;\n}\n\n.hfcb-detail .hf-copy {\n  padding: 31px 33px 27px;\n}\n\n\n\/* =========================\n   TAG\n   ========================= *\/\n\n.hfcb-detail .hf-tag {\n  display: inline-flex;\n  align-items: center;\n  gap: 7px;\n\n  margin: 0 0 12px;\n  padding: 6px 10px;\n\n  background: #eeefe9;\n  border-radius: 999px;\n\n  color: #354238;\n\n  font-size: 9.5px;\n  line-height: 1;\n  font-weight: 900;\n\n  letter-spacing: .075em;\n  text-transform: uppercase;\n}\n\n.hfcb-detail .hf-tag::before {\n  content: \"\";\n\n  width: 7px;\n  height: 7px;\n  flex: 0 0 7px;\n\n  border-radius: 50%;\n  background: var(--hf-burgundy);\n}\n\n\n\/* =========================\n   TYPOGRAPHY\n   ========================= *\/\n\n.hfcb-detail .hf-title {\n  max-width: 850px;\n\n  margin: 0 0 14px;\n\n  color: #0c0a08;\n\n  font-size: clamp(30px,4.6vw,49px);\n  line-height: 1.03;\n  font-weight: 900;\n\n  letter-spacing: -.038em;\n}\n\n.hfcb-detail .hf-title em {\n  color: var(--hf-burgundy);\n  font-style: normal;\n}\n\n.hfcb-detail .hf-lead {\n  max-width: 900px;\n\n  margin: 0;\n\n  color: var(--hf-muted);\n\n  font-size: 16px;\n  line-height: 1.62;\n}\n\n.hfcb-detail .hf-lead strong {\n  color: #2c251e;\n}\n\n\n\/* =========================\n   NUMBERED ROWS\n   ========================= *\/\n\n.hfcb-detail .hf-rows {\n  width: 100%;\n\n  margin-top: 21px;\n\n  border-top: 1px solid var(--hf-line);\n}\n\n.hfcb-detail .hf-row {\n  display: grid;\n  grid-template-columns: 38px minmax(0,1fr);\n\n  padding: 14px 0;\n\n  border-bottom: 1px solid var(--hf-line);\n}\n\n.hfcb-detail .hf-row:last-child {\n  padding-bottom: 0;\n  border-bottom: 0;\n}\n\n.hfcb-detail .hf-num {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  width: 26px;\n  height: 26px;\n  margin-top: 1px;\n\n  border-radius: 50%;\n  background: var(--hf-soft);\n\n  color: var(--hf-burgundy);\n\n  font-size: 11px;\n  line-height: 1;\n  font-weight: 900;\n}\n\n.hfcb-detail .hf-row-copy {\n  min-width: 0;\n}\n\n.hfcb-detail .hf-row h3 {\n  margin: 0 0 3px;\n\n  color: #17130f;\n\n  font-size: 14px;\n  line-height: 1.35;\n  font-weight: 900;\n}\n\n.hfcb-detail .hf-row p {\n  margin: 0;\n\n  color: #756b60;\n\n  font-size: 12.5px;\n  line-height: 1.5;\n}\n\n\n\/* =========================\n   IMAGE\n   ========================= *\/\n\n.hfcb-detail .hf-image {\n  width: 100%;\n\n  overflow: hidden;\n  background: #eee5da;\n}\n\n\n\/* =========================\n   DARK FAITH BREAK\n   ========================= *\/\n\n.hfcb-detail .hf-faith-break {\n  margin: 0 0 13px;\n  padding: 46px 28px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #241b16 0%,\n      #38271e 100%\n    );\n\n  text-align: center;\n}\n\n.hfcb-detail .hf-faith-break small {\n  display: block;\n\n  margin-bottom: 10px;\n\n  color: #d7ba82;\n\n  font-size: 9px;\n  line-height: 1;\n  font-weight: 900;\n\n  letter-spacing: .15em;\n  text-transform: uppercase;\n}\n\n.hfcb-detail .hf-faith-break h2 {\n  max-width: 810px;\n\n  margin: 0 auto;\n\n  color: #fff;\n\n  font-size: clamp(28px,4vw,43px);\n  line-height: 1.08;\n  font-weight: 900;\n\n  letter-spacing: -.03em;\n}\n\n.hfcb-detail .hf-faith-break p {\n  max-width: 680px;\n\n  margin: 13px auto 0;\n\n  color: #e3d9cf;\n\n  font-size: 14px;\n  line-height: 1.6;\n}\n\n\n\/* =========================\n   DESIGN LIST\n   ========================= *\/\n\n.hfcb-detail .hf-designs {\n  margin-top: 21px;\n\n  border-top: 1px solid var(--hf-line);\n}\n\n.hfcb-detail .hf-design {\n  display: grid;\n  grid-template-columns: 38px minmax(0,1fr);\n\n  min-height: 57px;\n\n  align-items: center;\n\n  border-bottom: 1px solid var(--hf-line);\n}\n\n.hfcb-detail .hf-design:last-child {\n  border-bottom: 0;\n}\n\n.hfcb-detail .hf-design-no {\n  color: var(--hf-burgundy);\n\n  font-size: 11px;\n  font-weight: 900;\n}\n\n.hfcb-detail .hf-design-copy strong {\n  color: #1d1813;\n\n  font-size: 13.5px;\n  font-weight: 900;\n}\n\n.hfcb-detail .hf-design-copy span {\n  color: #756b60;\n\n  font-size: 12.5px;\n  line-height: 1.4;\n}\n\n\n\/* =========================\n   TWO IMAGES\n   ========================= *\/\n\n.hfcb-detail .hf-pair {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n\n  border-top: 1px solid var(--hf-line);\n}\n\n.hfcb-detail .hf-pair-item {\n  position: relative;\n  min-width: 0;\n}\n\n.hfcb-detail .hf-pair-item + .hf-pair-item {\n  border-left: 1px solid var(--hf-line);\n}\n\n.hfcb-detail .hf-pair-item img {\n  width: 100%;\n  aspect-ratio: 1 \/ 1;\n  object-fit: cover;\n}\n\n.hfcb-detail .hf-pair-label {\n  position: absolute;\n  left: 13px;\n  bottom: 13px;\n\n  padding: 7px 10px;\n\n  border-radius: 999px;\n\n  background: rgba(255,253,248,.94);\n\n  color: #2d251e;\n\n  font-size: 8.5px;\n  line-height: 1;\n  font-weight: 900;\n\n  letter-spacing: .04em;\n}\n\n\n\/* =========================\n   QUOTE\n   ========================= *\/\n\n.hfcb-detail .hf-quote {\n  padding: 35px 28px;\n\n  background: var(--hf-green);\n\n  text-align: center;\n}\n\n.hfcb-detail .hf-quote small {\n  display: block;\n\n  margin-bottom: 8px;\n\n  color: #e7d6b6;\n\n  font-size: 9px;\n  font-weight: 900;\n\n  letter-spacing: .14em;\n  text-transform: uppercase;\n}\n\n.hfcb-detail .hf-quote strong {\n  display: block;\n\n  max-width: 760px;\n\n  margin: 0 auto;\n\n  color: #fff;\n\n  font-size: clamp(24px,3.5vw,35px);\n  line-height: 1.15;\n  font-weight: 900;\n\n  letter-spacing: -.025em;\n}\n\n\n\/* =========================\n   FAQ\n   ========================= *\/\n\n.hfcb-detail .hf-faq {\n  margin-top: 18px;\n\n  border-top: 1px solid var(--hf-line);\n}\n\n.hfcb-detail .hf-faq details {\n  border-bottom: 1px solid var(--hf-line);\n}\n\n.hfcb-detail .hf-faq details:last-child {\n  border-bottom: 0;\n}\n\n.hfcb-detail .hf-faq summary {\n  position: relative;\n\n  padding: 17px 38px 17px 0;\n\n  cursor: pointer;\n  list-style: none;\n\n  color: #17130f;\n\n  font-size: 14px;\n  line-height: 1.4;\n  font-weight: 900;\n}\n\n.hfcb-detail .hf-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.hfcb-detail .hf-faq summary::after {\n  content: \"+\";\n\n  position: absolute;\n  right: 3px;\n  top: 50%;\n\n  transform: translateY(-50%);\n\n  color: var(--hf-burgundy);\n\n  font-size: 23px;\n  line-height: 1;\n}\n\n.hfcb-detail .hf-faq details[open] summary::after {\n  content: \"−\";\n}\n\n.hfcb-detail .hf-answer {\n  padding: 0 30px 17px 0;\n\n  color: #71665b;\n\n  font-size: 13px;\n  line-height: 1.62;\n}\n\n\n\/* =========================\n   FINAL\n   ========================= *\/\n\n.hfcb-detail .hf-final {\n  position: relative;\n\n  padding: 64px 28px;\n\n  overflow: hidden;\n\n  border-radius: 19px;\n\n  background:\n    linear-gradient(\n      rgba(28,21,17,.77),\n      rgba(28,21,17,.89)\n    ),\n    url(\"https:\/\/lurevixea.com\/cdn\/shop\/files\/ChatGPTImage2026_9_26_23_08_12_1.png?v=1790482136\u0026width=1600\")\n    center center \/ cover no-repeat;\n\n  text-align: center;\n}\n\n.hfcb-detail .hf-final .hf-tag {\n  background: rgba(255,255,255,.13);\n  color: #fff7ee;\n}\n\n.hfcb-detail .hf-final h2 {\n  max-width: 770px;\n\n  margin: 0 auto 13px;\n\n  color: #fff;\n\n  font-size: clamp(31px,4.5vw,48px);\n  line-height: 1.05;\n  font-weight: 900;\n\n  letter-spacing: -.035em;\n}\n\n.hfcb-detail .hf-final p {\n  max-width: 640px;\n\n  margin: 0 auto;\n\n  color: #eee3d9;\n\n  font-size: 14px;\n  line-height: 1.6;\n}\n\n\n\/* =========================\n   MOBILE\n   ========================= *\/\n\n@media screen and (max-width: 749px) {\n\n  .hfcb-detail {\n    padding: 9px;\n  }\n\n  .hfcb-detail .hf-facts {\n    margin-bottom: 9px;\n    border-radius: 14px;\n  }\n\n  .hfcb-detail .hf-fact {\n    padding: 11px 3px 10px;\n  }\n\n  .hfcb-detail .hf-fact strong {\n    font-size: 18px;\n  }\n\n  .hfcb-detail .hf-fact span {\n    font-size: 6.7px;\n    letter-spacing: .02em;\n  }\n\n  .hfcb-detail .hf-section {\n    margin-bottom: 9px;\n    border-radius: 14px;\n  }\n\n  .hfcb-detail .hf-copy {\n    padding: 22px 17px 19px;\n  }\n\n  .hfcb-detail .hf-tag {\n    margin-bottom: 10px;\n    padding: 5px 8px;\n\n    font-size: 8.2px;\n  }\n\n  .hfcb-detail .hf-tag::before {\n    width: 6px;\n    height: 6px;\n    flex-basis: 6px;\n  }\n\n  .hfcb-detail .hf-title {\n    margin-bottom: 11px;\n\n    font-size: 29px;\n    line-height: 1.04;\n  }\n\n  .hfcb-detail .hf-lead {\n    font-size: 14px;\n    line-height: 1.53;\n  }\n\n  .hfcb-detail .hf-rows {\n    margin-top: 17px;\n  }\n\n  .hfcb-detail .hf-row {\n    grid-template-columns: 34px minmax(0,1fr);\n\n    padding: 12px 0;\n  }\n\n  .hfcb-detail .hf-num {\n    width: 24px;\n    height: 24px;\n\n    font-size: 10px;\n  }\n\n  .hfcb-detail .hf-row h3 {\n    font-size: 13px;\n  }\n\n  .hfcb-detail .hf-row p {\n    font-size: 11.4px;\n    line-height: 1.45;\n  }\n\n  .hfcb-detail .hf-faith-break {\n    margin-bottom: 9px;\n    padding: 34px 18px;\n  }\n\n  .hfcb-detail .hf-faith-break h2 {\n    font-size: 28px;\n  }\n\n  .hfcb-detail .hf-faith-break p {\n    font-size: 12.4px;\n    line-height: 1.52;\n  }\n\n  .hfcb-detail .hf-design {\n    grid-template-columns: 32px minmax(0,1fr);\n\n    min-height: 48px;\n  }\n\n  .hfcb-detail .hf-design-copy strong {\n    font-size: 12.5px;\n  }\n\n  .hfcb-detail .hf-design-copy span {\n    font-size: 11.3px;\n  }\n\n  .hfcb-detail .hf-pair-label {\n    left: 7px;\n    bottom: 7px;\n\n    padding: 5px 7px;\n\n    font-size: 6.8px;\n  }\n\n  .hfcb-detail .hf-quote {\n    padding: 28px 18px;\n  }\n\n  .hfcb-detail .hf-quote strong {\n    font-size: 25px;\n  }\n\n  .hfcb-detail .hf-faq {\n    margin-top: 15px;\n  }\n\n  .hfcb-detail .hf-faq summary {\n    padding: 14px 34px 14px 0;\n\n    font-size: 13px;\n  }\n\n  .hfcb-detail .hf-answer {\n    padding-bottom: 14px;\n\n    font-size: 12px;\n  }\n\n  .hfcb-detail .hf-final {\n    padding: 46px 18px;\n\n    border-radius: 14px;\n  }\n\n  .hfcb-detail .hf-final h2 {\n    font-size: 31px;\n  }\n\n  .hfcb-detail .hf-final p {\n    font-size: 12.5px;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"hfcb-detail\"\u003e\n\n  \u003c!-- TOP --\u003e\n  \u003cdiv class=\"hf-facts\"\u003e\n\n    \u003cdiv class=\"hf-fact\"\u003e\n      \u003cstrong\u003e5\u003c\/strong\u003e\n      \u003cspan\u003eFaith-Inspired Designs\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hf-fact\"\u003e\n      \u003cstrong\u003e1\u003c\/strong\u003e\n      \u003cspan\u003eChristmas Keepsake\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hf-fact\"\u003e\n      \u003cstrong\u003e∞\u003c\/strong\u003e\n      \u003cspan\u003eMeaning Year After Year\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"hf-section\"\u003e\n\n    \u003cdiv class=\"hf-copy\"\u003e\n\n      \u003cdiv class=\"hf-tag\"\u003e\n        Heritage Faith Collection\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"hf-title\"\u003e\n        Keep faith\n        \u003cem\u003eat the heart of Christmas.\u003c\/em\u003e\n      \u003c\/h2\u003e\n\n      \u003cp class=\"hf-lead\"\u003e\n        A collection of Christmas bell ornaments inspired by\n        \u003cstrong\u003efaith, hope, love and the story at the center of the season.\u003c\/strong\u003e\n        Each design carries a different symbol of belief —\n        made to become a meaningful part of the tree year after year.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"hf-rows\"\u003e\n\n        \u003cdiv class=\"hf-row\"\u003e\n\n          \u003cdiv class=\"hf-num\"\u003e1\u003c\/div\u003e\n\n          \u003cdiv class=\"hf-row-copy\"\u003e\n            \u003ch3\u003eA visible reminder of what Christmas means\u003c\/h3\u003e\n\n            \u003cp\u003e\n              Christ, the Sacred Heart, the Good Shepherd, Mary and\n              the Holy Family each tell a different part of the story.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hf-row\"\u003e\n\n          \u003cdiv class=\"hf-num\"\u003e2\u003c\/div\u003e\n\n          \u003cdiv class=\"hf-row-copy\"\u003e\n            \u003ch3\u003eMade to stand apart among the branches\u003c\/h3\u003e\n\n            \u003cp\u003e\n              Sculpted-style religious imagery, antique-gold character,\n              ribbon details and small symbolic accents give every bell\n              its own presence.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hf-row\"\u003e\n\n          \u003cdiv class=\"hf-num\"\u003e3\u003c\/div\u003e\n\n          \u003cdiv class=\"hf-row-copy\"\u003e\n            \u003ch3\u003eChoose the meaning that speaks to you\u003c\/h3\u003e\n\n            \u003cp\u003e\n              A blessing, a symbol of love, a reminder of guidance\n              or a celebration of family and faith.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"hf-image\"\u003e\n\n      \u003cimg src=\"https:\/\/lurevixea.com\/cdn\/shop\/files\/ChatGPTImage2026_9_26_23_08_12_1.png?v=1790482136\u0026amp;width=1600\" alt=\"Light of the World Jesus Christmas Bell Ornament\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- CHRIST AT CHRISTMAS --\u003e\n  \u003csection class=\"hf-section\"\u003e\n\n    \u003cdiv class=\"hf-copy\"\u003e\n\n      \u003cdiv class=\"hf-tag\"\u003e\n        Christ At The Center\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"hf-title\"\u003e\n        More than decoration.\n        \u003cem\u003eA little reminder of the Light we celebrate.\u003c\/em\u003e\n      \u003c\/h2\u003e\n\n      \u003cp class=\"hf-lead\"\u003e\n        The Light of the World design places Christ at the center,\n        surrounded by stars, evergreen details and warm heritage-inspired\n        ornamentation.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"hf-rows\"\u003e\n\n        \u003cdiv class=\"hf-row\"\u003e\n\n          \u003cdiv class=\"hf-num\"\u003e1\u003c\/div\u003e\n\n          \u003cdiv class=\"hf-row-copy\"\u003e\n            \u003ch3\u003eLight of the World\u003c\/h3\u003e\n\n            \u003cp\u003e\n              A peaceful image of Christ framed by radiant light,\n              stars and delicate symbolic details.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hf-row\"\u003e\n\n          \u003cdiv class=\"hf-num\"\u003e2\u003c\/div\u003e\n\n          \u003cdiv class=\"hf-row-copy\"\u003e\n            \u003ch3\u003eFaith, Hope \u0026amp; Peace\u003c\/h3\u003e\n\n            \u003cp\u003e\n              Cross, star and pearl-inspired accents give the design\n              a quiet devotional character without overwhelming the tree.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hf-row\"\u003e\n\n          \u003cdiv class=\"hf-num\"\u003e3\u003c\/div\u003e\n\n          \u003cdiv class=\"hf-row-copy\"\u003e\n            \u003ch3\u003eCreated for Christmas tradition\u003c\/h3\u003e\n\n            \u003cp\u003e\n              A piece to bring out with the ornaments each December\n              and place back among the lights and branches.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- DARK BREAK --\u003e\n  \u003cdiv class=\"hf-faith-break\"\u003e\n\n    \u003csmall\u003e\n      Faith · Hope · Peace\n    \u003c\/small\u003e\n\n    \u003ch2\u003e\n      Some ornaments remind us of Christmas.\u003cbr\u003e\n      Some remind us why we celebrate it.\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Five faith-inspired designs, each carrying a different\n      expression of love, guidance, grace and family.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- 5 DESIGNS --\u003e\n  \u003csection class=\"hf-section\"\u003e\n\n    \u003cdiv class=\"hf-copy\"\u003e\n\n      \u003cdiv class=\"hf-tag\"\u003e\n        Five Expressions Of Faith\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"hf-title\"\u003e\n        Choose the bell\n        \u003cem\u003ethat means something to you.\u003c\/em\u003e\n      \u003c\/h2\u003e\n\n      \u003cp class=\"hf-lead\"\u003e\n        The collection was designed so every bell belongs together,\n        while each one carries its own devotional meaning.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"hf-designs\"\u003e\n\n        \u003cdiv class=\"hf-design\"\u003e\n\n          \u003cdiv class=\"hf-design-no\"\u003e01\u003c\/div\u003e\n\n          \u003cdiv class=\"hf-design-copy\"\u003e\n            \u003cstrong\u003eLight of the World Jesus\u003c\/strong\u003e\n            \u003cspan\u003e — light, faith and Christmas hope\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hf-design\"\u003e\n\n          \u003cdiv class=\"hf-design-no\"\u003e02\u003c\/div\u003e\n\n          \u003cdiv class=\"hf-design-copy\"\u003e\n            \u003cstrong\u003eSacred Heart of Jesus\u003c\/strong\u003e\n            \u003cspan\u003e — love, mercy and devotion\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hf-design\"\u003e\n\n          \u003cdiv class=\"hf-design-no\"\u003e03\u003c\/div\u003e\n\n          \u003cdiv class=\"hf-design-copy\"\u003e\n            \u003cstrong\u003eGood Shepherd\u003c\/strong\u003e\n            \u003cspan\u003e — guidance, protection and love\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hf-design\"\u003e\n\n          \u003cdiv class=\"hf-design-no\"\u003e04\u003c\/div\u003e\n\n          \u003cdiv class=\"hf-design-copy\"\u003e\n            \u003cstrong\u003eCrown of Stars Madonna\u003c\/strong\u003e\n            \u003cspan\u003e — grace, faith and maternal love\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hf-design\"\u003e\n\n          \u003cdiv class=\"hf-design-no\"\u003e05\u003c\/div\u003e\n\n          \u003cdiv class=\"hf-design-copy\"\u003e\n            \u003cstrong\u003eHoly Family Christmas\u003c\/strong\u003e\n            \u003cspan\u003e — faith, family and the heart of Christmas\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"hf-pair\"\u003e\n\n      \u003cdiv class=\"hf-pair-item\"\u003e\n\n        \u003cimg src=\"https:\/\/lurevixea.com\/cdn\/shop\/files\/ChatGPTImage2026_9_26_23_08_15_2.png?v=1790482136\u0026amp;width=1000\" alt=\"Sacred Heart of Jesus Christmas Bell Ornament\" loading=\"lazy\"\u003e\n\n        \u003cspan class=\"hf-pair-label\"\u003e\n          Sacred Heart\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"hf-pair-item\"\u003e\n\n        \u003cimg src=\"https:\/\/lurevixea.com\/cdn\/shop\/files\/ChatGPTImage2026_9_26_23_08_16_3.png?v=1790482136\u0026amp;width=1000\" alt=\"Good Shepherd Christmas Bell Ornament\" loading=\"lazy\"\u003e\n\n        \u003cspan class=\"hf-pair-label\"\u003e\n          Good Shepherd\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- SACRED HEART --\u003e\n  \u003csection class=\"hf-section\"\u003e\n\n    \u003cdiv class=\"hf-copy\"\u003e\n\n      \u003cdiv class=\"hf-tag\"\u003e\n        Love \u0026amp; Mercy\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"hf-title\"\u003e\n        A Christmas reminder\n        \u003cem\u003eof a love that stays.\u003c\/em\u003e\n      \u003c\/h2\u003e\n\n      \u003cp class=\"hf-lead\"\u003e\n        The Sacred Heart design brings a deeper devotional meaning\n        to the collection — Christ surrounded by warmth, light and\n        symbols of love and faith.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"hf-rows\"\u003e\n\n        \u003cdiv class=\"hf-row\"\u003e\n\n          \u003cdiv class=\"hf-num\"\u003e1\u003c\/div\u003e\n\n          \u003cdiv class=\"hf-row-copy\"\u003e\n            \u003ch3\u003eThe Sacred Heart at the center\u003c\/h3\u003e\n\n            \u003cp\u003e\n              A familiar symbol of Christ's love becomes the central\n              focus of the ornament.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hf-row\"\u003e\n\n          \u003cdiv class=\"hf-num\"\u003e2\u003c\/div\u003e\n\n          \u003cdiv class=\"hf-row-copy\"\u003e\n            \u003ch3\u003eRich burgundy and warm gold\u003c\/h3\u003e\n\n            \u003cp\u003e\n              Deeper Christmas tones give this design a more\n              devotional, traditional character.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hf-row\"\u003e\n\n          \u003cdiv class=\"hf-num\"\u003e3\u003c\/div\u003e\n\n          \u003cdiv class=\"hf-row-copy\"\u003e\n            \u003ch3\u003eA meaningful faith gift\u003c\/h3\u003e\n\n            \u003cp\u003e\n              A thoughtful choice for a mother, grandmother,\n              family member or friend whose faith is part of Christmas.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"hf-image\"\u003e\n\n      \u003cimg src=\"https:\/\/lurevixea.com\/cdn\/shop\/files\/ChatGPTImage2026_9_26_23_08_15_2.png?v=1790482136\u0026amp;width=1600\" alt=\"Sacred Heart of Jesus Heritage Faith Christmas Bell\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- QUOTE --\u003e\n  \u003cdiv class=\"hf-quote\"\u003e\n\n    \u003csmall\u003e\n      A Meaningful Christmas Keepsake\n    \u003c\/small\u003e\n\n    \u003cstrong\u003e\n      Hang what you believe beside the memories you treasure.\n    \u003c\/strong\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- GUIDANCE --\u003e\n  \u003csection class=\"hf-section\"\u003e\n\n    \u003cdiv class=\"hf-copy\"\u003e\n\n      \u003cdiv class=\"hf-tag\"\u003e\n        Guidance \u0026amp; Protection\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"hf-title\"\u003e\n        The Good Shepherd.\n        \u003cem\u003eA quiet reminder you never walk alone.\u003c\/em\u003e\n      \u003c\/h2\u003e\n\n      \u003cp class=\"hf-lead\"\u003e\n        Christ holding the lamb gives this design its own gentle story —\n        one centered on guidance, care and being safely held.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"hf-rows\"\u003e\n\n        \u003cdiv class=\"hf-row\"\u003e\n\n          \u003cdiv class=\"hf-num\"\u003e1\u003c\/div\u003e\n\n          \u003cdiv class=\"hf-row-copy\"\u003e\n            \u003ch3\u003eChrist and the lamb\u003c\/h3\u003e\n\n            \u003cp\u003e\n              A tender scene that communicates care and protection\n              without needing a long explanation.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hf-row\"\u003e\n\n          \u003cdiv class=\"hf-num\"\u003e2\u003c\/div\u003e\n\n          \u003cdiv class=\"hf-row-copy\"\u003e\n            \u003ch3\u003eShepherd-inspired symbols\u003c\/h3\u003e\n\n            \u003cp\u003e\n              Lamb, staff and star details carry the theme\n              from the central relief through the entire ornament.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hf-row\"\u003e\n\n          \u003cdiv class=\"hf-num\"\u003e3\u003c\/div\u003e\n\n          \u003cdiv class=\"hf-row-copy\"\u003e\n            \u003ch3\u003eWarm rather than somber\u003c\/h3\u003e\n\n            \u003cp\u003e\n              The imagery is designed around love, guidance and\n              Christmas hope rather than sadness.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"hf-image\"\u003e\n\n      \u003cimg src=\"https:\/\/lurevixea.com\/cdn\/shop\/files\/ChatGPTImage2026_9_26_23_08_16_3.png?v=1790482136\u0026amp;width=1600\" alt=\"Good Shepherd Heritage Faith Christmas Bell Ornament\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- MADONNA + HOLY FAMILY --\u003e\n  \u003csection class=\"hf-section\"\u003e\n\n    \u003cdiv class=\"hf-copy\"\u003e\n\n      \u003cdiv class=\"hf-tag\"\u003e\n        Grace \u0026amp; Family\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"hf-title\"\u003e\n        Two designs for\n        \u003cem\u003ethe gentler side of Christmas.\u003c\/em\u003e\n      \u003c\/h2\u003e\n\n      \u003cp class=\"hf-lead\"\u003e\n        The Crown of Stars Madonna and Holy Family designs bring\n        together grace, motherhood, family and faith in two\n        distinctly different ways.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"hf-rows\"\u003e\n\n        \u003cdiv class=\"hf-row\"\u003e\n\n          \u003cdiv class=\"hf-num\"\u003e1\u003c\/div\u003e\n\n          \u003cdiv class=\"hf-row-copy\"\u003e\n            \u003ch3\u003eCrown of Stars Madonna\u003c\/h3\u003e\n\n            \u003cp\u003e\n              Soft blue details, stars and lilies frame Mary\n              in a peaceful expression of grace and devotion.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hf-row\"\u003e\n\n          \u003cdiv class=\"hf-num\"\u003e2\u003c\/div\u003e\n\n          \u003cdiv class=\"hf-row-copy\"\u003e\n            \u003ch3\u003eHoly Family Christmas\u003c\/h3\u003e\n\n            \u003cp\u003e\n              Mary, Joseph and the Christ child come together\n              in a warm image of faith and family.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hf-row\"\u003e\n\n          \u003cdiv class=\"hf-num\"\u003e3\u003c\/div\u003e\n\n          \u003cdiv class=\"hf-row-copy\"\u003e\n            \u003ch3\u003eEspecially meaningful as a family gift\u003c\/h3\u003e\n\n            \u003cp\u003e\n              A thoughtful ornament for a mother, grandmother,\n              newly married couple or family celebrating Christmas together.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"hf-pair\"\u003e\n\n      \u003cdiv class=\"hf-pair-item\"\u003e\n\n        \u003cimg src=\"https:\/\/lurevixea.com\/cdn\/shop\/files\/ChatGPTImage2026_9_26_23_08_16_4.png?v=1790482136\u0026amp;width=1000\" alt=\"Crown of Stars Madonna Christmas Bell Ornament\" loading=\"lazy\"\u003e\n\n        \u003cspan class=\"hf-pair-label\"\u003e\n          Crown of Stars\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"hf-pair-item\"\u003e\n\n        \u003cimg src=\"https:\/\/lurevixea.com\/cdn\/shop\/files\/ChatGPTImage2026_9_26_23_08_17_5.png?v=1790482136\u0026amp;width=1000\" alt=\"Holy Family Christmas Bell Ornament\" loading=\"lazy\"\u003e\n\n        \u003cspan class=\"hf-pair-label\"\u003e\n          Holy Family\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- WHY IT MATTERS --\u003e\n  \u003csection class=\"hf-section\"\u003e\n\n    \u003cdiv class=\"hf-copy\"\u003e\n\n      \u003cdiv class=\"hf-tag\"\u003e\n        More Than Seasonal Décor\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"hf-title\"\u003e\n        Made for the tree.\n        \u003cem\u003eChosen for the meaning.\u003c\/em\u003e\n      \u003c\/h2\u003e\n\n      \u003cp class=\"hf-lead\"\u003e\n        Christmas trees are often filled with pieces that mark\n        people, places and memories. These bells are designed\n        to add faith to that story.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"hf-rows\"\u003e\n\n        \u003cdiv class=\"hf-row\"\u003e\n\n          \u003cdiv class=\"hf-num\"\u003e1\u003c\/div\u003e\n\n          \u003cdiv class=\"hf-row-copy\"\u003e\n            \u003ch3\u003eFor your own Christmas tradition\u003c\/h3\u003e\n\n            \u003cp\u003e\n              Choose the design that best reflects the part\n              of faith you want represented on your tree.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hf-row\"\u003e\n\n          \u003cdiv class=\"hf-num\"\u003e2\u003c\/div\u003e\n\n          \u003cdiv class=\"hf-row-copy\"\u003e\n            \u003ch3\u003eFor someone whose faith matters deeply\u003c\/h3\u003e\n\n            \u003cp\u003e\n              A small Christmas gift with more personal meaning\n              than another ordinary seasonal decoration.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hf-row\"\u003e\n\n          \u003cdiv class=\"hf-num\"\u003e3\u003c\/div\u003e\n\n          \u003cdiv class=\"hf-row-copy\"\u003e\n            \u003ch3\u003eFor traditions that grow over time\u003c\/h3\u003e\n\n            \u003cp\u003e\n              Begin with one design or collect different expressions\n              of faith across the years.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"hf-image\"\u003e\n\n      \u003cimg src=\"https:\/\/lurevixea.com\/cdn\/shop\/files\/ChatGPTImage2026_9_26_23_08_17_5.png?v=1790482136\u0026amp;width=1600\" alt=\"Holy Family Heritage Faith Christmas Bell Collection\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"hf-section\"\u003e\n\n    \u003cdiv class=\"hf-copy\"\u003e\n\n      \u003cdiv class=\"hf-tag\"\u003e\n        Good To Know\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"hf-title\"\u003e\n        Before you\n        \u003cem\u003echoose your bell.\u003c\/em\u003e\n      \u003c\/h2\u003e\n\n\n      \u003cdiv class=\"hf-faq\"\u003e\n\n        \u003cdetails open\u003e\n\n          \u003csummary\u003e\n            What is the Heritage Faith Christmas Bell Collection?\n          \u003c\/summary\u003e\n\n          \u003cdiv class=\"hf-answer\"\u003e\n            It is a collection of faith-inspired decorative Christmas\n            bell ornaments, with each design centered on a different\n            Christian image or meaning.\n          \u003c\/div\u003e\n\n        \u003c\/details\u003e\n\n\n        \u003cdetails\u003e\n\n          \u003csummary\u003e\n            What are the five available designs?\n          \u003c\/summary\u003e\n\n          \u003cdiv class=\"hf-answer\"\u003e\n            The collection includes Light of the World Jesus,\n            Sacred Heart of Jesus, Good Shepherd,\n            Crown of Stars Madonna and Holy Family Christmas.\n          \u003c\/div\u003e\n\n        \u003c\/details\u003e\n\n\n        \u003cdetails\u003e\n\n          \u003csummary\u003e\n            Are these meant for a Christmas tree?\n          \u003c\/summary\u003e\n\n          \u003cdiv class=\"hf-answer\"\u003e\n            Yes. The collection is designed primarily as decorative\n            hanging Christmas ornaments and can also be styled\n            with wreaths, garlands and other seasonal displays.\n          \u003c\/div\u003e\n\n        \u003c\/details\u003e\n\n\n        \u003cdetails\u003e\n\n          \u003csummary\u003e\n            Which design makes the best gift?\n          \u003c\/summary\u003e\n\n          \u003cdiv class=\"hf-answer\"\u003e\n            That depends on the meaning you want to give:\n            Light of the World for faith and hope,\n            Sacred Heart for love and devotion,\n            Good Shepherd for guidance,\n            Madonna for grace,\n            and Holy Family for faith and family.\n          \u003c\/div\u003e\n\n        \u003c\/details\u003e\n\n\n        \u003cdetails\u003e\n\n          \u003csummary\u003e\n            Can I collect more than one?\n          \u003c\/summary\u003e\n\n          \u003cdiv class=\"hf-answer\"\u003e\n            Yes. The designs share one visual family while each\n            carries a different devotional theme, so they can\n            be displayed together naturally.\n          \u003c\/div\u003e\n\n        \u003c\/details\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FINAL --\u003e\n  \u003csection class=\"hf-final\"\u003e\n\n    \u003cdiv class=\"hf-tag\"\u003e\n      Heritage Faith Christmas Bells\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      Keep Christ at the heart of Christmas.\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Choose the symbol of faith that speaks to your heart,\n      place it among the lights, and let it return with\n      your Christmas traditions year after year.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Liuyao","offers":[{"title":"Light of the World Jesus","offer_id":67579608334447,"sku":"SZ06012609273042-A","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Sacred Heart of Jesus","offer_id":67579608367215,"sku":"SZ06012609273042-B","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Good Shepherd","offer_id":67579608399983,"sku":"SZ06012609273042-C","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Crown of Stars Madonna","offer_id":67579608432751,"sku":"SZ06012609273042-D","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Holy Family Christmas","offer_id":67579608465519,"sku":"SZ06012609273042-E","price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0742\/2790\/8719\/files\/ChatGPTImage2026_9_26_23_08_12_1.png?v=1790482136","url":"https:\/\/lurevixea.com\/products\/heritage-faith-christmas-bell-collection","provider":"Lurevixea","version":"1.0","type":"link"}