{"product_id":"valora-4-piece-bracelet-set","title":"Valora 4-Piece Bracelet Set","description":"\u003cdiv class=\"valora-wrap\"\u003e\n\u003cstyle\u003e\n.valora-wrap{\n  --emerald:#063f32;\n  --emerald2:#0b5b47;\n  --gold:#c39748;\n  --goldlight:#efdba5;\n  --cream:#fffaf2;\n  --text:#342e2a;\n\n  max-width:760px;\n  margin:0 auto;\n  padding:36px 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  background:\n    radial-gradient(circle at 10% 0%,rgba(195,151,72,.15),transparent 28%),\n    radial-gradient(circle at 100% 85%,rgba(6,63,50,.08),transparent 30%),\n    linear-gradient(145deg,#fffdf9,#fff7ec);\n  border-radius:24px;\n  box-sizing:border-box;\n}\n\n.valora-wrap *{box-sizing:border-box}\n\n\/* FLOATING BACKGROUND GLOW *\/\n.valora-wrap:before{\n  content:\"\";\n  position:absolute;\n  width:190px;\n  height:190px;\n  top:-90px;\n  right:-70px;\n  border-radius:50%;\n  background:rgba(195,151,72,.18);\n  filter:blur(32px);\n  animation:valoraGlow 4s ease-in-out infinite;\n}\n\n\/* BRAND *\/\n.valora-brand{\n  position:relative;\n  color:var(--emerald);\n  font-size:10px;\n  font-weight:700;\n  letter-spacing:2.8px;\n  text-transform:uppercase;\n  margin-bottom:10px;\n  animation:valoraUp .7s ease both;\n}\n\n\/* SPARKLE *\/\n.valora-sparkle{\n  position:relative;\n  color:var(--gold);\n  font-size:26px;\n  margin-bottom:8px;\n  animation:valoraSparkle 2.2s ease-in-out infinite;\n}\n\n\/* TITLE *\/\n.valora-title{\n  position:relative;\n  margin:0;\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:clamp(30px,7vw,46px);\n  font-weight:400;\n  line-height:1.08;\n  animation:valoraUp .7s .1s ease both;\n}\n\n.valora-title span{\n  display:block;\n  margin-top:6px;\n  background:linear-gradient(\n    90deg,\n    #79561e,\n    #c89b4d,\n    #f0d99b,\n    #086047,\n    #b88736\n  );\n  background-size:280% auto;\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n  animation:valoraShimmer 4s linear infinite;\n}\n\n.valora-tagline{\n  max-width:560px;\n  margin:14px auto 0;\n  color:#756a63;\n  font-size:15px;\n  line-height:1.6;\n  animation:valoraUp .7s .18s ease both;\n}\n\n\/* DIVIDER *\/\n.valora-divider{\n  display:flex;\n  justify-content:center;\n  align-items:center;\n  gap:9px;\n  margin:24px auto;\n  color:var(--gold);\n  animation:valoraUp .7s .2s ease both;\n}\n\n.valora-divider:before,\n.valora-divider:after{\n  content:\"\";\n  width:48px;\n  height:1px;\n  background:linear-gradient(90deg,transparent,var(--gold));\n}\n\n.valora-divider:after{\n  background:linear-gradient(90deg,var(--gold),transparent);\n}\n\n\/* MAIN COPY *\/\n.valora-copy{\n  max-width:610px;\n  margin:0 auto;\n  color:#554c47;\n  font-size:15px;\n  line-height:1.75;\n  animation:valoraUp .7s .28s ease both;\n}\n\n.valora-copy strong{\n  color:var(--emerald);\n}\n\n\/* MAIN SALES HOOK *\/\n.valora-hook{\n  max-width:610px;\n  margin:26px auto;\n  padding:23px 16px;\n  position:relative;\n  overflow:hidden;\n  border:1px solid rgba(195,151,72,.65);\n  border-radius:19px;\n\n  background:\n    radial-gradient(circle at top right,\n      rgba(239,219,165,.18),transparent 40%),\n    linear-gradient(135deg,var(--emerald),var(--emerald2));\n\n  box-shadow:0 12px 30px rgba(6,63,50,.17);\n  animation:valoraUp .7s .35s ease both;\n}\n\n\/* SHINE EFFECT *\/\n.valora-hook:after{\n  content:\"\";\n  position:absolute;\n  top:-100%;\n  left:-50%;\n  width:35%;\n  height:300%;\n  background:linear-gradient(\n    90deg,\n    transparent,\n    rgba(255,255,255,.16),\n    transparent\n  );\n  transform:rotate(20deg);\n  animation:valoraSweep 5s ease-in-out infinite;\n}\n\n.valora-hook strong{\n  position:relative;\n  z-index:2;\n  display:block;\n  color:var(--goldlight);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:21px;\n  font-weight:500;\n  margin-bottom:8px;\n}\n\n.valora-hook span{\n  position:relative;\n  z-index:2;\n  display:block;\n  max-width:520px;\n  margin:auto;\n  color:#fffaf1;\n  font-size:13px;\n  line-height:1.6;\n}\n\n\/* SECTION TITLE *\/\n.valora-section-title{\n  margin:31px 0 6px;\n  color:var(--emerald);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:23px;\n  font-weight:500;\n  animation:valoraUp .7s .4s ease both;\n}\n\n.valora-section-sub{\n  margin:0 auto 19px;\n  color:#81756e;\n  font-size:13px;\n}\n\n\/* BENEFIT GRID *\/\n.valora-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.valora-card{\n  padding:20px 10px;\n  border-radius:16px;\n  border:1px solid rgba(195,151,72,.28);\n  background:linear-gradient(145deg,#fff,#fcf5e9);\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:valoraUp .65s ease both;\n}\n\n.valora-card:nth-child(1){animation-delay:.45s}\n.valora-card:nth-child(2){animation-delay:.55s}\n.valora-card:nth-child(3){animation-delay:.65s}\n.valora-card:nth-child(4){animation-delay:.75s}\n\n.valora-card:hover{\n  transform:translateY(-4px);\n  border-color:rgba(195,151,72,.65);\n  box-shadow:0 12px 26px rgba(6,63,50,.10);\n}\n\n.valora-icon{\n  width:44px;\n  height:44px;\n  margin:0 auto 9px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:50%;\n  border:1px solid var(--gold);\n  background:linear-gradient(145deg,var(--emerald),var(--emerald2));\n  color:var(--goldlight);\n  font-size:19px;\n  animation:valoraPulse 3s ease-in-out infinite;\n}\n\n.valora-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.valora-card span:not(.valora-icon){\n  display:block;\n  color:#756a63;\n  font-size:11.5px;\n  line-height:1.45;\n}\n\n\/* 4 PIECE FEATURE *\/\n.valora-four{\n  max-width:610px;\n  margin:29px auto 0;\n  padding:24px 14px;\n  border-radius:19px;\n  border:1px solid rgba(195,151,72,.32);\n\n  background:\n    radial-gradient(circle at 90% 10%,\n      rgba(239,219,165,.22),transparent 36%),\n    linear-gradient(145deg,#fff,#faf1e4);\n\n  animation:valoraUp .7s .8s ease both;\n}\n\n.valora-four-label{\n  display:block;\n  color:#9b7333;\n  font-size:9px;\n  font-weight:800;\n  letter-spacing:2px;\n  margin-bottom:9px;\n}\n\n.valora-four 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.valora-four p{\n  max-width:530px;\n  margin:0 auto;\n  color:#6d625b;\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n\/* STYLE OPTIONS *\/\n.valora-options{\n  max-width:610px;\n  margin:15px auto 0;\n  display:flex;\n  gap:7px;\n}\n\n.valora-option{\n  flex:1;\n  padding:13px 5px;\n  border-radius:12px;\n  background:var(--emerald);\n  border:1px solid rgba(195,151,72,.45);\n  color:#fffaf1;\n  font-size:10px;\n  line-height:1.4;\n  animation:valoraUp .7s ease both;\n}\n\n.valora-option b{\n  display:block;\n  color:var(--goldlight);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:13px;\n  margin-bottom:3px;\n}\n\n\/* WEAR IT *\/\n.valora-wear{\n  max-width:610px;\n  margin:28px auto 0;\n  padding:15px 8px;\n  border-top:1px solid rgba(195,151,72,.38);\n  border-bottom:1px solid rgba(195,151,72,.38);\n  color:#805e29;\n  font-size:10.5px;\n  font-weight:700;\n  letter-spacing:.3px;\n  line-height:1.8;\n  animation:valoraUp .7s .9s ease both;\n}\n\n\/* CLOSING SALES SECTION *\/\n.valora-close{\n  max-width:600px;\n  margin:28px auto 0;\n  padding:27px 17px;\n  border-radius:19px;\n  border:1px solid rgba(195,151,72,.32);\n\n  background:\n    radial-gradient(circle at top right,\n      rgba(239,219,165,.22),transparent 38%),\n    linear-gradient(145deg,#f7ecdc,#fffaf2);\n\n  animation:valoraUp .7s 1s ease both;\n}\n\n.valora-close:before{\n  content:\"✦\";\n  display:block;\n  margin-bottom:8px;\n  color:var(--gold);\n  font-size:19px;\n  animation:valoraSparkle 2s infinite;\n}\n\n.valora-close h3{\n  margin:0 0 9px;\n  color:var(--emerald);\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:22px;\n  font-weight:500;\n}\n\n.valora-close p{\n  max-width:520px;\n  margin:0 auto;\n  color:#655b54;\n  font-size:13px;\n  line-height:1.65;\n}\n\n.valora-final{\n  margin-top:18px;\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:18px;\n  font-weight:500;\n\n  background:linear-gradient(\n    90deg,\n    #886529,\n    #c89b4d,\n    #086047\n  );\n\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n}\n\n.valora-footer{\n  margin-top:24px;\n  color:#9b7333;\n  font-size:10px;\n  font-weight:700;\n  letter-spacing:2.4px;\n  text-transform:uppercase;\n}\n\n\/* ANIMATIONS *\/\n@keyframes valoraUp{\n  from{\n    opacity:0;\n    transform:translateY(17px);\n  }\n  to{\n    opacity:1;\n    transform:translateY(0);\n  }\n}\n\n@keyframes valoraSparkle{\n  0%,100%{\n    opacity:.5;\n    transform:scale(.9) rotate(0deg);\n  }\n  50%{\n    opacity:1;\n    transform:scale(1.2) rotate(12deg);\n  }\n}\n\n@keyframes valoraShimmer{\n  from{background-position:0 center}\n  to{background-position:280% center}\n}\n\n@keyframes valoraGlow{\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 valoraSweep{\n  0%,65%{left:-50%}\n  100%{left:130%}\n}\n\n@keyframes valoraPulse{\n  0%,100%{\n    box-shadow:0 4px 12px rgba(6,63,50,.12);\n  }\n  50%{\n    box-shadow:\n      0 5px 18px rgba(6,63,50,.20),\n      0 0 13px rgba(195,151,72,.25);\n  }\n}\n\n\/* MOBILE *\/\n@media(max-width:480px){\n\n  .valora-wrap{\n    padding:29px 12px;\n    border-radius:18px;\n  }\n\n  .valora-title{\n    font-size:32px;\n  }\n\n  .valora-tagline,\n  .valora-copy{\n    font-size:14px;\n  }\n\n  .valora-copy{\n    line-height:1.68;\n  }\n\n  .valora-hook{\n    padding:20px 12px;\n    margin:22px auto;\n  }\n\n  .valora-hook strong{\n    font-size:18px;\n  }\n\n  .valora-section-title{\n    font-size:21px;\n  }\n\n  .valora-grid{\n    gap:8px;\n  }\n\n  .valora-card{\n    padding:17px 7px;\n  }\n\n  .valora-card strong{\n    font-size:14px;\n  }\n\n  .valora-card span:not(.valora-icon){\n    font-size:10.5px;\n  }\n\n  .valora-four{\n    padding:21px 11px;\n  }\n\n  .valora-four h3{\n    font-size:19px;\n  }\n\n  .valora-options{\n    gap:5px;\n  }\n\n  .valora-option{\n    padding:11px 4px;\n    font-size:9px;\n  }\n\n  .valora-option b{\n    font-size:12px;\n  }\n\n  .valora-close{\n    padding:23px 13px;\n  }\n\n  .valora-close h3{\n    font-size:20px;\n  }\n\n  .valora-final{\n    font-size:17px;\n  }\n}\n\n@media(max-width:350px){\n  .valora-grid{\n    grid-template-columns:1fr;\n  }\n\n  .valora-options{\n    flex-direction:column;\n  }\n}\n\n\/* REDUCED MOTION *\/\n@media(prefers-reduced-motion:reduce){\n  .valora-wrap *,\n  .valora-wrap:before{\n    animation:none!important;\n    transition:none!important;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"valora-sparkle\"\u003e✦\u003c\/div\u003e\n\n\u003cdiv class=\"valora-brand\"\u003e\n  MUSE \u0026amp; CO.\n\u003c\/div\u003e\n\n\n\u003ch2 class=\"valora-title\"\u003e\n  Meet The\n  \u003cspan\u003eVALORA ✨\u003c\/span\u003e\n\u003c\/h2\u003e\n\n\u003cp class=\"valora-tagline\"\u003e\n  Four bracelets. One effortlessly put-together look. 💚\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"valora-divider\"\u003e◇\u003c\/div\u003e\n\n\n\u003cp class=\"valora-copy\"\u003e\n\n  Why choose just one when you can create the whole look? ✨\n  \u003cbr\u003e\u003cbr\u003e\n\n  \u003cstrong\u003eThe Valora 4-Piece Bracelet Set\u003c\/strong\u003e combines\n  rich emerald tones, radiant gold detailing and brilliant\n  sparkle to instantly transform your wrist from simple\n  to statement-making.\n\n  \u003cbr\u003e\u003cbr\u003e\n\n  Wear all four together for that\n  \u003cstrong\u003eluxurious layered look\u003c\/strong\u003e — or mix,\n  match and wear them separately to suit your mood,\n  outfit or occasion. 💚\n\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"valora-hook\"\u003e\n\n  \u003cstrong\u003e\n    Your outfit was cute. Now it's unforgettable. ✨\n  \u003c\/strong\u003e\n\n  \u003cspan\u003e\n    Valora gives you the polished, layered jewellery look\n    without having to search for four separate pieces\n    that actually work together.\n  \u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003ch3 class=\"valora-section-title\"\u003e\n  One set. So many looks. 💚\n\u003c\/h3\u003e\n\n\u003cp class=\"valora-section-sub\"\u003e\n  Your new shortcut to looking effortlessly accessorised.\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"valora-grid\"\u003e\n\n  \u003cdiv class=\"valora-card\"\u003e\n\n    \u003cspan class=\"valora-icon\"\u003e✨\u003c\/span\u003e\n\n    \u003cstrong\u003eInstantly Elevated\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Add sparkle, colour and personality to even\n      your simplest outfit in seconds.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"valora-card\"\u003e\n\n    \u003cspan class=\"valora-icon\"\u003e💚\u003c\/span\u003e\n\n    \u003cstrong\u003eStatement Emerald\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Rich green detailing creates an eye-catching\n      contrast against the warm gold tones.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"valora-card\"\u003e\n\n    \u003cspan class=\"valora-icon\"\u003e4\u003c\/span\u003e\n\n    \u003cstrong\u003eFour Pieces\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Layer the full set or create different\n      combinations whenever you want a new look.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"valora-card\"\u003e\n\n    \u003cspan class=\"valora-icon\"\u003e👗\u003c\/span\u003e\n\n    \u003cstrong\u003eEasy To Style\u003c\/strong\u003e\n\n    \u003cspan\u003e\n      From dresses and dinner looks to jeans and\n      everyday basics — Valora adds the finishing touch.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"valora-four\"\u003e\n\n  \u003cspan class=\"valora-four-label\"\u003e\n    THE VALORA EFFECT\n  \u003c\/span\u003e\n\n  \u003ch3\u003e\n    Less searching. More styling. ✨\n  \u003c\/h3\u003e\n\n  \u003cp\u003e\n    We've already created the stack for you.\n    Four complementary designs give you the freedom\n    to go subtle, glamorous or fully layered —\n    without needing to build your bracelet collection\n    piece by piece.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"valora-options\"\u003e\n\n  \u003cdiv class=\"valora-option\"\u003e\n    \u003cb\u003e1 Piece\u003c\/b\u003e\n    Keep it minimal\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"valora-option\"\u003e\n    \u003cb\u003e2–3 Pieces\u003c\/b\u003e\n    Chic \u0026amp; layered\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"valora-option\"\u003e\n    \u003cb\u003eAll 4 ✨\u003c\/b\u003e\n    Full statement\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"valora-wear\"\u003e\n\n  BRUNCH 🥂\n   • \n\n  DATE NIGHT 💚\n   • \n\n  EVENTS ✨\n   • \n\n  EVERYDAY 👗\n   • \n\n  GIFTING 🎁\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"valora-close\"\u003e\n\n  \u003ch3\u003e\n    The finishing touch your outfit was missing. 💚\n  \u003c\/h3\u003e\n\n  \u003cp\u003e\n    Jewellery has a way of changing the entire look —\n    and \u003cstrong\u003eValora gives you four ways to do it.\u003c\/strong\u003e\n    \u003cbr\u003e\u003cbr\u003e\n\n    Dress up your everyday basics, complete your\n    going-out look or stack all four when you're\n    ready to make a statement.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"valora-final\"\u003e\n    Four pieces. Endless combinations. One unforgettable look. ✨\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"valora-footer\"\u003e\n  MUSE \u0026amp; CO. · MADE TO BE NOTICED\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Muse\u0026Co","offers":[{"title":"Silver","offer_id":52866493972612,"sku":null,"price":189.99,"currency_code":"ZAR","in_stock":true},{"title":"Gold","offer_id":52866494464132,"sku":null,"price":189.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1028\/8126\/3748\/files\/2317831f-c713-4655-ab6b-b9a49f56e61d.avif?v=1789926235","url":"https:\/\/www.musenco.co.za\/products\/valora-4-piece-bracelet-set","provider":"Muse\u0026Co","version":"1.0","type":"link"}