{"product_id":"amara-bloom-earring-2pc-set","title":"Amara Bloom Earring - 2pc\/set","description":"\u003cdiv class=\"amara-bloom\"\u003e\n\u003cstyle\u003e\n.amara-bloom{\n  --emerald:#073f32;\n  --emerald2:#0b5946;\n  --gold:#bd8d38;\n  --gold2:#e5c77f;\n  --cream:#fffaf2;\n  --text:#332b27;\n\n  max-width:760px;\n  margin:0 auto;\n  padding:34px 16px;\n  overflow:hidden;\n  position:relative;\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% 8%,rgba(229,199,127,.18),transparent 26%),\n    radial-gradient(circle at 94% 85%,rgba(7,63,50,.08),transparent 28%),\n    linear-gradient(145deg,#fffdf9,#fff7ec);\n\n  border-radius:24px;\n  box-sizing:border-box;\n}\n\n.amara-bloom *{box-sizing:border-box}\n\n\/* GOLD AMBIENT GLOW *\/\n.amara-bloom:before{\n  content:\"\";\n  position:absolute;\n  width:160px;\n  height:160px;\n  right:-70px;\n  top:-70px;\n  border-radius:50%;\n  background:rgba(229,199,127,.16);\n  filter:blur(25px);\n  animation:amaraGlow 4s ease-in-out infinite;\n}\n\n\/* TOP SPARKLE *\/\n.amara-sparkle{\n  position:relative;\n  color:var(--gold);\n  font-size:27px;\n  margin-bottom:9px;\n  animation:amaraSparkle 2s ease-in-out infinite;\n}\n\n\/* TITLE *\/\n.amara-title{\n  position:relative;\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.08;\n  animation:amaraUp .7s ease both;\n}\n\n.amara-title span{\n  display:block;\n  margin-top:4px;\n  background:linear-gradient(\n    90deg,\n    #8a6124,\n    #d4aa54,\n    #f0d793,\n    #9c6e2a,\n    #d4aa54\n  );\n  background-size:250% auto;\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n  animation:amaraShimmer 4s linear infinite;\n}\n\n.amara-tagline{\n  max-width:560px;\n  margin:13px auto 0;\n  color:#75675e;\n  font-size:15px;\n  line-height:1.6;\n  animation:amaraUp .7s .1s ease both;\n}\n\n\/* DIVIDER *\/\n.amara-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:amaraUp .7s .2s ease both;\n}\n\n.amara-divider:before,\n.amara-divider:after{\n  content:\"\";\n  width:45px;\n  height:1px;\n  background:linear-gradient(90deg,transparent,var(--gold));\n}\n\n.amara-divider:after{\n  background:linear-gradient(90deg,var(--gold),transparent);\n}\n\n\/* DESCRIPTION *\/\n.amara-copy{\n  max-width:610px;\n  margin:0 auto;\n  color:#554b45;\n  font-size:15px;\n  line-height:1.75;\n  animation:amaraUp .7s .25s ease both;\n}\n\n.amara-copy strong{\n  color:var(--emerald);\n}\n\n\/* MAIN OUTCOME *\/\n.amara-outcome{\n  max-width:610px;\n  margin:25px auto;\n  padding:20px 16px;\n  border-radius:19px;\n  border:1px solid rgba(189,141,56,.7);\n\n  background:\n    radial-gradient(circle at top right,\n      rgba(229,199,127,.20),transparent 40%),\n    linear-gradient(135deg,var(--emerald),var(--emerald2));\n\n  box-shadow:\n    0 11px 28px rgba(7,63,50,.16),\n    inset 0 0 18px rgba(255,255,255,.03);\n\n  animation:amaraUp .7s .35s ease both;\n}\n\n.amara-outcome strong{\n  display:block;\n  margin-bottom:7px;\n  color:var(--gold2);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:20px;\n  font-weight:500;\n}\n\n.amara-outcome span{\n  display:block;\n  color:#f9f3ea;\n  font-size:13px;\n  line-height:1.55;\n}\n\n\/* BENEFIT TITLE *\/\n.amara-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.amara-sub{\n  margin:0 auto 19px;\n  color:#81736a;\n  font-size:13px;\n}\n\n\/* BENEFITS *\/\n.amara-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.amara-card{\n  padding:19px 10px;\n  position:relative;\n  border-radius:16px;\n  border:1px solid rgba(189,141,56,.28);\n\n  background:linear-gradient(145deg,#fff,#fcf5ea);\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:amaraUp .65s ease both;\n}\n\n.amara-card:nth-child(1){animation-delay:.4s}\n.amara-card:nth-child(2){animation-delay:.5s}\n.amara-card:nth-child(3){animation-delay:.6s}\n.amara-card:nth-child(4){animation-delay:.7s}\n\n.amara-card:hover{\n  transform:translateY(-4px);\n  border-color:rgba(189,141,56,.65);\n  box-shadow:0 11px 25px rgba(7,63,50,.10);\n}\n\n.amara-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  font-size:19px;\n\n  animation:amaraIcon 3s ease-in-out infinite;\n}\n\n.amara-card strong{\n  display:block;\n  margin-bottom:5px;\n  color:var(--emerald);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:15px;\n  font-weight:500;\n}\n\n.amara-card span:not(.amara-icon){\n  display:block;\n  color:#756961;\n  font-size:11.5px;\n  line-height:1.45;\n}\n\n\/* MATERIALS *\/\n.amara-materials-title{\n  margin:30px 0 6px;\n  color:var(--emerald);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:22px;\n  font-weight:500;\n  animation:amaraUp .7s .7s ease both;\n}\n\n.amara-materials-sub{\n  margin:0 0 16px;\n  color:#81736a;\n  font-size:12px;\n}\n\n.amara-materials{\n  max-width:620px;\n  margin:0 auto 27px;\n\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:8px;\n}\n\n.amara-material{\n  padding:16px 8px;\n  border-radius:14px;\n  border:1px solid rgba(189,141,56,.30);\n\n  background:\n    linear-gradient(145deg,#fff,#fcf5ea);\n\n  box-shadow:0 5px 16px rgba(65,45,30,.04);\n  animation:amaraUp .7s ease both;\n}\n\n.amara-material:nth-child(1){animation-delay:.75s}\n.amara-material:nth-child(2){animation-delay:.85s}\n.amara-material:nth-child(3){animation-delay:.95s}\n\n.amara-material-icon{\n  display:block;\n  color:var(--gold);\n  font-size:20px;\n  margin-bottom:6px;\n}\n\n.amara-material 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  margin-bottom:4px;\n}\n\n.amara-material span{\n  display:block;\n  color:#756961;\n  font-size:10px;\n  line-height:1.4;\n}\n\n\/* OCCASIONS *\/\n.amara-occasions{\n  max-width:610px;\n  margin:27px auto 0;\n  padding:14px 8px;\n\n  border-top:1px solid rgba(189,141,56,.38);\n  border-bottom:1px solid rgba(189,141,56,.38);\n\n  color:#805e29;\n  font-size:11px;\n  font-weight:700;\n  letter-spacing:.45px;\n\n  animation:amaraUp .7s 1s ease both;\n}\n\n\/* CLOSING *\/\n.amara-close{\n  max-width:600px;\n  margin:27px auto 0;\n  padding:25px 17px;\n\n  border-radius:18px;\n  border:1px solid rgba(189,141,56,.30);\n\n  background:\n    radial-gradient(circle at top right,\n      rgba(229,199,127,.20),transparent 38%),\n    linear-gradient(145deg,#f8eee2,#fffaf2);\n\n  animation:amaraUp .7s 1.05s ease both;\n}\n\n.amara-close:before{\n  content:\"✦\";\n  display:block;\n  margin-bottom:8px;\n  color:var(--gold);\n  font-size:17px;\n  animation:amaraSparkle 2s infinite;\n}\n\n.amara-close 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.amara-close p{\n  max-width:520px;\n  margin:0 auto;\n  color:#665950;\n  font-size:13px;\n  line-height:1.65;\n}\n\n.amara-final{\n  margin-top:18px;\n  color:var(--gold);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:17px;\n}\n\n.amara-brand{\n  margin-top:23px;\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 amaraUp{\n  from{\n    opacity:0;\n    transform:translateY(16px);\n  }\n  to{\n    opacity:1;\n    transform:translateY(0);\n  }\n}\n\n@keyframes amaraSparkle{\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 amaraShimmer{\n  from{background-position:0 center}\n  to{background-position:250% center}\n}\n\n@keyframes amaraGlow{\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 amaraIcon{\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(189,141,56,.20);\n  }\n}\n\n\/* MOBILE OPTIMISATION *\/\n@media(max-width:480px){\n\n  .amara-bloom{\n    padding:28px 12px;\n    border-radius:18px;\n  }\n\n  .amara-title{\n    font-size:31px;\n  }\n\n  .amara-tagline,\n  .amara-copy{\n    font-size:14px;\n  }\n\n  .amara-copy{\n    line-height:1.68;\n  }\n\n  .amara-outcome{\n    margin:22px auto;\n    padding:18px 12px;\n  }\n\n  .amara-outcome strong{\n    font-size:18px;\n  }\n\n  .amara-heading,\n  .amara-materials-title{\n    font-size:20px;\n  }\n\n  .amara-grid{\n    gap:8px;\n  }\n\n  .amara-card{\n    padding:17px 7px;\n  }\n\n  .amara-card strong{\n    font-size:14px;\n  }\n\n  .amara-card span:not(.amara-icon){\n    font-size:10.5px;\n  }\n\n  .amara-materials{\n    gap:6px;\n  }\n\n  .amara-material{\n    padding:13px 5px;\n  }\n\n  .amara-material strong{\n    font-size:12px;\n  }\n\n  .amara-material span{\n    font-size:9px;\n  }\n\n  .amara-occasions{\n    font-size:9.5px;\n    line-height:1.65;\n  }\n\n  .amara-close{\n    padding:22px 13px;\n  }\n\n  .amara-close h3{\n    font-size:19px;\n  }\n}\n\n\/* VERY SMALL PHONES *\/\n@media(max-width:350px){\n\n  .amara-grid{\n    grid-template-columns:1fr;\n  }\n\n  .amara-materials{\n    grid-template-columns:1fr;\n  }\n\n  .amara-material{\n    padding:14px 10px;\n  }\n\n  .amara-material span{\n    font-size:10px;\n  }\n}\n\n\/* REDUCED MOTION *\/\n@media(prefers-reduced-motion:reduce){\n\n  .amara-bloom *,\n  .amara-bloom:before{\n    animation:none!important;\n    transition:none!important;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"amara-sparkle\"\u003e✦\u003c\/div\u003e\n\n\u003ch2 class=\"amara-title\"\u003e\n  Meet The\n  \u003cspan\u003eAmara Bloom Earrings ✨\u003c\/span\u003e\n\u003c\/h2\u003e\n\n\u003cp class=\"amara-tagline\"\u003e\n  Delicate by design. Made to get noticed. 🌸\n\u003c\/p\u003e\n\n\u003cdiv class=\"amara-divider\"\u003e◇\u003c\/div\u003e\n\n\n\u003cp class=\"amara-copy\"\u003e\n  Inspired by the effortless beauty of a flower in bloom,\n  \u003cstrong\u003eThe Amara Bloom Earrings\u003c\/strong\u003e pair delicate floral\n  curves with shimmering glass stones and an elegant\n  gold-plated finish.\n  \u003cbr\u003e\u003cbr\u003e\n\n  Crafted from \u003cstrong\u003egold-plated zinc alloy\u003c\/strong\u003e and finished\n  with beautifully faceted \u003cstrong\u003eglass stones\u003c\/strong\u003e, Amara\n  catches the light as you move — creating a feminine sparkle\n  that's noticeable without feeling overdone. ✨\n  \u003cbr\u003e\u003cbr\u003e\n\n  They're subtle enough to become an\n  \u003cstrong\u003eeveryday favourite\u003c\/strong\u003e, yet striking enough to give\n  your outfit that little \u003cstrong\u003e“wow” moment.\u003c\/strong\u003e\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"amara-outcome\"\u003e\n\n  \u003cstrong\u003eSmall earrings. Big difference. 💚\u003c\/strong\u003e\n\n  \u003cspan\u003e\n    Put them on and instantly give your look that polished,\n    feminine finishing touch — without needing to\n    over-accessorise.\n  \u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003ch3 class=\"amara-heading\"\u003e\n  Why you'll reach for Amara again \u0026amp; again 🌸\n\u003c\/h3\u003e\n\n\u003cp class=\"amara-sub\"\u003e\n  Your little secret to looking effortlessly put together.\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"amara-grid\"\u003e\n\n  \u003cdiv class=\"amara-card\"\u003e\n    \u003cspan class=\"amara-icon\"\u003e✦\u003c\/span\u003e\n\n    \u003cstrong\u003eGlass-Cut Sparkle\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Faceted glass stones beautifully reflect the light\n      for an eye-catching finish.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"amara-card\"\u003e\n    \u003cspan class=\"amara-icon\"\u003e🌸\u003c\/span\u003e\n\n    \u003cstrong\u003eBloom-Inspired Beauty\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      A delicate floral silhouette that feels feminine,\n      elegant and timeless.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"amara-card\"\u003e\n    \u003cspan class=\"amara-icon\"\u003e♡\u003c\/span\u003e\n\n    \u003cstrong\u003eEasy to Style\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      From your everyday basics to dresses and nights out —\n      Amara simply works.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"amara-card\"\u003e\n    \u003cspan class=\"amara-icon\"\u003e🎁\u003c\/span\u003e\n\n    \u003cstrong\u003eBeautiful to Gift\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      A gorgeous little piece for birthdays, celebrations\n      or simply spoiling someone special.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003ch3 class=\"amara-materials-title\"\u003e\n  The Details ✨\n\u003c\/h3\u003e\n\n\u003cp class=\"amara-materials-sub\"\u003e\n  Beautiful details make all the difference.\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"amara-materials\"\u003e\n\n  \u003cdiv class=\"amara-material\"\u003e\n    \u003cspan class=\"amara-material-icon\"\u003e✦\u003c\/span\u003e\n\n    \u003cstrong\u003eGlass Stones\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Faceted for beautiful light-catching sparkle.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"amara-material\"\u003e\n    \u003cspan class=\"amara-material-icon\"\u003e💛\u003c\/span\u003e\n\n    \u003cstrong\u003eGold Plated\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Finished with a warm and elegant golden look.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"amara-material\"\u003e\n    \u003cspan class=\"amara-material-icon\"\u003e◇\u003c\/span\u003e\n\n    \u003cstrong\u003eZinc Alloy\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Forms the beautifully detailed floral design.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"amara-occasions\"\u003e\n\n  WORK ✨  • \n  BRUNCH 🌸  • \n  DATE NIGHT 💕  • \n  WEDDINGS 💍  • \n  EVERYDAY ELEGANCE\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"amara-close\"\u003e\n\n  \u003ch3\u003e\n    Your everyday look deserves a little sparkle. ✨\n  \u003c\/h3\u003e\n\n  \u003cp\u003e\n    From brunch with the girls to date nights, weddings,\n    workdays and everything in between, Amara was designed\n    for \u003cstrong\u003eSouth African women who love effortless elegance.\u003c\/strong\u003e\n    \u003cbr\u003e\u003cbr\u003e\n\n    Sweep your hair back and let them sparkle, or wear them\n    as the subtle finishing touch that pulls your entire\n    outfit together.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"amara-final\"\u003e\n    Your look. In full bloom. 🌸\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"amara-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":52842526081156,"sku":null,"price":129.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1028\/8126\/3748\/files\/Screenshot2026-09-18140517.png?v=1789735250","url":"https:\/\/www.musenco.co.za\/products\/amara-bloom-earring-2pc-set","provider":"Muse\u0026Co","version":"1.0","type":"link"}