{"title":"Home page","description":null,"products":[{"product_id":"sienna-snowflake-earring-2pc-set","title":"Sienna 'Snowflake' Earring- 2pc\/Set","description":"\u003cdiv class=\"sienna-wrap\"\u003e\n\u003cstyle\u003e\n.sienna-wrap{\n  --emerald:#073f32;\n  --emerald2:#0b5946;\n  --gold:#b88a3d;\n  --gold2:#e6ca84;\n  --silver:#d9d9d9;\n  --cream:#fffaf3;\n  --text:#332d2a;\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 8% 7%,rgba(230,202,132,.18),transparent 27%),\n    radial-gradient(circle at 94% 88%,rgba(7,63,50,.08),transparent 28%),\n    linear-gradient(145deg,#fffdf9,#fff7ed);\n\n  border-radius:24px;\n  box-sizing:border-box;\n}\n\n.sienna-wrap *{box-sizing:border-box}\n\n\/* AMBIENT GLOW *\/\n.sienna-wrap:before{\n  content:\"\";\n  position:absolute;\n  width:170px;\n  height:170px;\n  top:-75px;\n  right:-70px;\n  border-radius:50%;\n  background:rgba(230,202,132,.18);\n  filter:blur(28px);\n  animation:siennaGlow 4s ease-in-out infinite;\n}\n\n\/* TOP *\/\n.sienna-sparkle{\n  position:relative;\n  color:var(--gold);\n  font-size:27px;\n  margin-bottom:8px;\n  animation:siennaSparkle 2s ease-in-out infinite;\n}\n\n.sienna-eyebrow{\n  margin-bottom:8px;\n  color:var(--emerald);\n  font-size:10px;\n  font-weight:700;\n  letter-spacing:2.6px;\n  text-transform:uppercase;\n  animation:siennaUp .7s ease both;\n}\n\n\/* TITLE *\/\n.sienna-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:siennaUp .7s .08s ease both;\n}\n\n.sienna-title span{\n  display:block;\n  margin-top:4px;\n\n  background:linear-gradient(\n    90deg,\n    #777,\n    #b3b3b3,\n    #eeeeee,\n    #a47a35,\n    #d9bc76,\n    #777\n  );\n\n  background-size:280% auto;\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n\n  animation:siennaShimmer 4s linear infinite;\n}\n\n.sienna-tagline{\n  max-width:560px;\n  margin:13px auto 0;\n  color:#756b65;\n  font-size:15px;\n  line-height:1.6;\n  animation:siennaUp .7s .15s ease both;\n}\n\n\/* DIVIDER *\/\n.sienna-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:siennaUp .7s .2s ease both;\n}\n\n.sienna-divider:before,\n.sienna-divider:after{\n  content:\"\";\n  width:45px;\n  height:1px;\n  background:linear-gradient(90deg,transparent,var(--gold));\n}\n\n.sienna-divider:after{\n  background:linear-gradient(90deg,var(--gold),transparent);\n}\n\n\/* DESCRIPTION *\/\n.sienna-copy{\n  max-width:610px;\n  margin:0 auto;\n  color:#554d48;\n  font-size:15px;\n  line-height:1.75;\n  animation:siennaUp .7s .25s ease both;\n}\n\n.sienna-copy strong{\n  color:var(--emerald);\n}\n\n\/* MAIN SALES OUTCOME *\/\n.sienna-outcome{\n  max-width:610px;\n  margin:25px auto;\n  padding:21px 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(circle at top right,\n      rgba(230,202,132,.18),transparent 40%),\n    linear-gradient(135deg,var(--emerald),var(--emerald2));\n\n  box-shadow:0 11px 28px rgba(7,63,50,.16);\n  animation:siennaUp .7s .35s ease both;\n}\n\n.sienna-outcome:after{\n  content:\"\";\n  position:absolute;\n  top:-100%;\n  left:-40%;\n  width:35%;\n  height:300%;\n\n  background:linear-gradient(\n    90deg,\n    transparent,\n    rgba(255,255,255,.13),\n    transparent\n  );\n\n  transform:rotate(20deg);\n  animation:siennaSweep 5s ease-in-out infinite;\n}\n\n.sienna-outcome strong{\n  position:relative;\n  z-index:2;\n  display:block;\n  margin-bottom:7px;\n\n  color:var(--gold2);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:20px;\n  font-weight:500;\n}\n\n.sienna-outcome span{\n  position:relative;\n  z-index:2;\n  display:block;\n  color:#f9f4eb;\n  font-size:13px;\n  line-height:1.55;\n}\n\n\/* BENEFITS *\/\n.sienna-heading{\n  margin:30px 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.sienna-sub{\n  margin:0 auto 19px;\n  color:#81766f;\n  font-size:13px;\n}\n\n.sienna-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.sienna-card{\n  padding:19px 10px;\n\n  border-radius:16px;\n  border:1px solid rgba(184,138,61,.27);\n\n  background:linear-gradient(145deg,#fff,#fcf6ed);\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:siennaUp .65s ease both;\n}\n\n.sienna-card:nth-child(1){animation-delay:.4s}\n.sienna-card:nth-child(2){animation-delay:.5s}\n.sienna-card:nth-child(3){animation-delay:.6s}\n.sienna-card:nth-child(4){animation-delay:.7s}\n\n.sienna-card:hover{\n  transform:translateY(-4px);\n  border-color:rgba(184,138,61,.60);\n  box-shadow:0 11px 25px rgba(7,63,50,.10);\n}\n\n.sienna-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(145deg,var(--emerald),var(--emerald2));\n  color:var(--gold2);\n\n  font-size:19px;\n  animation:siennaIcon 3s ease-in-out infinite;\n}\n\n.sienna-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.sienna-card span:not(.sienna-icon){\n  display:block;\n  color:#756a63;\n  font-size:11.5px;\n  line-height:1.45;\n}\n\n\/* SIENNA EFFECT *\/\n.sienna-effect{\n  max-width:610px;\n  margin:28px auto 0;\n  padding:20px 12px;\n\n  border-radius:17px;\n  border:1px solid rgba(184,138,61,.28);\n\n  background:\n    radial-gradient(circle at 90% 10%,\n      rgba(230,202,132,.18),transparent 35%),\n    linear-gradient(145deg,#fff,#faf3e8);\n\n  animation:siennaUp .7s .75s ease both;\n}\n\n.sienna-effect small{\n  display:block;\n  margin-bottom:7px;\n\n  color:#9b7333;\n  font-size:9px;\n  font-weight:800;\n  letter-spacing:2px;\n}\n\n.sienna-effect strong{\n  color:var(--emerald);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:18px;\n  font-weight:500;\n}\n\n.sienna-arrow{\n  display:inline-block;\n  margin:0 7px;\n  color:var(--gold);\n  animation:siennaArrow 1.6s ease-in-out infinite;\n}\n\n\/* MATERIALS *\/\n.sienna-material-title{\n  margin:30px 0 6px;\n\n  color:var(--emerald);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:22px;\n  font-weight:500;\n\n  animation:siennaUp .7s .8s ease both;\n}\n\n.sienna-material-sub{\n  margin:0 auto 16px;\n  color:#81766f;\n  font-size:12px;\n}\n\n.sienna-materials{\n  max-width:620px;\n  margin:0 auto;\n\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:8px;\n}\n\n.sienna-material{\n  padding:17px 8px;\n\n  border-radius:14px;\n  border:1px solid rgba(184,138,61,.28);\n\n  background:linear-gradient(145deg,#fff,#fcf6ed);\n  box-shadow:0 5px 16px rgba(65,45,30,.04);\n\n  animation:siennaUp .7s ease both;\n}\n\n.sienna-material:nth-child(1){animation-delay:.85s}\n.sienna-material:nth-child(2){animation-delay:.95s}\n.sienna-material:nth-child(3){animation-delay:1.05s}\n\n.sienna-material-icon{\n  display:block;\n  margin-bottom:6px;\n  color:var(--gold);\n  font-size:20px;\n}\n\n.sienna-material strong{\n  display:block;\n  margin-bottom:4px;\n\n  color:var(--emerald);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:14px;\n  font-weight:500;\n}\n\n.sienna-material span{\n  display:block;\n  color:#756a63;\n  font-size:10px;\n  line-height:1.4;\n}\n\n\/* OCCASIONS *\/\n.sienna-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:siennaUp .7s 1.1s ease both;\n}\n\n\/* CLOSING *\/\n.sienna-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(circle at top right,\n      rgba(230,202,132,.20),transparent 38%),\n    linear-gradient(145deg,#f8eee2,#fffaf2);\n\n  animation:siennaUp .7s 1.15s ease both;\n}\n\n.sienna-close:before{\n  content:\"✦\";\n  display:block;\n  margin-bottom:8px;\n\n  color:var(--gold);\n  font-size:18px;\n\n  animation:siennaSparkle 2s infinite;\n}\n\n.sienna-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.sienna-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.sienna-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.sienna-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 siennaUp{\n  from{\n    opacity:0;\n    transform:translateY(16px);\n  }\n  to{\n    opacity:1;\n    transform:translateY(0);\n  }\n}\n\n@keyframes siennaSparkle{\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 siennaShimmer{\n  from{background-position:0 center}\n  to{background-position:280% center}\n}\n\n@keyframes siennaGlow{\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 siennaSweep{\n  0%,65%{left:-40%}\n  100%{left:130%}\n}\n\n@keyframes siennaArrow{\n  0%,100%{transform:translateX(0)}\n  50%{transform:translateX(4px)}\n}\n\n@keyframes siennaIcon{\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,.20);\n  }\n}\n\n\/* MOBILE *\/\n@media(max-width:480px){\n\n  .sienna-wrap{\n    padding:29px 12px;\n    border-radius:18px;\n  }\n\n  .sienna-title{\n    font-size:32px;\n  }\n\n  .sienna-tagline,\n  .sienna-copy{\n    font-size:14px;\n  }\n\n  .sienna-copy{\n    line-height:1.68;\n  }\n\n  .sienna-outcome{\n    margin:22px auto;\n    padding:18px 12px;\n  }\n\n  .sienna-outcome strong{\n    font-size:18px;\n  }\n\n  .sienna-heading,\n  .sienna-material-title{\n    font-size:20px;\n  }\n\n  .sienna-grid{\n    gap:8px;\n  }\n\n  .sienna-card{\n    padding:17px 7px;\n  }\n\n  .sienna-card strong{\n    font-size:14px;\n  }\n\n  .sienna-card span:not(.sienna-icon){\n    font-size:10.5px;\n  }\n\n  .sienna-effect strong{\n    font-size:16px;\n  }\n\n  .sienna-materials{\n    gap:6px;\n  }\n\n  .sienna-material{\n    padding:14px 5px;\n  }\n\n  .sienna-material strong{\n    font-size:11.5px;\n  }\n\n  .sienna-material span{\n    font-size:9px;\n  }\n\n  .sienna-occasions{\n    font-size:9px;\n    line-height:1.7;\n  }\n\n  .sienna-close{\n    padding:22px 13px;\n  }\n\n  .sienna-close h3{\n    font-size:19px;\n  }\n}\n\n\/* VERY SMALL DEVICES *\/\n@media(max-width:350px){\n\n  .sienna-grid,\n  .sienna-materials{\n    grid-template-columns:1fr;\n  }\n}\n\n\/* ACCESSIBILITY *\/\n@media(prefers-reduced-motion:reduce){\n\n  .sienna-wrap *,\n  .sienna-wrap:before{\n    animation:none!important;\n    transition:none!important;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"sienna-sparkle\"\u003e✦\u003c\/div\u003e\n\n\u003cdiv class=\"sienna-eyebrow\"\u003e\n  MUSE \u0026amp; CO.\n\u003c\/div\u003e\n\n\u003ch2 class=\"sienna-title\"\u003e\n  Meet The\n  \u003cspan\u003eSienna Earrings ✨\u003c\/span\u003e\n\u003c\/h2\u003e\n\n\u003cp class=\"sienna-tagline\"\u003e\n  That expensive-looking finishing touch. 🤍\n\u003c\/p\u003e\n\n\u003cdiv class=\"sienna-divider\"\u003e◇\u003c\/div\u003e\n\n\n\u003cp class=\"sienna-copy\"\u003e\n\n  Some earrings are simply accessories.\n  \u003cstrong\u003eSienna finishes the entire look.\u003c\/strong\u003e ✨\n  \u003cbr\u003e\u003cbr\u003e\n\n  Designed with sparkling\n  \u003cstrong\u003esynthetic cubic zirconia\u003c\/strong\u003e and a polished\n  \u003cstrong\u003e925 silver-plated finish\u003c\/strong\u003e, The Sienna Earrings\n  bring that beautiful light-catching detail that instantly\n  makes your outfit feel a little more elevated.\n  \u003cbr\u003e\u003cbr\u003e\n\n  Wear them with your favourite dress, your work look,\n  or even jeans and a simple top — Sienna brings the\n  \u003cstrong\u003esparkle so you don't have to over-style.\u003c\/strong\u003e\n\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"sienna-outcome\"\u003e\n\n  \u003cstrong\u003eMinimal effort. Maximum sparkle. ✨\u003c\/strong\u003e\n\n  \u003cspan\u003e\n    Put them on and instantly take your look from\n    simple to polished, feminine and beautifully put together.\n  \u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003ch3 class=\"sienna-heading\"\u003e\n  Why Sienna belongs in your jewellery box 💎\n\u003c\/h3\u003e\n\n\u003cp class=\"sienna-sub\"\u003e\n  Because sometimes one little detail changes everything.\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"sienna-grid\"\u003e\n\n  \u003cdiv class=\"sienna-card\"\u003e\n\n    \u003cspan class=\"sienna-icon\"\u003e💎\u003c\/span\u003e\n\n    \u003cstrong\u003eBrilliant Sparkle\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Synthetic cubic zirconia catches the light beautifully\n      for an eye-catching finish.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"sienna-card\"\u003e\n\n    \u003cspan class=\"sienna-icon\"\u003e✦\u003c\/span\u003e\n\n    \u003cstrong\u003eSilver-Tone Elegance\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      A polished 925 silver-plated finish gives Sienna\n      a clean, elegant appearance.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"sienna-card\"\u003e\n\n    \u003cspan class=\"sienna-icon\"\u003e♡\u003c\/span\u003e\n\n    \u003cstrong\u003eEasy to Style\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Pair them with casual looks, workwear,\n      evening outfits and special occasions.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"sienna-card\"\u003e\n\n    \u003cspan class=\"sienna-icon\"\u003e🎁\u003c\/span\u003e\n\n    \u003cstrong\u003eGift-Worthy\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      A gorgeous little surprise for birthdays,\n      celebrations or simply spoiling someone special.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"sienna-effect\"\u003e\n\n  \u003csmall\u003eTHE SIENNA EFFECT\u003c\/small\u003e\n\n  \u003cstrong\u003e\n    Simple Look\n    \u003cspan class=\"sienna-arrow\"\u003e→\u003c\/span\u003e\n    Effortless Elegance ✨\n  \u003c\/strong\u003e\n\n\u003c\/div\u003e\n\n\n\u003ch3 class=\"sienna-material-title\"\u003e\n  The Details 💎\n\u003c\/h3\u003e\n\n\u003cp class=\"sienna-material-sub\"\u003e\n  Beautifully finished with sparkle at the centre of the design.\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"sienna-materials\"\u003e\n\n  \u003cdiv class=\"sienna-material\"\u003e\n\n    \u003cspan class=\"sienna-material-icon\"\u003e💎\u003c\/span\u003e\n\n    \u003cstrong\u003eSynthetic CZ\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Synthetic cubic zirconia for brilliant\n      light-catching sparkle.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"sienna-material\"\u003e\n\n    \u003cspan class=\"sienna-material-icon\"\u003e✦\u003c\/span\u003e\n\n    \u003cstrong\u003e925 Silver Plated\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Finished with a polished silver-toned\n      plated surface.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"sienna-material\"\u003e\n\n    \u003cspan class=\"sienna-material-icon\"\u003e◇\u003c\/span\u003e\n\n    \u003cstrong\u003eCopper Base\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Crafted with copper as the main\n      base material.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"sienna-occasions\"\u003e\n\n  WORK ✨  • \n  BRUNCH 🥂  • \n  DATE NIGHT 🤍  • \n  WEDDINGS 💍  • \n  SPECIAL OCCASIONS\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"sienna-close\"\u003e\n\n  \u003ch3\u003e\n    Give your outfit its finishing sparkle. ✨\n  \u003c\/h3\u003e\n\n  \u003cp\u003e\n    From Durban brunches and Joburg nights to Cape Town\n    weekends, weddings and celebrations,\n    \u003cstrong\u003eSienna was made for South African women who love\n    effortless elegance.\u003c\/strong\u003e\n    \u003cbr\u003e\u003cbr\u003e\n\n    Sweep your hair back and let them shine,\n    or pair them with your everyday favourites for\n    that subtle touch that makes the whole look feel complete.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"sienna-final\"\u003e\n    A little sparkle goes a long way. 💎\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"sienna-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":52843518558340,"sku":null,"price":169.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1028\/8126\/3748\/files\/9062f4ec-30b1-449d-9970-87b08dc693ce.avif?v=1789757998"},{"product_id":"the-aurelia-bracelet","title":"The Aurelia Bracelet","description":"\u003cdiv class=\"aurelia-product\"\u003e\n\u003cstyle\u003e\n.aurelia-product{\n  --emerald:#073f32;\n  --emerald2:#0c5947;\n  --gold:#b98a3d;\n  --goldlight:#ead29a;\n  --cream:#fffaf3;\n  --text:#3b322d;\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 8% 5%,rgba(234,210,154,.22),transparent 28%),\n    radial-gradient(circle at 94% 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.aurelia-product *{box-sizing:border-box}\n\n\/* GLOW *\/\n.aurelia-product:before{\n  content:\"\";\n  position:absolute;\n  width:180px;\n  height:180px;\n  right:-80px;\n  top:-80px;\n  border-radius:50%;\n  background:rgba(234,210,154,.22);\n  filter:blur(30px);\n  animation:aureliaGlow 4s ease-in-out infinite;\n}\n\n\/* HEADER *\/\n.aurelia-sparkle{\n  position:relative;\n  color:var(--gold);\n  font-size:27px;\n  margin-bottom:8px;\n  animation:aureliaSparkle 2s ease-in-out infinite;\n}\n\n.aurelia-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:aureliaUp .7s ease both;\n}\n\n.aurelia-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:aureliaUp .7s .08s ease both;\n}\n\n.aurelia-title span{\n  display:block;\n  margin-top:4px;\n\n  background:linear-gradient(\n    90deg,\n    #7f591d,\n    #c89a48,\n    #f0dda7,\n    #9a6c25,\n    #d3aa58\n  );\n\n  background-size:260% auto;\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n\n  animation:aureliaShimmer 4s linear infinite;\n}\n\n.aurelia-tagline{\n  max-width:560px;\n  margin:13px auto 0;\n  color:#776b63;\n  font-size:15px;\n  line-height:1.6;\n  animation:aureliaUp .7s .15s ease both;\n}\n\n\/* DIVIDER *\/\n.aurelia-divider{\n  display:flex;\n  justify-content:center;\n  align-items:center;\n  gap:9px;\n  margin:23px auto;\n  color:var(--gold);\n  animation:aureliaUp .7s .2s ease both;\n}\n\n.aurelia-divider:before,\n.aurelia-divider:after{\n  content:\"\";\n  width:45px;\n  height:1px;\n  background:linear-gradient(90deg,transparent,var(--gold));\n}\n\n.aurelia-divider:after{\n  background:linear-gradient(90deg,var(--gold),transparent);\n}\n\n\/* DESCRIPTION *\/\n.aurelia-copy{\n  max-width:610px;\n  margin:0 auto;\n  color:#574e48;\n  font-size:15px;\n  line-height:1.75;\n  animation:aureliaUp .7s .25s ease both;\n}\n\n.aurelia-copy strong{\n  color:var(--emerald);\n}\n\n\/* HERO SALES BLOCK *\/\n.aurelia-outcome{\n  max-width:610px;\n  margin:25px auto;\n  padding:22px 16px;\n  position:relative;\n  overflow:hidden;\n\n  border-radius:19px;\n  border:1px solid rgba(185,138,61,.68);\n\n  background:\n    radial-gradient(circle at top right,\n      rgba(234,210,154,.18),transparent 40%),\n    linear-gradient(135deg,var(--emerald),var(--emerald2));\n\n  box-shadow:0 12px 30px rgba(7,63,50,.16);\n\n  animation:aureliaUp .7s .35s ease both;\n}\n\n.aurelia-outcome:after{\n  content:\"\";\n  position:absolute;\n  top:-100%;\n  left:-40%;\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:aureliaSweep 5s ease-in-out infinite;\n}\n\n.aurelia-outcome 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:20px;\n  font-weight:500;\n  margin-bottom:7px;\n}\n\n.aurelia-outcome span{\n  position:relative;\n  z-index:2;\n  display:block;\n\n  color:#fff9ef;\n  font-size:13px;\n  line-height:1.55;\n}\n\n\/* HEADING *\/\n.aurelia-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.aurelia-sub{\n  margin:0 auto 19px;\n  color:#81756e;\n  font-size:13px;\n}\n\n\/* BENEFITS *\/\n.aurelia-grid{\n  max-width:620px;\n  margin:0 auto;\n\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:9px;\n}\n\n.aurelia-card{\n  padding:19px 10px;\n\n  border-radius:16px;\n  border:1px solid rgba(185,138,61,.28);\n\n  background:linear-gradient(145deg,#fff,#fcf5eb);\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:aureliaUp .65s ease both;\n}\n\n.aurelia-card:nth-child(1){animation-delay:.4s}\n.aurelia-card:nth-child(2){animation-delay:.5s}\n.aurelia-card:nth-child(3){animation-delay:.6s}\n.aurelia-card:nth-child(4){animation-delay:.7s}\n\n.aurelia-card:hover{\n  transform:translateY(-4px);\n  border-color:rgba(185,138,61,.65);\n  box-shadow:0 11px 25px rgba(7,63,50,.10);\n}\n\n.aurelia-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(145deg,var(--emerald),var(--emerald2));\n  color:var(--goldlight);\n\n  font-size:19px;\n  animation:aureliaIcon 3s ease-in-out infinite;\n}\n\n.aurelia-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.aurelia-card span:not(.aurelia-icon){\n  display:block;\n  color:#756961;\n  font-size:11.5px;\n  line-height:1.45;\n}\n\n\/* TRANSFORMATION *\/\n.aurelia-effect{\n  max-width:610px;\n  margin:28px auto 0;\n  padding:21px 12px;\n\n  border-radius:17px;\n  border:1px solid rgba(185,138,61,.30);\n\n  background:\n    radial-gradient(circle at 90% 10%,\n      rgba(234,210,154,.20),transparent 35%),\n    linear-gradient(145deg,#fff,#faf2e6);\n\n  animation:aureliaUp .7s .75s ease both;\n}\n\n.aurelia-effect small{\n  display:block;\n  margin-bottom:8px;\n\n  color:#9b7333;\n  font-size:9px;\n  font-weight:800;\n  letter-spacing:2px;\n}\n\n.aurelia-effect strong{\n  color:var(--emerald);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:18px;\n  font-weight:500;\n}\n\n.aurelia-arrow{\n  display:inline-block;\n  margin:0 7px;\n  color:var(--gold);\n  animation:aureliaArrow 1.6s ease-in-out infinite;\n}\n\n\/* MATERIAL *\/\n.aurelia-material{\n  max-width:610px;\n  margin:12px 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(185,138,61,.28);\n\n  background:#fffdf9;\n\n  animation:aureliaUp .7s .85s ease both;\n}\n\n.aurelia-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.aurelia-material-copy{\n  text-align:left;\n}\n\n.aurelia-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.aurelia-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\/* STYLE STRIP *\/\n.aurelia-occasions{\n  max-width:610px;\n  margin:27px auto 0;\n  padding:14px 7px;\n\n  border-top:1px solid rgba(185,138,61,.38);\n  border-bottom:1px solid rgba(185,138,61,.38);\n\n  color:#805e29;\n  font-size:10.5px;\n  font-weight:700;\n  letter-spacing:.4px;\n\n  animation:aureliaUp .7s .95s ease both;\n}\n\n\/* CLOSING *\/\n.aurelia-close{\n  max-width:600px;\n  margin:27px auto 0;\n  padding:26px 17px;\n\n  border-radius:18px;\n  border:1px solid rgba(185,138,61,.30);\n\n  background:\n    radial-gradient(circle at top right,\n      rgba(234,210,154,.20),transparent 38%),\n    linear-gradient(145deg,#f8eee2,#fffaf2);\n\n  animation:aureliaUp .7s 1s ease both;\n}\n\n.aurelia-close:before{\n  content:\"✦\";\n  display:block;\n  margin-bottom:8px;\n\n  color:var(--gold);\n  font-size:18px;\n\n  animation:aureliaSparkle 2s infinite;\n}\n\n.aurelia-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.aurelia-close p{\n  max-width:520px;\n  margin:0 auto;\n\n  color:#665950;\n  font-size:13px;\n  line-height:1.65;\n}\n\n.aurelia-final{\n  margin-top:18px;\n\n  color:var(--gold);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:18px;\n}\n\n.aurelia-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 aureliaUp{\n  from{\n    opacity:0;\n    transform:translateY(16px);\n  }\n  to{\n    opacity:1;\n    transform:translateY(0);\n  }\n}\n\n@keyframes aureliaSparkle{\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 aureliaShimmer{\n  from{background-position:0 center}\n  to{background-position:260% center}\n}\n\n@keyframes aureliaGlow{\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 aureliaSweep{\n  0%,65%{left:-40%}\n  100%{left:130%}\n}\n\n@keyframes aureliaArrow{\n  0%,100%{transform:translateX(0)}\n  50%{transform:translateX(4px)}\n}\n\n@keyframes aureliaIcon{\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(185,138,61,.22);\n  }\n}\n\n\/* MOBILE OPTIMISATION *\/\n@media(max-width:480px){\n\n  .aurelia-product{\n    padding:29px 12px;\n    border-radius:18px;\n  }\n\n  .aurelia-title{\n    font-size:32px;\n  }\n\n  .aurelia-tagline,\n  .aurelia-copy{\n    font-size:14px;\n  }\n\n  .aurelia-copy{\n    line-height:1.68;\n  }\n\n  .aurelia-outcome{\n    margin:22px auto;\n    padding:19px 12px;\n  }\n\n  .aurelia-outcome strong{\n    font-size:18px;\n  }\n\n  .aurelia-heading{\n    font-size:21px;\n  }\n\n  .aurelia-grid{\n    gap:8px;\n  }\n\n  .aurelia-card{\n    padding:17px 7px;\n  }\n\n  .aurelia-card strong{\n    font-size:14px;\n  }\n\n  .aurelia-card span:not(.aurelia-icon){\n    font-size:10.5px;\n  }\n\n  .aurelia-effect strong{\n    font-size:16px;\n  }\n\n  .aurelia-occasions{\n    font-size:9px;\n    line-height:1.7;\n  }\n\n  .aurelia-close{\n    padding:22px 13px;\n  }\n\n  .aurelia-close h3{\n    font-size:19px;\n  }\n}\n\n@media(max-width:350px){\n  .aurelia-grid{\n    grid-template-columns:1fr;\n  }\n}\n\n\/* ACCESSIBILITY *\/\n@media(prefers-reduced-motion:reduce){\n  .aurelia-product *,\n  .aurelia-product:before{\n    animation:none!important;\n    transition:none!important;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"aurelia-sparkle\"\u003e✦\u003c\/div\u003e\n\n\u003cdiv class=\"aurelia-brandtop\"\u003e\n  MUSE \u0026amp; CO.\n\u003c\/div\u003e\n\n\u003ch2 class=\"aurelia-title\"\u003e\n  Meet The\n  \u003cspan\u003eAurelia Bracelet ✨\u003c\/span\u003e\n\u003c\/h2\u003e\n\n\u003cp class=\"aurelia-tagline\"\u003e\n  Your wrist called. It wants a little more sparkle. 💎\n\u003c\/p\u003e\n\n\u003cdiv class=\"aurelia-divider\"\u003e◇\u003c\/div\u003e\n\n\n\u003cp class=\"aurelia-copy\"\u003e\n\n  Sometimes your outfit doesn't need more.\n  It just needs \u003cstrong\u003ethe right detail.\u003c\/strong\u003e ✨\n  \u003cbr\u003e\u003cbr\u003e\n\n  Meet \u003cstrong\u003eThe Aurelia Bracelet\u003c\/strong\u003e — a sparkling\n  finishing touch designed to instantly make your look feel\n  more polished, feminine and put together.\n  \u003cbr\u003e\u003cbr\u003e\n\n  Detailed with shimmering \u003cstrong\u003erhinestones\u003c\/strong\u003e,\n  Aurelia catches the light beautifully as you move,\n  adding that little hint of glamour without needing\n  to completely change your outfit.\n\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"aurelia-outcome\"\u003e\n\n  \u003cstrong\u003eOne bracelet. Instant upgrade. ✨\u003c\/strong\u003e\n\n  \u003cspan\u003e\n    Take your favourite outfit from “cute” to\n    “where did you get that?” with one effortless\n    finishing detail.\n  \u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003ch3 class=\"aurelia-heading\"\u003e\n  The sparkle your outfit was missing 💎\n\u003c\/h3\u003e\n\n\u003cp class=\"aurelia-sub\"\u003e\n  Easy to wear. Easy to style. Made to catch attention.\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"aurelia-grid\"\u003e\n\n  \u003cdiv class=\"aurelia-card\"\u003e\n\n    \u003cspan class=\"aurelia-icon\"\u003e💎\u003c\/span\u003e\n\n    \u003cstrong\u003eLight-Catching Sparkle\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Rhinestone detailing catches the light for\n      a beautiful shimmering finish.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"aurelia-card\"\u003e\n\n    \u003cspan class=\"aurelia-icon\"\u003e✦\u003c\/span\u003e\n\n    \u003cstrong\u003eInstantly Elevates\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Adds that final polished detail to even\n      your simplest outfits.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"aurelia-card\"\u003e\n\n    \u003cspan class=\"aurelia-icon\"\u003e♡\u003c\/span\u003e\n\n    \u003cstrong\u003eDress Up or Down\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Style it with everyday favourites or let\n      it shine for your next night out.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"aurelia-card\"\u003e\n\n    \u003cspan class=\"aurelia-icon\"\u003e🎁\u003c\/span\u003e\n\n    \u003cstrong\u003eGift-Worthy\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      A beautiful little treat for birthdays,\n      celebrations — or simply because.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"aurelia-effect\"\u003e\n\n  \u003csmall\u003eTHE AURELIA EFFECT\u003c\/small\u003e\n\n  \u003cstrong\u003e\n    Simple Outfit\n    \u003cspan class=\"aurelia-arrow\"\u003e→\u003c\/span\u003e\n    Polished \u0026amp; Sparkling ✨\n  \u003c\/strong\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"aurelia-material\"\u003e\n\n  \u003cdiv class=\"aurelia-material-icon\"\u003e\n    ◇\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aurelia-material-copy\"\u003e\n\n    \u003cstrong\u003eZinc Alloy + Rhinestone Detailing\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Crafted from zinc alloy and finished with\n      decorative rhinestones for Aurelia's sparkling look.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"aurelia-occasions\"\u003e\n\n  BRUNCH 🥂  • \n  DATE NIGHT 🤍  • \n  DINNER ✨  • \n  EVENTS 💎  • \n  EVERYDAY GLAM\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"aurelia-close\"\u003e\n\n  \u003ch3\u003e\n    Because your everyday deserves a little sparkle. ✨\n  \u003c\/h3\u003e\n\n  \u003cp\u003e\n    From Durban brunches and Joburg nights to Cape Town\n    weekends and special celebrations,\n    \u003cstrong\u003eAurelia is made for South African women who\n    love adding a little glamour to their everyday.\u003c\/strong\u003e\n    \u003cbr\u003e\u003cbr\u003e\n\n    Wear it solo for a clean, elegant statement or stack\n    it alongside your favourite pieces to create a look\n    that's completely yours.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"aurelia-final\"\u003e\n    Add the sparkle. Complete the look. 💎\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"aurelia-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":52843552866436,"sku":null,"price":179.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1028\/8126\/3748\/files\/ba03d289cebcabc58f7a4fdab04deb3e.avif?v=1789759659"},{"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"},{"product_id":"glow-beauty-duo","title":"Glow Beauty Duo","description":"\u003cstyle\u003e\n.musenco-glow{max-width:740px;margin:20px auto;overflow:hidden;border:1px solid #dfb6a5;border-radius:22px;background:linear-gradient(135deg,#fff9f5,#f5dfd6);color:#432b28;font-family:Arial,sans-serif;font-size:16px;line-height:1.75;animation:mg-arrive .8s ease-out both}.musenco-glow *{box-sizing:border-box}.musenco-glow .mg-body{padding:32px 26px}.musenco-glow .mg-label{margin:0 0 12px;color:#895042;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase}.musenco-glow h2{margin:0 0 16px;color:#432b28;font-family:Georgia,serif;font-size:clamp(32px,6vw,46px);font-weight:normal;line-height:1.2}.musenco-glow .mg-tagline{font-size:21px;font-weight:700;line-height:1.45}.musenco-glow .mg-card{margin:15px 0;padding:20px;border:1px solid #e8c8ba;border-radius:14px;background:#fffaf7}.musenco-glow .mg-card strong{display:block;margin-bottom:7px;color:#874b40;font-size:17px}.musenco-glow .mg-card p{margin:0}.musenco-glow .mg-moment{margin:24px 0;padding:22px;border-left:3px solid #b97562;border-radius:0 14px 14px 0;background:#ffffffa6}.musenco-glow .mg-details{margin-top:24px;padding-top:20px;border-top:1px solid #dfb6a5}.musenco-glow .mg-care{margin-top:18px;font-size:13px}.musenco-glow .mg-finish{position:relative;isolation:isolate;overflow:hidden;padding:28px 24px;background:#432b28;color:#fff4e9;text-align:center}.musenco-glow .mg-finish:before{position:absolute;z-index:-1;inset:0;content:\"\";background:linear-gradient(110deg,transparent 25%,rgba(255,226,203,.16) 50%,transparent 75%);transform:translateX(-120%);animation:mg-shine 3s ease-in-out 2}.musenco-glow .mg-finish strong{display:block;margin-bottom:8px;font-family:Georgia,serif;font-size:27px;line-height:1.35}.musenco-glow .mg-sparkle{display:inline-block;animation:mg-sparkle 2.2s ease-in-out 3}@keyframes mg-arrive{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes mg-sparkle{0%,100%{transform:scale(1) rotate(0)}50%{transform:scale(1.15) rotate(8deg)}}@keyframes mg-shine{to{transform:translateX(120%)}}@media(max-width:480px){.musenco-glow .mg-body{padding:25px 18px}}@media(prefers-reduced-motion:reduce){.musenco-glow,.musenco-glow .mg-sparkle,.musenco-glow .mg-finish:before{animation:none}}\n\u003c\/style\u003e\n\u003csection class=\"musenco-glow\" aria-label=\"Musenco Glow Beauty Duo\"\u003e\n  \u003cdiv class=\"mg-body\"\u003e\n    \u003cp class=\"mg-label\"\u003eMusenco • Your finishing-touch duo\u003c\/p\u003e\n    \u003ch2\u003eGlow Beauty Duo \u003cspan class=\"mg-sparkle\" aria-hidden=\"true\"\u003e✨\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cp class=\"mg-tagline\"\u003eNeater brows. Beautifully curled lashes. A look that’s ready for anything. 💋\u003c\/p\u003e\n    \u003cp\u003eYou know that moment when the little details bring your whole look together? \u003cstrong\u003eThis is your duo for that.\u003c\/strong\u003e The Musenco Glow Beauty Duo pairs an electric eyebrow trimmer with a USB-rechargeable eyelash curler to help you tidy, define and add a little flutter to your everyday look.\u003c\/p\u003e\n    \u003cp\u003eFrom your first meeting to Friday sundowners, give your brows and lashes the attention that makes \u003cstrong\u003e“just getting ready” feel a little more glamorous.\u003c\/strong\u003e 🥂\u003c\/p\u003e\n    \u003cdiv class=\"mg-card\"\u003e\n\u003cstrong\u003e🤎 Tidy the strays. Let your brow shape shine.\u003c\/strong\u003e\u003cp\u003eTarget unwanted hairs around your brows with the electric eyebrow trimmer for a neater, more defined appearance. Keep the shape you love and clean up the little details that distract from it.\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"mg-card\"\u003e\n\u003cstrong\u003e🔍 See the little hairs you might otherwise miss.\u003c\/strong\u003e\u003cp\u003eThe built-in LED precision light helps illuminate your trimming area, making fine hairs easier to spot while you work around your brow shape.\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"mg-card\"\u003e\n\u003cstrong\u003e👀 Give your natural lashes a lovely lift.\u003c\/strong\u003e\u003cp\u003eAdd curl to your lashes for a more open-eyed look. Whether you love understated everyday beauty or a dressed-up finish, a little lash definition can make your eyes the focus.\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"mg-card\"\u003e\n\u003cstrong\u003e🔌 Recharge your curler. Refresh your routine.\u003c\/strong\u003e\u003cp\u003eThe USB-rechargeable eyelash curler makes charging part of your beauty prep. Keep it ready for your next getting-ready session, from weekday mornings to weekend plans.\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"mg-moment\"\u003e\n\u003cstrong\u003e✨ For the “I’ve got this” look.\u003c\/strong\u003e\u003cp\u003eHair up, brows tidied, lashes curled and your favourite lip colour on. You don’t always need a full face of makeup to feel put together — sometimes it’s the finishing touches that make the difference.\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eA little dressing-table upgrade you’ll want to reach for.\u003c\/strong\u003e 🩷 With its pink and rose-gold tones, Glow Beauty Duo looks right at home beside your beauty favourites. Treat yourself, or spoil someone who loves a good getting-ready ritual.\u003c\/p\u003e\n    \u003cdiv class=\"mg-details\"\u003e\n\u003cstrong\u003eYour Glow Beauty Duo includes 🎁\u003c\/strong\u003e\u003cp\u003e1 × Electric eyebrow trimmer with LED precision light\u003cbr\u003e1 × USB-rechargeable eyelash curler\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"mg-care\"\u003e\n\u003cstrong\u003eA little care for your beauty tools\u003c\/strong\u003e\u003cp\u003eFollow the supplied instructions for use, cleaning and charging. Use the eyebrow trimmer only on its intended areas and keep the blade away from eyes and eyelashes. Follow the curler’s directions for placement and use with mascara.\u003c\/p\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"mg-finish\"\u003e\n\u003cstrong\u003eYour next good brow-and-lash day starts here. ✨\u003c\/strong\u003eAdd the Musenco Glow Beauty Duo to your bag and finish your look with a little extra flutter. 🛍️\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Muse\u0026Co","offers":[{"title":"Default Title","offer_id":52911057764484,"sku":null,"price":229.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1028\/8126\/3748\/files\/ChatGPT_Image_Sep_26_2026_11_46_30_AM.png?v=1790416010"}],"url":"https:\/\/www.musenco.co.za\/collections\/frontpage.oembed","provider":"Muse\u0026Co","version":"1.0","type":"link"}