{"title":"Necklace","description":null,"products":[{"product_id":"zirconia-branch-leaf","title":"Zirconia Branch Leaf","description":"\u003cdiv class=\"muse-necklace\"\u003e\n\u003cstyle\u003e\n.muse-necklace{\n  --emerald:#073f32;\n  --emerald2:#0b5946;\n  --gold:#c69a48;\n  --gold-light:#e6c982;\n  --cream:#fffaf1;\n  --soft:#f8f1e5;\n  --text:#292522;\n\n  max-width:760px;\n  margin:0 auto;\n  padding:38px 18px;\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;\n  color:var(--text);\n  text-align:center;\n  overflow:hidden;\n  position:relative;\n\n  background:\n    radial-gradient(circle at 10% 10%,rgba(198,154,72,.12),transparent 25%),\n    radial-gradient(circle at 90% 80%,rgba(7,63,50,.08),transparent 30%),\n    linear-gradient(145deg,#fffdf8,#fff9ef);\n\n  border-radius:24px;\n}\n\n.muse-necklace *{box-sizing:border-box;}\n\n\/* Decorative glow *\/\n.muse-necklace:before{\n  content:\"\";\n  position:absolute;\n  width:180px;\n  height:180px;\n  top:-80px;\n  right:-70px;\n  background:rgba(198,154,72,.10);\n  border-radius:50%;\n  filter:blur(25px);\n  animation:museGlow 5s ease-in-out infinite;\n}\n\n\/* SPARKLE *\/\n.muse-sparkle{\n  position:relative;\n  font-size:27px;\n  color:var(--gold);\n  margin-bottom:12px;\n  animation:museSparkle 2s ease-in-out infinite;\n}\n\n\/* TITLE *\/\n.muse-title{\n  position:relative;\n  margin:0;\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:clamp(30px,7vw,46px);\n  font-weight:400;\n  line-height:1.08;\n  animation:museFadeUp .8s ease both;\n}\n\n.muse-title .gold{\n  background:linear-gradient(\n    90deg,\n    #8e6728,\n    #d9b760,\n    #f1d996,\n    #a87a30,\n    #d9b760\n  );\n\n  background-size:250% auto;\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n\n  animation:museGoldShimmer 4s linear infinite;\n}\n\n.muse-subtitle{\n  margin:14px auto 0;\n  max-width:560px;\n  font-size:15px;\n  line-height:1.7;\n  color:#71685f;\n  animation:museFadeUp .8s .15s ease both;\n}\n\n\/* DIVIDER *\/\n.muse-divider{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  gap:8px;\n  margin:25px auto;\n  animation:museFadeUp .8s .25s ease both;\n}\n\n.muse-divider:before,\n.muse-divider:after{\n  content:\"\";\n  width:42px;\n  height:1px;\n  background:linear-gradient(90deg,transparent,var(--gold));\n}\n\n.muse-divider:after{\n  background:linear-gradient(90deg,var(--gold),transparent);\n}\n\n.muse-divider span{\n  color:var(--gold);\n  font-size:13px;\n  animation:museSparkle 2.2s infinite;\n}\n\n\/* DESCRIPTION *\/\n.muse-description{\n  max-width:610px;\n  margin:0 auto;\n  font-size:15px;\n  line-height:1.8;\n  color:#4f4942;\n  animation:museFadeUp .8s .3s ease both;\n}\n\n.muse-description strong{\n  color:var(--emerald);\n}\n\n\/* OUTCOME STRIP *\/\n.muse-outcome{\n  max-width:610px;\n  margin:25px auto 0;\n  padding:13px 15px;\n\n  background:linear-gradient(\n    135deg,\n    var(--emerald),\n    var(--emerald2)\n  );\n\n  color:#fff;\n  border:1px solid rgba(198,154,72,.65);\n  border-radius:50px;\n\n  font-size:13px;\n  font-weight:600;\n  letter-spacing:.3px;\n\n  box-shadow:\n    0 8px 25px rgba(7,63,50,.15),\n    inset 0 0 15px rgba(255,255,255,.03);\n\n  animation:museFadeUp .8s .35s ease both;\n}\n\n.muse-outcome span{\n  color:var(--gold-light);\n}\n\n\/* BENEFIT GRID *\/\n.muse-benefits{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:11px;\n  margin:28px auto;\n  max-width:620px;\n}\n\n.muse-benefit{\n  position:relative;\n  padding:20px 12px;\n  border:1px solid rgba(198,154,72,.30);\n  border-radius:16px;\n\n  background:\n    linear-gradient(\n      145deg,\n      rgba(255,255,255,.97),\n      rgba(248,241,229,.95)\n    );\n\n  box-shadow:0 5px 18px rgba(61,48,30,.05);\n\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease,\n    border-color .3s ease;\n\n  animation:museFadeUp .7s ease both;\n}\n\n.muse-benefit:before{\n  content:\"\";\n  position:absolute;\n  top:0;\n  left:20%;\n  right:20%;\n  height:1px;\n\n  background:linear-gradient(\n    90deg,\n    transparent,\n    var(--gold),\n    transparent\n  );\n\n  opacity:.65;\n}\n\n.muse-benefit:nth-child(1){animation-delay:.4s;}\n.muse-benefit:nth-child(2){animation-delay:.5s;}\n.muse-benefit:nth-child(3){animation-delay:.6s;}\n.muse-benefit:nth-child(4){animation-delay:.7s;}\n\n.muse-benefit:hover{\n  transform:translateY(-5px);\n  border-color:rgba(198,154,72,.7);\n\n  box-shadow:\n    0 12px 28px rgba(7,63,50,.10),\n    0 3px 10px rgba(198,154,72,.08);\n}\n\n\/* ICON *\/\n.muse-icon{\n  width:45px;\n  height:45px;\n  margin:0 auto 10px;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  border-radius:50%;\n\n  background:linear-gradient(\n    145deg,\n    #06392e,\n    #0a5744\n  );\n\n  color:var(--gold-light);\n  border:1px solid var(--gold);\n\n  font-size:20px;\n\n  box-shadow:\n    0 5px 14px rgba(7,63,50,.15),\n    inset 0 0 10px rgba(255,255,255,.05);\n\n  transition:transform .3s ease;\n\n  animation:museIconGlow 3s ease-in-out infinite;\n}\n\n.muse-benefit:hover .muse-icon{\n  transform:scale(1.08) rotate(3deg);\n}\n\n.muse-benefit strong{\n  display:block;\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:16px;\n  font-weight:500;\n  margin-bottom:5px;\n  color:var(--emerald);\n}\n\n.muse-benefit span:not(.muse-icon){\n  display:block;\n  font-size:12px;\n  line-height:1.45;\n  color:#766d64;\n}\n\n\/* CLOSING *\/\n.muse-closing{\n  position:relative;\n  max-width:590px;\n  margin:29px auto 0;\n  padding:27px 20px;\n\n  border-radius:19px;\n\n  background:\n    radial-gradient(\n      circle at top right,\n      rgba(198,154,72,.16),\n      transparent 35%\n    ),\n    linear-gradient(\n      135deg,\n      #06392e,\n      #0a4c3c\n    );\n\n  border:1px solid rgba(198,154,72,.75);\n\n  box-shadow:\n    0 12px 30px rgba(7,63,50,.17),\n    inset 0 0 25px rgba(255,255,255,.02);\n\n  animation:museFadeUp .8s .75s ease both;\n}\n\n.muse-closing:before{\n  content:\"✦\";\n  display:block;\n  color:var(--gold-light);\n  font-size:17px;\n  margin-bottom:11px;\n\n  animation:museSparkle 2s infinite;\n}\n\n.muse-closing p{\n  margin:0;\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:18px;\n  line-height:1.55;\n  color:#fffaf0;\n}\n\n.muse-closing em{\n  color:var(--gold-light);\n  font-style:italic;\n}\n\n\/* BRAND *\/\n.muse-brand{\n  margin-top:24px;\n  font-size:11px;\n  letter-spacing:2.7px;\n  text-transform:uppercase;\n  color:#9b7434;\n\n  animation:museFadeUp .8s .9s ease both;\n}\n\n\/* ANIMATIONS *\/\n\n@keyframes museFadeUp{\n  from{\n    opacity:0;\n    transform:translateY(18px);\n  }\n  to{\n    opacity:1;\n    transform:translateY(0);\n  }\n}\n\n@keyframes museSparkle{\n  0%,100%{\n    opacity:.55;\n    transform:scale(.9) rotate(0deg);\n  }\n  50%{\n    opacity:1;\n    transform:scale(1.18) rotate(12deg);\n  }\n}\n\n@keyframes museGoldShimmer{\n  0%{background-position:0% center;}\n  100%{background-position:250% center;}\n}\n\n@keyframes museIconGlow{\n  0%,100%{\n    box-shadow:0 5px 14px rgba(7,63,50,.15);\n  }\n  50%{\n    box-shadow:\n      0 5px 18px rgba(7,63,50,.22),\n      0 0 12px rgba(198,154,72,.18);\n  }\n}\n\n@keyframes museGlow{\n  0%,100%{\n    opacity:.45;\n    transform:scale(.9);\n  }\n  50%{\n    opacity:.9;\n    transform:scale(1.15);\n  }\n}\n\n\/* MOBILE *\/\n@media(max-width:480px){\n\n  .muse-necklace{\n    padding:30px 13px;\n    border-radius:18px;\n  }\n\n  .muse-title{\n    font-size:32px;\n  }\n\n  .muse-subtitle,\n  .muse-description{\n    font-size:14px;\n  }\n\n  .muse-description{\n    line-height:1.7;\n  }\n\n  .muse-outcome{\n    border-radius:15px;\n    font-size:12px;\n    padding:12px 10px;\n  }\n\n  .muse-benefits{\n    gap:8px;\n    margin-top:23px;\n  }\n\n  .muse-benefit{\n    padding:17px 8px;\n  }\n\n  .muse-icon{\n    width:40px;\n    height:40px;\n    font-size:18px;\n  }\n\n  .muse-benefit strong{\n    font-size:14px;\n  }\n\n  .muse-benefit span:not(.muse-icon){\n    font-size:11px;\n  }\n\n  .muse-closing{\n    padding:23px 15px;\n  }\n\n  .muse-closing p{\n    font-size:16px;\n  }\n\n  .muse-brand{\n    font-size:10px;\n    letter-spacing:2px;\n  }\n}\n\n@media(max-width:350px){\n  .muse-benefits{\n    grid-template-columns:1fr;\n  }\n}\n\n\/* ACCESSIBILITY *\/\n@media(prefers-reduced-motion:reduce){\n  .muse-necklace *,\n  .muse-necklace:before{\n    animation:none !important;\n    transition:none !important;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"muse-sparkle\"\u003e✦\u003c\/div\u003e\n\n\u003ch2 class=\"muse-title\"\u003e\n  Timeless Sparkle.\u003cbr\u003e\n  \u003cspan class=\"gold\"\u003eEffortless Elegance.\u003c\/span\u003e\n\u003c\/h2\u003e\n\n\u003cp class=\"muse-subtitle\"\u003e\n  A delicate statement designed to make every moment shine.\n\u003c\/p\u003e\n\n\u003cdiv class=\"muse-divider\"\u003e\n  \u003cspan\u003e◇\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cp class=\"muse-description\"\u003e\n  Designed to catch the light from every angle, this elegant\n  \u003cstrong\u003eZirconia Necklace\u003c\/strong\u003e adds the perfect touch of\n  brilliance to any look. Featuring beautifully cut cubic zirconia,\n  it delivers a luxurious, diamond-inspired sparkle made for\n  \u003cstrong\u003eeveryday elegance and unforgettable occasions.\u003c\/strong\u003e\n\u003c\/p\u003e\n\n\u003cdiv class=\"muse-outcome\"\u003e\n  From everyday simplicity to \u003cspan\u003eeffortless elegance ✦\u003c\/span\u003e\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"muse-benefits\"\u003e\n\n  \u003cdiv class=\"muse-benefit\"\u003e\n    \u003cspan class=\"muse-icon\"\u003e✦\u003c\/span\u003e\n    \u003cstrong\u003eBrilliant Sparkle\u003c\/strong\u003e\n    \u003cspan\u003e\n      Light-catching cubic zirconia designed to shimmer\n      beautifully from every angle.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"muse-benefit\"\u003e\n    \u003cspan class=\"muse-icon\"\u003e◇\u003c\/span\u003e\n    \u003cstrong\u003eTimeless Design\u003c\/strong\u003e\n    \u003cspan\u003e\n      An elegant statement that elevates your look\n      without overpowering it.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"muse-benefit\"\u003e\n    \u003cspan class=\"muse-icon\"\u003e♡\u003c\/span\u003e\n    \u003cstrong\u003eEffortless Style\u003c\/strong\u003e\n    \u003cspan\u003e\n      From everyday outfits to evenings out —\n      one piece, endless moments.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"muse-benefit\"\u003e\n    \u003cspan class=\"muse-icon\"\u003e♢\u003c\/span\u003e\n    \u003cstrong\u003eMade to Gift\u003c\/strong\u003e\n    \u003cspan\u003e\n      A beautiful choice for someone special —\n      including yourself.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"muse-closing\"\u003e\n  \u003cp\u003e\n    Wear it alone for understated elegance or layer it with\n    your favourites for a look that's\n    \u003cem\u003euniquely yours.\u003c\/em\u003e\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"muse-brand\"\u003e\n  MUSE \u0026amp; CO. · MADE TO BE NOTICED\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Muse\u0026Co","offers":[{"title":"Default Title","offer_id":52820116734084,"sku":null,"price":149.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1028\/8126\/3748\/files\/Screenshot2026-09-15160817.png?v=1789481411"},{"product_id":"eternal-faith-necklace","title":"Eternal Faith Necklace","description":"\u003cdiv class=\"eternal-faith\"\u003e\n\u003cstyle\u003e\n.eternal-faith{\n  --emerald:#073f32;\n  --emerald2:#0b5946;\n  --gold:#b88a3d;\n  --goldlight:#ead39a;\n  --cream:#fffaf3;\n  --text:#352f2b;\n\n  max-width:760px;\n  margin:0 auto;\n  padding:34px 16px;\n  position:relative;\n  overflow:hidden;\n  text-align:center;\n  color:var(--text);\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;\n\n  background:\n    radial-gradient(circle at 10% 5%,rgba(234,211,154,.20),transparent 28%),\n    radial-gradient(circle at 95% 90%,rgba(7,63,50,.07),transparent 30%),\n    linear-gradient(145deg,#fffdf9,#fff7ed);\n\n  border-radius:24px;\n  box-sizing:border-box;\n}\n\n.eternal-faith *{\n  box-sizing:border-box;\n}\n\n\/* AMBIENT GOLD GLOW *\/\n.eternal-faith:before{\n  content:\"\";\n  position:absolute;\n  width:180px;\n  height:180px;\n  top:-80px;\n  right:-70px;\n  border-radius:50%;\n  background:rgba(234,211,154,.22);\n  filter:blur(30px);\n  animation:eternalGlow 4s ease-in-out infinite;\n}\n\n\/* TOP SPARKLE *\/\n.eternal-symbol{\n  position:relative;\n  color:var(--gold);\n  font-size:27px;\n  margin-bottom:8px;\n  animation:eternalSparkle 2.2s ease-in-out infinite;\n}\n\n.eternal-brandtop{\n  color:var(--emerald);\n  font-size:10px;\n  font-weight:700;\n  letter-spacing:2.6px;\n  text-transform:uppercase;\n  margin-bottom:8px;\n  animation:eternalUp .7s ease both;\n}\n\n\/* TITLE *\/\n.eternal-title{\n  margin:0;\n  position:relative;\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:clamp(31px,7vw,46px);\n  font-weight:400;\n  line-height:1.08;\n  animation:eternalUp .7s .08s ease both;\n}\n\n.eternal-title span{\n  display:block;\n  margin-top:5px;\n\n  background:linear-gradient(\n    90deg,\n    #77541d,\n    #c69643,\n    #f0dda7,\n    #98702e,\n    #d6af63\n  );\n\n  background-size:260% auto;\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n\n  animation:eternalShimmer 4s linear infinite;\n}\n\n.eternal-tagline{\n  max-width:560px;\n  margin:13px auto 0;\n  color:#756b65;\n  font-size:15px;\n  line-height:1.6;\n  animation:eternalUp .7s .15s ease both;\n}\n\n\/* DIVIDER *\/\n.eternal-divider{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  gap:9px;\n  margin:23px auto;\n  color:var(--gold);\n  animation:eternalUp .7s .2s ease both;\n}\n\n.eternal-divider:before,\n.eternal-divider:after{\n  content:\"\";\n  width:45px;\n  height:1px;\n  background:linear-gradient(90deg,transparent,var(--gold));\n}\n\n.eternal-divider:after{\n  background:linear-gradient(90deg,var(--gold),transparent);\n}\n\n\/* MAIN DESCRIPTION *\/\n.eternal-copy{\n  max-width:610px;\n  margin:0 auto;\n  color:#554d48;\n  font-size:15px;\n  line-height:1.75;\n  animation:eternalUp .7s .25s ease both;\n}\n\n.eternal-copy strong{\n  color:var(--emerald);\n}\n\n\/* EMOTIONAL FEATURE *\/\n.eternal-message{\n  max-width:610px;\n  margin:25px auto;\n  padding:22px 16px;\n  position:relative;\n  overflow:hidden;\n\n  border:1px solid rgba(184,138,61,.65);\n  border-radius:19px;\n\n  background:\n    radial-gradient(\n      circle at top right,\n      rgba(234,211,154,.18),\n      transparent 40%\n    ),\n    linear-gradient(\n      135deg,\n      var(--emerald),\n      var(--emerald2)\n    );\n\n  box-shadow:0 12px 30px rgba(7,63,50,.16);\n\n  animation:eternalUp .7s .35s ease both;\n}\n\n\/* MOVING SHINE *\/\n.eternal-message:after{\n  content:\"\";\n  position:absolute;\n  top:-100%;\n  left:-45%;\n  width:35%;\n  height:300%;\n\n  background:linear-gradient(\n    90deg,\n    transparent,\n    rgba(255,255,255,.14),\n    transparent\n  );\n\n  transform:rotate(20deg);\n  animation:eternalSweep 5s ease-in-out infinite;\n}\n\n.eternal-message strong{\n  position:relative;\n  z-index:2;\n  display:block;\n\n  color:var(--goldlight);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:21px;\n  font-weight:500;\n  margin-bottom:8px;\n}\n\n.eternal-message span{\n  position:relative;\n  z-index:2;\n  display:block;\n\n  max-width:520px;\n  margin:0 auto;\n\n  color:#fff9ef;\n  font-size:13px;\n  line-height:1.6;\n}\n\n\/* SECTION HEADING *\/\n.eternal-heading{\n  margin:30px 0 6px;\n  color:var(--emerald);\n\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:23px;\n  font-weight:500;\n}\n\n.eternal-sub{\n  margin:0 auto 19px;\n  color:#81766f;\n  font-size:13px;\n}\n\n\/* BENEFIT CARDS *\/\n.eternal-grid{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:9px;\n  max-width:620px;\n  margin:0 auto;\n}\n\n.eternal-card{\n  padding:19px 10px;\n\n  border-radius:16px;\n  border:1px solid rgba(184,138,61,.28);\n\n  background:linear-gradient(\n    145deg,\n    #ffffff,\n    #fcf6ed\n  );\n\n  box-shadow:0 5px 18px rgba(65,45,30,.05);\n\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease,\n    border-color .3s ease;\n\n  animation:eternalUp .65s ease both;\n}\n\n.eternal-card:nth-child(1){\n  animation-delay:.4s;\n}\n\n.eternal-card:nth-child(2){\n  animation-delay:.5s;\n}\n\n.eternal-card:nth-child(3){\n  animation-delay:.6s;\n}\n\n.eternal-card:nth-child(4){\n  animation-delay:.7s;\n}\n\n.eternal-card:hover{\n  transform:translateY(-4px);\n  border-color:rgba(184,138,61,.65);\n  box-shadow:0 11px 25px rgba(7,63,50,.10);\n}\n\n.eternal-icon{\n  width:43px;\n  height:43px;\n  margin:0 auto 9px;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  border-radius:50%;\n  border:1px solid var(--gold);\n\n  background:linear-gradient(\n    145deg,\n    var(--emerald),\n    var(--emerald2)\n  );\n\n  color:var(--goldlight);\n  font-size:19px;\n\n  animation:eternalIcon 3s ease-in-out infinite;\n}\n\n.eternal-card strong{\n  display:block;\n  margin-bottom:5px;\n\n  color:var(--emerald);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:15px;\n  font-weight:500;\n}\n\n.eternal-card span:not(.eternal-icon){\n  display:block;\n  color:#756a63;\n  font-size:11.5px;\n  line-height:1.45;\n}\n\n\/* SYMBOL MEANING *\/\n.eternal-meaning{\n  max-width:610px;\n  margin:28px auto 0;\n  padding:22px 14px;\n\n  border-radius:18px;\n  border:1px solid rgba(184,138,61,.30);\n\n  background:\n    radial-gradient(\n      circle at 90% 10%,\n      rgba(234,211,154,.20),\n      transparent 35%\n    ),\n    linear-gradient(\n      145deg,\n      #fff,\n      #faf3e8\n    );\n\n  animation:eternalUp .7s .75s ease both;\n}\n\n.eternal-meaning small{\n  display:block;\n  margin-bottom:11px;\n\n  color:#9b7333;\n  font-size:9px;\n  font-weight:800;\n  letter-spacing:2px;\n}\n\n.eternal-symbols{\n  display:flex;\n  justify-content:center;\n  align-items:center;\n  gap:13px;\n}\n\n.eternal-symbol-box{\n  flex:1;\n  max-width:220px;\n}\n\n.eternal-symbol-box b{\n  display:block;\n  margin-bottom:4px;\n\n  color:var(--emerald);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:18px;\n  font-weight:500;\n}\n\n.eternal-symbol-box span{\n  color:#756a63;\n  font-size:11px;\n  line-height:1.4;\n}\n\n.eternal-plus{\n  color:var(--gold);\n  font-family:Georgia,serif;\n  font-size:22px;\n}\n\n\/* MATERIAL *\/\n.eternal-material{\n  max-width:610px;\n  margin:14px auto 0;\n  padding:18px 14px;\n\n  display:flex;\n  justify-content:center;\n  align-items:center;\n  gap:12px;\n\n  border-radius:15px;\n  border:1px solid rgba(184,138,61,.28);\n\n  background:#fffdf9;\n\n  animation:eternalUp .7s .85s ease both;\n}\n\n.eternal-material-icon{\n  width:42px;\n  height:42px;\n  flex:0 0 42px;\n\n  display:flex;\n  justify-content:center;\n  align-items:center;\n\n  border-radius:50%;\n\n  background:var(--emerald);\n  color:var(--goldlight);\n\n  font-size:19px;\n}\n\n.eternal-material-copy{\n  text-align:left;\n}\n\n.eternal-material-copy strong{\n  display:block;\n\n  color:var(--emerald);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:14px;\n  font-weight:500;\n}\n\n.eternal-material-copy span{\n  display:block;\n  margin-top:3px;\n\n  color:#756961;\n  font-size:10.5px;\n  line-height:1.45;\n}\n\n\/* OCCASIONS *\/\n.eternal-occasions{\n  max-width:610px;\n  margin:27px auto 0;\n  padding:14px 7px;\n\n  border-top:1px solid rgba(184,138,61,.38);\n  border-bottom:1px solid rgba(184,138,61,.38);\n\n  color:#805e29;\n  font-size:10.5px;\n  font-weight:700;\n  letter-spacing:.4px;\n\n  animation:eternalUp .7s .95s ease both;\n}\n\n\/* CLOSING *\/\n.eternal-close{\n  max-width:600px;\n  margin:27px auto 0;\n  padding:26px 17px;\n\n  border-radius:18px;\n  border:1px solid rgba(184,138,61,.30);\n\n  background:\n    radial-gradient(\n      circle at top right,\n      rgba(234,211,154,.20),\n      transparent 38%\n    ),\n    linear-gradient(\n      145deg,\n      #f8eee2,\n      #fffaf2\n    );\n\n  animation:eternalUp .7s 1s ease both;\n}\n\n.eternal-close:before{\n  content:\"✦\";\n  display:block;\n  margin-bottom:8px;\n\n  color:var(--gold);\n  font-size:18px;\n\n  animation:eternalSparkle 2s infinite;\n}\n\n.eternal-close h3{\n  margin:0 0 9px;\n\n  color:var(--emerald);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:21px;\n  font-weight:500;\n}\n\n.eternal-close p{\n  max-width:520px;\n  margin:0 auto;\n\n  color:#665c55;\n  font-size:13px;\n  line-height:1.65;\n}\n\n.eternal-final{\n  margin-top:18px;\n\n  background:linear-gradient(\n    90deg,\n    #866329,\n    #c49a4b,\n    #073f32\n  );\n\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:18px;\n  font-weight:500;\n}\n\n.eternal-brand{\n  margin-top:23px;\n\n  color:#9b7333;\n  font-size:10px;\n  font-weight:700;\n  letter-spacing:2.3px;\n  text-transform:uppercase;\n}\n\n\/* ANIMATIONS *\/\n@keyframes eternalUp{\n  from{\n    opacity:0;\n    transform:translateY(16px);\n  }\n  to{\n    opacity:1;\n    transform:translateY(0);\n  }\n}\n\n@keyframes eternalSparkle{\n  0%,100%{\n    opacity:.5;\n    transform:scale(.9) rotate(0);\n  }\n  50%{\n    opacity:1;\n    transform:scale(1.2) rotate(12deg);\n  }\n}\n\n@keyframes eternalShimmer{\n  from{\n    background-position:0 center;\n  }\n  to{\n    background-position:260% center;\n  }\n}\n\n@keyframes eternalGlow{\n  0%,100%{\n    opacity:.4;\n    transform:scale(.9);\n  }\n  50%{\n    opacity:.9;\n    transform:scale(1.15);\n  }\n}\n\n@keyframes eternalSweep{\n  0%,65%{\n    left:-45%;\n  }\n  100%{\n    left:130%;\n  }\n}\n\n@keyframes eternalIcon{\n  0%,100%{\n    box-shadow:0 4px 12px rgba(7,63,50,.12);\n  }\n  50%{\n    box-shadow:\n      0 5px 18px rgba(7,63,50,.18),\n      0 0 12px rgba(184,138,61,.22);\n  }\n}\n\n\/* MOBILE OPTIMISATION *\/\n@media(max-width:480px){\n\n  .eternal-faith{\n    padding:29px 12px;\n    border-radius:18px;\n  }\n\n  .eternal-title{\n    font-size:32px;\n  }\n\n  .eternal-tagline,\n  .eternal-copy{\n    font-size:14px;\n  }\n\n  .eternal-copy{\n    line-height:1.68;\n  }\n\n  .eternal-message{\n    margin:22px auto;\n    padding:19px 12px;\n  }\n\n  .eternal-message strong{\n    font-size:18px;\n  }\n\n  .eternal-heading{\n    font-size:21px;\n  }\n\n  .eternal-grid{\n    gap:8px;\n  }\n\n  .eternal-card{\n    padding:17px 7px;\n  }\n\n  .eternal-card strong{\n    font-size:14px;\n  }\n\n  .eternal-card span:not(.eternal-icon){\n    font-size:10.5px;\n  }\n\n  .eternal-symbols{\n    gap:7px;\n  }\n\n  .eternal-symbol-box b{\n    font-size:16px;\n  }\n\n  .eternal-symbol-box span{\n    font-size:10px;\n  }\n\n  .eternal-occasions{\n    font-size:9px;\n    line-height:1.7;\n  }\n\n  .eternal-close{\n    padding:22px 13px;\n  }\n\n  .eternal-close h3{\n    font-size:19px;\n  }\n\n  .eternal-final{\n    font-size:17px;\n  }\n}\n\n\/* VERY SMALL DEVICES *\/\n@media(max-width:350px){\n\n  .eternal-grid{\n    grid-template-columns:1fr;\n  }\n\n  .eternal-symbols{\n    flex-direction:column;\n  }\n\n  .eternal-plus{\n    transform:rotate(90deg);\n  }\n}\n\n\/* ACCESSIBILITY *\/\n@media(prefers-reduced-motion:reduce){\n\n  .eternal-faith *,\n  .eternal-faith:before{\n    animation:none!important;\n    transition:none!important;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003c!-- TOP --\u003e\n\u003cdiv class=\"eternal-symbol\"\u003e✦\u003c\/div\u003e\n\n\u003cdiv class=\"eternal-brandtop\"\u003e\n  MUSE \u0026amp; CO.\n\u003c\/div\u003e\n\n\n\u003c!-- TITLE --\u003e\n\u003ch2 class=\"eternal-title\"\u003e\n  Meet The\n  \u003cspan\u003eEternal Faith Necklace ✨\u003c\/span\u003e\n\u003c\/h2\u003e\n\n\u003cp class=\"eternal-tagline\"\u003e\n  A symbol of faith. A reminder without end. ♾️✝️\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"eternal-divider\"\u003e◇\u003c\/div\u003e\n\n\n\u003c!-- DESCRIPTION --\u003e\n\u003cp class=\"eternal-copy\"\u003e\n\n  Some jewellery completes an outfit.\n  \u003cstrong\u003eSome pieces carry a deeper meaning.\u003c\/strong\u003e 🤍\n\n  \u003cbr\u003e\u003cbr\u003e\n\n  The \u003cstrong\u003eEternal Faith Necklace\u003c\/strong\u003e brings together\n  two powerful symbols — the timeless infinity design and\n  a delicate hanging cross — creating a meaningful piece\n  that's effortlessly elegant.\n\n  \u003cbr\u003e\u003cbr\u003e\n\n  Wear it close to your heart as a beautiful reminder of\n  \u003cstrong\u003efaith, strength and love without end.\u003c\/strong\u003e\n\n\u003c\/p\u003e\n\n\n\u003c!-- EMOTIONAL HOOK --\u003e\n\u003cdiv class=\"eternal-message\"\u003e\n\n  \u003cstrong\u003e\n    Faith that lasts. Love without end. ♾️✝️\n  \u003c\/strong\u003e\n\n  \u003cspan\u003e\n    More than an accessory — a meaningful piece designed\n    to carry a beautiful reminder wherever life takes you.\n  \u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- BENEFITS --\u003e\n\u003ch3 class=\"eternal-heading\"\u003e\n  Jewellery with meaning 🤍\n\u003c\/h3\u003e\n\n\u003cp class=\"eternal-sub\"\u003e\n  Beautiful on the outside. Meaningful at heart.\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"eternal-grid\"\u003e\n\n  \u003cdiv class=\"eternal-card\"\u003e\n\n    \u003cspan class=\"eternal-icon\"\u003e♾️\u003c\/span\u003e\n\n    \u003cstrong\u003eEndless Meaning\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      The infinity-inspired centre creates a beautiful\n      symbol of eternity, connection and love without end.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"eternal-card\"\u003e\n\n    \u003cspan class=\"eternal-icon\"\u003e✝️\u003c\/span\u003e\n\n    \u003cstrong\u003eFaith-Inspired\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      A delicate cross pendant adds meaningful\n      character to this elegant design.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"eternal-card\"\u003e\n\n    \u003cspan class=\"eternal-icon\"\u003e🤍\u003c\/span\u003e\n\n    \u003cstrong\u003eEffortless Style\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Delicate enough for everyday looks while still\n      adding a beautiful finishing detail.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"eternal-card\"\u003e\n\n    \u003cspan class=\"eternal-icon\"\u003e🎁\u003c\/span\u003e\n\n    \u003cstrong\u003eA Meaningful Gift\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      A thoughtful piece for birthdays, milestones,\n      celebrations or someone close to your heart.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- SYMBOLISM --\u003e\n\u003cdiv class=\"eternal-meaning\"\u003e\n\n  \u003csmall\u003e\n    THE MEANING BEHIND ETERNAL FAITH\n  \u003c\/small\u003e\n\n\n  \u003cdiv class=\"eternal-symbols\"\u003e\n\n    \u003cdiv class=\"eternal-symbol-box\"\u003e\n\n      \u003cb\u003e♾ Infinity\u003c\/b\u003e\n\n      \u003cspan\u003e\n        A timeless symbol associated with eternity,\n        lasting love and connection.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"eternal-plus\"\u003e\n      +\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"eternal-symbol-box\"\u003e\n\n      \u003cb\u003e✝ Cross\u003c\/b\u003e\n\n      \u003cspan\u003e\n        A recognised symbol of Christian faith,\n        devotion and spiritual meaning.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- MATERIAL --\u003e\n\u003cdiv class=\"eternal-material\"\u003e\n\n  \u003cdiv class=\"eternal-material-icon\"\u003e\n    ◇\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"eternal-material-copy\"\u003e\n\n    \u003cstrong\u003eZinc Alloy\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Crafted from zinc alloy with a polished\n      silver-tone appearance.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- OCCASIONS --\u003e\n\u003cdiv class=\"eternal-occasions\"\u003e\n\n  EVERYDAY 🤍\n   • \n\n  CHURCH ✝️\n   • \n\n  CELEBRATIONS ✨\n   • \n\n  GIFTING 🎁\n   • \n\n  SPECIAL MOMENTS\n\n\u003c\/div\u003e\n\n\n\u003c!-- CLOSING --\u003e\n\u003cdiv class=\"eternal-close\"\u003e\n\n  \u003ch3\u003e\n    Keep your faith close. 🤍\n  \u003c\/h3\u003e\n\n  \u003cp\u003e\n\n    From ordinary days to life's most meaningful moments,\n    \u003cstrong\u003e\n      Eternal Faith is designed for South African women\n      who want their jewellery to carry meaning.\n    \u003c\/strong\u003e\n\n    \u003cbr\u003e\u003cbr\u003e\n\n    Wear it as your own daily reminder, or gift it to\n    someone special as a symbol of faith, connection\n    and love that never ends.\n\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"eternal-final\"\u003e\n    Faith close to your heart. Always. ✨\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- BRAND --\u003e\n\u003cdiv class=\"eternal-brand\"\u003e\n  MUSE \u0026amp; CO. · MADE TO BE NOTICED\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Muse\u0026Co","offers":[{"title":"Gold","offer_id":52866456780932,"sku":null,"price":109.99,"currency_code":"ZAR","in_stock":true},{"title":"Silver","offer_id":52866497904772,"sku":null,"price":109.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1028\/8126\/3748\/files\/8ff98751-65c3-4b00-9593-b59f13aeab43.avif?v=1789920178"},{"product_id":"solara-layered-necklace","title":"Solara Layered Necklace","description":"\u003cdiv class=\"solara-wrap\"\u003e\n\u003cstyle\u003e\n.solara-wrap{\n  --emerald:#073f32;\n  --emerald2:#0b5946;\n  --gold:#bd9145;\n  --goldlight:#ecd49a;\n  --cream:#fffaf3;\n  --text:#352f2b;\n\n  max-width:760px;\n  margin:0 auto;\n  padding:35px 16px;\n  position:relative;\n  overflow:hidden;\n  text-align:center;\n  color:var(--text);\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;\n\n  background:\n    radial-gradient(circle at 8% 4%,rgba(189,145,69,.16),transparent 28%),\n    radial-gradient(circle at 95% 90%,rgba(7,63,50,.08),transparent 30%),\n    linear-gradient(145deg,#fffdf9,#fff7ed);\n\n  border-radius:24px;\n  box-sizing:border-box;\n}\n\n.solara-wrap *{\n  box-sizing:border-box;\n}\n\n\/* GOLD AMBIENT GLOW *\/\n.solara-wrap:before{\n  content:\"\";\n  position:absolute;\n  width:190px;\n  height:190px;\n  top:-90px;\n  right:-70px;\n  border-radius:50%;\n  background:rgba(236,212,154,.22);\n  filter:blur(32px);\n  animation:solaraGlow 4s ease-in-out infinite;\n}\n\n\/* TOP SPARKLE *\/\n.solara-sparkle{\n  position:relative;\n  color:var(--gold);\n  font-size:27px;\n  margin-bottom:8px;\n  animation:solaraSparkle 2.2s ease-in-out infinite;\n}\n\n\/* BRAND *\/\n.solara-brandtop{\n  position:relative;\n  color:var(--emerald);\n  font-size:10px;\n  font-weight:700;\n  letter-spacing:2.7px;\n  text-transform:uppercase;\n  margin-bottom:9px;\n  animation:solaraUp .7s ease both;\n}\n\n\/* TITLE *\/\n.solara-title{\n  position:relative;\n  margin:0;\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:clamp(31px,7vw,46px);\n  font-weight:400;\n  line-height:1.08;\n  animation:solaraUp .7s .08s ease both;\n}\n\n.solara-title span{\n  display:block;\n  margin-top:5px;\n\n  background:linear-gradient(\n    90deg,\n    #77531c,\n    #c69a4a,\n    #f0dba2,\n    #97702e,\n    #d1aa60\n  );\n\n  background-size:270% auto;\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n\n  animation:solaraShimmer 4s linear infinite;\n}\n\n.solara-tagline{\n  max-width:560px;\n  margin:14px auto 0;\n  color:#756b65;\n  font-size:15px;\n  line-height:1.6;\n  animation:solaraUp .7s .15s ease both;\n}\n\n\/* DIVIDER *\/\n.solara-divider{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  gap:9px;\n  margin:24px auto;\n  color:var(--gold);\n  animation:solaraUp .7s .2s ease both;\n}\n\n.solara-divider:before,\n.solara-divider:after{\n  content:\"\";\n  width:48px;\n  height:1px;\n  background:linear-gradient(90deg,transparent,var(--gold));\n}\n\n.solara-divider:after{\n  background:linear-gradient(90deg,var(--gold),transparent);\n}\n\n\/* MAIN DESCRIPTION *\/\n.solara-copy{\n  max-width:610px;\n  margin:0 auto;\n  color:#554c47;\n  font-size:15px;\n  line-height:1.75;\n  animation:solaraUp .7s .27s ease both;\n}\n\n.solara-copy strong{\n  color:var(--emerald);\n}\n\n\/* SALES HOOK *\/\n.solara-hook{\n  max-width:610px;\n  margin:26px auto;\n  padding:23px 16px;\n  position:relative;\n  overflow:hidden;\n\n  border:1px solid rgba(189,145,69,.65);\n  border-radius:19px;\n\n  background:\n    radial-gradient(circle at top right,\n      rgba(236,212,154,.18),transparent 40%),\n    linear-gradient(135deg,var(--emerald),var(--emerald2));\n\n  box-shadow:0 12px 30px rgba(7,63,50,.17);\n\n  animation:solaraUp .7s .35s ease both;\n}\n\n\/* MOVING LIGHT *\/\n.solara-hook:after{\n  content:\"\";\n  position:absolute;\n  top:-100%;\n  left:-50%;\n  width:35%;\n  height:300%;\n\n  background:linear-gradient(\n    90deg,\n    transparent,\n    rgba(255,255,255,.16),\n    transparent\n  );\n\n  transform:rotate(20deg);\n  animation:solaraSweep 5s ease-in-out infinite;\n}\n\n.solara-hook strong{\n  position:relative;\n  z-index:2;\n  display:block;\n\n  color:var(--goldlight);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:21px;\n  font-weight:500;\n  margin-bottom:8px;\n}\n\n.solara-hook span{\n  position:relative;\n  z-index:2;\n  display:block;\n\n  max-width:520px;\n  margin:auto;\n\n  color:#fffaf1;\n  font-size:13px;\n  line-height:1.6;\n}\n\n\/* BENEFITS *\/\n.solara-heading{\n  margin:31px 0 6px;\n  color:var(--emerald);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:23px;\n  font-weight:500;\n}\n\n.solara-sub{\n  margin:0 auto 19px;\n  color:#81756e;\n  font-size:13px;\n}\n\n.solara-grid{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:9px;\n  max-width:620px;\n  margin:0 auto;\n}\n\n.solara-card{\n  padding:20px 10px;\n\n  border-radius:16px;\n  border:1px solid rgba(189,145,69,.28);\n\n  background:linear-gradient(\n    145deg,\n    #ffffff,\n    #fcf5e9\n  );\n\n  box-shadow:0 5px 18px rgba(65,45,30,.05);\n\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease,\n    border-color .3s ease;\n\n  animation:solaraUp .65s ease both;\n}\n\n.solara-card:nth-child(1){animation-delay:.4s}\n.solara-card:nth-child(2){animation-delay:.5s}\n.solara-card:nth-child(3){animation-delay:.6s}\n.solara-card:nth-child(4){animation-delay:.7s}\n\n.solara-card:hover{\n  transform:translateY(-4px);\n  border-color:rgba(189,145,69,.65);\n  box-shadow:0 12px 26px rgba(7,63,50,.10);\n}\n\n.solara-icon{\n  width:44px;\n  height:44px;\n  margin:0 auto 9px;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  border-radius:50%;\n  border:1px solid var(--gold);\n\n  background:linear-gradient(\n    145deg,\n    var(--emerald),\n    var(--emerald2)\n  );\n\n  color:var(--goldlight);\n  font-size:19px;\n\n  animation:solaraPulse 3s ease-in-out infinite;\n}\n\n.solara-card strong{\n  display:block;\n  margin-bottom:5px;\n\n  color:var(--emerald);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:15px;\n  font-weight:500;\n}\n\n.solara-card span:not(.solara-icon){\n  display:block;\n  color:#756a63;\n  font-size:11.5px;\n  line-height:1.45;\n}\n\n\/* TRANSFORMATION SECTION *\/\n.solara-effect{\n  max-width:610px;\n  margin:29px auto 0;\n  padding:24px 14px;\n\n  border-radius:19px;\n  border:1px solid rgba(189,145,69,.32);\n\n  background:\n    radial-gradient(circle at 90% 10%,\n      rgba(236,212,154,.22),transparent 36%),\n    linear-gradient(145deg,#fff,#faf1e4);\n\n  animation:solaraUp .7s .8s ease both;\n}\n\n.solara-effect small{\n  display:block;\n  color:#9b7333;\n  font-size:9px;\n  font-weight:800;\n  letter-spacing:2px;\n  margin-bottom:9px;\n}\n\n.solara-effect h3{\n  margin:0 0 9px;\n  color:var(--emerald);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:21px;\n  font-weight:500;\n}\n\n.solara-effect p{\n  max-width:530px;\n  margin:0 auto;\n  color:#6d625b;\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n\/* BEFORE \/ AFTER *\/\n.solara-transform{\n  max-width:610px;\n  margin:14px auto 0;\n  display:grid;\n  grid-template-columns:1fr 35px 1fr;\n  align-items:center;\n  gap:5px;\n}\n\n.solara-transform-box{\n  padding:16px 7px;\n  border-radius:13px;\n  border:1px solid rgba(189,145,69,.28);\n  background:#fffdf9;\n}\n\n.solara-transform-box span{\n  display:block;\n  font-size:9px;\n  font-weight:700;\n  letter-spacing:1.2px;\n  color:#9a835e;\n  margin-bottom:5px;\n}\n\n.solara-transform-box strong{\n  display:block;\n  color:var(--emerald);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:14px;\n  font-weight:500;\n}\n\n.solara-arrow{\n  color:var(--gold);\n  font-size:20px;\n  animation:solaraArrow 1.6s ease-in-out infinite;\n}\n\n\/* OCCASIONS *\/\n.solara-wear{\n  max-width:610px;\n  margin:28px auto 0;\n  padding:15px 7px;\n\n  border-top:1px solid rgba(189,145,69,.38);\n  border-bottom:1px solid rgba(189,145,69,.38);\n\n  color:#805e29;\n  font-size:10.5px;\n  font-weight:700;\n  letter-spacing:.3px;\n  line-height:1.8;\n\n  animation:solaraUp .7s .9s ease both;\n}\n\n\/* CLOSING *\/\n.solara-close{\n  max-width:600px;\n  margin:28px auto 0;\n  padding:27px 17px;\n\n  border-radius:19px;\n  border:1px solid rgba(189,145,69,.32);\n\n  background:\n    radial-gradient(circle at top right,\n      rgba(236,212,154,.22),transparent 38%),\n    linear-gradient(145deg,#f7ecdc,#fffaf2);\n\n  animation:solaraUp .7s 1s ease both;\n}\n\n.solara-close:before{\n  content:\"✦\";\n  display:block;\n  margin-bottom:8px;\n  color:var(--gold);\n  font-size:19px;\n  animation:solaraSparkle 2s infinite;\n}\n\n.solara-close h3{\n  margin:0 0 9px;\n  color:var(--emerald);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:22px;\n  font-weight:500;\n}\n\n.solara-close p{\n  max-width:520px;\n  margin:0 auto;\n  color:#655b54;\n  font-size:13px;\n  line-height:1.65;\n}\n\n.solara-final{\n  margin-top:18px;\n\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:18px;\n  font-weight:500;\n\n  background:linear-gradient(\n    90deg,\n    #886529,\n    #c89b4d,\n    #086047\n  );\n\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n}\n\n.solara-footer{\n  margin-top:24px;\n  color:#9b7333;\n  font-size:10px;\n  font-weight:700;\n  letter-spacing:2.4px;\n  text-transform:uppercase;\n}\n\n\/* ANIMATIONS *\/\n@keyframes solaraUp{\n  from{\n    opacity:0;\n    transform:translateY(17px);\n  }\n  to{\n    opacity:1;\n    transform:translateY(0);\n  }\n}\n\n@keyframes solaraSparkle{\n  0%,100%{\n    opacity:.5;\n    transform:scale(.9) rotate(0deg);\n  }\n  50%{\n    opacity:1;\n    transform:scale(1.2) rotate(12deg);\n  }\n}\n\n@keyframes solaraShimmer{\n  from{background-position:0 center}\n  to{background-position:270% center}\n}\n\n@keyframes solaraGlow{\n  0%,100%{\n    opacity:.4;\n    transform:scale(.9);\n  }\n  50%{\n    opacity:.9;\n    transform:scale(1.15);\n  }\n}\n\n@keyframes solaraSweep{\n  0%,65%{left:-50%}\n  100%{left:130%}\n}\n\n@keyframes solaraPulse{\n  0%,100%{\n    box-shadow:0 4px 12px rgba(7,63,50,.12);\n  }\n  50%{\n    box-shadow:\n      0 5px 18px rgba(7,63,50,.20),\n      0 0 13px rgba(189,145,69,.25);\n  }\n}\n\n@keyframes solaraArrow{\n  0%,100%{\n    transform:translateX(-2px);\n  }\n  50%{\n    transform:translateX(3px);\n  }\n}\n\n\/* MOBILE *\/\n@media(max-width:480px){\n\n  .solara-wrap{\n    padding:29px 12px;\n    border-radius:18px;\n  }\n\n  .solara-title{\n    font-size:32px;\n  }\n\n  .solara-tagline,\n  .solara-copy{\n    font-size:14px;\n  }\n\n  .solara-copy{\n    line-height:1.68;\n  }\n\n  .solara-hook{\n    padding:20px 12px;\n    margin:22px auto;\n  }\n\n  .solara-hook strong{\n    font-size:18px;\n  }\n\n  .solara-heading{\n    font-size:21px;\n  }\n\n  .solara-grid{\n    gap:8px;\n  }\n\n  .solara-card{\n    padding:17px 7px;\n  }\n\n  .solara-card strong{\n    font-size:14px;\n  }\n\n  .solara-card span:not(.solara-icon){\n    font-size:10.5px;\n  }\n\n  .solara-effect{\n    padding:21px 11px;\n  }\n\n  .solara-effect h3{\n    font-size:19px;\n  }\n\n  .solara-transform-box{\n    padding:14px 4px;\n  }\n\n  .solara-transform-box strong{\n    font-size:12px;\n  }\n\n  .solara-close{\n    padding:23px 13px;\n  }\n\n  .solara-close h3{\n    font-size:20px;\n  }\n\n  .solara-final{\n    font-size:17px;\n  }\n}\n\n\/* SMALL SCREENS *\/\n@media(max-width:350px){\n\n  .solara-grid{\n    grid-template-columns:1fr;\n  }\n\n  .solara-transform{\n    grid-template-columns:1fr;\n  }\n\n  .solara-arrow{\n    transform:rotate(90deg);\n  }\n}\n\n\/* ACCESSIBILITY *\/\n@media(prefers-reduced-motion:reduce){\n\n  .solara-wrap *,\n  .solara-wrap:before{\n    animation:none!important;\n    transition:none!important;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003c!-- BRAND --\u003e\n\u003cdiv class=\"solara-sparkle\"\u003e✦\u003c\/div\u003e\n\n\u003cdiv class=\"solara-brandtop\"\u003e\n  MUSE \u0026amp; CO.\n\u003c\/div\u003e\n\n\n\u003c!-- TITLE --\u003e\n\u003ch2 class=\"solara-title\"\u003e\n  Meet\n  \u003cspan\u003eSOLARA ✨\u003c\/span\u003e\n\u003c\/h2\u003e\n\n\u003cp class=\"solara-tagline\"\u003e\n  The layered look — already styled for you. 🤍\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"solara-divider\"\u003e◇\u003c\/div\u003e\n\n\n\u003c!-- MAIN DESCRIPTION --\u003e\n\u003cp class=\"solara-copy\"\u003e\n\n  You know that perfectly layered necklace look that makes\n  even a simple outfit feel instantly more put together?\n\n  \u003cbr\u003e\u003cbr\u003e\n\n  \u003cstrong\u003eSolara does the styling for you.\u003c\/strong\u003e ✨\n\n  \u003cbr\u003e\u003cbr\u003e\n\n  Featuring delicate layered gold-tone chains, a sparkling\n  centre detail and an elegant drop design, Solara creates\n  dimension around your neckline without needing to match\n  multiple separate necklaces.\n\n  \u003cbr\u003e\u003cbr\u003e\n\n  Throw it on with your favourite outfit and suddenly\n  \u003cstrong\u003esimple feels styled.\u003c\/strong\u003e 💛\n\n\u003c\/p\u003e\n\n\n\u003c!-- MAIN SALES HOOK --\u003e\n\u003cdiv class=\"solara-hook\"\u003e\n\n  \u003cstrong\u003e\n    One necklace. The full layered look. ✨\n  \u003c\/strong\u003e\n\n  \u003cspan\u003e\n    No searching for matching chains. No trying to build\n    the perfect stack. Solara gives you that effortlessly\n    accessorised look in one easy piece.\n  \u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- BENEFITS --\u003e\n\u003ch3 class=\"solara-heading\"\u003e\n  Your outfit's finishing touch 💫\n\u003c\/h3\u003e\n\n\u003cp class=\"solara-sub\"\u003e\n  Because the right jewellery can change the whole look.\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"solara-grid\"\u003e\n\n  \u003cdiv class=\"solara-card\"\u003e\n\n    \u003cspan class=\"solara-icon\"\u003e✨\u003c\/span\u003e\n\n    \u003cstrong\u003eInstantly Elevated\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Turn simple tops, dresses and everyday outfits\n      into a more polished, styled look.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"solara-card\"\u003e\n\n    \u003cspan class=\"solara-icon\"\u003e〰\u003c\/span\u003e\n\n    \u003cstrong\u003eLayered For You\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Get the layered jewellery aesthetic without\n      having to choose and match separate necklaces.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"solara-card\"\u003e\n\n    \u003cspan class=\"solara-icon\"\u003e💎\u003c\/span\u003e\n\n    \u003cstrong\u003eSubtle Sparkle\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      A delicate centre detail catches the light\n      without overpowering your outfit.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"solara-card\"\u003e\n\n    \u003cspan class=\"solara-icon\"\u003e👗\u003c\/span\u003e\n\n    \u003cstrong\u003eEasy To Style\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Dress it up for an occasion or use it to give\n      your everyday basics a little more personality.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- OUTCOME --\u003e\n\u003cdiv class=\"solara-effect\"\u003e\n\n  \u003csmall\u003e\n    THE SOLARA EFFECT\n  \u003c\/small\u003e\n\n  \u003ch3\u003e\n    From dressed... to styled. ✨\n  \u003c\/h3\u003e\n\n  \u003cp\u003e\n    Sometimes your outfit doesn't need changing —\n    it just needs the right finishing detail.\n    Solara adds layering, shine and visual interest\n    around your neckline to help pull your entire\n    look together.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- BEFORE \/ AFTER CONCEPT --\u003e\n\u003cdiv class=\"solara-transform\"\u003e\n\n  \u003cdiv class=\"solara-transform-box\"\u003e\n    \u003cspan\u003eWITHOUT SOLARA\u003c\/span\u003e\n    \u003cstrong\u003eSomething's missing...\u003c\/strong\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"solara-arrow\"\u003e\n    →\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"solara-transform-box\"\u003e\n    \u003cspan\u003eWITH SOLARA ✨\u003c\/span\u003e\n    \u003cstrong\u003eStyled \u0026amp; complete.\u003c\/strong\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- OCCASIONS --\u003e\n\u003cdiv class=\"solara-wear\"\u003e\n\n  EVERYDAY 🤍\n   • \n\n  BRUNCH 🥂\n   • \n\n  DATE NIGHT ✨\n   • \n\n  EVENTS 👗\n   • \n\n  GIFTING 🎁\n\n\u003c\/div\u003e\n\n\n\u003c!-- CLOSING --\u003e\n\u003cdiv class=\"solara-close\"\u003e\n\n  \u003ch3\u003e\n    Sometimes one detail changes everything. ✨\n  \u003c\/h3\u003e\n\n  \u003cp\u003e\n    Whether it's jeans and your favourite top,\n    a work outfit or that dress you've been saving\n    for the weekend, \u003cstrong\u003eSolara gives your look\n    that little something extra.\u003c\/strong\u003e\n\n    \u003cbr\u003e\u003cbr\u003e\n\n    Designed for women who love the layered jewellery\n    look without the effort of building it themselves.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"solara-final\"\u003e\n    Layered for you. Effortlessly styled. ✨\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- BRAND FOOTER --\u003e\n\u003cdiv class=\"solara-footer\"\u003e\n  MUSE \u0026amp; CO. · MADE TO BE NOTICED\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Muse\u0026Co","offers":[{"title":"Default Title","offer_id":52866683961476,"sku":null,"price":149.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1028\/8126\/3748\/files\/89bdf4ab-2b6d-4221-9661-e8fbd445159c.avif?v=1789930241"},{"product_id":"lustra-shimmer-chain","title":"Lustra - Shimmer Chain","description":"\u003cdiv class=\"lustra-product\"\u003e\n\u003cstyle\u003e\n.lustra-product{\n  --emerald:#073f34;\n  --emerald2:#0c5b49;\n  --gold:#bd9148;\n  --goldlight:#ead39b;\n  --rose:#c98f88;\n  --silver:#a8adb3;\n  --cream:#fffaf3;\n  --text:#3d3733;\n\n  max-width:760px;\n  margin:0 auto;\n  padding:34px 16px;\n  text-align:center;\n  position:relative;\n  overflow:hidden;\n  border-radius:22px;\n\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;\n  color:var(--text);\n\n  background:\n    radial-gradient(circle at 8% 4%,rgba(189,145,72,.15),transparent 28%),\n    radial-gradient(circle at 95% 90%,rgba(7,63,52,.08),transparent 30%),\n    linear-gradient(145deg,#fffdf9,#fff7ec);\n}\n\n.lustra-product *{\n  box-sizing:border-box;\n}\n\n\/* SPARKLE *\/\n\n.lustra-sparkle{\n  color:var(--gold);\n  font-size:27px;\n  margin-bottom:8px;\n  animation:lustraSparkle 2.2s ease-in-out infinite;\n}\n\n.lustra-brand{\n  color:var(--emerald);\n  font-size:10px;\n  font-weight:700;\n  letter-spacing:2.8px;\n  text-transform:uppercase;\n  margin-bottom:10px;\n  animation:lustraUp .7s ease both;\n}\n\n\/* TITLE *\/\n\n.lustra-title{\n  margin:0;\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:clamp(31px,7vw,46px);\n  font-weight:400;\n  line-height:1.08;\n  animation:lustraUp .7s .08s ease both;\n}\n\n.lustra-title span{\n  display:block;\n  margin-top:5px;\n\n  background:linear-gradient(\n    90deg,\n    #7e5a20,\n    #c69b4e,\n    #d9dde0,\n    #d29a92,\n    #bd9148\n  );\n\n  background-size:280% auto;\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n\n  animation:lustraShimmer 4s linear infinite;\n}\n\n.lustra-tagline{\n  max-width:550px;\n  margin:14px auto 0;\n  color:#756b65;\n  font-size:15px;\n  line-height:1.6;\n  animation:lustraUp .7s .15s ease both;\n}\n\n\/* DIVIDER *\/\n\n.lustra-divider{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  gap:9px;\n  margin:24px auto;\n  color:var(--gold);\n}\n\n.lustra-divider:before,\n.lustra-divider:after{\n  content:\"\";\n  width:48px;\n  height:1px;\n  background:linear-gradient(90deg,transparent,var(--gold));\n}\n\n.lustra-divider:after{\n  background:linear-gradient(90deg,var(--gold),transparent);\n}\n\n\/* DESCRIPTION *\/\n\n.lustra-description{\n  max-width:610px;\n  margin:0 auto;\n  color:#574f49;\n  font-size:15px;\n  line-height:1.75;\n  animation:lustraUp .7s .25s ease both;\n}\n\n.lustra-description strong{\n  color:var(--emerald);\n}\n\n\/* MAIN HOOK *\/\n\n.lustra-hook{\n  max-width:610px;\n  margin:27px auto;\n  padding:23px 16px;\n  position:relative;\n  overflow:hidden;\n\n  border-radius:19px;\n  border:1px solid rgba(234,211,155,.6);\n\n  background:\n    radial-gradient(circle at top right,rgba(255,255,255,.11),transparent 40%),\n    linear-gradient(135deg,var(--emerald),var(--emerald2));\n\n  box-shadow:0 12px 30px rgba(7,63,52,.16);\n\n  animation:lustraUp .7s .35s ease both;\n}\n\n.lustra-hook:after{\n  content:\"\";\n  position:absolute;\n  top:-100%;\n  left:-50%;\n  width:32%;\n  height:300%;\n\n  transform:rotate(20deg);\n\n  background:linear-gradient(\n    90deg,\n    transparent,\n    rgba(255,255,255,.18),\n    transparent\n  );\n\n  animation:lustraSweep 5s ease-in-out infinite;\n}\n\n.lustra-hook strong{\n  position:relative;\n  z-index:2;\n  display:block;\n\n  color:var(--goldlight);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:21px;\n  font-weight:500;\n  margin-bottom:8px;\n}\n\n.lustra-hook span{\n  position:relative;\n  z-index:2;\n  display:block;\n\n  max-width:520px;\n  margin:auto;\n\n  color:#fffaf2;\n  font-size:13px;\n  line-height:1.6;\n}\n\n\/* COLOURS *\/\n\n.lustra-section-title{\n  margin:31px 0 6px;\n\n  color:var(--emerald);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:23px;\n  font-weight:500;\n}\n\n.lustra-section-sub{\n  margin:0 auto 18px;\n  color:#81766f;\n  font-size:13px;\n}\n\n.lustra-colours{\n  max-width:610px;\n  margin:0 auto;\n\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:8px;\n}\n\n.lustra-colour{\n  padding:18px 6px;\n  border-radius:15px;\n\n  background:#fff;\n  border:1px solid rgba(189,145,72,.25);\n\n  animation:lustraUp .65s ease both;\n}\n\n.lustra-colour-dot{\n  width:35px;\n  height:35px;\n  margin:0 auto 8px;\n  border-radius:50%;\n\n  box-shadow:\n    inset 0 1px 4px rgba(255,255,255,.8),\n    0 4px 10px rgba(0,0,0,.08);\n}\n\n.lustra-gold{\n  background:linear-gradient(145deg,#f1d27c,#a97722);\n}\n\n.lustra-silver{\n  background:linear-gradient(145deg,#f7f8f8,#8f969c);\n}\n\n.lustra-rose{\n  background:linear-gradient(145deg,#f0c3ba,#aa716c);\n}\n\n.lustra-colour strong{\n  display:block;\n\n  color:var(--emerald);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:14px;\n  font-weight:500;\n}\n\n\/* LENGTHS *\/\n\n.lustra-lengths{\n  max-width:610px;\n  margin:25px auto 0;\n  padding:22px 12px;\n\n  border-radius:18px;\n  border:1px solid rgba(189,145,72,.3);\n\n  background:linear-gradient(145deg,#fff,#fbf3e7);\n\n  animation:lustraUp .7s .55s ease both;\n}\n\n.lustra-lengths h3{\n  margin:0 0 6px;\n\n  color:var(--emerald);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:20px;\n  font-weight:500;\n}\n\n.lustra-lengths \u003e p{\n  margin:0 0 16px;\n  color:#766c65;\n  font-size:12px;\n}\n\n.lustra-size-grid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:6px;\n}\n\n.lustra-size{\n  padding:12px 3px;\n\n  border-radius:10px;\n  border:1px solid rgba(189,145,72,.35);\n\n  background:#fffdf9;\n\n  color:#8a652d;\n  font-size:11px;\n  font-weight:700;\n\n  transition:all .3s ease;\n}\n\n.lustra-size:hover{\n  transform:translateY(-3px);\n  color:white;\n  background:var(--emerald);\n  border-color:var(--emerald);\n}\n\n\/* BENEFITS *\/\n\n.lustra-benefits{\n  max-width:620px;\n  margin:20px auto 0;\n\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:9px;\n}\n\n.lustra-card{\n  padding:20px 9px;\n\n  border-radius:16px;\n  border:1px solid rgba(189,145,72,.27);\n\n  background:linear-gradient(145deg,#ffffff,#fcf5e9);\n\n  box-shadow:0 5px 18px rgba(50,40,30,.05);\n\n  transition:transform .3s ease,box-shadow .3s ease;\n  animation:lustraUp .65s ease both;\n}\n\n.lustra-card:hover{\n  transform:translateY(-4px);\n  box-shadow:0 11px 25px rgba(7,63,52,.10);\n}\n\n.lustra-icon{\n  width:43px;\n  height:43px;\n  margin:0 auto 9px;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  border-radius:50%;\n  border:1px solid var(--gold);\n\n  background:linear-gradient(\n    145deg,\n    var(--emerald),\n    var(--emerald2)\n  );\n\n  font-size:18px;\n\n  animation:lustraPulse 3s ease-in-out infinite;\n}\n\n.lustra-card strong{\n  display:block;\n  margin-bottom:5px;\n\n  color:var(--emerald);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:15px;\n  font-weight:500;\n}\n\n.lustra-card p{\n  margin:0;\n\n  color:#766c65;\n  font-size:11.5px;\n  line-height:1.5;\n}\n\n\/* OUTCOME *\/\n\n.lustra-outcome{\n  max-width:610px;\n  margin:29px auto 0;\n  padding:24px 14px;\n\n  border-radius:19px;\n  border:1px solid rgba(189,145,72,.3);\n\n  background:\n    radial-gradient(circle at 90% 10%,rgba(234,211,155,.24),transparent 36%),\n    linear-gradient(145deg,#fff,#faf1e4);\n\n  animation:lustraUp .7s .75s ease both;\n}\n\n.lustra-outcome small{\n  display:block;\n  margin-bottom:8px;\n\n  color:#98702f;\n  font-size:9px;\n  font-weight:800;\n  letter-spacing:2px;\n}\n\n.lustra-outcome h3{\n  margin:0 0 9px;\n\n  color:var(--emerald);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:21px;\n  font-weight:500;\n}\n\n.lustra-outcome p{\n  max-width:530px;\n  margin:0 auto;\n\n  color:#6b615a;\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n\/* BEFORE \/ AFTER *\/\n\n.lustra-transform{\n  max-width:610px;\n  margin:14px auto 0;\n\n  display:grid;\n  grid-template-columns:1fr 35px 1fr;\n  align-items:center;\n  gap:5px;\n}\n\n.lustra-transform-box{\n  padding:16px 6px;\n\n  border-radius:13px;\n  border:1px solid rgba(189,145,72,.28);\n\n  background:#fffdf9;\n}\n\n.lustra-transform-box span{\n  display:block;\n  margin-bottom:5px;\n\n  color:#98784b;\n  font-size:9px;\n  font-weight:700;\n  letter-spacing:1.1px;\n}\n\n.lustra-transform-box strong{\n  display:block;\n\n  color:var(--emerald);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:14px;\n  font-weight:500;\n}\n\n.lustra-arrow{\n  color:var(--gold);\n  font-size:20px;\n\n  animation:lustraArrow 1.5s ease-in-out infinite;\n}\n\n\/* STAINLESS STEEL *\/\n\n.lustra-material{\n  max-width:610px;\n  margin:26px auto 0;\n  padding:18px 12px;\n\n  border-left:3px solid var(--gold);\n  border-radius:12px;\n\n  background:rgba(7,63,52,.055);\n\n  text-align:left;\n\n  animation:lustraUp .7s .85s ease both;\n}\n\n.lustra-material strong{\n  display:block;\n  margin-bottom:5px;\n\n  color:var(--emerald);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:16px;\n  font-weight:500;\n}\n\n.lustra-material span{\n  color:#6d635c;\n  font-size:12px;\n  line-height:1.55;\n}\n\n\/* OCCASIONS *\/\n\n.lustra-occasions{\n  max-width:610px;\n  margin:26px auto 0;\n  padding:15px 6px;\n\n  border-top:1px solid rgba(189,145,72,.38);\n  border-bottom:1px solid rgba(189,145,72,.38);\n\n  color:#805e29;\n  font-size:10.5px;\n  font-weight:700;\n  line-height:1.9;\n}\n\n\/* CLOSING *\/\n\n.lustra-closing{\n  max-width:610px;\n  margin:28px auto 0;\n  padding:27px 16px;\n\n  border-radius:19px;\n  border:1px solid rgba(189,145,72,.32);\n\n  background:\n    radial-gradient(circle at top right,rgba(234,211,155,.24),transparent 38%),\n    linear-gradient(145deg,#f8eddd,#fffaf3);\n\n  animation:lustraUp .7s .95s ease both;\n}\n\n.lustra-closing:before{\n  content:\"✦\";\n  display:block;\n\n  margin-bottom:8px;\n\n  color:var(--gold);\n  font-size:20px;\n\n  animation:lustraSparkle 2s ease-in-out infinite;\n}\n\n.lustra-closing h3{\n  margin:0 0 9px;\n\n  color:var(--emerald);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:22px;\n  font-weight:500;\n}\n\n.lustra-closing p{\n  max-width:520px;\n  margin:0 auto;\n\n  color:#655b54;\n  font-size:13px;\n  line-height:1.65;\n}\n\n.lustra-final{\n  margin-top:18px;\n\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:18px;\n\n  background:linear-gradient(\n    90deg,\n    #846025,\n    #c89b4d,\n    #0b5b49\n  );\n\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n}\n\n.lustra-footer{\n  margin-top:24px;\n\n  color:#987136;\n  font-size:10px;\n  font-weight:700;\n  letter-spacing:2.3px;\n  text-transform:uppercase;\n}\n\n\/* ANIMATIONS *\/\n\n@keyframes lustraUp{\n  from{\n    opacity:0;\n    transform:translateY(18px);\n  }\n  to{\n    opacity:1;\n    transform:translateY(0);\n  }\n}\n\n@keyframes lustraSparkle{\n  0%,100%{\n    opacity:.55;\n    transform:scale(.9) rotate(0deg);\n  }\n  50%{\n    opacity:1;\n    transform:scale(1.2) rotate(10deg);\n  }\n}\n\n@keyframes lustraShimmer{\n  from{background-position:0 center}\n  to{background-position:280% center}\n}\n\n@keyframes lustraSweep{\n  0%,65%{left:-50%}\n  100%{left:130%}\n}\n\n@keyframes lustraPulse{\n  0%,100%{\n    box-shadow:0 3px 10px rgba(7,63,52,.12);\n  }\n  50%{\n    box-shadow:\n      0 5px 17px rgba(7,63,52,.2),\n      0 0 12px rgba(189,145,72,.24);\n  }\n}\n\n@keyframes lustraArrow{\n  0%,100%{transform:translateX(-2px)}\n  50%{transform:translateX(3px)}\n}\n\n\/* MOBILE *\/\n\n@media(max-width:480px){\n\n  .lustra-product{\n    padding:29px 12px;\n    border-radius:18px;\n  }\n\n  .lustra-title{\n    font-size:32px;\n  }\n\n  .lustra-tagline,\n  .lustra-description{\n    font-size:14px;\n  }\n\n  .lustra-hook{\n    padding:20px 12px;\n  }\n\n  .lustra-hook strong{\n    font-size:18px;\n  }\n\n  .lustra-section-title{\n    font-size:21px;\n  }\n\n  .lustra-colour{\n    padding:15px 4px;\n  }\n\n  .lustra-colour strong{\n    font-size:12px;\n  }\n\n  .lustra-size-grid{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .lustra-benefits{\n    gap:8px;\n  }\n\n  .lustra-card{\n    padding:17px 7px;\n  }\n\n  .lustra-card strong{\n    font-size:14px;\n  }\n\n  .lustra-card p{\n    font-size:10.5px;\n  }\n\n  .lustra-transform-box{\n    padding:14px 4px;\n  }\n\n  .lustra-transform-box strong{\n    font-size:12px;\n  }\n\n  .lustra-closing{\n    padding:23px 12px;\n  }\n\n  .lustra-final{\n    font-size:17px;\n  }\n}\n\n\/* SMALL PHONES *\/\n\n@media(max-width:350px){\n\n  .lustra-benefits{\n    grid-template-columns:1fr;\n  }\n\n  .lustra-transform{\n    grid-template-columns:1fr;\n  }\n\n  .lustra-arrow{\n    transform:rotate(90deg);\n  }\n}\n\n\/* ACCESSIBILITY *\/\n\n@media(prefers-reduced-motion:reduce){\n\n  .lustra-product *{\n    animation:none!important;\n    transition:none!important;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003c!-- INTRO --\u003e\n\n\u003cdiv class=\"lustra-sparkle\"\u003e✦\u003c\/div\u003e\n\n\u003cdiv class=\"lustra-brand\"\u003e\n  MUSE \u0026amp; CO.\n\u003c\/div\u003e\n\n\u003ch2 class=\"lustra-title\"\u003e\n  Meet\n  \u003cspan\u003eLUSTRA ✨\u003c\/span\u003e\n\u003c\/h2\u003e\n\n\u003cp class=\"lustra-tagline\"\u003e\n  Minimal by design. Impossible to miss.\n\u003c\/p\u003e\n\n\u003cdiv class=\"lustra-divider\"\u003e◇\u003c\/div\u003e\n\n\n\u003c!-- MAIN DESCRIPTION --\u003e\n\n\u003cp class=\"lustra-description\"\u003e\n\n  Sometimes you don't need a statement piece.\n  You just need \u003cstrong\u003ethe right amount of shine.\u003c\/strong\u003e ✨\n\n  \u003cbr\u003e\u003cbr\u003e\n\n  Meet \u003cstrong\u003eLustra\u003c\/strong\u003e — our sleek stainless steel\n  shimmer chain designed to catch the light as you move\n  and add that effortless finishing touch to your look.\n\n  \u003cbr\u003e\u003cbr\u003e\n\n  Wear it with your everyday basics, your favourite\n  dress or layer it with other pieces when you want\n  something a little more styled.\n\n\u003c\/p\u003e\n\n\n\u003c!-- SALES HOOK --\u003e\n\n\u003cdiv class=\"lustra-hook\"\u003e\n\n  \u003cstrong\u003e\n    One Chain. Your Colour. Your Length. Your Look. ✨\n  \u003c\/strong\u003e\n\n  \u003cspan\u003e\n    Choose from 3 beautiful colours and 4 different lengths\n    to create a Lustra that feels completely your own.\n  \u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- COLOURS --\u003e\n\n\u003ch3 class=\"lustra-section-title\"\u003e\n  Choose Your Finish 💫\n\u003c\/h3\u003e\n\n\u003cp class=\"lustra-section-sub\"\u003e\n  Match your jewellery. Match your mood.\n\u003c\/p\u003e\n\n\u003cdiv class=\"lustra-colours\"\u003e\n\n  \u003cdiv class=\"lustra-colour\"\u003e\n    \u003cdiv class=\"lustra-colour-dot lustra-gold\"\u003e\u003c\/div\u003e\n    \u003cstrong\u003eGold ✨\u003c\/strong\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lustra-colour\"\u003e\n    \u003cdiv class=\"lustra-colour-dot lustra-silver\"\u003e\u003c\/div\u003e\n    \u003cstrong\u003eSilver 🤍\u003c\/strong\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lustra-colour\"\u003e\n    \u003cdiv class=\"lustra-colour-dot lustra-rose\"\u003e\u003c\/div\u003e\n    \u003cstrong\u003eRose Gold 🌹\u003c\/strong\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- LENGTHS --\u003e\n\n\u003cdiv class=\"lustra-lengths\"\u003e\n\n  \u003ch3\u003e\n    Find Your Perfect Length ✨\n  \u003c\/h3\u003e\n\n  \u003cp\u003e\n    Four options. Style it your way.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"lustra-size-grid\"\u003e\n\n    \u003cdiv class=\"lustra-size\"\u003e\n      45.72 CM\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lustra-size\"\u003e\n      50.8 CM\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lustra-size\"\u003e\n      55.88 CM\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lustra-size\"\u003e\n      60.96 CM\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- BENEFITS --\u003e\n\n\u003ch3 class=\"lustra-section-title\"\u003e\n  The little detail that changes the look 💎\n\u003c\/h3\u003e\n\n\u003cp class=\"lustra-section-sub\"\u003e\n  Designed to make styling feel effortless.\n\u003c\/p\u003e\n\n\u003cdiv class=\"lustra-benefits\"\u003e\n\n  \u003cdiv class=\"lustra-card\"\u003e\n\n    \u003cspan class=\"lustra-icon\"\u003e✨\u003c\/span\u003e\n\n    \u003cstrong\u003eLight-Catching Shine\u003c\/strong\u003e\n\n    \u003cp\u003e\n      A shimmering finish adds subtle sparkle\n      whenever the light hits your chain.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"lustra-card\"\u003e\n\n    \u003cspan class=\"lustra-icon\"\u003e🎨\u003c\/span\u003e\n\n    \u003cstrong\u003e3 Colours\u003c\/strong\u003e\n\n    \u003cp\u003e\n      Choose Gold, Silver or Rose Gold to suit\n      your jewellery collection and personal style.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"lustra-card\"\u003e\n\n    \u003cspan class=\"lustra-icon\"\u003e📏\u003c\/span\u003e\n\n    \u003cstrong\u003e4 Lengths\u003c\/strong\u003e\n\n    \u003cp\u003e\n      Go shorter for a classic look or longer\n      to create your own layering combination.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"lustra-card\"\u003e\n\n    \u003cspan class=\"lustra-icon\"\u003e💫\u003c\/span\u003e\n\n    \u003cstrong\u003eEasy To Style\u003c\/strong\u003e\n\n    \u003cp\u003e\n      Wear it alone for minimal elegance or\n      layer it with your favourites for more impact.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- OUTCOME --\u003e\n\n\u003cdiv class=\"lustra-outcome\"\u003e\n\n  \u003csmall\u003e\n    THE LUSTRA EFFECT\n  \u003c\/small\u003e\n\n  \u003ch3\u003e\n    From basic to beautifully finished. ✨\n  \u003c\/h3\u003e\n\n  \u003cp\u003e\n    A simple outfit can feel completely different\n    when the right jewellery catches the light.\n\n    \u003cbr\u003e\u003cbr\u003e\n\n    Lustra adds that subtle shimmer around your neckline,\n    helping everyday outfits feel more\n    \u003cstrong\u003epolished, styled and intentionally put together.\u003c\/strong\u003e\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- BEFORE \/ AFTER --\u003e\n\n\u003cdiv class=\"lustra-transform\"\u003e\n\n  \u003cdiv class=\"lustra-transform-box\"\u003e\n    \u003cspan\u003eWITHOUT LUSTRA\u003c\/span\u003e\n    \u003cstrong\u003eSomething's missing...\u003c\/strong\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lustra-arrow\"\u003e\n    →\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lustra-transform-box\"\u003e\n    \u003cspan\u003eWITH LUSTRA ✨\u003c\/span\u003e\n    \u003cstrong\u003eNow it's styled.\u003c\/strong\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- MATERIAL --\u003e\n\n\u003cdiv class=\"lustra-material\"\u003e\n\n  \u003cstrong\u003e\n    Stainless Steel Construction ✨\n  \u003c\/strong\u003e\n\n  \u003cspan\u003e\n    Crafted from stainless steel and available in your\n    choice of Gold, Silver or Rose Gold finish.\n  \u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- OCCASIONS --\u003e\n\n\u003cdiv class=\"lustra-occasions\"\u003e\n\n  EVERYDAY 🤍\n   • \n\n  WORK 👗\n   • \n\n  BRUNCH 🥂\n   • \n\n  DATE NIGHT ✨\n   • \n\n  LAYERING 💫\n\n\u003c\/div\u003e\n\n\n\u003c!-- CLOSING --\u003e\n\n\u003cdiv class=\"lustra-closing\"\u003e\n\n  \u003ch3\u003e\n    Your everyday outfit's easiest upgrade. ✨\n  \u003c\/h3\u003e\n\n  \u003cp\u003e\n    Jeans and a tee. Your favourite dress.\n    Workwear. Weekend looks.\n\n    \u003cbr\u003e\u003cbr\u003e\n\n    Lustra is designed to be that final detail you add\n    when your outfit feels like it needs\n    \u003cstrong\u003ejust a little something more.\u003c\/strong\u003e\n\n    \u003cbr\u003e\u003cbr\u003e\n\n    Choose your colour. Choose your length.\n    Make it yours. 🤍\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"lustra-final\"\u003e\n    Catch the light. Complete the look. ✨\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- FOOTER --\u003e\n\n\u003cdiv class=\"lustra-footer\"\u003e\n  MUSE \u0026amp; CO. · MADE TO BE NOTICED\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Muse\u0026Co","offers":[{"title":"Silver \/ 45.72cm","offer_id":52866743664772,"sku":null,"price":199.99,"currency_code":"ZAR","in_stock":true},{"title":"Silver \/ 50.8cm","offer_id":52866743697540,"sku":null,"price":199.99,"currency_code":"ZAR","in_stock":true},{"title":"Silver \/ 55.88cm","offer_id":52866743730308,"sku":null,"price":199.99,"currency_code":"ZAR","in_stock":true},{"title":"Silver \/ 60.96cm","offer_id":52866743763076,"sku":null,"price":199.99,"currency_code":"ZAR","in_stock":true},{"title":"Gold \/ 45.72cm","offer_id":52866743795844,"sku":null,"price":199.99,"currency_code":"ZAR","in_stock":true},{"title":"Gold \/ 50.8cm","offer_id":52866743828612,"sku":null,"price":199.99,"currency_code":"ZAR","in_stock":true},{"title":"Gold \/ 55.88cm","offer_id":52866743861380,"sku":null,"price":199.99,"currency_code":"ZAR","in_stock":false},{"title":"Gold \/ 60.96cm","offer_id":52866743894148,"sku":null,"price":199.99,"currency_code":"ZAR","in_stock":true},{"title":"Rose gold \/ 45.72cm","offer_id":52866743926916,"sku":null,"price":199.99,"currency_code":"ZAR","in_stock":true},{"title":"Rose gold \/ 50.8cm","offer_id":52866743959684,"sku":null,"price":199.99,"currency_code":"ZAR","in_stock":true},{"title":"Rose gold \/ 55.88cm","offer_id":52866743992452,"sku":null,"price":199.99,"currency_code":"ZAR","in_stock":true},{"title":"Rose gold \/ 60.96cm","offer_id":52866744025220,"sku":null,"price":199.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1028\/8126\/3748\/files\/9f756d90-8e9f-4b91-aef4-3347452021df.avif?v=1789932711"},{"product_id":"leopard-luxe-necklace","title":"Leopard Luxe Necklace","description":"\u003cstyle\u003e\n  .leopard-luxe {\n    box-sizing: border-box;\n    max-width: 720px;\n    margin: 20px auto;\n    overflow: hidden;\n    border: 1px solid #d8bd91;\n    border-radius: 20px;\n    background: linear-gradient(135deg, #fffaf2, #f3e4ce);\n    color: #34251e;\n    font-family: Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.75;\n    animation: leopard-arrive 0.8s ease-out both;\n  }\n\n  .leopard-luxe * {\n    box-sizing: border-box;\n  }\n\n  .leopard-luxe .ll-content {\n    padding: 30px 26px;\n  }\n\n  .leopard-luxe .ll-label {\n    margin: 0 0 12px;\n    color: #765128;\n    font-size: 11px;\n    font-weight: bold;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .leopard-luxe h2 {\n    margin: 0 0 16px;\n    color: #34251e;\n    font-family: Georgia, serif;\n    font-size: clamp(30px, 6vw, 44px);\n    font-weight: normal;\n    line-height: 1.2;\n  }\n\n  .leopard-luxe .ll-tagline {\n    font-size: 20px;\n    line-height: 1.5;\n    font-weight: bold;\n  }\n\n  .leopard-luxe .ll-feature {\n    margin: 14px 0;\n    padding: 18px;\n    border: 1px solid #e5d2b6;\n    border-radius: 12px;\n    background: #ffffff80;\n  }\n\n  .leopard-luxe .ll-feature strong {\n    display: block;\n    margin-bottom: 5px;\n  }\n\n  .leopard-luxe .ll-feature p {\n    margin: 0;\n  }\n\n  .leopard-luxe .ll-care {\n    margin-top: 24px;\n    padding-top: 18px;\n    border-top: 1px solid #d8bd91;\n    font-size: 14px;\n  }\n\n  .leopard-luxe .ll-finish {\n    padding: 24px;\n    background: #34251e;\n    color: #fff3dc;\n    text-align: center;\n  }\n\n  .leopard-luxe .ll-finish strong {\n    display: block;\n    margin-bottom: 8px;\n    font-family: Georgia, serif;\n    font-size: 25px;\n    line-height: 1.4;\n  }\n\n  .leopard-luxe .ll-sparkle {\n    display: inline-block;\n    animation: leopard-sparkle 2.4s ease-in-out 3;\n  }\n\n  @keyframes leopard-arrive {\n    from {\n      opacity: 0;\n      transform: translateY(14px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @keyframes leopard-sparkle {\n    0%, 100% {\n      transform: scale(1);\n    }\n    50% {\n      transform: scale(1.18) rotate(8deg);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .leopard-luxe .ll-content {\n      padding: 24px 18px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .leopard-luxe,\n    .leopard-luxe .ll-sparkle {\n      animation: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"leopard-luxe\" aria-label=\"Leopard Luxe Necklace\"\u003e\n  \u003cdiv class=\"ll-content\"\u003e\n    \u003cp class=\"ll-label\"\u003eA little wild. A lot of style.\u003c\/p\u003e\n\n    \u003ch2\u003e\n      Leopard Luxe Necklace\n      \u003cspan class=\"ll-sparkle\" aria-hidden=\"true\"\u003e✨\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"ll-tagline\"\u003e\n      Your outfit’s finishing touch. Your wild side’s moment. 🐆\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Some outfits just need \u003cem\u003ethat one piece.\u003c\/em\u003e\n      With its bold leopard pattern, golden tones and sleek,\n      flat silhouette, \u003cstrong\u003eLeopard Luxe\u003c\/strong\u003e brings\n      a beautiful touch of drama to your neckline.\n      Put it on, catch your reflection and let the outfit\n      come together.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ll-feature\"\u003e\n      \u003cstrong\u003e✨ Simple outfit. Stunning finishing touch.\u003c\/strong\u003e\n      \u003cp\u003e\n        Give your favourite white tee, crisp shirt or little\n        black dress a fresh twist. The distinctive leopard\n        pattern makes even your simplest look feel thoughtfully styled.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ll-feature\"\u003e\n      \u003cstrong\u003e🥂 Made for your kind of plans.\u003c\/strong\u003e\n      \u003cp\u003e\n        Brunch with the girls, a Saturday braai or sundowners\n        that turn into dinner — there’s always a reason to\n        bring a little extra style.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ll-feature\"\u003e\n      \u003cstrong\u003e🤎 Wear your wild side beautifully.\u003c\/strong\u003e\n      \u003cp\u003e\n        Let it stand out on its own, or pair it with simple\n        gold-tone earrings. Warm neutrals, denim and all-black\n        outfits make the perfect backdrop.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ll-feature\"\u003e\n      \u003cstrong\u003e🎁 A little “this is for me” moment.\u003c\/strong\u003e\n      \u003cp\u003e\n        Buying a gift or treating yourself? Choose a piece\n        with personality — something to reach for when\n        your outfit needs a little more you.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      Picture it: hair swept back, your favourite lip colour,\n      Leopard Luxe at your neckline.\n      \u003cstrong\u003eThat last look in the mirror? Take another.\u003c\/strong\u003e 💋\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ll-care\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eProduct details 🐆\u003c\/strong\u003e\u003cbr\u003e\n        \u003cstrong\u003eMaterial:\u003c\/strong\u003e Iron\u003cbr\u003e\n        \u003cstrong\u003eAppearance:\u003c\/strong\u003e Gold-tone with a leopard pattern\u003cbr\u003e\n        \u003cstrong\u003eDesign:\u003c\/strong\u003e Sleek, flat necklace\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        \u003cstrong\u003eKeep it looking its best 🤎\u003c\/strong\u003e\u003cbr\u003e\n        Keep dry and avoid contact with perfume, lotions and\n        cleaning products. Remove before showering, swimming\n        or exercising. Wipe gently with a soft, dry cloth\n        and store in a dry place.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-finish\"\u003e\n    \u003cstrong\u003eGive your next look a little wild. 🛍️\u003c\/strong\u003e\n    Add Leopard Luxe to your bag and make it yours.\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"Muse\u0026Co","offers":[{"title":"Default Title","offer_id":52903951138948,"sku":null,"price":199.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1028\/8126\/3748\/files\/12c6f67f-3d02-4969-8356-12f8b3255286.avif?v=1790324103"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1028\/8126\/3748\/collections\/11ac1c1b-6a26-4513-b385-436e48d677c7.png?v=1789482957","url":"https:\/\/www.musenco.co.za\/collections\/necklace.oembed","provider":"Muse\u0026Co","version":"1.0","type":"link"}