{"product_id":"atlas-magnetic-copper-link-bracelet","title":"Atlas 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  --atlas-copper: #C4874A;\n  --atlas-copper-dark: #A65E27;\n  --atlas-text: #2d2d2d;\n  --atlas-muted: #666666;\n  --atlas-light: #fdfaf8;\n}\n\n.atlas-wrap,\n.atlas-wrap * {\n  box-sizing: border-box;\n}\n\n.atlas-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(--atlas-text);\n  font-family: 'Inter', Arial, sans-serif;\n}\n\n.atlas-wrap h1,\n.atlas-wrap h2,\n.atlas-wrap h3,\n.atlas-wrap h4 {\n  font-family: 'Golos Text', Arial, sans-serif;\n  font-weight: 700;\n  letter-spacing: -0.02em;\n}\n\n\/* TOP SECTION *\/\n\n.atlas-top {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 50px;\n  padding: 55px 45px;\n  align-items: center;\n}\n\n.atlas-eyebrow {\n  color: var(--atlas-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.atlas-title {\n  font-size: 48px;\n  line-height: 1.1;\n  margin: 0 0 25px;\n  color: #1a1a1a;\n}\n\n.atlas-description {\n  font-size: 17px;\n  line-height: 1.7;\n  color: var(--atlas-muted);\n  margin-bottom: 40px;\n}\n\n.atlas-features {\n  display: flex;\n  flex-direction: column;\n  gap: 28px;\n}\n\n.atlas-feature {\n  display: flex;\n  align-items: flex-start;\n  gap: 20px;\n}\n\n.atlas-feature svg {\n  width: 32px;\n  height: 32px;\n  flex: none;\n  stroke: var(--atlas-copper);\n  stroke-width: 1.25;\n  fill: none;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.atlas-feature h4 {\n  margin: 0 0 5px;\n  font-size: 18px;\n  color: #222222;\n}\n\n.atlas-feature p {\n  margin: 0;\n  font-size: 15px;\n  line-height: 1.55;\n  color: var(--atlas-muted);\n}\n\n\/* IMAGE *\/\n\n.atlas-gallery {\n  position: relative;\n}\n\n.atlas-image-box {\n  overflow: hidden;\n  background: var(--atlas-light);\n  border-radius: 22px;\n  box-shadow: 0 15px 40px rgba(0,0,0,.08);\n  line-height: 0;\n}\n\n.atlas-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.atlas-image-box:hover img {\n  transform: scale(1.03);\n}\n\n\/* BADGE *\/\n\n.atlas-badge {\n  position: absolute;\n  left: -18px;\n  top: 28px;\n  width: 170px;\n  height: 170px;\n  background: var(--atlas-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.atlas-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.atlas-badge-top,\n.atlas-badge-bottom {\n  color: #ffffff;\n  font-size: 11px;\n  font-weight: 700;\n  text-transform: uppercase;\n}\n\n.atlas-badge-top {\n  letter-spacing: 2px;\n  margin-bottom: 10px;\n}\n\n.atlas-badge-main {\n  color: #ffffff;\n  font-size: 25px;\n  font-weight: 700;\n  line-height: 1;\n}\n\n.atlas-badge-bottom {\n  letter-spacing: 1.3px;\n  margin-top: 10px;\n}\n\n\/* DIVIDER *\/\n\n.atlas-divider {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  padding: 20px 45px;\n  gap: 20px;\n}\n\n.atlas-divider-line {\n  height: 1px;\n  background: #e0e0e0;\n  flex: 1;\n}\n\n.atlas-divider-diamond {\n  width: 10px;\n  height: 10px;\n  border: 1px solid var(--atlas-copper);\n  transform: rotate(45deg);\n}\n\n\/* BENEFITS *\/\n\n.atlas-benefits {\n  padding: 60px 45px;\n}\n\n.atlas-benefits h2 {\n  font-size: 40px;\n  text-align: center;\n  margin: 0 0 15px;\n  color: #1a1a1a;\n}\n\n.atlas-benefits-intro {\n  max-width: 820px;\n  margin: 0 auto 50px;\n  text-align: center;\n  color: var(--atlas-muted);\n  font-size: 17px;\n  line-height: 1.7;\n}\n\n.atlas-benefits-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 40px 55px;\n}\n\n.atlas-benefit {\n  display: flex;\n  gap: 20px;\n  align-items: flex-start;\n}\n\n.atlas-benefit svg {\n  width: 40px;\n  height: 40px;\n  flex: none;\n  stroke: var(--atlas-copper);\n  stroke-width: 1.2;\n  fill: none;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.atlas-benefit h4 {\n  margin: 0 0 8px;\n  font-size: 19px;\n}\n\n.atlas-benefit p {\n  margin: 0;\n  color: var(--atlas-muted);\n  font-size: 15px;\n  line-height: 1.6;\n}\n\n\/* DETAILS *\/\n\n.atlas-details {\n  padding: 55px 45px;\n  background: var(--atlas-light);\n}\n\n.atlas-details h2 {\n  margin: 0 0 30px;\n  text-align: center;\n  font-size: 36px;\n  color: #1a1a1a;\n}\n\n.atlas-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.atlas-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.atlas-detail strong {\n  color: var(--atlas-copper-dark);\n}\n\n.atlas-detail span {\n  color: var(--atlas-muted);\n  text-align: right;\n}\n\n\/* CTA *\/\n\n.atlas-cta-container {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 25px;\n  padding: 60px 45px;\n}\n\n.atlas-cta {\n  background: var(--atlas-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.atlas-cta:hover {\n  background: #B87438;\n  transform: translateY(-4px);\n}\n\n.atlas-cta h3 {\n  color: #ffffff !important;\n  font-size: 26px;\n  margin: 0 0 10px;\n}\n\n.atlas-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.atlas-cta-button {\n  display: inline-block;\n  background: #ffffff !important;\n  color: var(--atlas-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\/* RESPONSIVE *\/\n\n@media (max-width: 991px) {\n  .atlas-top {\n    grid-template-columns: 1fr;\n    padding: 40px;\n  }\n\n  .atlas-gallery {\n    order: -1;\n  }\n\n  .atlas-benefits-grid,\n  .atlas-details-grid,\n  .atlas-cta-container {\n    grid-template-columns: 1fr;\n  }\n\n  .atlas-badge {\n    width: 126px;\n    height: 126px;\n    left: 10px;\n    top: 10px;\n  }\n\n  .atlas-badge-inner {\n    width: 112px;\n    height: 112px;\n    border-width: 2px;\n  }\n\n  .atlas-badge-top,\n  .atlas-badge-bottom {\n    font-size: 8px;\n  }\n\n  .atlas-badge-main {\n    font-size: 19px;\n  }\n}\n\n@media (max-width: 600px) {\n  .atlas-wrap {\n    width: calc(100% - 20px);\n    margin: 10px auto;\n    border-radius: 18px;\n  }\n\n  .atlas-top,\n  .atlas-benefits,\n  .atlas-details,\n  .atlas-cta-container {\n    padding: 30px 20px;\n  }\n\n  .atlas-title {\n    font-size: 32px;\n  }\n\n  .atlas-benefits h2,\n  .atlas-details h2 {\n    font-size: 28px;\n  }\n\n  .atlas-detail {\n    flex-direction: column;\n    gap: 5px;\n  }\n\n  .atlas-detail span {\n    text-align: left;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"atlas-wrap\"\u003e\n\n  \u003cdiv class=\"atlas-top\"\u003e\n\n    \u003cdiv\u003e\n\n      \u003cdiv class=\"atlas-eyebrow\"\u003e\n        Premium Magnetic Copper Bracelet\n      \u003c\/div\u003e\n\n      \u003ch1 class=\"atlas-title\"\u003e\n        Strong Design.\u003cbr\u003e\n        Precision Fit.\n      \u003c\/h1\u003e\n\n      \u003cp class=\"atlas-description\"\u003e\n        The \u003cstrong\u003eAtlas Magnetic Copper Link Bracelet\u003c\/strong\u003e combines the\n        substantial feel of a classic link bracelet with 99.25% pure red copper\n        and 46 integrated neodymium magnets. Its watch-style link construction\n        allows the bracelet to be resized for a precise and comfortable fit.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"atlas-features\"\u003e\n\n        \u003cdiv class=\"atlas-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 substantial link-style construction.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"atlas-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=\"atlas-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 Watch-Style Links\u003c\/h4\u003e\n            \u003cp\u003e\n              Individual links can be removed to create a more precise fit around your wrist.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"atlas-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              A bracelet resizing tool and instructions are included so you can adjust the bracelet at home.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"atlas-gallery\"\u003e\n\n      \u003cdiv class=\"atlas-badge\"\u003e\n        \u003cdiv class=\"atlas-badge-inner\"\u003e\n          \u003cdiv class=\"atlas-badge-top\"\u003e46 MAGNETS\u003c\/div\u003e\n          \u003cdiv class=\"atlas-badge-main\"\u003e2000\u003cbr\u003eGAUSS\u003c\/div\u003e\n          \u003cdiv class=\"atlas-badge-bottom\"\u003eNEODYMIUM\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"atlas-image-box\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/0199\/4298\/files\/4a9ee3db-a75e-4ab7-84a8-74e7fbf66b2a.jpg?v=1786099637\" alt=\"Atlas 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=\"atlas-divider\"\u003e\n    \u003cdiv class=\"atlas-divider-line\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"atlas-divider-diamond\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"atlas-divider-line\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"atlas-benefits\"\u003e\n\n    \u003ch2\u003eBuilt for a Precise, Comfortable Fit\u003c\/h2\u003e\n\n    \u003cp class=\"atlas-benefits-intro\"\u003e\n      With its substantial 68 g weight, wide link design and adjustable\n      watch-style construction, the Atlas bracelet is designed for customers who\n      prefer a strong, structured copper bracelet rather than a traditional open cuff.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"atlas-benefits-grid\"\u003e\n\n      \u003cdiv class=\"atlas-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\u003eClassic Link Bracelet Design\u003c\/h4\u003e\n          \u003cp\u003e\n            A refined watch-band-inspired profile with a secure clasp and substantial feel.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"atlas-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 links as required to tailor the 230 mm bracelet to your preferred wrist size.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"atlas-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\u003eMagnetic Link Construction\u003c\/h4\u003e\n          \u003cp\u003e\n            Multiple magnets are positioned throughout the bracelet links rather than in only one location.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"atlas-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\u003eAdjuster \u0026amp; Instructions Included\u003c\/h4\u003e\n          \u003cp\u003e\n            Resize it yourself at home, or take it to a local watch repair shop for professional adjustment.\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=\"atlas-details\"\u003e\n\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n    \u003cdiv class=\"atlas-details-grid\"\u003e\n\n      \u003cdiv class=\"atlas-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=\"atlas-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=\"atlas-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=\"atlas-detail\"\u003e\n        \u003cstrong\u003eLength\u003c\/strong\u003e\n        \u003cspan\u003e230 mm\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"atlas-detail\"\u003e\n        \u003cstrong\u003eWidth\u003c\/strong\u003e\n        \u003cspan\u003e15 mm\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"atlas-detail\"\u003e\n        \u003cstrong\u003eThickness\u003c\/strong\u003e\n        \u003cspan\u003e3.5 mm\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"atlas-detail\"\u003e\n        \u003cstrong\u003eMagnets\u003c\/strong\u003e\n        \u003cspan\u003e46 Neodymium Magnets\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"atlas-detail\"\u003e\n        \u003cstrong\u003eMagnet Strength\u003c\/strong\u003e\n        \u003cspan\u003e2000 Gauss\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"atlas-detail\"\u003e\n        \u003cstrong\u003eWeight\u003c\/strong\u003e\n        \u003cspan\u003e68 g\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"atlas-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=\"atlas-cta-container\"\u003e\n\n    \u003cdiv class=\"atlas-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 Atlas bracelet at home.\n      \u003c\/p\u003e\n\n      \u003ca href=\"https:\/\/copperbracelets.com.au\/pages\/contact\" class=\"atlas-cta-button\"\u003e\n        Contact Us\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"atlas-cta\"\u003e\n      \u003ch3\u003eCopper Bracelet Care\u003c\/h3\u003e\n      \u003cp\u003e\n        Genuine copper naturally changes colour over time. Learn how to clean and maintain your bracelet.\n      \u003c\/p\u003e\n\n      \u003ca href=\"https:\/\/copperbracelets.com.au\" class=\"atlas-cta-button\"\u003e\n        Care Guide\n      \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":41582504116282,"sku":null,"price":50.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0594\/0199\/4298\/files\/4a9ee3db-a75e-4ab7-84a8-74e7fbf66b2a.jpg?v=1786099637","url":"https:\/\/copperstore.com.au\/products\/atlas-magnetic-copper-link-bracelet","provider":"Copper Store Australia","version":"1.0","type":"link"}