{"product_id":"heritage-christmas-tree-bell-ornament-collection","title":"Heritage Christmas Tree Bell Ornament Collection","description":"\u003cstyle\u003e\n\/* ==========================================================\n   HERITAGE CHRISTMAS TREE BELL ORNAMENT COLLECTION\n   PRODUCT DESCRIPTION ONLY\n   Scoped CSS - will not affect Shopify theme outside module\n   ========================================================== *\/\n\n.hcb-detail,\n.hcb-detail * {\n  box-sizing: border-box;\n}\n\n.hcb-detail {\n  --hcb-bg: #f4efe6;\n  --hcb-paper: #fffdf8;\n  --hcb-text: #17130f;\n  --hcb-muted: #6f6458;\n  --hcb-line: #dfd2c2;\n  --hcb-red: #a93628;\n  --hcb-red-dark: #80251c;\n  --hcb-green: #30483a;\n  --hcb-soft: #f3e8da;\n  --hcb-gold: #a77939;\n  --hcb-dark: #211b16;\n\n  width: 100%;\n  max-width: 100%;\n  margin: 0;\n  padding: 16px;\n\n  background: var(--hcb-bg);\n  color: var(--hcb-text);\n\n  font-family: Arial, Helvetica, sans-serif;\n  overflow: hidden;\n}\n\n.hcb-detail img {\n  display: block;\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n  margin: 0;\n}\n\n\n\/* ==========================================================\n   QUICK FACTS\n   ========================================================== *\/\n\n.hcb-detail .hcb-facts {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0,1fr));\n\n  width: 100%;\n  margin: 0 0 14px;\n\n  background: var(--hcb-paper);\n  border: 1px solid var(--hcb-line);\n  border-radius: 18px;\n\n  overflow: hidden;\n}\n\n.hcb-detail .hcb-fact {\n  min-width: 0;\n  padding: 16px 7px 14px;\n  text-align: center;\n}\n\n.hcb-detail .hcb-fact + .hcb-fact {\n  border-left: 1px solid var(--hcb-line);\n}\n\n.hcb-detail .hcb-fact strong {\n  display: block;\n  margin-bottom: 5px;\n\n  color: var(--hcb-green);\n\n  font-size: 22px;\n  line-height: 1;\n  font-weight: 900;\n}\n\n.hcb-detail .hcb-fact span {\n  display: block;\n\n  color: #5c5349;\n\n  font-size: 8.5px;\n  line-height: 1.25;\n  font-weight: 900;\n\n  letter-spacing: .055em;\n  text-transform: uppercase;\n}\n\n\n\/* ==========================================================\n   MAIN SECTIONS\n   ========================================================== *\/\n\n.hcb-detail .hcb-section {\n  width: 100%;\n  margin: 0 0 14px;\n\n  background: var(--hcb-paper);\n  border: 1px solid var(--hcb-line);\n  border-radius: 19px;\n\n  overflow: hidden;\n}\n\n.hcb-detail .hcb-copy {\n  padding: 32px 34px 28px;\n}\n\n\n\/* ==========================================================\n   TAG\n   ========================================================== *\/\n\n.hcb-detail .hcb-tag {\n  display: inline-flex;\n  align-items: center;\n  gap: 7px;\n\n  margin: 0 0 13px;\n  padding: 6px 10px;\n\n  background: #edf0e9;\n  border-radius: 100px;\n\n  color: #334138;\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.hcb-detail .hcb-tag::before {\n  content: \"\";\n  display: block;\n\n  width: 7px;\n  height: 7px;\n  flex: 0 0 7px;\n\n  background: var(--hcb-red);\n  border-radius: 50%;\n}\n\n\n\/* ==========================================================\n   TEXT\n   ========================================================== *\/\n\n.hcb-detail .hcb-title {\n  max-width: 850px;\n\n  margin: 0 0 14px;\n\n  color: #0d0b09;\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.hcb-detail .hcb-title em {\n  color: var(--hcb-red);\n  font-style: normal;\n}\n\n.hcb-detail .hcb-lead {\n  max-width: 900px;\n\n  margin: 0;\n\n  color: var(--hcb-muted);\n\n  font-size: 16px;\n  line-height: 1.62;\n}\n\n.hcb-detail .hcb-lead strong {\n  color: #29221b;\n}\n\n\n\/* ==========================================================\n   NUMBERED ROWS\n   ========================================================== *\/\n\n.hcb-detail .hcb-rows {\n  width: 100%;\n  margin-top: 22px;\n\n  border-top: 1px solid var(--hcb-line);\n}\n\n.hcb-detail .hcb-row {\n  display: grid;\n  grid-template-columns: 38px minmax(0,1fr);\n\n  width: 100%;\n  padding: 14px 0;\n\n  border-bottom: 1px solid var(--hcb-line);\n}\n\n.hcb-detail .hcb-row:last-child {\n  padding-bottom: 0;\n  border-bottom: 0;\n}\n\n.hcb-detail .hcb-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  background: var(--hcb-soft);\n  border-radius: 50%;\n\n  color: var(--hcb-red);\n\n  font-size: 11px;\n  line-height: 1;\n  font-weight: 900;\n}\n\n.hcb-detail .hcb-row-copy {\n  min-width: 0;\n}\n\n.hcb-detail .hcb-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.hcb-detail .hcb-row p {\n  margin: 0;\n\n  color: #766b60;\n\n  font-size: 12.5px;\n  line-height: 1.5;\n}\n\n\n\/* ==========================================================\n   IMAGES\n   ========================================================== *\/\n\n.hcb-detail .hcb-image {\n  width: 100%;\n  overflow: hidden;\n  background: #eee4d8;\n}\n\n.hcb-detail .hcb-image img {\n  width: 100%;\n  height: auto;\n}\n\n\n\/* ==========================================================\n   TWO IMAGE STORY\n   ========================================================== *\/\n\n.hcb-detail .hcb-pair {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n\n  width: 100%;\n\n  border-top: 1px solid var(--hcb-line);\n}\n\n.hcb-detail .hcb-pair-item {\n  position: relative;\n  min-width: 0;\n}\n\n.hcb-detail .hcb-pair-item + .hcb-pair-item {\n  border-left: 1px solid var(--hcb-line);\n}\n\n.hcb-detail .hcb-pair-item img {\n  width: 100%;\n  aspect-ratio: 1 \/ 1;\n  object-fit: cover;\n}\n\n.hcb-detail .hcb-pair-label {\n  position: absolute;\n  left: 14px;\n  bottom: 14px;\n\n  padding: 7px 10px;\n\n  background: rgba(255,253,248,.94);\n  border-radius: 999px;\n\n  color: #272019;\n\n  font-size: 9px;\n  line-height: 1;\n  font-weight: 900;\n\n  letter-spacing: .055em;\n  text-transform: uppercase;\n}\n\n\n\/* ==========================================================\n   DARK EMOTIONAL BREAK\n   ========================================================== *\/\n\n.hcb-detail .hcb-break {\n  width: 100%;\n\n  margin: 0 0 14px;\n  padding: 46px 28px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #211914 0%,\n      #32231b 100%\n    );\n\n  text-align: center;\n}\n\n.hcb-detail .hcb-break small {\n  display: block;\n\n  margin: 0 0 10px;\n\n  color: #d3b47b;\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.hcb-detail .hcb-break h2 {\n  max-width: 820px;\n\n  margin: 0 auto;\n\n  color: #fff;\n\n  font-size: clamp(28px, 4vw, 43px);\n  line-height: 1.07;\n  font-weight: 900;\n\n  letter-spacing: -.03em;\n}\n\n.hcb-detail .hcb-break p {\n  max-width: 680px;\n\n  margin: 13px auto 0;\n\n  color: #dfd4ca;\n\n  font-size: 14px;\n  line-height: 1.6;\n}\n\n\n\/* ==========================================================\n   COLLECTION LIST\n   ========================================================== *\/\n\n.hcb-detail .hcb-collection-list {\n  margin-top: 21px;\n  border-top: 1px solid var(--hcb-line);\n}\n\n.hcb-detail .hcb-design {\n  display: grid;\n  grid-template-columns: 35px minmax(0,1fr);\n  align-items: center;\n\n  min-height: 54px;\n\n  border-bottom: 1px solid var(--hcb-line);\n}\n\n.hcb-detail .hcb-design:last-child {\n  border-bottom: 0;\n}\n\n.hcb-detail .hcb-design-no {\n  color: var(--hcb-red);\n\n  font-size: 11px;\n  font-weight: 900;\n}\n\n.hcb-detail .hcb-design-text strong {\n  display: inline;\n\n  color: #211b16;\n\n  font-size: 13.5px;\n  font-weight: 900;\n}\n\n.hcb-detail .hcb-design-text span {\n  color: #7a6f64;\n\n  font-size: 12.5px;\n}\n\n\n\/* ==========================================================\n   QUOTE \/ KEEPSAKE BLOCK\n   ========================================================== *\/\n\n.hcb-detail .hcb-keepsake {\n  padding: 35px 32px;\n\n  background: #3e5545;\n  color: #fff;\n\n  text-align: center;\n}\n\n.hcb-detail .hcb-keepsake span {\n  display: block;\n\n  margin-bottom: 8px;\n\n  color: #e6d7b8;\n\n  font-size: 9px;\n  font-weight: 900;\n\n  letter-spacing: .14em;\n  text-transform: uppercase;\n}\n\n.hcb-detail .hcb-keepsake strong {\n  display: block;\n\n  max-width: 750px;\n\n  margin: 0 auto;\n\n  color: #fff;\n\n  font-size: clamp(23px,3.6vw,34px);\n  line-height: 1.15;\n  font-weight: 900;\n\n  letter-spacing: -.025em;\n}\n\n\n\/* ==========================================================\n   FAQ\n   ========================================================== *\/\n\n.hcb-detail .hcb-faq {\n  width: 100%;\n\n  margin-top: 19px;\n\n  border-top: 1px solid var(--hcb-line);\n}\n\n.hcb-detail .hcb-faq details {\n  border-bottom: 1px solid var(--hcb-line);\n}\n\n.hcb-detail .hcb-faq details:last-child {\n  border-bottom: 0;\n}\n\n.hcb-detail .hcb-faq summary {\n  position: relative;\n\n  width: 100%;\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.hcb-detail .hcb-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.hcb-detail .hcb-faq summary::after {\n  content: \"+\";\n\n  position: absolute;\n  right: 3px;\n  top: 50%;\n\n  transform: translateY(-50%);\n\n  color: var(--hcb-red);\n\n  font-size: 23px;\n  line-height: 1;\n  font-weight: 400;\n}\n\n.hcb-detail .hcb-faq details[open] summary::after {\n  content: \"−\";\n}\n\n.hcb-detail .hcb-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.hcb-detail .hcb-final {\n  position: relative;\n\n  width: 100%;\n  padding: 64px 28px;\n\n  border-radius: 19px;\n  overflow: hidden;\n\n  background:\n    linear-gradient(\n      rgba(29,21,16,.74),\n      rgba(29,21,16,.88)\n    ),\n    url(\"https:\/\/lurevixea.com\/cdn\/shop\/files\/ChatGPTImage2026_9_26_22_52_18_1.png?v=1790481290\u0026width=1600\")\n    center center \/ cover no-repeat;\n\n  text-align: center;\n}\n\n.hcb-detail .hcb-final .hcb-tag {\n  background: rgba(255,255,255,.12);\n  color: #fff7ee;\n}\n\n.hcb-detail .hcb-final h2 {\n  max-width: 760px;\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.hcb-detail .hcb-final p {\n  max-width: 610px;\n\n  margin: 0 auto;\n\n  color: #eee1d5;\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  .hcb-detail {\n    padding: 9px;\n  }\n\n  .hcb-detail .hcb-facts {\n    margin-bottom: 9px;\n    border-radius: 14px;\n  }\n\n  .hcb-detail .hcb-fact {\n    padding: 11px 3px 10px;\n  }\n\n  .hcb-detail .hcb-fact strong {\n    font-size: 18px;\n  }\n\n  .hcb-detail .hcb-fact span {\n    font-size: 6.8px;\n    letter-spacing: .025em;\n  }\n\n  .hcb-detail .hcb-section {\n    margin-bottom: 9px;\n    border-radius: 14px;\n  }\n\n  .hcb-detail .hcb-copy {\n    padding: 22px 17px 19px;\n  }\n\n  .hcb-detail .hcb-tag {\n    margin-bottom: 10px;\n    padding: 5px 8px;\n\n    font-size: 8.3px;\n  }\n\n  .hcb-detail .hcb-tag::before {\n    width: 6px;\n    height: 6px;\n    flex-basis: 6px;\n  }\n\n  .hcb-detail .hcb-title {\n    margin-bottom: 11px;\n\n    font-size: 29px;\n    line-height: 1.04;\n  }\n\n  .hcb-detail .hcb-lead {\n    font-size: 14px;\n    line-height: 1.53;\n  }\n\n  .hcb-detail .hcb-rows {\n    margin-top: 17px;\n  }\n\n  .hcb-detail .hcb-row {\n    grid-template-columns: 34px minmax(0,1fr);\n    padding: 12px 0;\n  }\n\n  .hcb-detail .hcb-num {\n    width: 24px;\n    height: 24px;\n\n    font-size: 10px;\n  }\n\n  .hcb-detail .hcb-row h3 {\n    font-size: 13px;\n  }\n\n  .hcb-detail .hcb-row p {\n    font-size: 11.4px;\n    line-height: 1.45;\n  }\n\n  .hcb-detail .hcb-pair {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .hcb-detail .hcb-pair-label {\n    left: 8px;\n    bottom: 8px;\n\n    padding: 5px 7px;\n\n    font-size: 7px;\n  }\n\n  .hcb-detail .hcb-break {\n    margin-bottom: 9px;\n    padding: 34px 19px;\n  }\n\n  .hcb-detail .hcb-break h2 {\n    font-size: 28px;\n  }\n\n  .hcb-detail .hcb-break p {\n    font-size: 12.4px;\n    line-height: 1.52;\n  }\n\n  .hcb-detail .hcb-collection-list {\n    margin-top: 16px;\n  }\n\n  .hcb-detail .hcb-design {\n    min-height: 46px;\n    grid-template-columns: 31px minmax(0,1fr);\n  }\n\n  .hcb-detail .hcb-design-text strong {\n    font-size: 12.5px;\n  }\n\n  .hcb-detail .hcb-design-text span {\n    font-size: 11.5px;\n  }\n\n  .hcb-detail .hcb-keepsake {\n    padding: 29px 17px;\n  }\n\n  .hcb-detail .hcb-keepsake strong {\n    font-size: 25px;\n  }\n\n  .hcb-detail .hcb-faq {\n    margin-top: 15px;\n  }\n\n  .hcb-detail .hcb-faq summary {\n    padding: 14px 34px 14px 0;\n    font-size: 13px;\n  }\n\n  .hcb-detail .hcb-answer {\n    padding-bottom: 14px;\n    font-size: 12px;\n  }\n\n  .hcb-detail .hcb-final {\n    padding: 46px 18px;\n    border-radius: 14px;\n  }\n\n  .hcb-detail .hcb-final h2 {\n    font-size: 31px;\n  }\n\n  .hcb-detail .hcb-final p {\n    font-size: 12.5px;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"hcb-detail\"\u003e\n\n\n  \u003c!-- =====================================================\n       QUICK FACTS\n       ===================================================== --\u003e\n\n  \u003cdiv class=\"hcb-facts\"\u003e\n\n    \u003cdiv class=\"hcb-fact\"\u003e\n      \u003cstrong\u003e7\u003c\/strong\u003e\n      \u003cspan\u003eChristmas Designs\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hcb-fact\"\u003e\n      \u003cstrong\u003e1\u003c\/strong\u003e\n      \u003cspan\u003eTree-Ready Keepsake\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hcb-fact\"\u003e\n      \u003cstrong\u003e∞\u003c\/strong\u003e\n      \u003cspan\u003eChristmas Memories\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\n  \u003c!-- =====================================================\n       HERO\n       ===================================================== --\u003e\n\n  \u003csection class=\"hcb-section\"\u003e\n\n    \u003cdiv class=\"hcb-copy\"\u003e\n\n      \u003cdiv class=\"hcb-tag\"\u003e\n        Heritage Christmas Bells\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"hcb-title\"\u003e\n        A bell for the tree.\n        \u003cem\u003eA keepsake for Christmas.\u003c\/em\u003e\n      \u003c\/h2\u003e\n\n      \u003cp class=\"hcb-lead\"\u003e\n        Inspired by the ornaments that come out of the Christmas box\n        year after year, each Heritage Bell brings together\n        old-fashioned holiday detail, rich festive color and\n        a little story of its own.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"hcb-rows\"\u003e\n\n        \u003cdiv class=\"hcb-row\"\u003e\n\n          \u003cdiv class=\"hcb-num\"\u003e1\u003c\/div\u003e\n\n          \u003cdiv class=\"hcb-row-copy\"\u003e\n            \u003ch3\u003eHang it where Christmas happens\u003c\/h3\u003e\n\n            \u003cp\u003e\n              Created as a decorative hanging ornament for the tree,\n              wreath, garland or another favorite holiday corner.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hcb-row\"\u003e\n\n          \u003cdiv class=\"hcb-num\"\u003e2\u003c\/div\u003e\n\n          \u003cdiv class=\"hcb-row-copy\"\u003e\n            \u003ch3\u003eLook closer and the details keep appearing\u003c\/h3\u003e\n\n            \u003cp\u003e\n              Sculpted motifs, aged-gold character, velvet-inspired\n              bows and tiny dangling accents give each bell its own personality.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hcb-row\"\u003e\n\n          \u003cdiv class=\"hcb-num\"\u003e3\u003c\/div\u003e\n\n          \u003cdiv class=\"hcb-row-copy\"\u003e\n            \u003ch3\u003eChoose the Christmas story that feels like yours\u003c\/h3\u003e\n\n            \u003cp\u003e\n              From Santa and snowmen to angels, cardinals and the Nativity,\n              every design carries a different piece of the season.\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=\"hcb-image\"\u003e\n\n      \u003cimg src=\"https:\/\/lurevixea.com\/cdn\/shop\/files\/ChatGPTImage2026_9_26_22_52_18_1.png?v=1790481290\u0026amp;width=1600\" alt=\"Vintage Snowflake Heritage Christmas Tree Bell Ornament\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =====================================================\n       OLD-FASHIONED DETAIL\n       ===================================================== --\u003e\n\n  \u003csection class=\"hcb-section\"\u003e\n\n    \u003cdiv class=\"hcb-copy\"\u003e\n\n      \u003cdiv class=\"hcb-tag\"\u003e\n        Old-Fashioned Christmas Charm\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"hcb-title\"\u003e\n        Made to feel like it\n        \u003cem\u003ealready belongs in the family.\u003c\/em\u003e\n      \u003c\/h2\u003e\n\n      \u003cp class=\"hcb-lead\"\u003e\n        The inspiration is simple: not another flat ornament that disappears\n        into the tree, but something with enough shape, texture and character\n        to catch your eye between the lights and branches.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"hcb-rows\"\u003e\n\n        \u003cdiv class=\"hcb-row\"\u003e\n\n          \u003cdiv class=\"hcb-num\"\u003e1\u003c\/div\u003e\n\n          \u003cdiv class=\"hcb-row-copy\"\u003e\n            \u003ch3\u003eHeritage-inspired finish\u003c\/h3\u003e\n\n            \u003cp\u003e\n              Warm antique-gold tones give the bells the feeling of\n              a much-loved ornament rather than something overly modern.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hcb-row\"\u003e\n\n          \u003cdiv class=\"hcb-num\"\u003e2\u003c\/div\u003e\n\n          \u003cdiv class=\"hcb-row-copy\"\u003e\n            \u003ch3\u003eRaised decorative details\u003c\/h3\u003e\n\n            \u003cp\u003e\n              Snowflakes, feathers, winter branches, stars and festive\n              characters bring depth to each design.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hcb-row\"\u003e\n\n          \u003cdiv class=\"hcb-num\"\u003e3\u003c\/div\u003e\n\n          \u003cdiv class=\"hcb-row-copy\"\u003e\n            \u003ch3\u003eFinished for the season\u003c\/h3\u003e\n\n            \u003cp\u003e\n              Rich reds, creamy whites, greenery and small hanging accents\n              complete the classic Christmas look.\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=\"hcb-pair\"\u003e\n\n      \u003cdiv class=\"hcb-pair-item\"\u003e\n\n        \u003cimg src=\"https:\/\/lurevixea.com\/cdn\/shop\/files\/ChatGPTImage2026_9_26_22_52_25_1.png?v=1790481289\u0026amp;width=1000\" alt=\"Santa Heritage Christmas Bell\" loading=\"lazy\"\u003e\n\n        \u003cspan class=\"hcb-pair-label\"\u003e\n          Santa's Christmas\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"hcb-pair-item\"\u003e\n\n        \u003cimg src=\"https:\/\/lurevixea.com\/cdn\/shop\/files\/ChatGPTImage2026_9_26_22_52_25_2.png?v=1790481290\u0026amp;width=1000\" alt=\"Reindeer Heritage Christmas Bell\" loading=\"lazy\"\u003e\n\n        \u003cspan class=\"hcb-pair-label\"\u003e\n          Reindeer Wish\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =====================================================\n       EMOTIONAL TRANSITION\n       ===================================================== --\u003e\n\n  \u003cdiv class=\"hcb-break\"\u003e\n\n    \u003csmall\u003e\n      Bring It Back Every December\n    \u003c\/small\u003e\n\n    \u003ch2\u003e\n      The best ornaments aren't packed away and forgotten.\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      They're the ones you recognize the moment the Christmas box opens —\n      the pieces that quietly become part of the tradition.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n\n  \u003c!-- =====================================================\n       COLLECTION\n       ===================================================== --\u003e\n\n  \u003csection class=\"hcb-section\"\u003e\n\n    \u003cdiv class=\"hcb-copy\"\u003e\n\n      \u003cdiv class=\"hcb-tag\"\u003e\n        Seven Christmas Stories\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"hcb-title\"\u003e\n        One collection.\n        \u003cem\u003eSeven reasons to love Christmas.\u003c\/em\u003e\n      \u003c\/h2\u003e\n\n      \u003cp class=\"hcb-lead\"\u003e\n        Choose one that matches your Christmas, or collect several\n        to create a tree filled with different little stories.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"hcb-collection-list\"\u003e\n\n        \u003cdiv class=\"hcb-design\"\u003e\n\n          \u003cdiv class=\"hcb-design-no\"\u003e\n            01\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hcb-design-text\"\u003e\n            \u003cstrong\u003eVintage Snowflake\u003c\/strong\u003e\n            \u003cspan\u003e — timeless, classic Christmas\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hcb-design\"\u003e\n\n          \u003cdiv class=\"hcb-design-no\"\u003e\n            02\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hcb-design-text\"\u003e\n            \u003cstrong\u003eAngel Blessing\u003c\/strong\u003e\n            \u003cspan\u003e — grace, light and Christmas blessings\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hcb-design\"\u003e\n\n          \u003cdiv class=\"hcb-design-no\"\u003e\n            03\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hcb-design-text\"\u003e\n            \u003cstrong\u003eCardinal Memory\u003c\/strong\u003e\n            \u003cspan\u003e — a warm reminder of someone held close\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hcb-design\"\u003e\n\n          \u003cdiv class=\"hcb-design-no\"\u003e\n            04\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hcb-design-text\"\u003e\n            \u003cstrong\u003eSanta's Christmas\u003c\/strong\u003e\n            \u003cspan\u003e — pure old-fashioned holiday magic\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hcb-design\"\u003e\n\n          \u003cdiv class=\"hcb-design-no\"\u003e\n            05\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hcb-design-text\"\u003e\n            \u003cstrong\u003eReindeer Wish\u003c\/strong\u003e\n            \u003cspan\u003e — winter wonder and Christmas wishes\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hcb-design\"\u003e\n\n          \u003cdiv class=\"hcb-design-no\"\u003e\n            06\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hcb-design-text\"\u003e\n            \u003cstrong\u003eSnowman Joy\u003c\/strong\u003e\n            \u003cspan\u003e — cheerful Christmas warmth\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hcb-design\"\u003e\n\n          \u003cdiv class=\"hcb-design-no\"\u003e\n            07\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hcb-design-text\"\u003e\n            \u003cstrong\u003eNativity Peace\u003c\/strong\u003e\n            \u003cspan\u003e — faith, peace 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=\"hcb-pair\"\u003e\n\n      \u003cdiv class=\"hcb-pair-item\"\u003e\n\n        \u003cimg src=\"https:\/\/lurevixea.com\/cdn\/shop\/files\/ChatGPTImage2026_9_26_22_52_18_2.png?v=1790481289\u0026amp;width=1000\" alt=\"Angel Blessing Christmas Tree Bell Ornament\" loading=\"lazy\"\u003e\n\n        \u003cspan class=\"hcb-pair-label\"\u003e\n          Angel Blessing\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"hcb-pair-item\"\u003e\n\n        \u003cimg src=\"https:\/\/lurevixea.com\/cdn\/shop\/files\/ChatGPTImage2026_9_26_22_52_19_3.png?v=1790481290\u0026amp;width=1000\" alt=\"Cardinal Memory Christmas Tree Bell Ornament\" loading=\"lazy\"\u003e\n\n        \u003cspan class=\"hcb-pair-label\"\u003e\n          Cardinal Memory\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =====================================================\n       TREE ORNAMENT PURPOSE\n       ===================================================== --\u003e\n\n  \u003csection class=\"hcb-section\"\u003e\n\n    \u003cdiv class=\"hcb-copy\"\u003e\n\n      \u003cdiv class=\"hcb-tag\"\u003e\n        Made For The Christmas Tree\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"hcb-title\"\u003e\n        Give the lights\n        \u003cem\u003esomething beautiful to fall on.\u003c\/em\u003e\n      \u003c\/h2\u003e\n\n      \u003cp class=\"hcb-lead\"\u003e\n        The dimensional bell shape stands apart from flat ornaments,\n        while metallic-looking highlights, festive ribbon details\n        and dangling accents catch the surrounding Christmas lights.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"hcb-rows\"\u003e\n\n        \u003cdiv class=\"hcb-row\"\u003e\n\n          \u003cdiv class=\"hcb-num\"\u003e1\u003c\/div\u003e\n\n          \u003cdiv class=\"hcb-row-copy\"\u003e\n            \u003ch3\u003eDesigned as a hanging Christmas ornament\u003c\/h3\u003e\n\n            \u003cp\u003e\n              The top hanging loop makes the bell easy to work into\n              a traditional Christmas tree display.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hcb-row\"\u003e\n\n          \u003cdiv class=\"hcb-num\"\u003e2\u003c\/div\u003e\n\n          \u003cdiv class=\"hcb-row-copy\"\u003e\n            \u003ch3\u003eDimensional from across the room\u003c\/h3\u003e\n\n            \u003cp\u003e\n              A sculpted silhouette gives the ornament more presence\n              among branches, ribbon and lights.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hcb-row\"\u003e\n\n          \u003cdiv class=\"hcb-num\"\u003e3\u003c\/div\u003e\n\n          \u003cdiv class=\"hcb-row-copy\"\u003e\n            \u003ch3\u003eNot limited to one place\u003c\/h3\u003e\n\n            \u003cp\u003e\n              It can also add a festive accent to wreaths,\n              garlands and other holiday displays.\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=\"hcb-image\"\u003e\n\n      \u003cimg src=\"https:\/\/lurevixea.com\/cdn\/shop\/files\/ChatGPTImage2026_9_26_22_52_26_3.png?v=1790481290\u0026amp;width=1600\" alt=\"Snowman Joy Heritage Christmas Tree Bell Ornament\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =====================================================\n       KEEPSAKE\n       ===================================================== --\u003e\n\n  \u003cdiv class=\"hcb-keepsake\"\u003e\n\n    \u003cspan\u003e\n      More Than A Seasonal Decoration\n    \u003c\/span\u003e\n\n    \u003cstrong\u003e\n      Hang it this Christmas. Remember it the next.\n    \u003c\/strong\u003e\n\n  \u003c\/div\u003e\n\n\n\n  \u003c!-- =====================================================\n       MEANING \/ GIFT\n       ===================================================== --\u003e\n\n  \u003csection class=\"hcb-section\"\u003e\n\n    \u003cdiv class=\"hcb-copy\"\u003e\n\n      \u003cdiv class=\"hcb-tag\"\u003e\n        Choose One With Meaning\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"hcb-title\"\u003e\n        Some bells bring joy.\n        \u003cem\u003eSome carry something deeper.\u003c\/em\u003e\n      \u003c\/h2\u003e\n\n      \u003cp class=\"hcb-lead\"\u003e\n        That's what makes the collection especially giftable.\n        Choose Santa or Snowman for pure Christmas cheer,\n        an Angel for a blessing, Cardinal for remembrance,\n        or the Nativity for a celebration rooted in faith.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"hcb-rows\"\u003e\n\n        \u003cdiv class=\"hcb-row\"\u003e\n\n          \u003cdiv class=\"hcb-num\"\u003e1\u003c\/div\u003e\n\n          \u003cdiv class=\"hcb-row-copy\"\u003e\n            \u003ch3\u003eFor someone who loves Christmas traditions\u003c\/h3\u003e\n\n            \u003cp\u003e\n              A small decoration that feels more personal than\n              another generic seasonal gift.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hcb-row\"\u003e\n\n          \u003cdiv class=\"hcb-num\"\u003e2\u003c\/div\u003e\n\n          \u003cdiv class=\"hcb-row-copy\"\u003e\n            \u003ch3\u003eFor someone whose tree tells a story\u003c\/h3\u003e\n\n            \u003cp\u003e\n              Choose the design that connects most naturally\n              with their memories, beliefs or favorite part of the season.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hcb-row\"\u003e\n\n          \u003cdiv class=\"hcb-num\"\u003e3\u003c\/div\u003e\n\n          \u003cdiv class=\"hcb-row-copy\"\u003e\n            \u003ch3\u003eFor your own growing collection\u003c\/h3\u003e\n\n            \u003cp\u003e\n              Start with one favorite or mix different themes\n              across the Christmas tree.\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=\"hcb-image\"\u003e\n\n      \u003cimg src=\"https:\/\/lurevixea.com\/cdn\/shop\/files\/ChatGPTImage2026_9_26_22_52_27_4.png?v=1790481290\u0026amp;width=1600\" alt=\"Nativity Peace Heritage Christmas Tree Bell Ornament\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =====================================================\n       FAQ\n       ===================================================== --\u003e\n\n  \u003csection class=\"hcb-section\"\u003e\n\n    \u003cdiv class=\"hcb-copy\"\u003e\n\n      \u003cdiv class=\"hcb-tag\"\u003e\n        Good To Know\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"hcb-title\"\u003e\n        A few things before\n        \u003cem\u003eyou choose your bell.\u003c\/em\u003e\n      \u003c\/h2\u003e\n\n\n      \u003cdiv class=\"hcb-faq\"\u003e\n\n        \u003cdetails open\u003e\n\n          \u003csummary\u003e\n            What is this ornament designed for?\n          \u003c\/summary\u003e\n\n          \u003cdiv class=\"hcb-answer\"\u003e\n            The Heritage Christmas Bell Collection is designed primarily\n            as a decorative hanging ornament for the Christmas tree.\n            It can also be styled on wreaths, garlands and other\n            holiday displays.\n          \u003c\/div\u003e\n\n        \u003c\/details\u003e\n\n\n        \u003cdetails\u003e\n\n          \u003csummary\u003e\n            Are all of the bell designs the same?\n          \u003c\/summary\u003e\n\n          \u003cdiv class=\"hcb-answer\"\u003e\n            No. Each design has its own central Christmas theme,\n            decorative details and coordinating hanging accents.\n            Choose the style that means the most to you.\n          \u003c\/div\u003e\n\n        \u003c\/details\u003e\n\n\n        \u003cdetails\u003e\n\n          \u003csummary\u003e\n            Is this only for traditional Christmas décor?\n          \u003c\/summary\u003e\n\n          \u003cdiv class=\"hcb-answer\"\u003e\n            The aged-gold look and classic seasonal colors work especially\n            well with traditional and vintage-inspired trees, but the\n            detailed bell shape can also add contrast to simpler\n            modern Christmas décor.\n          \u003c\/div\u003e\n\n        \u003c\/details\u003e\n\n\n        \u003cdetails\u003e\n\n          \u003csummary\u003e\n            Can I give one as a Christmas gift?\n          \u003c\/summary\u003e\n\n          \u003cdiv class=\"hcb-answer\"\u003e\n            Absolutely. The different themes make it easy to choose\n            something more personal — from cheerful Santa and Snowman\n            designs to Angel, Cardinal and Nativity-inspired styles.\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 design?\n          \u003c\/summary\u003e\n\n          \u003cdiv class=\"hcb-answer\"\u003e\n            Yes. The collection was designed so the bells look cohesive\n            together while each one still tells a different Christmas story.\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\n  \u003c!-- =====================================================\n       FINAL\n       ===================================================== --\u003e\n\n  \u003csection class=\"hcb-final\"\u003e\n\n    \u003cdiv class=\"hcb-tag\"\u003e\n      Heritage Christmas Bells\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      The kind of ornament\n      you look for every December.\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Choose the Christmas story that belongs on your tree —\n      then bring it back to the branches year after year.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"Liuyao","offers":[{"title":"Vintage Snowflake","offer_id":67579565670511,"sku":"SZ06012609273038-雪花","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Angel Blessing","offer_id":67579565703279,"sku":"SZ06012609273038-天使","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Cardinal Memory","offer_id":67579565736047,"sku":"SZ06012609273038-红鸟","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Santa’s Christmas","offer_id":67579565768815,"sku":"SZ06012609273038-老人","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Reindeer Wish","offer_id":67579565801583,"sku":"SZ06012609273038-小鹿","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Snowman Joy","offer_id":67579565834351,"sku":"SZ06012609273038-雪人","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Nativity Peace","offer_id":67579565867119,"sku":"SZ06012609273038-圣母","price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0742\/2790\/8719\/files\/ChatGPTImage2026_9_26_22_52_18_1.png?v=1790481290","url":"https:\/\/lurevixea.com\/products\/heritage-christmas-tree-bell-ornament-collection","provider":"Lurevixea","version":"1.0","type":"link"}