{"product_id":"jesus-cross-christian-hanging-bell","title":"⏳ Last Day 49% OFF –✝️Jesus Cross Christian Hanging Bell","description":"\u003cstyle\u003e\n\/* =========================================================\n   JESUS CROSS BLESSING DOORBELL\n   COMPLETE SHOPIFY LANDING PAGE\n\n   Antique Bronze × Sacred Gold × Warm Cream × Deep Brown\n   Desktop + Mobile\n   Image First \/ Text Below\n========================================================= *\/\n\n.jcb-page,\n.jcb-page *{\n  box-sizing:border-box;\n}\n\n.jcb-page{\n  --bronze:#9b642d;\n  --bronze-dark:#5f361a;\n  --bronze-deep:#382015;\n\n  --gold:#c99a48;\n  --gold-light:#edd39d;\n  --gold-soft:#f7e6bf;\n\n  --cream:#fffaf1;\n  --cream-2:#f7efe3;\n  --cream-3:#eee1cf;\n\n  --brown:#49352a;\n  --brown-2:#6f5a4d;\n  --brown-dark:#281912;\n\n  --ink:#332820;\n  --body:#6b5d53;\n  --line:#e5d6c4;\n\n  width:100%;\n  max-width:1100px;\n\n  margin:0 auto!important;\n  padding:14px!important;\n\n  background:\n    radial-gradient(\n      circle at 94% 2%,\n      rgba(201,154,72,.13),\n      transparent 24%\n    ),\n    linear-gradient(\n      180deg,\n      #fff 0%,\n      #f8f1e7 100%\n    );\n\n  color:var(--ink);\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  -webkit-font-smoothing:antialiased;\n}\n\n.jcb-page h1,\n.jcb-page h2,\n.jcb-page h3,\n.jcb-page p{\n  margin-top:0;\n}\n\n.jcb-page strong{\n  font-weight:850;\n}\n\n.jcb-page a{\n  text-decoration:none;\n}\n\n\/* =========================================================\n   IMAGE SAFETY\n   NO CROP \/ NO DISTORTION \/ NO EMPTY FIXED HEIGHT\n========================================================= *\/\n\n.jcb-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!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 jcbReveal{\n  from{\n    opacity:0;\n    transform:translateY(24px);\n  }\n\n  to{\n    opacity:1;\n    transform:none;\n  }\n}\n\n@keyframes jcbBellSwing{\n  0%,100%{\n    transform:rotate(-3deg);\n  }\n\n  50%{\n    transform:rotate(3deg);\n  }\n}\n\n@keyframes jcbFloat{\n  0%,100%{\n    transform:translateY(0);\n  }\n\n  50%{\n    transform:translateY(-6px);\n  }\n}\n\n@keyframes jcbGlow{\n  0%,100%{\n    box-shadow:\n      0 12px 30px\n      rgba(70,45,30,.11);\n  }\n\n  50%{\n    box-shadow:\n      0 18px 44px\n      rgba(89,48,23,.17),\n      0 0 30px\n      rgba(201,154,72,.15);\n  }\n}\n\n@keyframes jcbPulse{\n  0%,100%{\n    transform:scale(1);\n\n    box-shadow:\n      0 10px 25px\n      rgba(74,43,23,.22);\n  }\n\n  50%{\n    transform:scale(1.024);\n\n    box-shadow:\n      0 16px 38px\n      rgba(74,43,23,.36);\n  }\n}\n\n@keyframes jcbShine{\n  0%{\n    left:-55%;\n  }\n\n  50%,\n  100%{\n    left:145%;\n  }\n}\n\n@keyframes jcbHalo{\n  0%,100%{\n    opacity:.25;\n    transform:scale(.92);\n  }\n\n  50%{\n    opacity:.65;\n    transform:scale(1.08);\n  }\n}\n\n.jcb-reveal{\n  opacity:1;\n  transform:none;\n}\n\n@supports(animation-timeline:view()){\n\n  .jcb-reveal{\n    animation:\n      jcbReveal\n      .8s\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.jcb-hero{\n  position:relative;\n\n  overflow:hidden;\n\n  padding:\n    31px 27px\n    34px;\n\n  border:\n    1px solid\n    #e4d1b8;\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(237,211,157,.30),\n      transparent 37%\n    ),\n    radial-gradient(\n      circle at 4% 90%,\n      rgba(155,100,45,.08),\n      transparent 30%\n    ),\n    linear-gradient(\n      180deg,\n      #fffefb,\n      #f5ede2\n    );\n\n  text-align:center;\n\n  box-shadow:\n    0 13px 34px\n    rgba(57,39,27,.07);\n}\n\n.jcb-hero:before{\n  content:\"✝\";\n\n  position:absolute;\n\n  right:-14px;\n  top:-30px;\n\n  color:var(--gold);\n\n  opacity:.055;\n\n  font-family:Georgia,serif;\n  font-size:190px;\n\n  pointer-events:none;\n\n  animation:\n    jcbHalo\n    5s\n    ease-in-out\n    infinite;\n}\n\n.jcb-hero \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.jcb-hero-media{\n  margin-bottom:27px;\n}\n\n.jcb-hero-media img{\n  border-radius:18px!important;\n\n  animation:\n    jcbGlow\n    4.2s\n    ease-in-out\n    infinite;\n}\n\n.jcb-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:32px;\n\n  box-shadow:\n    0 8px 20px\n    rgba(92,58,30,.08);\n\n  animation:\n    jcbBellSwing\n    3.8s\n    ease-in-out\n    infinite;\n}\n\n.jcb-eyebrow{\n  margin:\n    0 0\n    9px!important;\n\n  color:var(--bronze);\n\n  font-size:11px;\n\n  font-weight:900;\n\n  letter-spacing:1.6px;\n\n  text-transform:uppercase;\n}\n\n.jcb-hero h1{\n  max-width:880px;\n\n  margin:\n    0 auto\n    15px!important;\n\n  color:var(--brown-dark);\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.jcb-hero h1 span{\n  color:var(--bronze);\n}\n\n.jcb-hero-text{\n  max-width:820px;\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.jcb-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    #dfd0be;\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.jcb-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.jcb-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:#684b38;\n\n  font-size:12px;\n\n  font-weight:850;\n}\n\n\/* =========================================================\n   QUICK BENEFITS\n========================================================= *\/\n\n.jcb-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.jcb-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.jcb-quick-card:hover{\n  transform:translateY(-5px);\n\n  border-color:#d0ad73;\n\n  box-shadow:\n    0 12px 27px\n    rgba(67,44,30,.10);\n}\n\n.jcb-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    jcbShine\n    7s\n    ease-in-out\n    infinite;\n}\n\n.jcb-quick-card \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.jcb-quick-icon{\n  margin-bottom:6px;\n\n  font-size:28px;\n\n  animation:\n    jcbFloat\n    3.7s\n    ease-in-out\n    infinite;\n}\n\n.jcb-quick-card strong{\n  display:block;\n\n  color:#49382d;\n\n  font-size:14px;\n}\n\n.jcb-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 SECTIONS\n========================================================= *\/\n\n.jcb-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.jcb-section.soft{\n  background:\n    linear-gradient(\n      145deg,\n      #fffaf2,\n      #f4ebdf\n    );\n}\n\n.jcb-image{\n  margin-bottom:24px;\n}\n\n.jcb-image img{\n  border-radius:16px!important;\n\n  animation:\n    jcbGlow\n    4.4s\n    ease-in-out\n    infinite;\n}\n\n.jcb-section h2{\n  max-width:820px;\n\n  margin:\n    0 auto\n    13px!important;\n\n  color:var(--brown-dark);\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.jcb-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   FAITH SECTION\n========================================================= *\/\n\n.jcb-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(155,100,45,.28),\n      transparent 28%\n    ),\n    linear-gradient(\n      145deg,\n      #352016,\n      #1f1510\n    );\n\n  box-shadow:\n    0 12px 30px\n    rgba(49,31,21,.17);\n}\n\n.jcb-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  font-size:220px;\n\n  pointer-events:none;\n}\n\n.jcb-faith \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.jcb-faith .jcb-image{\n  margin-bottom:25px;\n}\n\n.jcb-faith h2{\n  max-width:800px;\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.jcb-faith h2 span{\n  color:#efd5a1;\n}\n\n.jcb-faith-text{\n  max-width:770px;\n\n  margin:\n    0 auto!important;\n\n  color:#f2e9e1!important;\n\n  text-align:center;\n\n  font-size:15px;\n\n  line-height:1.75;\n}\n\n.jcb-faith-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.jcb-faith-card{\n  padding:\n    19px 11px;\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.jcb-faith-card:hover{\n  transform:translateY(-4px);\n\n  background:\n    rgba(255,255,255,.11);\n}\n\n.jcb-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    jcbFloat\n    3.5s\n    ease-in-out\n    infinite;\n}\n\n.jcb-faith-card strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#f0d297!important;\n\n  font-size:13px;\n}\n\n.jcb-faith-card span{\n  display:block;\n\n  color:#f1e9e3!important;\n\n  font-size:11.8px;\n\n  line-height:1.48;\n}\n\n\/* =========================================================\n   RING INTERACTION\n========================================================= *\/\n\n.jcb-ring{\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    #ddc69f;\n\n  border-radius:20px;\n\n  background:\n    radial-gradient(\n      circle at 50% 100%,\n      rgba(201,154,72,.15),\n      transparent 38%\n    ),\n    linear-gradient(\n      145deg,\n      #fffdf8,\n      #f4e8d8\n    );\n}\n\n.jcb-ring:before{\n  content:\"🔔\";\n\n  position:absolute;\n\n  left:-16px;\n  bottom:-48px;\n\n  opacity:.06;\n\n  font-size:150px;\n\n  animation:\n    jcbBellSwing\n    4.5s\n    ease-in-out\n    infinite;\n}\n\n.jcb-ring \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.jcb-ring h2{\n  max-width:810px;\n\n  margin:\n    0 auto\n    13px!important;\n\n  color:var(--brown-dark);\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.jcb-ring p{\n  max-width:770px;\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.jcb-ring-note{\n  max-width:640px;\n\n  margin:\n    20px auto\n    0;\n\n  padding:\n    15px 18px;\n\n  border:\n    1px solid\n    #dec89f;\n\n  border-radius:12px;\n\n  background:\n    rgba(255,255,255,.77);\n\n  color:#5d4535;\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:17px;\n\n  font-style:italic;\n}\n\n\/* =========================================================\n   DETAIL CARDS\n========================================================= *\/\n\n.jcb-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.jcb-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.jcb-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.jcb-detail strong{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:var(--bronze);\n\n  font-size:14px;\n}\n\n.jcb-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   PLACEMENT\n========================================================= *\/\n\n.jcb-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.jcb-place{\n  padding:\n    17px 9px;\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.jcb-place:hover{\n  transform:translateY(-4px);\n\n  box-shadow:\n    0 9px 21px\n    rgba(70,47,31,.08);\n}\n\n.jcb-place i{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-style:normal;\n\n  font-size:25px;\n}\n\n.jcb-place strong{\n  display:block;\n\n  color:#594538;\n\n  font-size:12px;\n}\n\n\/* =========================================================\n   EMOTIONAL HOME BLESSING\n========================================================= *\/\n\n.jcb-blessing{\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,.22),\n      transparent 31%\n    ),\n    linear-gradient(\n      145deg,\n      #794620,\n      #3f2517\n    );\n\n  color:#fff;\n}\n\n.jcb-blessing:after{\n  content:\"✝\";\n\n  position:absolute;\n\n  right:-16px;\n  bottom:-64px;\n\n  color:#fff;\n\n  opacity:.04;\n\n  font-family:Georgia,serif;\n  font-size:180px;\n}\n\n.jcb-blessing \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.jcb-blessing .jcb-image{\n  margin-bottom:25px;\n}\n\n.jcb-blessing h2{\n  max-width:800px;\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  line-height:1.2;\n}\n\n.jcb-blessing p{\n  max-width:760px;\n\n  margin:\n    0 auto!important;\n\n  color:#fff7ee!important;\n\n  text-align:center;\n\n  font-size:15px;\n\n  line-height:1.74;\n}\n\n.jcb-blessing-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.jcb-blessing-card{\n  padding:\n    17px 9px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.16);\n\n  border-radius:12px;\n\n  background:\n    rgba(255,255,255,.07);\n\n  text-align:center;\n}\n\n.jcb-blessing-card i{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-style:normal;\n\n  font-size:25px;\n}\n\n.jcb-blessing-card strong{\n  display:block;\n\n  color:#fff!important;\n\n  font-size:12px;\n}\n\n\/* =========================================================\n   SPECIFICATIONS\n========================================================= *\/\n\n.jcb-spec{\n  margin-top:18px;\n\n  padding:\n    28px 23px\n    31px;\n\n  border-radius:19px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #352218,\n      #1f1510\n    );\n}\n\n.jcb-spec .jcb-image{\n  margin-bottom:24px;\n}\n\n.jcb-spec h2{\n  margin:\n    0 0\n    19px!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:28px;\n}\n\n.jcb-spec-box{\n  overflow:hidden;\n\n  max-width:850px;\n\n  margin:0 auto;\n\n  border:\n    1px solid\n    rgba(255,255,255,.14);\n\n  border-radius:14px;\n}\n\n.jcb-spec-row{\n  display:grid;\n\n  grid-template-columns:\n    215px 1fr;\n\n  border-bottom:\n    1px solid\n    rgba(255,255,255,.12);\n}\n\n.jcb-spec-row:last-child{\n  border-bottom:0;\n}\n\n.jcb-spec-key{\n  padding:\n    13px 15px;\n\n  background:\n    rgba(255,255,255,.07);\n\n  color:#efd39c!important;\n\n  font-weight:850;\n}\n\n.jcb-spec-value{\n  padding:\n    13px 15px;\n\n  color:#f2eee9!important;\n}\n\n\/* =========================================================\n   PACKAGE\n========================================================= *\/\n\n.jcb-package{\n  margin-top:18px;\n\n  padding:\n    29px 23px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:18px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #fffaf2,\n      #f4ebdf\n    );\n}\n\n.jcb-package h2{\n  margin:\n    0 0\n    17px!important;\n\n  color:var(--brown-dark);\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.jcb-package-grid{\n  display:grid;\n\n  gap:9px;\n\n  max-width:760px;\n\n  margin:0 auto;\n}\n\n.jcb-package-row{\n  padding:\n    14px 16px;\n\n  border:\n    1px solid\n    #e4d5c3;\n\n  border-radius:12px;\n\n  background:#fff;\n\n  color:#57483e;\n\n  font-size:14px;\n\n  font-weight:800;\n}\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.jcb-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.jcb-faq h2{\n  margin:\n    0 0\n    18px!important;\n\n  color:var(--brown-dark);\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.jcb-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.jcb-faq details:last-child{\n  margin-bottom:0;\n}\n\n.jcb-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.jcb-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.jcb-faq summary:after{\n  content:\"+\";\n\n  position:absolute;\n\n  right:15px;\n  top:50%;\n\n  transform:translateY(-50%);\n\n  color:var(--bronze);\n\n  font-size:21px;\n}\n\n.jcb-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.jcb-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.jcb-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.jcb-trust h2{\n  margin:\n    0 0\n    11px!important;\n\n  color:var(--brown-dark);\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:28px;\n}\n\n.jcb-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.jcb-trust-box h3{\n  margin:\n    0 0\n    7px!important;\n\n  color:#49372d;\n\n  font-size:19px;\n}\n\n.jcb-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.jcb-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.jcb-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.jcb-trust-media{\n  margin-top:15px;\n}\n\n.jcb-trust-media img{\n  border-radius:14px!important;\n}\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.jcb-final{\n  position:relative;\n\n  overflow:hidden;\n\n  margin-top:18px;\n\n  padding:\n    39px 24px;\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,.19),\n      transparent 35%\n    ),\n    linear-gradient(\n      145deg,\n      #42271a,\n      #71401e\n    );\n}\n\n.jcb-final:before{\n  content:\"🔔\";\n\n  position:absolute;\n\n  left:-13px;\n  bottom:-52px;\n\n  opacity:.06;\n\n  font-size:150px;\n\n  animation:\n    jcbBellSwing\n    4.8s\n    ease-in-out\n    infinite;\n}\n\n.jcb-final \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.jcb-final .jcb-eyebrow{\n  color:#efd39c!important;\n}\n\n.jcb-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.jcb-final p{\n  max-width:740px;\n\n  margin:\n    0 auto!important;\n\n  color:#fff8ef!important;\n\n  font-size:16px;\n\n  line-height:1.72;\n}\n\n.jcb-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.jcb-final-point{\n  padding:\n    8px 11px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.24);\n\n  border-radius:999px;\n\n  color:#fff!important;\n\n  font-size:12px;\n\n  font-weight:800;\n}\n\n.jcb-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      #b17a36,\n      #7b4b22\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    jcbPulse\n    2.8s\n    ease-in-out\n    infinite;\n}\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:760px){\n\n  .jcb-page{\n    padding:8px!important;\n    font-size:15px;\n  }\n\n  .jcb-hero{\n    padding:\n      18px 15px\n      25px;\n\n    border-radius:16px;\n  }\n\n  .jcb-hero-media{\n    margin-bottom:22px;\n  }\n\n  .jcb-hero h1{\n    font-size:30px;\n  }\n\n  .jcb-hero-text{\n    font-size:15px;\n  }\n\n  .jcb-quick{\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n  .jcb-section,\n  .jcb-ring{\n    padding:\n      20px 15px\n      26px;\n  }\n\n  .jcb-section h2,\n  .jcb-ring h2{\n    font-size:26px;\n  }\n\n  .jcb-faith{\n    padding:\n      20px 15px\n      27px;\n  }\n\n  .jcb-faith h2{\n    font-size:26px;\n  }\n\n  .jcb-faith-grid{\n    grid-template-columns:\n      1fr;\n  }\n\n  .jcb-detail-grid{\n    grid-template-columns:1fr;\n  }\n\n  .jcb-place-grid{\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n  .jcb-blessing{\n    padding:\n      20px 15px\n      27px;\n  }\n\n  .jcb-blessing h2{\n    font-size:26px;\n  }\n\n  .jcb-blessing-grid{\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n  .jcb-trust-grid{\n    grid-template-columns:1fr;\n  }\n\n  .jcb-spec-row{\n    grid-template-columns:1fr;\n  }\n\n  .jcb-spec-key{\n    padding-bottom:7px;\n  }\n\n  .jcb-spec-value{\n    padding-top:7px;\n  }\n\n  .jcb-final{\n    padding:\n      32px 16px;\n  }\n\n  .jcb-final h2{\n    font-size:27px;\n  }\n}\n\n@media(max-width:430px){\n\n  .jcb-quick,\n  .jcb-place-grid,\n  .jcb-blessing-grid{\n    grid-template-columns:1fr;\n  }\n\n  .jcb-chip{\n    width:100%;\n  }\n}\n\n\/* =========================================================\n   REDUCED MOTION\n========================================================= *\/\n\n@media(prefers-reduced-motion:reduce){\n\n  .jcb-page *,\n  .jcb-page *::before,\n  .jcb-page *::after{\n    animation:none!important;\n    transition:none!important;\n  }\n\n  .jcb-reveal{\n    opacity:1!important;\n    transform:none!important;\n  }\n}\n\n\/* =========================================================\n   BOTTOM FIX\n========================================================= *\/\n\n.jcb-page{\n  margin-bottom:0!important;\n  padding-bottom:0!important;\n}\n\n.jcb-page \u003e *:last-child{\n  margin-bottom:0!important;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"jcb-page\" id=\"jcb-top\"\u003e\n\u003c!-- =====================================================\n     HERO\n===================================================== --\u003e\n\u003csection class=\"jcb-hero\"\u003e\n\u003cdiv class=\"jcb-mark\"\u003e🔔\u003c\/div\u003e\n\u003cp class=\"jcb-eyebrow\"\u003eFAITH • HOME • LOVE • BLESSING\u003c\/p\u003e\n\u003ch1\u003eLet His Love Be the First Thing \u003cspan\u003eThat Welcomes You Home.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"jcb-hero-text\"\u003eMore than a decorative bell, this faith-inspired piece brings a meaningful reminder of Christ's love directly to the doorway. Jesus carrying the Cross, the Crucifix and the words \u003cstrong\u003e“GOD BLESS THIS HOME”\u003c\/strong\u003e come together in one powerful expression of faith, family and blessing.\u003c\/p\u003e\n\u003cdiv class=\"jcb-chips\"\u003e\n\u003cspan class=\"jcb-chip\"\u003e✝️ Jesus Carrying the Cross\u003c\/span\u003e \u003cspan class=\"jcb-chip\"\u003e🏡 Home Blessing Message\u003c\/span\u003e \u003cspan class=\"jcb-chip\"\u003e🔔 Traditional Hanging Bell\u003c\/span\u003e \u003cspan class=\"jcb-chip\"\u003e❤️ Meaningful Faith Decor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"jcb-hero-quote\"\u003e“More than a bell — a daily reminder of faith, love and what your home stands for.”\u003c\/p\u003e\n\u003cp class=\"jcb-hero-quote\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/dcd43f32399f221415663046a5654bd1_287e376c-c378-4710-9f39-4e98b13e370c.gif?v=1789703504\" alt=\"Jesus Carrying the Cross Christian Blessing Door Bell\" loading=\"eager\"\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     QUICK BENEFITS\n===================================================== --\u003e\n\u003csection class=\"jcb-quick jcb-reveal\"\u003e\n\u003cdiv class=\"jcb-quick-card\"\u003e\n\u003cdiv class=\"jcb-quick-icon\"\u003e✝️\u003c\/div\u003e\n\u003cstrong\u003eChrist-Centered Design\u003c\/strong\u003e \u003cspan\u003eJesus and the Cross remain the heart of the entire piece.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jcb-quick-card\"\u003e\n\u003cdiv class=\"jcb-quick-icon\"\u003e🏡\u003c\/div\u003e\n\u003cstrong\u003eBless Your Entryway\u003c\/strong\u003e \u003cspan\u003eA meaningful message welcomes family home every day.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jcb-quick-card\"\u003e\n\u003cdiv class=\"jcb-quick-icon\"\u003e🔔\u003c\/div\u003e\n\u003cstrong\u003eBell With Meaning\u003c\/strong\u003e \u003cspan\u003eA functional hanging design adds a small daily ritual.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jcb-quick-card\"\u003e\n\u003cdiv class=\"jcb-quick-icon\"\u003e🎁\u003c\/div\u003e\n\u003cstrong\u003eFaith-Filled Gift\u003c\/strong\u003e \u003cspan\u003eA thoughtful choice for Christian family and friends.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     HOME BLESSING\n===================================================== --\u003e\n\u003csection class=\"jcb-section soft jcb-reveal\"\u003e\n\u003cdiv class=\"jcb-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/1_269bce4f-ed75-4607-b3e0-6de21f2cf378.png?v=1789715831\" alt=\"Christian blessing door bell at family home entrance\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"jcb-eyebrow\"\u003eA BLESSING AT THE DOOR\u003c\/p\u003e\n\u003ch2\u003e🏡 Let Faith Become Part of the Welcome Home\u003c\/h2\u003e\n\u003cp class=\"jcb-section-lead\"\u003eThe doorway is where family leaves each morning and returns at the end of the day. Displayed beside the entrance, this piece becomes a visible expression of \u003cstrong\u003efaith, love and gratitude\u003c\/strong\u003e before anyone even steps inside.\u003c\/p\u003e\n\u003cdiv class=\"jcb-detail-grid\"\u003e\n\u003cdiv class=\"jcb-detail\"\u003e\n\u003cstrong\u003e✝️ Faith \u0026amp; Hope\u003c\/strong\u003e \u003cspan\u003e Christian imagery creates a clear and meaningful statement of devotion. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jcb-detail\"\u003e\n\u003cstrong\u003e❤️ Family Blessing\u003c\/strong\u003e \u003cspan\u003e “God Bless This Home” becomes a gentle reminder of what matters most. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jcb-detail\"\u003e\n\u003cstrong\u003e🏡 Warm Welcome\u003c\/strong\u003e \u003cspan\u003e Bring faith-inspired warmth to the place family and guests see first. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jcb-detail\"\u003e\n\u003cstrong\u003e🙏 Daily Meaning\u003c\/strong\u003e \u003cspan\u003e A small visual reminder of faith whenever you leave home or return. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     JESUS CARRYING THE CROSS\n===================================================== --\u003e\n\u003csection class=\"jcb-faith jcb-reveal\"\u003e\n\u003cdiv class=\"jcb-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/2_3275b601-d6f5-4aa9-ae65-e8afc86fb0ec.png?v=1789715831\" alt=\"Jesus carrying the Cross sculpted detail\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"jcb-eyebrow\" style=\"color: #efd39c!important;\"\u003eTHERE IS NO GREATER LOVE THAN THIS\u003c\/p\u003e\n\u003ch2\u003eJesus Carrying the Cross. \u003cspan\u003eA Powerful Reminder of His Love.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"jcb-faith-text\"\u003eThe sculpted figure of Jesus bearing the Cross forms the emotional focal point of the design. From the Cross and flowing robe to the surrounding lilies, every detail helps tell a story of \u003cstrong\u003elove, sacrifice and devotion.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"jcb-faith-grid\"\u003e\n\u003cdiv class=\"jcb-faith-card\"\u003e\n\u003ci\u003e✝️\u003c\/i\u003e \u003cstrong\u003eSacrifice\u003c\/strong\u003e \u003cspan\u003eA familiar symbol at the heart of Christian faith.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jcb-faith-card\"\u003e\n\u003ci\u003e❤️\u003c\/i\u003e \u003cstrong\u003eLove\u003c\/strong\u003e \u003cspan\u003eA daily reminder of the message behind the Cross.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jcb-faith-card\"\u003e\n\u003ci\u003e🙏\u003c\/i\u003e \u003cstrong\u003eDevotion\u003c\/strong\u003e \u003cspan\u003eFaith made visible in the place you call home.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     FUNCTIONAL BELL\n===================================================== --\u003e\n\u003csection class=\"jcb-ring jcb-reveal\"\u003e\n\u003cdiv class=\"jcb-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/3_dbc7356e-0895-4489-8199-afc15532bccc.png?v=1789715831\" alt=\"Hand pulling the Cross pendant on Christian hanging bell\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"jcb-eyebrow\"\u003eNOT JUST SOMETHING TO LOOK AT\u003c\/p\u003e\n\u003ch2\u003e🔔 Ring It. Remember His Love.\u003c\/h2\u003e\n\u003cp\u003eUnlike ordinary wall decorations, the traditional hanging bell brings interaction into the design. Gently pull the Cross pendant to sound the bell and turn an everyday moment at the doorway into something more meaningful.\u003c\/p\u003e\n\u003cdiv class=\"jcb-ring-note\"\u003e“A small sound. A simple moment. A reminder that faith lives here.”\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     GOD BLESS THIS HOME\n===================================================== --\u003e\n\u003csection class=\"jcb-blessing jcb-reveal\"\u003e\n\u003cdiv class=\"jcb-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/4_cf0d96a0-2e32-4da4-b6f0-4fdb264931e0.png?v=1789715831\" alt=\"God Bless This Home inscription on Christian door bell\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"jcb-eyebrow\" style=\"color: #f4daa5!important;\"\u003eA MESSAGE WORTH SEEING EVERY DAY\u003c\/p\u003e\n\u003ch2\u003e“God Bless This Home”\u003c\/h2\u003e\n\u003cp\u003eMore than an inscription, these words give the piece its emotional meaning. Every time you pass through the doorway, they offer a quiet reminder of faith, family, love and gratitude.\u003c\/p\u003e\n\u003cdiv class=\"jcb-blessing-grid\"\u003e\n\u003cdiv class=\"jcb-blessing-card\"\u003e\n\u003ci\u003e✝️\u003c\/i\u003e \u003cstrong\u003eFaith\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jcb-blessing-card\"\u003e\n\u003ci\u003e❤️\u003c\/i\u003e \u003cstrong\u003eLove\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jcb-blessing-card\"\u003e\n\u003ci\u003e🏡\u003c\/i\u003e \u003cstrong\u003eHome\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jcb-blessing-card\"\u003e\n\u003ci\u003e🙏\u003c\/i\u003e \u003cstrong\u003eGratitude\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     CRAFT \/ DETAILS\n===================================================== --\u003e\n\u003csection class=\"jcb-section soft jcb-reveal\"\u003e\n\u003cdiv class=\"jcb-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/6_da64b1fa-c9f0-4637-aceb-16c7bb035095.png?v=1789715831\" alt=\"Jesus Cross blessing bell product details\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"jcb-eyebrow\"\u003eFAITH IN EVERY DETAIL\u003c\/p\u003e\n\u003ch2\u003e✨ Designed to Feel Meaningful From Top to Bottom\u003c\/h2\u003e\n\u003cdiv class=\"jcb-detail-grid\"\u003e\n\u003cdiv class=\"jcb-detail\"\u003e\n\u003cstrong\u003e✝️ Jesus Carrying the Cross\u003c\/strong\u003e \u003cspan\u003e A sculpted upper centerpiece gives the design immediate Christian meaning. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jcb-detail\"\u003e\n\u003cstrong\u003e🌸 Floral Accents\u003c\/strong\u003e \u003cspan\u003e Decorative lilies soften the composition and frame the upper scene. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jcb-detail\"\u003e\n\u003cstrong\u003e🔔 Crucifix Bell Relief\u003c\/strong\u003e \u003cspan\u003e The bell body continues the Christian theme with a prominent Crucifix motif. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jcb-detail\"\u003e\n\u003cstrong\u003e🟤 Antique-Inspired Finish\u003c\/strong\u003e \u003cspan\u003e Bronze-toned detailing gives the piece a classic religious décor appearance. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jcb-detail\"\u003e\n\u003cstrong\u003e✝️ Cross Pull Pendant\u003c\/strong\u003e \u003cspan\u003e The hanging Cross completes the vertical design and serves as the bell pull. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jcb-detail\"\u003e\n\u003cstrong\u003e🏡 Home Blessing Message\u003c\/strong\u003e \u003cspan\u003e “God Bless This Home” keeps the meaning visible at the heart of the entryway. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     PLACEMENT\n===================================================== --\u003e\n\u003csection class=\"jcb-section jcb-reveal\"\u003e\n\u003cdiv class=\"jcb-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/9_eaa2c5e9-af4a-46fb-a55e-8d3f582c3da3.png?v=1789715831\" alt=\"Christian Jesus hanging bell displayed at home\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"jcb-eyebrow\"\u003eBRING FAITH INTO THE PLACES THAT WELCOME YOU HOME\u003c\/p\u003e\n\u003ch2\u003e🏡 A Meaningful Accent for More Than One Space\u003c\/h2\u003e\n\u003cp class=\"jcb-section-lead\"\u003eIts vertical hanging design works naturally beside an entrance, porch area, garden gate or another meaningful space around the home.\u003c\/p\u003e\n\u003cdiv class=\"jcb-place-grid\"\u003e\n\u003cdiv class=\"jcb-place\"\u003e\n\u003ci\u003e🚪\u003c\/i\u003e \u003cstrong\u003eFront Door\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jcb-place\"\u003e\n\u003ci\u003e🏡\u003c\/i\u003e \u003cstrong\u003ePorch\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jcb-place\"\u003e\n\u003ci\u003e🌿\u003c\/i\u003e \u003cstrong\u003eGarden Area\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jcb-place\"\u003e\n\u003ci\u003e✨\u003c\/i\u003e \u003cstrong\u003eEntryway\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     GIFT \/ EMOTIONAL VALUE\n===================================================== --\u003e\n\u003csection class=\"jcb-section soft jcb-reveal\"\u003e\n\u003cp class=\"jcb-eyebrow\"\u003eGIVE MORE THAN ANOTHER DECORATION\u003c\/p\u003e\n\u003ch2\u003e🎁 A Meaningful Gift of Faith for Someone You Love\u003c\/h2\u003e\n\u003cp class=\"jcb-section-lead\"\u003eSome gifts are opened once and forgotten. This is the kind of piece that can remain beside the doorway and become part of everyday life. A thoughtful choice for parents, grandparents, Christian families, friends and new homeowners.\u003c\/p\u003e\n\u003cdiv class=\"jcb-detail-grid\"\u003e\n\u003cdiv class=\"jcb-detail\"\u003e\n\u003cstrong\u003e❤️ For Parents\u003c\/strong\u003e \u003cspan\u003e A meaningful reminder of faith for the home they have built. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jcb-detail\"\u003e\n\u003cstrong\u003e🙏 For Grandparents\u003c\/strong\u003e \u003cspan\u003e A traditional faith-inspired piece with emotional significance. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jcb-detail\"\u003e\n\u003cstrong\u003e🏡 Housewarming\u003c\/strong\u003e \u003cspan\u003e A thoughtful way to celebrate a new home with meaning. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jcb-detail\"\u003e\n\u003cstrong\u003e✝️ Christian Friends\u003c\/strong\u003e \u003cspan\u003e A faith-centered gift made to be seen and appreciated every day. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     PRODUCT INFORMATION\n===================================================== --\u003e\n\u003csection class=\"jcb-spec jcb-reveal\"\u003e\n\u003ch2\u003e📋 Product Information\u003c\/h2\u003e\n\u003cdiv class=\"jcb-spec-box\"\u003e\n\u003cdiv class=\"jcb-spec-row\"\u003e\n\u003cdiv class=\"jcb-spec-key\"\u003eProduct Name\u003c\/div\u003e\n\u003cdiv class=\"jcb-spec-value\"\u003eJesus Cross Blessing Doorbell\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jcb-spec-row\"\u003e\n\u003cdiv class=\"jcb-spec-key\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"jcb-spec-value\"\u003eHigh-quality metal alloy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jcb-spec-row\"\u003e\n\u003cdiv class=\"jcb-spec-key\"\u003eStyle\u003c\/div\u003e\n\u003cdiv class=\"jcb-spec-value\"\u003eVintage religious-style home décor\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jcb-spec-row\"\u003e\n\u003cdiv class=\"jcb-spec-key\"\u003eMain Elements\u003c\/div\u003e\n\u003cdiv class=\"jcb-spec-value\"\u003eJesus carrying the Cross, Crucifix relief, hanging bell and Cross pendant\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jcb-spec-row\"\u003e\n\u003cdiv class=\"jcb-spec-key\"\u003eMessage\u003c\/div\u003e\n\u003cdiv class=\"jcb-spec-value\"\u003e“There Is No Greater Love Than This” \/ “God Bless This Home”\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jcb-spec-row\"\u003e\n\u003cdiv class=\"jcb-spec-key\"\u003eSuggested Placement\u003c\/div\u003e\n\u003cdiv class=\"jcb-spec-value\"\u003eFront door, porch, garden area and entryway\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jcb-spec-row\"\u003e\n\u003cdiv class=\"jcb-spec-key\"\u003eAvailable Sets\u003c\/div\u003e\n\u003cdiv class=\"jcb-spec-value\"\u003e1 \/ 2 \/ 3 \/ 4 pieces according to selected option\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     PACKAGE\n===================================================== --\u003e\n\u003csection class=\"jcb-package jcb-reveal\" id=\"jcb-package\"\u003e\n\u003ch2\u003e📦 Package Includes\u003c\/h2\u003e\n\u003cdiv class=\"jcb-package-grid\"\u003e\n\u003cdiv class=\"jcb-package-row\"\u003e✓ Jesus Cross Christian Hanging Bell × 1 \/ 2 \/ 3 \/ 4\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     FAQ\n===================================================== --\u003e\n\u003csection class=\"jcb-faq jcb-reveal\"\u003e\n\u003ch2\u003e❓ Frequently Asked Questions\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this only a decorative wall piece?\u003c\/summary\u003e\n\u003cdiv class=\"jcb-faq-answer\"\u003eNo. The supplied product description identifies it as a traditional hanging bell design with a Cross pendant used to operate the bell.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat religious imagery appears on the design?\u003c\/summary\u003e\n\u003cdiv class=\"jcb-faq-answer\"\u003eThe design features Jesus carrying the Cross above the bell, a Crucifix relief on the bell body and a hanging Cross pendant below.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat messages are displayed on the piece?\u003c\/summary\u003e\n\u003cdiv class=\"jcb-faq-answer\"\u003eThe design includes “There Is No Greater Love Than This” and “God Bless This Home.”\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere can I display it?\u003c\/summary\u003e\n\u003cdiv class=\"jcb-faq-answer\"\u003eSuggested locations include the front door, porch, entryway and garden area.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it suitable as a Christian gift?\u003c\/summary\u003e\n\u003cdiv class=\"jcb-faq-answer\"\u003eIts combination of Christian imagery, home-blessing wording and decorative presentation makes it a meaningful option for faith-inspired gifting.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     GUARANTEE\n===================================================== --\u003e\n\u003csection class=\"jcb-trust jcb-reveal\"\u003e\n\u003ch2\u003e30-Day Money-Back Guarantee\u003c\/h2\u003e\n\u003cdiv class=\"jcb-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=\"jcb-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=\"jcb-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!-- =====================================================\n     FINAL CTA\n===================================================== --\u003e\n\u003csection class=\"jcb-final jcb-reveal\"\u003e\n\u003cp class=\"jcb-eyebrow\"\u003eFAITH AT THE HEART OF HOME\u003c\/p\u003e\n\u003ch2\u003eMore Than a Bell. A Daily Reminder of His Love. ✝️\u003c\/h2\u003e\n\u003cp\u003eJesus carrying the Cross above. “God Bless This Home” below. A Cross in your hand when the bell rings. Bring faith, love and meaningful warmth to the place that welcomes your family home.\u003c\/p\u003e\n\u003cdiv class=\"jcb-final-points\"\u003e\n\u003cspan class=\"jcb-final-point\"\u003e ✓ Jesus Carrying the Cross \u003c\/span\u003e \u003cspan class=\"jcb-final-point\"\u003e ✓ God Bless This Home \u003c\/span\u003e \u003cspan class=\"jcb-final-point\"\u003e ✓ Functional Hanging Bell \u003c\/span\u003e \u003cspan class=\"jcb-final-point\"\u003e ✓ Meaningful Christian Gift \u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca class=\"jcb-cta\" href=\"#jcb-package\"\u003e ✝️🔔 BRING THIS BLESSING HOME \u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"LJH","offers":[{"title":"Default Title","offer_id":57438217830566,"sku":"SZ06732609181547-A","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/1_269bce4f-ed75-4607-b3e0-6de21f2cf378.png?v=1789715831","url":"https:\/\/getvyxor.com\/products\/jesus-cross-christian-hanging-bell","provider":"getvyxor","version":"1.0","type":"link"}