{"product_id":"rota","title":"Rotating Crown Necklace™","description":"\u003cdiv class=\"sf-bracelet-container\"\u003e \n\n  \u003ch2 class=\"sf-title fade-in\"\u003e\n    ✨ Rotating Crown Necklace\u003cspan class=\"sf-tm\"\u003e™\u003c\/span\u003e ✨\n  \u003c\/h2\u003e\n\n  \u003cp class=\"sf-subtitle fade-in delay\"\u003e\n    A symbol of faith, crowned with purpose ✝️👑\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"sf-divider\"\u003e\u003c\/div\u003e\n\n  \u003cp class=\"sf-text slide-up\"\u003e\n    This stunning \u003cstrong\u003eRotating Crown Necklace\u003cspan class=\"sf-tm\"\u003e™\u003c\/span\u003e\u003c\/strong\u003e combines elegance with deep spiritual meaning.\n  \u003c\/p\u003e\n\n  \u003cp class=\"sf-quote slide-up delay2\"\u003e\n    “Faith in motion — a reminder that God is always working in your life.”\n  \u003c\/p\u003e\n\n  \u003cp class=\"sf-text slide-up delay3\"\u003e\n    Designed with sparkling zirconia stones and a unique rotating centerpiece, \n    this piece is created to \n    \u003cspan class=\"sf-highlight\"\u003euplift, strengthen, and inspire\u003c\/span\u003e you daily.\n  \u003c\/p\u003e\n\n  \u003c!-- Product Details --\u003e\n  \u003cdiv class=\"sf-details-box slide-up delay3\"\u003e\n    \u003ch3\u003eProduct Details\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Stainless Steel with Zirconia Stones\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eChain Length:\u003c\/strong\u003e 45cm + 5cm extension (17.7” + 2”)\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePendant Size:\u003c\/strong\u003e ± 2.2cm (H) × ± 1.5cm (W)\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eDesign:\u003c\/strong\u003e Crown cross with rotating circular centerpiece\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFinish:\u003c\/strong\u003e Gold tone (plated over stainless steel)\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sf-glow\"\u003e\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.sf-bracelet-container {\n  background: linear-gradient(135deg, #f7f3ed, #e8efe3);\n  padding: 40px 25px;\n  border-radius: 20px;\n  text-align: center;\n  font-family: 'Segoe UI', sans-serif;\n  box-shadow: 0 20px 50px rgba(0,0,0,0.08);\n  max-width: 650px;\n  margin: auto;\n  position: relative;\n  overflow: hidden;\n}\n\n\/* Title *\/\n.sf-title {\n  font-size: 28px;\n  color: #2f2f2f;\n  margin-bottom: 10px;\n  letter-spacing: 0.5px;\n}\n\n\/* Trademark styling (premium look) *\/\n.sf-tm {\n  font-size: 12px;\n  vertical-align: super;\n  margin-left: 2px;\n}\n\n\/* Subtitle *\/\n.sf-subtitle {\n  font-size: 16px;\n  color: #7a7a7a;\n  margin-bottom: 20px;\n  font-style: italic;\n}\n\n\/* Text *\/\n.sf-text {\n  font-size: 16px;\n  color: #555;\n  line-height: 1.7;\n  margin: 12px 0;\n}\n\n\/* Quote *\/\n.sf-quote {\n  font-size: 18px;\n  font-style: italic;\n  color: #2f2f2f;\n  margin: 20px 0;\n  padding: 10px 20px;\n  border-left: 3px solid #c9a24a;\n}\n\n\/* Highlight *\/\n.sf-highlight {\n  color: #c9a24a;\n  font-weight: 600;\n}\n\n\/* Divider *\/\n.sf-divider {\n  width: 80px;\n  height: 3px;\n  background: linear-gradient(to right, #c9a24a, #e6c97a);\n  margin: 20px auto;\n  border-radius: 2px;\n}\n\n\/* Details Box *\/\n.sf-details-box {\n  background: rgba(255,255,255,0.7);\n  border-radius: 15px;\n  padding: 20px;\n  margin-top: 20px;\n  text-align: left;\n  box-shadow: 0 10px 25px rgba(0,0,0,0.05);\n}\n\n.sf-details-box h3 {\n  margin-bottom: 10px;\n  color: #2f2f2f;\n}\n\n.sf-details-box ul {\n  padding-left: 18px;\n}\n\n.sf-details-box li {\n  margin-bottom: 8px;\n  color: #555;\n}\n\n\/* Glow *\/\n.sf-glow {\n  position: absolute;\n  width: 220px;\n  height: 220px;\n  background: radial-gradient(circle, rgba(201,162,74,0.25) 0%, transparent 70%);\n  top: -60px;\n  right: -60px;\n  animation: sfFloat 6s ease-in-out infinite;\n}\n\n\/* Animations *\/\n.fade-in {\n  opacity: 0;\n  animation: sfFade 1.2s ease forwards;\n}\n\n.slide-up {\n  opacity: 0;\n  transform: translateY(20px);\n  animation: sfSlide 1s ease forwards;\n}\n\n.delay {\n  animation-delay: 0.3s;\n}\n\n.delay2 {\n  animation-delay: 0.6s;\n}\n\n.delay3 {\n  animation-delay: 0.9s;\n}\n\n\/* Keyframes *\/\n@keyframes sfFade {\n  to { opacity: 1; }\n}\n\n@keyframes sfSlide {\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n@keyframes sfFloat {\n  0%, 100% { transform: translateY(0); }\n  50% { transform: translateY(20px); }\n}\n\u003c\/style\u003e","brand":"SeededFaith","offers":[{"title":"Gold","offer_id":55571487195209,"sku":null,"price":399.0,"currency_code":"ZAR","in_stock":true},{"title":"Silver","offer_id":55571487227977,"sku":null,"price":399.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0975\/2340\/0777\/files\/ChatGPTImageMar17_2026_07_32_24PM.png?v=1773935862","url":"https:\/\/www.seededfaith.co.za\/products\/rota","provider":"SeededFaith","version":"1.0","type":"link"}