{"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","url":"https:\/\/www.musenco.co.za\/products\/the-aurelia-bracelet","provider":"Muse\u0026Co","version":"1.0","type":"link"}