{"product_id":"aurelia-pearl-set","title":"Aurelia Pearl Set","description":"\u003cdiv class=\"aurelia-product\"\u003e\n\u003cstyle\u003e\n.aurelia-product{\n  --gold:#b88a3b;\n  --gold-light:#ead3a2;\n  --emerald:#0b4b3e;\n  --cream:#fffaf2;\n  --pearl:#fffdf8;\n  --text:#3d3732;\n\n  max-width:760px;\n  margin:0 auto;\n  padding:34px 16px;\n  text-align:center;\n  overflow:hidden;\n  position:relative;\n  border-radius:22px;\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(184,138,59,.14),transparent 27%),\n    radial-gradient(circle at 95% 90%,rgba(11,75,62,.08),transparent 30%),\n    linear-gradient(145deg,#fffdf9,#fff7ea);\n}\n\n.aurelia-product *{\n  box-sizing:border-box;\n}\n\n\/* ---------- SPARKLE ---------- *\/\n\n.aurelia-sparkle{\n  font-size:27px;\n  color:var(--gold);\n  margin-bottom:8px;\n  animation:aureliaSparkle 2.2s ease-in-out infinite;\n}\n\n\/* ---------- BRAND ---------- *\/\n\n.aurelia-brand{\n  font-size:10px;\n  font-weight:700;\n  letter-spacing:2.8px;\n  color:var(--emerald);\n  text-transform:uppercase;\n  margin-bottom:10px;\n  animation:aureliaUp .7s ease both;\n}\n\n\/* ---------- TITLE ---------- *\/\n\n.aurelia-title{\n  margin:0;\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:clamp(30px,7vw,45px);\n  font-weight:400;\n  line-height:1.1;\n  animation:aureliaUp .7s .08s ease both;\n}\n\n.aurelia-title span{\n  display:block;\n  margin-top:5px;\n\n  background:linear-gradient(\n    90deg,\n    #78551f,\n    #c89b4d,\n    #f1dca7,\n    #98702d,\n    #c89b4d\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-subtitle{\n  max-width:540px;\n  margin:14px auto 0;\n  font-size:15px;\n  line-height:1.6;\n  color:#756c65;\n  animation:aureliaUp .7s .15s ease both;\n}\n\n\/* ---------- DIVIDER ---------- *\/\n\n.aurelia-divider{\n  display:flex;\n  justify-content:center;\n  align-items:center;\n  gap:10px;\n  margin:24px auto;\n  color:var(--gold);\n}\n\n.aurelia-divider:before,\n.aurelia-divider:after{\n  content:\"\";\n  width:50px;\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\n.aurelia-description{\n  max-width:610px;\n  margin:0 auto;\n  font-size:15px;\n  line-height:1.75;\n  color:#574f49;\n  animation:aureliaUp .7s .25s ease both;\n}\n\n.aurelia-description strong{\n  color:var(--emerald);\n}\n\n\/* ---------- HERO SALES BOX ---------- *\/\n\n.aurelia-highlight{\n  position:relative;\n  overflow:hidden;\n  max-width:610px;\n  margin:27px auto;\n  padding:23px 16px;\n  border-radius:18px;\n  border:1px solid rgba(234,211,162,.65);\n\n  background:\n    radial-gradient(circle at top right,rgba(255,255,255,.10),transparent 40%),\n    linear-gradient(135deg,#073e34,#0b5948);\n\n  box-shadow:0 12px 30px rgba(11,75,62,.15);\n  animation:aureliaUp .7s .35s ease both;\n}\n\n.aurelia-highlight:after{\n  content:\"\";\n  position:absolute;\n  top:-100%;\n  left:-50%;\n  width:30%;\n  height:300%;\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:aureliaSweep 5s ease-in-out infinite;\n}\n\n.aurelia-highlight strong{\n  position:relative;\n  z-index:2;\n  display:block;\n  margin-bottom:8px;\n\n  color:var(--gold-light);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:21px;\n  font-weight:500;\n}\n\n.aurelia-highlight span{\n  position:relative;\n  z-index:2;\n  display:block;\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\n.aurelia-heading{\n  margin:31px 0 7px;\n  color:var(--emerald);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:23px;\n  font-weight:500;\n}\n\n.aurelia-small{\n  margin:0 auto 19px;\n  color:#82776f;\n  font-size:13px;\n}\n\n.aurelia-grid{\n  max-width:620px;\n  margin:0 auto;\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:9px;\n}\n\n.aurelia-card{\n  padding:20px 10px;\n  border-radius:16px;\n\n  background:linear-gradient(145deg,#ffffff,#fcf5e9);\n  border:1px solid rgba(184,138,59,.28);\n\n  box-shadow:0 5px 18px rgba(50,40,30,.05);\n\n  transition:transform .3s ease,box-shadow .3s ease;\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  box-shadow:0 11px 25px rgba(11,75,62,.10);\n}\n\n.aurelia-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(145deg,var(--emerald),#11614f);\n\n  font-size:18px;\n\n  animation:aureliaPulse 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 p{\n  margin:0;\n  color:#756b64;\n  font-size:11.5px;\n  line-height:1.5;\n}\n\n\/* ---------- OUTCOME ---------- *\/\n\n.aurelia-outcome{\n  max-width:610px;\n  margin:29px auto 0;\n  padding:24px 14px;\n\n  border:1px solid rgba(184,138,59,.3);\n  border-radius:19px;\n\n  background:\n    radial-gradient(circle at 90% 10%,rgba(234,211,162,.25),transparent 35%),\n    linear-gradient(145deg,#fff,#faf1e3);\n\n  animation:aureliaUp .7s .8s ease both;\n}\n\n.aurelia-outcome small{\n  display:block;\n  margin-bottom:8px;\n\n  color:#9a7131;\n  font-size:9px;\n  font-weight:800;\n  letter-spacing:2px;\n}\n\n.aurelia-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.aurelia-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\/* ---------- TRANSFORMATION ---------- *\/\n\n.aurelia-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.aurelia-transform-box{\n  padding:16px 6px;\n\n  border:1px solid rgba(184,138,59,.28);\n  border-radius:13px;\n\n  background:#fffdf9;\n}\n\n.aurelia-transform-box span{\n  display:block;\n  margin-bottom:5px;\n\n  color:#9b7b4b;\n  font-size:9px;\n  font-weight:700;\n  letter-spacing:1.1px;\n}\n\n.aurelia-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.aurelia-arrow{\n  color:var(--gold);\n  font-size:20px;\n  animation:aureliaArrow 1.5s ease-in-out infinite;\n}\n\n\/* ---------- OCCASIONS ---------- *\/\n\n.aurelia-occasions{\n  max-width:610px;\n  margin:27px auto 0;\n  padding:15px 6px;\n\n  border-top:1px solid rgba(184,138,59,.38);\n  border-bottom:1px solid rgba(184,138,59,.38);\n\n  color:#805f2b;\n  font-size:10.5px;\n  font-weight:700;\n  line-height:1.9;\n}\n\n\/* ---------- CLOSING ---------- *\/\n\n.aurelia-closing{\n  max-width:610px;\n  margin:28px auto 0;\n  padding:27px 16px;\n\n  border-radius:19px;\n  border:1px solid rgba(184,138,59,.32);\n\n  background:\n    radial-gradient(circle at top right,rgba(234,211,162,.25),transparent 38%),\n    linear-gradient(145deg,#f8eddd,#fffaf3);\n\n  animation:aureliaUp .7s .9s ease both;\n}\n\n.aurelia-closing:before{\n  content:\"✦\";\n  display:block;\n  margin-bottom:8px;\n\n  color:var(--gold);\n  font-size:20px;\n\n  animation:aureliaSparkle 2s ease-in-out infinite;\n}\n\n.aurelia-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.aurelia-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.aurelia-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    #856126,\n    #c89b4d,\n    #0b5b49\n  );\n\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n}\n\n.aurelia-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 aureliaUp{\n  from{\n    opacity:0;\n    transform:translateY(18px);\n  }\n  to{\n    opacity:1;\n    transform:translateY(0);\n  }\n}\n\n@keyframes aureliaSparkle{\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 aureliaShimmer{\n  from{background-position:0 center}\n  to{background-position:260% center}\n}\n\n@keyframes aureliaSweep{\n  0%,65%{left:-50%}\n  100%{left:130%}\n}\n\n@keyframes aureliaPulse{\n  0%,100%{\n    box-shadow:0 3px 10px rgba(11,75,62,.12);\n  }\n  50%{\n    box-shadow:\n      0 5px 17px rgba(11,75,62,.2),\n      0 0 12px rgba(184,138,59,.22);\n  }\n}\n\n@keyframes aureliaArrow{\n  0%,100%{transform:translateX(-2px)}\n  50%{transform:translateX(3px)}\n}\n\n\/* ---------- MOBILE ---------- *\/\n\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-subtitle,\n  .aurelia-description{\n    font-size:14px;\n  }\n\n  .aurelia-highlight{\n    padding:20px 12px;\n  }\n\n  .aurelia-highlight 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 p{\n    font-size:10.5px;\n  }\n\n  .aurelia-outcome{\n    padding:21px 10px;\n  }\n\n  .aurelia-transform-box{\n    padding:14px 4px;\n  }\n\n  .aurelia-transform-box strong{\n    font-size:12px;\n  }\n\n  .aurelia-closing{\n    padding:23px 12px;\n  }\n\n  .aurelia-final{\n    font-size:17px;\n  }\n}\n\n@media(max-width:350px){\n\n  .aurelia-grid{\n    grid-template-columns:1fr;\n  }\n\n  .aurelia-transform{\n    grid-template-columns:1fr;\n  }\n\n  .aurelia-arrow{\n    transform:rotate(90deg);\n  }\n}\n\n@media(prefers-reduced-motion:reduce){\n  .aurelia-product *{\n    animation:none!important;\n    transition:none!important;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003c!-- INTRO --\u003e\n\u003cdiv class=\"aurelia-sparkle\"\u003e✦\u003c\/div\u003e\n\n\u003cdiv class=\"aurelia-brand\"\u003e\n  MUSE \u0026amp; CO.\n\u003c\/div\u003e\n\n\u003ch2 class=\"aurelia-title\"\u003e\n  Meet\n  \u003cspan\u003eAURELIA ✨\u003c\/span\u003e\n\u003c\/h2\u003e\n\n\u003cp class=\"aurelia-subtitle\"\u003e\n  Classic pearls. Golden elegance. One effortless set.\n\u003c\/p\u003e\n\n\u003cdiv class=\"aurelia-divider\"\u003e◇\u003c\/div\u003e\n\n\n\u003c!-- DESCRIPTION --\u003e\n\u003cp class=\"aurelia-description\"\u003e\n\n  Some jewellery doesn't just accessorise your outfit —\n  \u003cstrong\u003eit finishes it.\u003c\/strong\u003e 🤍\n\n  \u003cbr\u003e\u003cbr\u003e\n\n  The \u003cstrong\u003eAurelia Pearl Set\u003c\/strong\u003e pairs a delicate\n  gold-tone necklace with a luminous pearl-style pendant\n  and matching drop earrings, giving you an effortlessly\n  coordinated look without having to match separate pieces.\n\n  \u003cbr\u003e\u003cbr\u003e\n\n  Elegant enough for your special moments, yet simple\n  enough to elevate your everyday outfits. ✨\n\n\u003c\/p\u003e\n\n\n\u003c!-- SALES HOOK --\u003e\n\u003cdiv class=\"aurelia-highlight\"\u003e\n\n  \u003cstrong\u003e\n    Necklace + Earrings = Your Look, Sorted. ✨\n  \u003c\/strong\u003e\n\n  \u003cspan\u003e\n    No searching for earrings that match your necklace.\n    No wondering whether your jewellery works together.\n    Aurelia gives you a beautifully coordinated look\n    straight from the jewellery box.\n  \u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- BENEFITS --\u003e\n\u003ch3 class=\"aurelia-heading\"\u003e\n  Why you'll reach for Aurelia again \u0026amp; again 💛\n\u003c\/h3\u003e\n\n\u003cp class=\"aurelia-small\"\u003e\n  Simple jewellery. Beautiful difference.\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"aurelia-grid\"\u003e\n\n  \u003cdiv class=\"aurelia-card\"\u003e\n    \u003cspan class=\"aurelia-icon\"\u003e🤍\u003c\/span\u003e\n    \u003cstrong\u003eTimeless Elegance\u003c\/strong\u003e\n    \u003cp\u003e\n      The pearl-inspired finish brings that classic,\n      feminine touch that works season after season.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"aurelia-card\"\u003e\n    \u003cspan class=\"aurelia-icon\"\u003e✨\u003c\/span\u003e\n    \u003cstrong\u003eInstantly Polished\u003c\/strong\u003e\n    \u003cp\u003e\n      Add it to a simple outfit and give your entire\n      look a more considered, dressed-up finish.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"aurelia-card\"\u003e\n    \u003cspan class=\"aurelia-icon\"\u003e💫\u003c\/span\u003e\n    \u003cstrong\u003ePerfectly Matched\u003c\/strong\u003e\n    \u003cp\u003e\n      A coordinating necklace and earrings means\n      less styling effort and a more cohesive look.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"aurelia-card\"\u003e\n    \u003cspan class=\"aurelia-icon\"\u003e🎁\u003c\/span\u003e\n    \u003cstrong\u003eBeautiful To Gift\u003c\/strong\u003e\n    \u003cp\u003e\n      A complete jewellery set that feels thoughtful\n      for birthdays, celebrations or someone special.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- OUTCOME --\u003e\n\u003cdiv class=\"aurelia-outcome\"\u003e\n\n  \u003csmall\u003eTHE AURELIA EFFECT\u003c\/small\u003e\n\n  \u003ch3\u003e\n    From simple to effortlessly put together. ✨\n  \u003c\/h3\u003e\n\n  \u003cp\u003e\n    That plain blouse, your favourite dress or even\n    your everyday basics can feel completely different\n    with the right finishing touches.\n\n    \u003cbr\u003e\u003cbr\u003e\n\n    Aurelia brings \u003cstrong\u003esoft pearl-inspired elegance\n    and warm golden detail\u003c\/strong\u003e together to make your\n    outfit feel more polished without trying too hard.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- TRANSFORMATION --\u003e\n\u003cdiv class=\"aurelia-transform\"\u003e\n\n  \u003cdiv class=\"aurelia-transform-box\"\u003e\n    \u003cspan\u003eBEFORE\u003c\/span\u003e\n    \u003cstrong\u003eNice outfit...\u003c\/strong\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aurelia-arrow\"\u003e\n    →\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"aurelia-transform-box\"\u003e\n    \u003cspan\u003eADD AURELIA ✨\u003c\/span\u003e\n    \u003cstrong\u003eNow it's a look.\u003c\/strong\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- OCCASIONS --\u003e\n\u003cdiv class=\"aurelia-occasions\"\u003e\n\n  WORK 👗\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=\"aurelia-closing\"\u003e\n\n  \u003ch3\u003e\n    The finishing touch your outfit was waiting for. 🤍\n  \u003c\/h3\u003e\n\n  \u003cp\u003e\n    Wear the necklace and earrings together for a\n    beautifully coordinated statement, or style them\n    separately when you want something more subtle.\n\n    \u003cbr\u003e\u003cbr\u003e\n\n    \u003cstrong\u003eOne set. Multiple looks. Effortless elegance.\u003c\/strong\u003e\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"aurelia-final\"\u003e\n    Your outfit deserves its finishing touch. ✨\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- FOOTER --\u003e\n\u003cdiv class=\"aurelia-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":52866708799620,"sku":null,"price":189.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1028\/8126\/3748\/files\/ed6d5395-2aa4-438f-905f-b4e5ae065a9b.avif?v=1789931261","url":"https:\/\/www.musenco.co.za\/products\/aurelia-pearl-set","provider":"Muse\u0026Co","version":"1.0","type":"link"}