{"product_id":"regent-magnetic-copper-link-bracelet","title":"Regent Magnetic Copper Link Bracelet","description":"\u003cp\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c\/p\u003e\n\n\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Golos+Text:wght@400;500;600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n:root {\n  --regent-copper: #C4874A;\n  --regent-copper-dark: #A65E27;\n  --regent-text: #2d2d2d;\n  --regent-muted: #666666;\n  --regent-light: #fdfaf8;\n}\n\n.regent-wrap,\n.regent-wrap * {\n  box-sizing: border-box;\n}\n\n.regent-wrap {\n  width: min(98%, 1500px);\n  margin: 40px auto;\n  overflow: hidden;\n  background: #ffffff;\n  border-radius: 24px;\n  box-shadow: 0 25px 60px rgba(0,0,0,.07);\n  color: var(--regent-text);\n  font-family: 'Inter', Arial, sans-serif;\n}\n\n.regent-wrap h1,\n.regent-wrap h2,\n.regent-wrap h3,\n.regent-wrap h4 {\n  font-family: 'Golos Text', Arial, sans-serif;\n  font-weight: 700;\n  letter-spacing: -0.02em;\n}\n\n.regent-top {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 50px;\n  padding: 55px 45px;\n  align-items: center;\n}\n\n.regent-eyebrow {\n  color: var(--regent-copper);\n  font-size: 13px;\n  font-weight: 600;\n  letter-spacing: 2.5px;\n  text-transform: uppercase;\n  margin-bottom: 15px;\n}\n\n.regent-title {\n  font-size: 48px;\n  line-height: 1.1;\n  margin: 0 0 25px;\n  color: #1a1a1a;\n}\n\n.regent-description {\n  font-size: 17px;\n  line-height: 1.7;\n  color: var(--regent-muted);\n  margin-bottom: 40px;\n}\n\n.regent-features {\n  display: flex;\n  flex-direction: column;\n  gap: 28px;\n}\n\n.regent-feature {\n  display: flex;\n  align-items: flex-start;\n  gap: 20px;\n}\n\n.regent-feature svg {\n  width: 32px;\n  height: 32px;\n  flex: none;\n  stroke: var(--regent-copper);\n  stroke-width: 1.25;\n  fill: none;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.regent-feature h4 {\n  margin: 0 0 5px;\n  font-size: 18px;\n  color: #222222;\n}\n\n.regent-feature p {\n  margin: 0;\n  font-size: 15px;\n  line-height: 1.55;\n  color: var(--regent-muted);\n}\n\n.regent-gallery {\n  position: relative;\n}\n\n.regent-image-box {\n  overflow: hidden;\n  background: var(--regent-light);\n  border-radius: 22px;\n  box-shadow: 0 15px 40px rgba(0,0,0,.08);\n  line-height: 0;\n}\n\n.regent-image-box img {\n  width: 100%;\n  display: block;\n  aspect-ratio: 1 \/ 1;\n  object-fit: cover;\n  transition: .4s ease;\n}\n\n.regent-image-box:hover img {\n  transform: scale(1.03);\n}\n\n.regent-badge {\n  position: absolute;\n  left: -18px;\n  top: 28px;\n  width: 170px;\n  height: 170px;\n  background: var(--regent-copper);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  box-shadow: 0 18px 40px rgba(0,0,0,.14);\n  z-index: 20;\n}\n\n.regent-badge-inner {\n  width: 150px;\n  height: 150px;\n  border: 3px dotted rgba(255,255,255,.96);\n  border-radius: 50%;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  text-align: center;\n}\n\n.regent-badge-top,\n.regent-badge-bottom {\n  color: #ffffff;\n  font-size: 11px;\n  font-weight: 700;\n  text-transform: uppercase;\n}\n\n.regent-badge-top {\n  letter-spacing: 2px;\n  margin-bottom: 10px;\n}\n\n.regent-badge-main {\n  color: #ffffff;\n  font-size: 25px;\n  font-weight: 700;\n  line-height: 1;\n}\n\n.regent-badge-bottom {\n  letter-spacing: 1.3px;\n  margin-top: 10px;\n}\n\n.regent-divider {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  padding: 20px 45px;\n  gap: 20px;\n}\n\n.regent-divider-line {\n  height: 1px;\n  background: #e0e0e0;\n  flex: 1;\n}\n\n.regent-divider-diamond {\n  width: 10px;\n  height: 10px;\n  border: 1px solid var(--regent-copper);\n  transform: rotate(45deg);\n}\n\n.regent-benefits {\n  padding: 60px 45px;\n}\n\n.regent-benefits h2 {\n  font-size: 40px;\n  text-align: center;\n  margin: 0 0 15px;\n  color: #1a1a1a;\n}\n\n.regent-benefits-intro {\n  max-width: 820px;\n  margin: 0 auto 50px;\n  text-align: center;\n  color: var(--regent-muted);\n  font-size: 17px;\n  line-height: 1.7;\n}\n\n.regent-benefits-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 40px 55px;\n}\n\n.regent-benefit {\n  display: flex;\n  gap: 20px;\n  align-items: flex-start;\n}\n\n.regent-benefit svg {\n  width: 40px;\n  height: 40px;\n  flex: none;\n  stroke: var(--regent-copper);\n  stroke-width: 1.2;\n  fill: none;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.regent-benefit h4 {\n  margin: 0 0 8px;\n  font-size: 19px;\n}\n\n.regent-benefit p {\n  margin: 0;\n  color: var(--regent-muted);\n  font-size: 15px;\n  line-height: 1.6;\n}\n\n.regent-details {\n  padding: 55px 45px;\n  background: var(--regent-light);\n}\n\n.regent-details h2 {\n  margin: 0 0 30px;\n  text-align: center;\n  font-size: 36px;\n  color: #1a1a1a;\n}\n\n.regent-details-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 16px 25px;\n  max-width: 1000px;\n  margin: 0 auto;\n}\n\n.regent-detail {\n  display: flex;\n  justify-content: space-between;\n  gap: 20px;\n  padding: 16px 18px;\n  background: #ffffff;\n  border-radius: 12px;\n  border: 1px solid #eee2da;\n}\n\n.regent-detail strong {\n  color: var(--regent-copper-dark);\n}\n\n.regent-detail span {\n  color: var(--regent-muted);\n  text-align: right;\n}\n\n.regent-cta-container {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 25px;\n  padding: 60px 45px;\n}\n\n.regent-cta {\n  background: var(--regent-copper);\n  border-radius: 20px;\n  padding: 40px;\n  color: #ffffff;\n  text-align: center;\n  box-shadow: 0 12px 30px rgba(196,135,74,.18);\n  transition: .3s ease;\n}\n\n.regent-cta:hover {\n  background: #B87438;\n  transform: translateY(-4px);\n}\n\n.regent-cta h3 {\n  color: #ffffff !important;\n  font-size: 26px;\n  margin: 0 0 10px;\n}\n\n.regent-cta p {\n  color: rgba(255,255,255,.92);\n  font-size: 15px;\n  line-height: 1.6;\n  margin-bottom: 25px;\n}\n\n.regent-cta-button {\n  display: inline-block;\n  background: #ffffff !important;\n  color: var(--regent-copper) !important;\n  padding: 14px 35px;\n  border-radius: 50px;\n  text-decoration: none !important;\n  font-weight: 700;\n  font-size: 14px;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n\n@media (max-width: 991px) {\n  .regent-top {\n    grid-template-columns: 1fr;\n    padding: 40px;\n  }\n\n  .regent-gallery {\n    order: -1;\n  }\n\n  .regent-benefits-grid,\n  .regent-details-grid,\n  .regent-cta-container {\n    grid-template-columns: 1fr;\n  }\n\n  .regent-badge {\n    width: 126px;\n    height: 126px;\n    left: 10px;\n    top: 10px;\n  }\n\n  .regent-badge-inner {\n    width: 112px;\n    height: 112px;\n    border-width: 2px;\n  }\n\n  .regent-badge-top,\n  .regent-badge-bottom {\n    font-size: 8px;\n  }\n\n  .regent-badge-main {\n    font-size: 19px;\n  }\n}\n\n@media (max-width: 600px) {\n  .regent-wrap {\n    width: calc(100% - 20px);\n    margin: 10px auto;\n    border-radius: 18px;\n  }\n\n  .regent-top,\n  .regent-benefits,\n  .regent-details,\n  .regent-cta-container {\n    padding: 30px 20px;\n  }\n\n  .regent-title {\n    font-size: 32px;\n  }\n\n  .regent-benefits h2,\n  .regent-details h2 {\n    font-size: 28px;\n  }\n\n  .regent-detail {\n    flex-direction: column;\n    gap: 5px;\n  }\n\n  .regent-detail span {\n    text-align: left;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"regent-wrap\"\u003e\n\n  \u003cdiv class=\"regent-top\"\u003e\n\n    \u003cdiv\u003e\n\n      \u003cdiv class=\"regent-eyebrow\"\u003e\n        Premium Magnetic Copper Bracelet\n      \u003c\/div\u003e\n\n      \u003ch1 class=\"regent-title\"\u003e\n        Refined Design.\u003cbr\u003e\n        Precision Fit.\n      \u003c\/h1\u003e\n\n      \u003cp class=\"regent-description\"\u003e\n        The \u003cstrong\u003eRegent Magnetic Copper Link Bracelet\u003c\/strong\u003e combines\n        refined watch-style detailing with 99.25% pure red copper and\n        46 integrated neodymium magnets. Its adjustable link construction\n        creates a substantial, polished bracelet that can be tailored to your\n        preferred wrist size.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"regent-features\"\u003e\n\n        \u003cdiv class=\"regent-feature\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 2L3 7v6c0 5.5 4.5 10 9 11 4.5-1 9-5.5 9-11V7l-9-5z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003e99.25% Pure Red Copper\u003c\/h4\u003e\n            \u003cp\u003e\n              Crafted from high-purity red copper with a strong, structured link design.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"regent-feature\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003e46 Neodymium Magnets\u003c\/h4\u003e\n            \u003cp\u003e\n              Integrated with 46 neodymium magnets rated at 2000 Gauss magnet strength.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"regent-feature\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M3 12h18\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M7 8l-4 4 4 4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M17 8l4 4-4 4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003eAdjustable Link Design\u003c\/h4\u003e\n            \u003cp\u003e\n              Watch-style removable links allow the bracelet to be tailored for a more precise fit.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"regent-feature\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M4 12h16\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8l-4 4 4 4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M16 8l4 4-4 4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003eDIY Link Adjuster Included\u003c\/h4\u003e\n            \u003cp\u003e\n              Resize your Regent bracelet at home with the included bracelet adjustment tool and instructions.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"regent-gallery\"\u003e\n\n      \u003cdiv class=\"regent-badge\"\u003e\n        \u003cdiv class=\"regent-badge-inner\"\u003e\n          \u003cdiv class=\"regent-badge-top\"\u003e46 MAGNETS\u003c\/div\u003e\n          \u003cdiv class=\"regent-badge-main\"\u003e2000\u003cbr\u003eGAUSS\u003c\/div\u003e\n          \u003cdiv class=\"regent-badge-bottom\"\u003eNEODYMIUM\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"regent-image-box\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/0199\/4298\/files\/3a6e15ee-b37b-458f-ba6a-cf8644267ed3.jpg?v=1786100444\" alt=\"Regent Magnetic Copper Link Bracelet\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"regent-divider\"\u003e\n    \u003cdiv class=\"regent-divider-line\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"regent-divider-diamond\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"regent-divider-line\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"regent-benefits\"\u003e\n\n    \u003ch2\u003eClassic Link Styling with Adjustable Comfort\u003c\/h2\u003e\n\n    \u003cp class=\"regent-benefits-intro\"\u003e\n      The Regent combines the polished appearance of a traditional watch-style\n      bracelet with a substantial copper construction and adjustable sizing.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"regent-benefits-grid\"\u003e\n\n      \u003cdiv class=\"regent-benefit\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003crect x=\"3\" y=\"8\" width=\"18\" height=\"8\" rx=\"3\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M7 8V5h10v3\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 16v3h10v-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eRefined Link Bracelet Design\u003c\/h4\u003e\n          \u003cp\u003e\n            A polished watch-band style that works equally well with casual and dress wear.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"regent-benefit\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M3 12h18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M6 9l-3 3 3 3\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M18 9l3 3-3 3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eCustomisable Sizing\u003c\/h4\u003e\n          \u003cp\u003e\n            Remove individual links to adjust the 230 mm bracelet to your preferred fit.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"regent-benefit\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle cx=\"7\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"17\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10 12h4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003e46 Integrated Magnets\u003c\/h4\u003e\n          \u003cp\u003e\n            Neodymium magnets are positioned throughout the bracelet links.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"regent-benefit\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 9h8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 13h8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 17h5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eEasy Home Adjustment\u003c\/h4\u003e\n          \u003cp\u003e\n            The included link adjuster and instructions allow you to resize the bracelet yourself.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"regent-details\"\u003e\n\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n    \u003cdiv class=\"regent-details-grid\"\u003e\n\n      \u003cdiv class=\"regent-detail\"\u003e\n        \u003cstrong\u003eMaterial\u003c\/strong\u003e\n        \u003cspan\u003e99.25% Pure Red Copper\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"regent-detail\"\u003e\n        \u003cstrong\u003eDesign\u003c\/strong\u003e\n        \u003cspan\u003eLink Bracelet with Clasp\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"regent-detail\"\u003e\n        \u003cstrong\u003eColours\u003c\/strong\u003e\n        \u003cspan\u003ePure Copper or Black Ion \/ Pure Copper\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"regent-detail\"\u003e\n        \u003cstrong\u003eLength\u003c\/strong\u003e\n        \u003cspan\u003e230 mm\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"regent-detail\"\u003e\n        \u003cstrong\u003eWidth\u003c\/strong\u003e\n        \u003cspan\u003e15 mm\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"regent-detail\"\u003e\n        \u003cstrong\u003eThickness\u003c\/strong\u003e\n        \u003cspan\u003e3.5 mm\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"regent-detail\"\u003e\n        \u003cstrong\u003eMagnets\u003c\/strong\u003e\n        \u003cspan\u003e46 Neodymium Magnets\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"regent-detail\"\u003e\n        \u003cstrong\u003eMagnet Strength\u003c\/strong\u003e\n        \u003cspan\u003e2000 Gauss\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"regent-detail\"\u003e\n        \u003cstrong\u003eWeight\u003c\/strong\u003e\n        \u003cspan\u003e68 g\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"regent-detail\"\u003e\n        \u003cstrong\u003eIncluded\u003c\/strong\u003e\n        \u003cspan\u003eBracelet + DIY Link Adjuster\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"regent-cta-container\"\u003e\n\n    \u003cdiv class=\"regent-cta\"\u003e\n      \u003ch3\u003eNeed Help With Sizing?\u003c\/h3\u003e\n      \u003cp\u003e\n        Use the included DIY link adjuster and instructions to resize your Regent bracelet at home.\n      \u003c\/p\u003e\n      \u003ca href=\"#\" class=\"regent-cta-button\"\u003eSizing Help\u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"regent-cta\"\u003e\n      \u003ch3\u003eCopper Bracelet Care\u003c\/h3\u003e\n      \u003cp\u003e\n        Genuine copper naturally changes colour over time. Learn how to keep your bracelet looking its best.\n      \u003c\/p\u003e\n      \u003ca href=\"#\" class=\"regent-cta-button\"\u003eCare Guide\u003c\/a\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Copper Store Australia","offers":[{"title":"Default Title","offer_id":41582510342202,"sku":null,"price":50.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0594\/0199\/4298\/files\/3a6e15ee-b37b-458f-ba6a-cf8644267ed3.jpg?v=1786100444","url":"https:\/\/copperstore.com.au\/products\/regent-magnetic-copper-link-bracelet","provider":"Copper Store Australia","version":"1.0","type":"link"}