{"product_id":"obsidian-yooperlite-uv-glow-rosary-necklace","title":"✝️ Obsidian \u0026 Yooperlite Rosary Necklace – UV Glow Cross Jewelry ✨","description":"\u003cstyle\u003e\n.uvrosary-page,\n.uvrosary-page *{\n  box-sizing:border-box;\n}\n\n.uvrosary-page{\n  --ink:#292826;\n  --text:#625f5a;\n  --muted:#89857f;\n\n  --stone:#74716b;\n  --stone-dark:#514f4a;\n  --stone-soft:#f1f0ed;\n\n  --gold:#b89357;\n  --gold-soft:#f7f0e5;\n\n  --sand:#b8a184;\n  --sage:#879188;\n  --smoke:#858b8f;\n\n  --white:#ffffff;\n  --bg:#faf9f6;\n  --line:#e6e2dc;\n\n  width:100%;\n  max-width:760px;\n  margin:0 auto;\n  padding:8px;\n\n  background:var(--bg);\n  color:var(--text);\n\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Arial,sans-serif;\n  font-size:17px;\n  line-height:1.55;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.uvrosary-page h1,\n.uvrosary-page h2,\n.uvrosary-page h3,\n.uvrosary-page p{\n  margin-top:0;\n}\n\n.uvrosary-page img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n  border-radius:16px!important;\n}\n\n\n\/* =========================\n   CARD\n========================= *\/\n\n.uv-card{\n  margin-bottom:14px;\n  overflow:hidden;\n\n  background:#fff;\n\n  border:1px solid var(--line);\n  border-radius:22px;\n\n  box-shadow:0 7px 20px rgba(45,42,38,.05);\n}\n\n.uv-stone{\n  border-top:5px solid var(--stone);\n}\n\n.uv-gold{\n  border-top:5px solid var(--gold);\n}\n\n.uv-sand{\n  border-top:5px solid var(--sand);\n}\n\n.uv-sage{\n  border-top:5px solid var(--sage);\n}\n\n.uv-smoke{\n  border-top:5px solid var(--smoke);\n}\n\n.uv-copy{\n  padding:21px 18px 16px;\n  text-align:left;\n}\n\n.uv-image{\n  padding:0 12px 12px;\n}\n\n\n\/* =========================\n   TYPOGRAPHY\n========================= *\/\n\n.uv-kicker{\n  display:inline-block;\n\n  margin-bottom:8px;\n  padding:5px 10px;\n\n  background:var(--stone-soft);\n  border-radius:999px;\n\n  color:var(--stone-dark);\n\n  font-size:12px;\n  line-height:1.2;\n  font-weight:900;\n  letter-spacing:.5px;\n\n  text-transform:uppercase;\n}\n\n.uv-title{\n  margin:0 0 9px;\n\n  color:var(--ink);\n\n  font-family:Georgia,\"Times New Roman\",serif;\n\n  font-size:26px;\n  line-height:1.18;\n  letter-spacing:-.25px;\n\n  font-weight:700;\n  text-align:left;\n}\n\n.uv-text{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:17px;\n  line-height:1.55;\n\n  text-align:left;\n}\n\n.uv-text strong{\n  color:var(--ink);\n}\n\n\n\/* =========================\n   HERO\n========================= *\/\n\n.uv-hero{\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      #e8e5df 0%,\n      transparent 50%\n    ),\n    linear-gradient(\n      145deg,\n      #ffffff 0%,\n      #fcfaf7 58%,\n      #f1eee9 100%\n    );\n\n  border-color:#e4dfd7;\n}\n\n.uv-hero .uv-copy{\n  padding:29px 18px 16px;\n  text-align:center;\n}\n\n.uv-eyebrow{\n  display:inline-block;\n\n  margin-bottom:10px;\n\n  color:#806641;\n\n  font-size:12px;\n  font-weight:900;\n  letter-spacing:1px;\n\n  text-transform:uppercase;\n}\n\n.uv-hero-title{\n  max-width:650px;\n  margin:0 auto 11px;\n\n  color:#2d2a27;\n\n  font-family:Georgia,\"Times New Roman\",serif;\n\n  font-size:31px;\n  line-height:1.12;\n  letter-spacing:-.45px;\n\n  font-weight:700;\n  text-align:center;\n}\n\n.uv-hero-title span{\n  color:#756143;\n}\n\n.uv-hero-text{\n  max-width:620px;\n  margin:0 auto;\n\n  color:#68635d;\n\n  font-size:17px;\n  line-height:1.5;\n\n  text-align:center;\n}\n\n.uv-line{\n  width:52px;\n  height:2px;\n\n  margin:17px auto 0;\n\n  background:var(--gold);\n}\n\n\n\/* =========================\n   LIST\n========================= *\/\n\n.uv-list{\n  margin:13px 0 0;\n  padding:0;\n\n  list-style:none;\n}\n\n.uv-list li{\n  position:relative;\n\n  margin-bottom:8px;\n  padding-left:27px;\n\n  color:#5d5954;\n\n  font-size:16px;\n  line-height:1.45;\n}\n\n.uv-list li:last-child{\n  margin-bottom:0;\n}\n\n.uv-list li:before{\n  content:\"✓\";\n\n  position:absolute;\n  left:0;\n  top:0;\n\n  color:#856b43;\n\n  font-weight:900;\n}\n\n\n\/* =========================\n   HIGHLIGHT\n========================= *\/\n\n.uv-highlight{\n  margin-top:13px;\n  padding:12px 14px;\n\n  background:var(--gold-soft);\n\n  border-left:4px solid var(--gold);\n  border-radius:10px;\n\n  color:#645847;\n\n  font-size:15px;\n  line-height:1.5;\n  font-weight:700;\n}\n\n\n\/* =========================\n   ROWS\n========================= *\/\n\n.uv-rows{\n  margin-top:13px;\n  border-top:1px solid var(--line);\n}\n\n.uv-row{\n  display:grid;\n  grid-template-columns:39% 61%;\n\n  border-bottom:1px solid var(--line);\n}\n\n.uv-row:last-child{\n  border-bottom:0;\n}\n\n.uv-row b,\n.uv-row span{\n  padding:10px 8px;\n\n  font-size:13px;\n  line-height:1.45;\n\n  text-align:left;\n}\n\n.uv-row b{\n  color:var(--ink);\n}\n\n.uv-row span{\n  color:var(--muted);\n}\n\n\n\/* =========================\n   INFO\n========================= *\/\n\n.uv-info{\n  margin-bottom:14px;\n  padding:21px 17px;\n\n  background:#fff;\n\n  border:1px solid var(--line);\n  border-radius:22px;\n\n  box-shadow:0 7px 20px rgba(45,42,38,.04);\n}\n\n.uv-section-kicker{\n  display:inline-block;\n\n  margin-bottom:7px;\n  padding:5px 10px;\n\n  background:var(--stone-soft);\n  border-radius:999px;\n\n  color:var(--stone-dark);\n\n  font-size:12px;\n  font-weight:900;\n  letter-spacing:.45px;\n\n  text-transform:uppercase;\n}\n\n.uv-section-title{\n  margin:0 0 14px;\n\n  color:var(--ink);\n\n  font-family:Georgia,\"Times New Roman\",serif;\n\n  font-size:25px;\n  line-height:1.2;\n\n  font-weight:700;\n  text-align:left;\n}\n\n\n\/* =========================\n   SPEC\n========================= *\/\n\n.uv-spec{\n  margin:0;\n  padding:0;\n\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-radius:15px;\n\n  list-style:none;\n}\n\n.uv-spec li{\n  display:grid;\n  grid-template-columns:40% 60%;\n\n  border-bottom:1px solid var(--line);\n\n  font-size:14px;\n}\n\n.uv-spec li:last-child{\n  border-bottom:0;\n}\n\n.uv-spec-label,\n.uv-spec-value{\n  padding:11px;\n  text-align:left;\n}\n\n.uv-spec-label{\n  background:#f2f0ec;\n\n  color:var(--stone-dark);\n\n  font-weight:850;\n}\n\n.uv-spec-value{\n  background:#fff;\n\n  color:#5f5b56;\n}\n\n\n\/* =========================\n   CARE\n========================= *\/\n\n.uv-note{\n  background:#fffaf3;\n  border-color:#eadfce;\n}\n\n.uv-note-list{\n  margin:0;\n  padding-left:21px;\n\n  color:#625c55;\n\n  font-size:15px;\n  line-height:1.55;\n}\n\n.uv-note-list li{\n  margin-bottom:8px;\n}\n\n.uv-note-list li:last-child{\n  margin-bottom:0;\n}\n\n\n\/* =========================\n   FAQ\n========================= *\/\n\n.uv-faq details{\n  margin-bottom:8px;\n\n  overflow:hidden;\n\n  background:#fff;\n\n  border:1px solid var(--line);\n  border-radius:13px;\n}\n\n.uv-faq details:last-child{\n  margin-bottom:0;\n}\n\n.uv-faq summary{\n  position:relative;\n\n  padding:13px 40px 13px 14px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:var(--ink);\n\n  font-size:14px;\n  line-height:1.4;\n\n  font-weight:800;\n}\n\n.uv-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.uv-faq summary:after{\n  content:\"+\";\n\n  position:absolute;\n  right:14px;\n  top:4px;\n\n  color:#806641;\n\n  font-size:25px;\n}\n\n.uv-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.uv-answer{\n  padding:0 14px 14px;\n\n  color:var(--muted);\n\n  font-size:13px;\n  line-height:1.6;\n}\n\n\n\/* =========================\n   CTA\n========================= *\/\n\n.uv-final{\n  padding:29px 18px;\n\n  text-align:center;\n\n  background:\n    linear-gradient(\n      145deg,\n      #eee9e1 0%,\n      #ffffff 55%,\n      #f6eee2 100%\n    );\n\n  border:1px solid #e5dfd7;\n  border-radius:22px;\n}\n\n.uv-final h2{\n  max-width:620px;\n  margin:0 auto 9px;\n\n  color:var(--ink);\n\n  font-family:Georgia,\"Times New Roman\",serif;\n\n  font-size:28px;\n  line-height:1.18;\n\n  font-weight:700;\n  text-align:center;\n}\n\n.uv-final p{\n  max-width:590px;\n  margin:0 auto 16px;\n\n  color:#68635d;\n\n  font-size:16px;\n  line-height:1.5;\n\n  text-align:center;\n}\n\n.uv-button{\n  display:block;\n\n  width:100%;\n  max-width:430px;\n\n  margin:0 auto;\n  padding:14px 20px;\n\n  background:#51483d;\n\n  border-radius:14px;\n\n  color:#fff!important;\n\n  text-decoration:none;\n\n  font-size:16px;\n  font-weight:900;\n\n  box-shadow:0 6px 14px rgba(81,72,61,.18);\n}\n\n.uv-trust{\n  margin-top:15px;\n  padding-top:13px;\n\n  border-top:1px solid #e2ddd6;\n\n  color:#716b65;\n\n  font-size:12px;\n  line-height:1.7;\n}\n\n\n\/* =========================\n   MOBILE\n========================= *\/\n\n@media(max-width:520px){\n\n  .uvrosary-page{\n    padding:6px;\n  }\n\n  .uv-card{\n    margin-bottom:12px;\n    border-radius:20px;\n  }\n\n  .uv-copy{\n    padding:19px 15px 14px;\n  }\n\n  .uv-hero .uv-copy{\n    padding:25px 15px 15px;\n  }\n\n  .uv-hero-title{\n    font-size:28px;\n  }\n\n  .uv-title{\n    font-size:23px;\n  }\n\n  .uv-image{\n    padding:0 9px 9px;\n  }\n\n  .uv-info{\n    padding:19px 15px;\n  }\n\n  .uv-spec li{\n    grid-template-columns:41% 59%;\n  }\n\n  .uv-spec-label,\n  .uv-spec-value{\n    padding:10px 9px;\n  }\n\n  .uvrosary-page img{\n    border-radius:14px!important;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"uvrosary-page\"\u003e\n\n\n  \u003c!-- HERO --\u003e\n\n  \u003csection class=\"uv-card uv-hero\"\u003e\n\n    \u003cdiv class=\"uv-copy\"\u003e\n\n      \u003cspan class=\"uv-eyebrow\"\u003e\n        ✝️ NATURAL OBSIDIAN \u0026amp; YOOPERLITE ROSARY\n      \u003c\/span\u003e\n\n      \u003ch1 class=\"uv-hero-title\"\u003e\n        Faith by Day.\n        \u003cspan\u003eA Hidden Glow Under UV Light.\u003c\/span\u003e\n      \u003c\/h1\u003e\n\n      \u003cp class=\"uv-hero-text\"\u003e\n        A distinctive rosary-style cross necklace combining\n        \u003cstrong\u003edark natural stone, fluorescent Yooperlite character\n        and meaningful faith-inspired design.\u003c\/strong\u003e\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"uv-line\"\u003e\u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uv-image\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/5746\/7688\/files\/6_2.gif?v=1780369890\" alt=\"Natural obsidian and Yooperlite rosary cross necklace\" loading=\"eager\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- UV FEATURE --\u003e\n\n  \u003csection class=\"uv-card uv-gold\"\u003e\n\n    \u003cdiv class=\"uv-copy\"\u003e\n\n      \u003cspan class=\"uv-kicker\"\u003e\n        365NM UV-REACTIVE STONES\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"uv-title\"\u003e\n        ✨ One Necklace. Two Completely Different Looks.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"uv-text\"\u003e\n        In normal light, the necklace carries a deep, understated\n        natural-stone look. Under suitable\n        \u003cstrong\u003e365nm ultraviolet light\u003c\/strong\u003e,\n        selected beads reveal a striking fluorescent appearance.\n      \u003c\/p\u003e\n\n      \u003cul class=\"uv-list\"\u003e\n\n        \u003cli\u003eDark natural-stone appearance by day\u003c\/li\u003e\n\n        \u003cli\u003eDistinctive fluorescence under suitable UV light\u003c\/li\u003e\n\n        \u003cli\u003eUnexpected day-to-night visual transformation\u003c\/li\u003e\n\n        \u003cli\u003eEye-catching choice for unusual stone jewelry lovers\u003c\/li\u003e\n\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"uv-highlight\"\u003e\n        ✨ The hidden fluorescent effect gives an otherwise classic\n        dark rosary necklace an unexpected second personality.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uv-image\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/5746\/7688\/files\/81f164e3-4075-49d8-8c87-cdea7cf14219.png?v=1786604280\" alt=\"Yooperlite rosary necklace glowing under 365nm UV light\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- FAITH --\u003e\n\n  \u003csection class=\"uv-card uv-sand\"\u003e\n\n    \u003cdiv class=\"uv-copy\"\u003e\n\n      \u003cspan class=\"uv-kicker\"\u003e\n        FAITH YOU CAN CARRY\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"uv-title\"\u003e\n        ✝️ More Than an Ordinary Stone Necklace\n      \u003c\/h2\u003e\n\n      \u003cp class=\"uv-text\"\u003e\n        The cross pendant and rosary-inspired bead arrangement bring\n        spiritual symbolism into a piece that can also be worn naturally\n        as everyday jewelry.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"uv-rows\"\u003e\n\n        \u003cdiv class=\"uv-row\"\u003e\n          \u003cb\u003e🙏 Prayer\u003c\/b\u003e\n          \u003cspan\u003eA tactile companion for personal prayer\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"uv-row\"\u003e\n          \u003cb\u003e🧘 Reflection\u003c\/b\u003e\n          \u003cspan\u003eMeaningful for quiet personal moments\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"uv-row\"\u003e\n          \u003cb\u003e⛪ Church\u003c\/b\u003e\n          \u003cspan\u003eTraditional symbolism in natural-stone style\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"uv-row\"\u003e\n          \u003cb\u003e🖤 Daily Wear\u003c\/b\u003e\n          \u003cspan\u003eDark neutral tones for everyday outfits\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- NATURAL STONE --\u003e\n\n  \u003csection class=\"uv-card uv-sage\"\u003e\n\n    \u003cdiv class=\"uv-copy\"\u003e\n\n      \u003cspan class=\"uv-kicker\"\u003e\n        NATURAL-STONE CHARACTER\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"uv-title\"\u003e\n        🪨 Natural Variation Makes Every Piece Feel More Individual\n      \u003c\/h2\u003e\n\n      \u003cp class=\"uv-text\"\u003e\n        Natural stone brings subtle differences in shade, pattern\n        and surface character, creating more visual depth than\n        perfectly uniform synthetic beads.\n      \u003c\/p\u003e\n\n      \u003cul class=\"uv-list\"\u003e\n\n        \u003cli\u003eDeep black and smoky stone tones\u003c\/li\u003e\n\n        \u003cli\u003eNatural-looking patterns and variation\u003c\/li\u003e\n\n        \u003cli\u003eDistinctive fluorescent stone accents\u003c\/li\u003e\n\n        \u003cli\u003eClassic rosary-inspired beaded silhouette\u003c\/li\u003e\n\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uv-image\"\u003e\n\n      \u003cimg src=\"https:\/\/yooyapp.online\/cdn\/shop\/files\/g3_f3897ef1-00b0-4642-b77e-7570cb93a49f.gif?v=1769739397\u0026amp;width=1500\" alt=\"Natural stone bead detail on obsidian Yooperlite rosary necklace\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- UNISEX --\u003e\n\n  \u003csection class=\"uv-card uv-smoke\"\u003e\n\n    \u003cdiv class=\"uv-copy\"\u003e\n\n      \u003cspan class=\"uv-kicker\"\u003e\n        UNISEX FAITH-INSPIRED STYLE\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"uv-title\"\u003e\n        🖤 Designed to Feel Natural on Him or Her\n      \u003c\/h2\u003e\n\n      \u003cp class=\"uv-text\"\u003e\n        Black, gray and metallic tones create a neutral look that works\n        easily across casual, minimalist and faith-inspired wardrobes.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"uv-rows\"\u003e\n\n        \u003cdiv class=\"uv-row\"\u003e\n          \u003cb\u003e👨 For Him\u003c\/b\u003e\n          \u003cspan\u003eStrong dark stone and cross styling\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"uv-row\"\u003e\n          \u003cb\u003e👩 For Her\u003c\/b\u003e\n          \u003cspan\u003eExpressive long beaded silhouette\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"uv-row\"\u003e\n          \u003cb\u003e🎁 Gift\u003c\/b\u003e\n          \u003cspan\u003eMeaningful faith-inspired jewelry choice\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"uv-row\"\u003e\n          \u003cb\u003e💎 Collecting\u003c\/b\u003e\n          \u003cspan\u003eDistinctive UV-reactive stone character\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uv-image\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/5746\/7688\/files\/5b575828-d9cd-4094-a380-bd4ab7a7f396.png?v=1786604278\" alt=\"Unisex natural stone rosary necklace for men and women\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- WHY IT STANDS OUT --\u003e\n\n  \u003csection class=\"uv-info\"\u003e\n\n    \u003cspan class=\"uv-section-kicker\"\u003e\n      THREE DETAILS THAT SET IT APART\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"uv-section-title\"\u003e\n      ✨ Faith, Natural Stone \u0026amp; Hidden Light\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"uv-rows\"\u003e\n\n      \u003cdiv class=\"uv-row\"\u003e\n        \u003cb\u003e✝️ Symbolism\u003c\/b\u003e\n        \u003cspan\u003eClassic cross and rosary-inspired design\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"uv-row\"\u003e\n        \u003cb\u003e🪨 Stone\u003c\/b\u003e\n        \u003cspan\u003eNatural variation gives each piece character\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"uv-row\"\u003e\n        \u003cb\u003e✨ UV Effect\u003c\/b\u003e\n        \u003cspan\u003eFluorescent appearance under suitable 365nm UV light\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"uv-row\"\u003e\n        \u003cb\u003e🖤 Style\u003c\/b\u003e\n        \u003cspan\u003eNeutral palette made for everyday wear\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- HOW TO EXPERIENCE UV --\u003e\n\n  \u003csection class=\"uv-info\"\u003e\n\n    \u003cspan class=\"uv-section-kicker\"\u003e\n      REVEAL THE HIDDEN GLOW\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"uv-section-title\"\u003e\n      🌙 See a Different Side of the Stone\n    \u003c\/h2\u003e\n\n    \u003cul class=\"uv-list\"\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eWear it normally:\u003c\/strong\u003e\n        enjoy the dark natural-stone and cross design throughout the day.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eUse suitable 365nm UV lighting:\u003c\/strong\u003e\n        expose the fluorescent stones in a darker environment.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eWatch the character change:\u003c\/strong\u003e\n        the reactive sections reveal a brighter fluorescent appearance.\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- PRODUCT DETAILS --\u003e\n\n  \u003csection class=\"uv-info\"\u003e\n\n    \u003cspan class=\"uv-section-kicker\"\u003e\n      PRODUCT INFORMATION\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"uv-section-title\"\u003e\n      📋 Product Details\n    \u003c\/h2\u003e\n\n    \u003cul class=\"uv-spec\"\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"uv-spec-label\"\u003e\n          Product\n        \u003c\/span\u003e\n\n        \u003cspan class=\"uv-spec-value\"\u003e\n          Natural Obsidian \u0026amp; Yooperlite Rosary Necklace\n        \u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"uv-spec-label\"\u003e\n          Design\n        \u003c\/span\u003e\n\n        \u003cspan class=\"uv-spec-value\"\u003e\n          Rosary-Inspired Long Beaded Necklace\n        \u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"uv-spec-label\"\u003e\n          Pendant\n        \u003c\/span\u003e\n\n        \u003cspan class=\"uv-spec-value\"\u003e\n          Cross Pendant\n        \u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"uv-spec-label\"\u003e\n          Stone Style\n        \u003c\/span\u003e\n\n        \u003cspan class=\"uv-spec-value\"\u003e\n          Obsidian \u0026amp; UV-Reactive Yooperlite\n        \u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"uv-spec-label\"\u003e\n          UV Feature\n        \u003c\/span\u003e\n\n        \u003cspan class=\"uv-spec-value\"\u003e\n          Fluorescent Effect Under Suitable 365nm UV Light\n        \u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"uv-spec-label\"\u003e\n          Style\n        \u003c\/span\u003e\n\n        \u003cspan class=\"uv-spec-value\"\u003e\n          Unisex\n        \u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"uv-spec-label\"\u003e\n          Suggested Use\n        \u003c\/span\u003e\n\n        \u003cspan class=\"uv-spec-value\"\u003e\n          Prayer \/ Reflection \/ Church \/ Everyday Wear \/ Gifting\n        \u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"uv-spec-label\"\u003e\n          Assembly\n        \u003c\/span\u003e\n\n        \u003cspan class=\"uv-spec-value\"\u003e\n          Hand-Strung Design\n        \u003c\/span\u003e\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- CARE --\u003e\n\n  \u003csection class=\"uv-info uv-note\"\u003e\n\n    \u003cspan class=\"uv-section-kicker\"\u003e\n      NATURAL STONE CARE\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"uv-section-title\"\u003e\n      🪨 Keep the Stones Looking Their Best\n    \u003c\/h2\u003e\n\n    \u003cul class=\"uv-note-list\"\u003e\n\n      \u003cli\u003e\n        Natural stone may show individual variations in shade, pattern and surface character.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Store the necklace in a clean, dry place when not being worn.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Avoid repeated contact with strong household chemicals, perfumes and harsh cleaners.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Wipe gently with a soft dry cloth after wear.\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- FAQ --\u003e\n\n  \u003csection class=\"uv-info uv-faq\"\u003e\n\n    \u003cspan class=\"uv-section-kicker\"\u003e\n      QUICK ANSWERS\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"uv-section-title\"\u003e\n      ❓ Frequently Asked Questions\n    \u003c\/h2\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What makes this necklace different?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"uv-answer\"\u003e\n        It combines a rosary-inspired cross design with dark natural\n        stone and UV-reactive Yooperlite character for a distinctive\n        day-to-UV visual transformation.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Does the stone react to UV light?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"uv-answer\"\u003e\n        Yes. The supplied product information highlights a fluorescent\n        reaction under suitable 365nm ultraviolet illumination.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can it be worn as an everyday necklace?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"uv-answer\"\u003e\n        Yes. Its black, gray and metallic tones give it a neutral\n        natural-stone look that pairs easily with everyday outfits.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Is it suitable for prayer?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"uv-answer\"\u003e\n        Yes. The rosary-inspired bead arrangement and cross pendant\n        make it suitable for personal prayer and reflection.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Is it suitable for both men and women?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"uv-answer\"\u003e\n        Yes. The design is styled as a unisex necklace with neutral\n        dark stone tones.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Will every stone look identical?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"uv-answer\"\u003e\n        Natural stone can show variations in tone and pattern,\n        giving individual pieces their own visual character.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Is it suitable as a gift?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"uv-answer\"\u003e\n        Yes. Its combination of faith symbolism, natural stone and\n        unusual UV-reactive character makes it a distinctive meaningful gift.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- FINAL CTA --\u003e\n\n  \u003csection class=\"uv-final\"\u003e\n\n    \u003ch2\u003e\n      ✝️ Wear Your Faith With a Hidden Side of Light.\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Natural stone, meaningful symbolism and an unexpected UV-reactive\n      glow come together in one distinctive rosary-inspired necklace.\n    \u003c\/p\u003e\n\n    \u003ca href=\"#product-form\" class=\"uv-button\"\u003e\n      GET YOUR ROSARY NECKLACE →\n    \u003c\/a\u003e\n\n    \u003cdiv class=\"uv-trust\"\u003e\n      📦 Tracked Shipping\n       · \n      🚚 Free Shipping on Orders Over $59.98\n       · \n      🔒 Secure Checkout\n       · \n      💬 Order Support\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"HYL","offers":[{"title":"Default Title","offer_id":51163344142583,"sku":"NC01752609151844-火焰石项链","price":25.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0926\/7878\/3223\/files\/5b575828-d9cd-4094-a380-bd4ab7a7f396.png?v=1789453705","url":"https:\/\/www.zavrly.com\/products\/obsidian-yooperlite-uv-glow-rosary-necklace","provider":"zavrly","version":"1.0","type":"link"}