{"title":"New Arrivals","description":null,"products":[{"product_id":"copper-water-bottle-2-litre-with-cup-lid","title":"Copper Water Bottle 2 Litre with Cup Lid","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  --twolitre-copper: #C4874A;\n  --twolitre-copper-dark: #A65E27;\n  --twolitre-text: #2d2d2d;\n  --twolitre-muted: #666666;\n  --twolitre-light: #fdfaf8;\n}\n\n.twolitre-wrap,\n.twolitre-wrap * {\n  box-sizing: border-box;\n}\n\n.twolitre-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(--twolitre-text);\n  font-family: 'Inter', Arial, sans-serif;\n}\n\n.twolitre-wrap h1,\n.twolitre-wrap h2,\n.twolitre-wrap h3,\n.twolitre-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.twolitre-top {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 50px;\n  padding: 55px 45px;\n  align-items: center;\n}\n\n.twolitre-eyebrow {\n  color: var(--twolitre-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.twolitre-title {\n  font-size: 48px;\n  line-height: 1.1;\n  margin: 0 0 25px;\n  color: #1a1a1a;\n}\n\n.twolitre-description {\n  font-size: 17px;\n  line-height: 1.7;\n  color: var(--twolitre-muted);\n  margin-bottom: 40px;\n}\n\n.twolitre-features {\n  display: flex;\n  flex-direction: column;\n  gap: 28px;\n}\n\n.twolitre-feature {\n  display: flex;\n  align-items: flex-start;\n  gap: 20px;\n}\n\n.twolitre-feature svg {\n  width: 32px;\n  height: 32px;\n  flex: none;\n  stroke: var(--twolitre-copper);\n  stroke-width: 1.25;\n  fill: none;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.twolitre-feature h4 {\n  margin: 0 0 5px;\n  font-size: 18px;\n  color: #222;\n}\n\n.twolitre-feature p {\n  margin: 0;\n  font-size: 15px;\n  line-height: 1.55;\n  color: var(--twolitre-muted);\n}\n\n\/* IMAGE *\/\n\n.twolitre-gallery {\n  position: relative;\n}\n\n.twolitre-image-box {\n  overflow: hidden;\n  background: var(--twolitre-light);\n  border-radius: 22px;\n  box-shadow: 0 15px 40px rgba(0,0,0,.08);\n  line-height: 0;\n}\n\n.twolitre-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.twolitre-image-box:hover img {\n  transform: scale(1.03);\n}\n\n\/* BADGE *\/\n\n.twolitre-lab-badge {\n  position: absolute;\n  left: -18px;\n  top: 28px;\n  width: 170px;\n  height: 170px;\n  background: var(--twolitre-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.twolitre-lab-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.twolitre-lab-top,\n.twolitre-lab-bottom {\n  color: #fff;\n  font-size: 11px;\n  font-weight: 700;\n  text-transform: uppercase;\n  white-space: nowrap;\n}\n\n.twolitre-lab-top {\n  letter-spacing: 2.6px;\n  margin-bottom: 12px;\n}\n\n.twolitre-lab-percent {\n  color: #fff;\n  font-size: 29px;\n  font-weight: 700;\n  line-height: 1;\n}\n\n.twolitre-lab-bottom {\n  letter-spacing: 1.8px;\n  margin-top: 12px;\n}\n\n\/* DIVIDER *\/\n\n.twolitre-divider {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  padding: 20px 45px;\n  gap: 20px;\n}\n\n.twolitre-divider-line {\n  height: 1px;\n  background: #e0e0e0;\n  flex: 1;\n}\n\n.twolitre-divider-diamond {\n  width: 10px;\n  height: 10px;\n  border: 1px solid var(--twolitre-copper);\n  transform: rotate(45deg);\n}\n\n\/* BENEFITS *\/\n\n.twolitre-benefits {\n  padding: 60px 45px;\n}\n\n.twolitre-benefits h2 {\n  font-size: 40px;\n  text-align: center;\n  margin: 0 0 15px;\n  color: #1a1a1a;\n}\n\n.twolitre-benefits-intro {\n  max-width: 820px;\n  margin: 0 auto 50px;\n  text-align: center;\n  color: var(--twolitre-muted);\n  font-size: 17px;\n  line-height: 1.7;\n}\n\n.twolitre-benefits-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 40px 55px;\n}\n\n.twolitre-benefit {\n  display: flex;\n  align-items: flex-start;\n  gap: 20px;\n}\n\n.twolitre-benefit svg {\n  width: 40px;\n  height: 40px;\n  flex: none;\n  stroke: var(--twolitre-copper);\n  stroke-width: 1.2;\n  fill: none;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.twolitre-benefit h4 {\n  margin: 0 0 8px;\n  font-size: 19px;\n}\n\n.twolitre-benefit p {\n  margin: 0;\n  color: var(--twolitre-muted);\n  font-size: 15px;\n  line-height: 1.6;\n}\n\n\/* CTA *\/\n\n.twolitre-cta-container {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 25px;\n  padding: 0 45px 60px;\n}\n\n.twolitre-cta {\n  background: var(--twolitre-copper);\n  border-radius: 20px;\n  padding: 40px;\n  color: #fff;\n  text-align: center;\n  box-shadow: 0 12px 30px rgba(196,135,74,.18);\n  transition: .3s ease;\n}\n\n.twolitre-cta:hover {\n  background: #B87438;\n  transform: translateY(-4px);\n}\n\n.twolitre-cta svg {\n  width: 50px;\n  height: 50px;\n  stroke: #fff;\n  stroke-width: 1;\n  fill: none;\n}\n\n.twolitre-cta h3 {\n  color: #fff !important;\n  font-size: 26px;\n  margin: 20px 0 10px;\n}\n\n.twolitre-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.twolitre-cta-button {\n  display: inline-block;\n  background: #fff !important;\n  color: var(--twolitre-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  border: 2px solid #fff !important;\n}\n\n\/* RESPONSIVE *\/\n\n@media (max-width: 991px) {\n  .twolitre-top {\n    grid-template-columns: 1fr;\n    padding: 40px;\n  }\n\n  .twolitre-gallery {\n    order: -1;\n  }\n\n  .twolitre-benefits-grid,\n  .twolitre-cta-container {\n    grid-template-columns: 1fr;\n  }\n\n  .twolitre-lab-badge {\n    width: 126px;\n    height: 126px;\n    left: 10px;\n    top: 10px;\n  }\n\n  .twolitre-lab-inner {\n    width: 112px;\n    height: 112px;\n    border-width: 2px;\n  }\n\n  .twolitre-lab-top,\n  .twolitre-lab-bottom {\n    font-size: 8px;\n  }\n\n  .twolitre-lab-percent {\n    font-size: 22px;\n  }\n}\n\n@media (max-width: 600px) {\n  .twolitre-wrap {\n    width: calc(100% - 20px);\n    margin: 10px auto;\n    border-radius: 18px;\n  }\n\n  .twolitre-top,\n  .twolitre-benefits,\n  .twolitre-cta-container {\n    padding: 30px 20px;\n  }\n\n  .twolitre-title {\n    font-size: 32px;\n  }\n\n  .twolitre-benefits h2 {\n    font-size: 28px;\n  }\n\n  .twolitre-benefits-grid,\n  .twolitre-cta-container {\n    grid-template-columns: 1fr;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"twolitre-wrap\"\u003e\n\n  \u003cdiv class=\"twolitre-top\"\u003e\n\n    \u003cdiv class=\"twolitre-content\"\u003e\n\n      \u003cdiv class=\"twolitre-eyebrow\"\u003e\n        Large-Capacity Copper Hydration\n      \u003c\/div\u003e\n\n      \u003ch1 class=\"twolitre-title\"\u003e\n        More Water.\u003cbr\u003e\n        More Convenience.\n      \u003c\/h1\u003e\n\n      \u003cp class=\"twolitre-description\"\u003e\n        Designed for generous everyday hydration, our\n        \u003cstrong\u003eCopper Water Bottle 2 Litre with Cup Lid\u003c\/strong\u003e\n        combines large capacity with a clever dual-purpose lid that can also\n        be used as a drinking cup. Ideal for home, office, bedside use or\n        keeping your daily water supply close at hand.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"twolitre-features\"\u003e\n\n        \u003cdiv class=\"twolitre-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 Copper\u003c\/h4\u003e\n            \u003cp\u003e\n              Made from genuine, uncoated copper and independently laboratory tested in Australia.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"twolitre-feature\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M8 2h8\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M7 5h10l1 16H6z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M9 10h6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003eGenerous 2 Litre Capacity\u003c\/h4\u003e\n            \u003cp\u003e\n              A practical size for keeping a larger supply of drinking water ready throughout the day.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"twolitre-feature\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M5 4h14v5H5z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M7 9v10h10V9\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M9 13h6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003eDual-Purpose Cup Lid\u003c\/h4\u003e\n            \u003cp\u003e\n              The removable lid doubles as a convenient drinking cup for easy everyday use.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"twolitre-feature\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\n            \u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16\"\u003e\u003c\/polygon\u003e\n            \u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003eExpress Australian Shipping\u003c\/h4\u003e\n            \u003cp\u003e\n              Carefully packed and dispatched from the Sunshine Coast, Queensland.\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=\"twolitre-gallery\"\u003e\n\n      \u003cdiv class=\"twolitre-lab-badge\"\u003e\n        \u003cdiv class=\"twolitre-lab-inner\"\u003e\n          \u003cdiv class=\"twolitre-lab-top\"\u003eLAB TESTED\u003c\/div\u003e\n          \u003cdiv class=\"twolitre-lab-percent\"\u003e99.25%\u003c\/div\u003e\n          \u003cdiv class=\"twolitre-lab-bottom\"\u003ePURE COPPER\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"twolitre-image-box\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/0199\/4298\/files\/c6ab2b3d-1f61-466d-af09-943bf7e9f61c.jpg?v=1786095962\" alt=\"Copper Water Bottle 2 Litre with Cup Lid by Copper Store Australia\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"twolitre-divider\"\u003e\n    \u003cdiv class=\"twolitre-divider-line\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"twolitre-divider-diamond\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"twolitre-divider-line\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"twolitre-benefits\"\u003e\n\n    \u003ch2\u003eDesigned for Everyday Hydration\u003c\/h2\u003e\n\n    \u003cp class=\"twolitre-benefits-intro\"\u003e\n      A practical large-capacity copper bottle for those who prefer to keep more water close by, with the added convenience of an integrated cup-style lid.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"twolitre-benefits-grid\"\u003e\n\n      \u003cdiv class=\"twolitre-benefit\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 2.7l5.7 5.7a8 8 0 1 1-11.4 0z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 14c2 1.5 4 1.5 6 0\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eIdeal for Daily Water Storage\u003c\/h4\u003e\n          \u003cp\u003e\n            The 2 litre capacity makes it convenient for home, office or bedside hydration.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"twolitre-benefit\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 4h14v5H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 9v10h10V9\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 13h6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eBuilt-In Drinking Cup\u003c\/h4\u003e\n          \u003cp\u003e\n            The lid can be used as a cup, helping reduce the need for separate drinkware.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"twolitre-benefit\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 20L18 6\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 6h4v4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M6 20h4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eReusable and Durable\u003c\/h4\u003e\n          \u003cp\u003e\n            A long-lasting alternative to disposable plastic bottles when cared for properly.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"twolitre-benefit\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003crect x=\"3\" y=\"8\" width=\"18\" height=\"13\" rx=\"2\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M12 8v13\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M3 12h18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7.5 8C5 8 5 4 7.5 4 10 4 12 8 12 8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M16.5 8C19 8 19 4 16.5 4 14 4 12 8 12 8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003ePractical Gift Choice\u003c\/h4\u003e\n          \u003cp\u003e\n            A distinctive gift for housewarmings, birthdays and wellness-inspired occasions.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"twolitre-cta-container\"\u003e\n\n    \u003cdiv class=\"twolitre-cta\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M9.1 9a3 3 0 0 1 5.8 1c0 2-3 3-3 3\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n\n      \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Learn more about copper purity, natural oxidation, product use, delivery and care.\n      \u003c\/p\u003e\n\n      \u003ca href=\"https:\/\/copperstore.com.au\/pages\/copper-store-faq\" class=\"twolitre-cta-button\"\u003e\n        View FAQs\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"twolitre-cta\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M3 6h18\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M7 6V4h10v2\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M6 6l1 14h10l1-14\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 10v6\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 10v6\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\n      \u003ch3\u003eHow to Clean Copper\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Follow our natural cleaning guide to maintain the appearance of your genuine copper bottle.\n      \u003c\/p\u003e\n\n      \u003ca href=\"https:\/\/copperstore.com.au\/blogs\/news\/how-to-clean-copper-water-bottles\" class=\"twolitre-cta-button\"\u003e\n        Cleaning 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":41582479048762,"sku":null,"price":85.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0594\/0199\/4298\/files\/9d34d348-2698-4f0e-bb13-af9356a67111.jpg?v=1786095920"},{"product_id":"arbor-copper-tensor-ring-pendant-necklace","title":"Arbor Copper Tensor Ring Pendant Necklace","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  --arbor-copper: #C4874A;\n  --arbor-copper-dark: #A65E27;\n  --arbor-text: #2d2d2d;\n  --arbor-muted: #666666;\n  --arbor-light: #fdfaf8;\n}\n\n.arbor-wrap,\n.arbor-wrap * {\n  box-sizing: border-box;\n}\n\n.arbor-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(--arbor-text);\n  font-family: 'Inter', Arial, sans-serif;\n}\n\n.arbor-wrap h1,\n.arbor-wrap h2,\n.arbor-wrap h3,\n.arbor-wrap h4 {\n  font-family: 'Golos Text', Arial, sans-serif;\n  font-weight: 700;\n  letter-spacing: -0.02em;\n}\n\n\/* TOP *\/\n\n.arbor-top {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 50px;\n  padding: 55px 45px;\n  align-items: center;\n}\n\n.arbor-eyebrow {\n  color: var(--arbor-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.arbor-title {\n  font-size: 48px;\n  line-height: 1.1;\n  margin: 0 0 25px;\n  color: #1a1a1a;\n}\n\n.arbor-description {\n  font-size: 17px;\n  line-height: 1.7;\n  color: var(--arbor-muted);\n  margin-bottom: 40px;\n}\n\n.arbor-features {\n  display: flex;\n  flex-direction: column;\n  gap: 28px;\n}\n\n.arbor-feature {\n  display: flex;\n  align-items: flex-start;\n  gap: 20px;\n}\n\n.arbor-feature svg {\n  width: 32px;\n  height: 32px;\n  flex: none;\n  stroke: var(--arbor-copper);\n  stroke-width: 1.25;\n  fill: none;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.arbor-feature h4 {\n  margin: 0 0 5px;\n  font-size: 18px;\n  color: #222;\n}\n\n.arbor-feature p {\n  margin: 0;\n  font-size: 15px;\n  line-height: 1.55;\n  color: var(--arbor-muted);\n}\n\n\/* IMAGE *\/\n\n.arbor-gallery {\n  position: relative;\n}\n\n.arbor-image-box {\n  overflow: hidden;\n  background: var(--arbor-light);\n  border-radius: 22px;\n  box-shadow: 0 15px 40px rgba(0,0,0,.08);\n  line-height: 0;\n}\n\n.arbor-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.arbor-image-box:hover img {\n  transform: scale(1.03);\n}\n\n\/* BADGE *\/\n\n.arbor-badge {\n  position: absolute;\n  left: -18px;\n  top: 28px;\n  width: 170px;\n  height: 170px;\n  background: var(--arbor-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.arbor-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.arbor-badge-top,\n.arbor-badge-bottom {\n  color: #ffffff;\n  font-size: 11px;\n  font-weight: 700;\n  text-transform: uppercase;\n}\n\n.arbor-badge-top {\n  letter-spacing: 2px;\n  margin-bottom: 10px;\n}\n\n.arbor-badge-main {\n  color: #ffffff;\n  font-size: 24px;\n  font-weight: 700;\n  line-height: 1.05;\n}\n\n.arbor-badge-bottom {\n  letter-spacing: 1.4px;\n  margin-top: 10px;\n}\n\n\/* DIVIDER *\/\n\n.arbor-divider {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  padding: 20px 45px;\n  gap: 20px;\n}\n\n.arbor-divider-line {\n  height: 1px;\n  background: #e0e0e0;\n  flex: 1;\n}\n\n.arbor-divider-diamond {\n  width: 10px;\n  height: 10px;\n  border: 1px solid var(--arbor-copper);\n  transform: rotate(45deg);\n}\n\n\/* BENEFITS *\/\n\n.arbor-benefits {\n  padding: 60px 45px;\n}\n\n.arbor-benefits h2 {\n  font-size: 40px;\n  text-align: center;\n  margin: 0 0 15px;\n  color: #1a1a1a;\n}\n\n.arbor-benefits-intro {\n  max-width: 820px;\n  margin: 0 auto 50px;\n  text-align: center;\n  color: var(--arbor-muted);\n  font-size: 17px;\n  line-height: 1.7;\n}\n\n.arbor-benefits-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 40px 55px;\n}\n\n.arbor-benefit {\n  display: flex;\n  gap: 20px;\n  align-items: flex-start;\n}\n\n.arbor-benefit svg {\n  width: 40px;\n  height: 40px;\n  flex: none;\n  stroke: var(--arbor-copper);\n  stroke-width: 1.2;\n  fill: none;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.arbor-benefit h4 {\n  margin: 0 0 8px;\n  font-size: 19px;\n}\n\n.arbor-benefit p {\n  margin: 0;\n  color: var(--arbor-muted);\n  font-size: 15px;\n  line-height: 1.6;\n}\n\n\/* CTA *\/\n\n.arbor-cta-container {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 25px;\n  padding: 0 45px 60px;\n}\n\n.arbor-cta {\n  background: var(--arbor-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.arbor-cta:hover {\n  background: #B87438;\n  transform: translateY(-4px);\n}\n\n.arbor-cta svg {\n  width: 50px;\n  height: 50px;\n  stroke: #ffffff;\n  stroke-width: 1;\n  fill: none;\n}\n\n.arbor-cta h3 {\n  color: #ffffff !important;\n  font-size: 26px;\n  margin: 20px 0 10px;\n}\n\n.arbor-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.arbor-cta-button,\n.arbor-cta-button:link,\n.arbor-cta-button:visited {\n  display: inline-block;\n  background: #ffffff !important;\n  color: var(--arbor-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  border: 2px solid #ffffff !important;\n}\n\n\/* RESPONSIVE *\/\n\n@media (max-width: 991px) {\n  .arbor-top {\n    grid-template-columns: 1fr;\n    padding: 40px;\n  }\n\n  .arbor-gallery {\n    order: -1;\n  }\n\n  .arbor-benefits-grid,\n  .arbor-cta-container {\n    grid-template-columns: 1fr;\n  }\n\n  .arbor-badge {\n    width: 126px;\n    height: 126px;\n    left: 10px;\n    top: 10px;\n  }\n\n  .arbor-badge-inner {\n    width: 112px;\n    height: 112px;\n    border-width: 2px;\n  }\n\n  .arbor-badge-top,\n  .arbor-badge-bottom {\n    font-size: 8px;\n  }\n\n  .arbor-badge-main {\n    font-size: 18px;\n  }\n}\n\n@media (max-width: 600px) {\n  .arbor-wrap {\n    width: calc(100% - 20px);\n    margin: 10px auto;\n    border-radius: 18px;\n  }\n\n  .arbor-top,\n  .arbor-benefits,\n  .arbor-cta-container {\n    padding: 30px 20px;\n  }\n\n  .arbor-title {\n    font-size: 32px;\n  }\n\n  .arbor-description,\n  .arbor-benefits-intro {\n    font-size: 15.5px;\n  }\n\n  .arbor-benefits h2 {\n    font-size: 28px;\n  }\n\n  .arbor-benefits-grid,\n  .arbor-cta-container {\n    grid-template-columns: 1fr;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"arbor-wrap\"\u003e\n\n  \u003cdiv class=\"arbor-top\"\u003e\n\n    \u003cdiv class=\"arbor-content\"\u003e\n\n      \u003cdiv class=\"arbor-eyebrow\"\u003e\n        Artisan Copper Jewellery\n      \u003c\/div\u003e\n\n      \u003ch1 class=\"arbor-title\"\u003e\n        Natural Form.\u003cbr\u003e\n        Timeless Copper.\n      \u003c\/h1\u003e\n\n      \u003cp class=\"arbor-description\"\u003e\n        The \u003cstrong\u003eArbor Copper Tensor Ring Pendant Necklace\u003c\/strong\u003e brings\n        together natural copper tones, minimalist design and handcrafted\n        character. Featuring a distinctive circular tensor-inspired pendant,\n        this understated necklace is designed for effortless everyday wear.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"arbor-features\"\u003e\n\n        \u003cdiv class=\"arbor-feature\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003eTensor Ring-Inspired Design\u003c\/h4\u003e\n            \u003cp\u003e\n              A distinctive circular pendant with a clean, balanced and contemporary appearance.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"arbor-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\u003eGenuine Copper\u003c\/h4\u003e\n            \u003cp\u003e\n              Crafted from natural copper with its characteristic warm tone and evolving patina.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"arbor-feature\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M8 3c0 5 8 5 8 10a4 4 0 0 1-8 0c0-3 4-4 4-7\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"12\" cy=\"18\" r=\"3\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003eMinimalist Everyday Style\u003c\/h4\u003e\n            \u003cp\u003e\n              Simple enough for everyday wear while offering a distinctive artisan statement.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"arbor-feature\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003crect x=\"3\" y=\"8\" width=\"18\" height=\"13\" rx=\"2\"\u003e\u003c\/rect\u003e\n            \u003cpath d=\"M12 8v13\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M3 12h18\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M7.5 8C5 8 5 4 7.5 4 10 4 12 8 12 8\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M16.5 8C19 8 19 4 16.5 4 14 4 12 8 12 8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003eA Distinctive Gift\u003c\/h4\u003e\n            \u003cp\u003e\n              A thoughtful choice for anyone who appreciates natural materials, copper jewellery and unique design.\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=\"arbor-gallery\"\u003e\n\n      \u003cdiv class=\"arbor-badge\"\u003e\n        \u003cdiv class=\"arbor-badge-inner\"\u003e\n          \u003cdiv class=\"arbor-badge-top\"\u003eARTISAN\u003c\/div\u003e\n          \u003cdiv class=\"arbor-badge-main\"\u003eCOPPER\u003c\/div\u003e\n          \u003cdiv class=\"arbor-badge-bottom\"\u003eJEWELLERY\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"arbor-image-box\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/0199\/4298\/files\/ef79312e-14b8-41cb-a29b-4e9541a7c985.jpg?v=1786098067\" alt=\"Arbor Copper Tensor Ring Pendant Necklace\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"arbor-divider\"\u003e\n    \u003cdiv class=\"arbor-divider-line\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"arbor-divider-diamond\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"arbor-divider-line\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"arbor-benefits\"\u003e\n\n    \u003ch2\u003eDesigned with Character\u003c\/h2\u003e\n\n    \u003cp class=\"arbor-benefits-intro\"\u003e\n      A simple circular form, natural copper finish and artisan character make\n      the Arbor pendant an easy piece to pair with casual, bohemian or\n      contemporary styling.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"arbor-benefits-grid\"\u003e\n\n      \u003cdiv class=\"arbor-benefit\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M12 3v18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M3 12h18\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eBalanced Circular Form\u003c\/h4\u003e\n          \u003cp\u003e\n            The tensor-inspired ring design gives the pendant a distinctive geometric presence.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"arbor-benefit\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 18c4-9 10-12 14-12\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 13c3 0 6 2 7 5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eNatural Copper Finish\u003c\/h4\u003e\n          \u003cp\u003e\n            Genuine copper gradually develops its own individual patina and character with wear.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"arbor-benefit\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 2v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"14\" r=\"6\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"12\" cy=\"14\" r=\"3\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eEasy Everyday Wear\u003c\/h4\u003e\n          \u003cp\u003e\n            An understated pendant that can be worn alone or layered with other jewellery.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"arbor-benefit\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 12l5 5L20 6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eIndividual Artisan Character\u003c\/h4\u003e\n          \u003cp\u003e\n            Subtle variations in finish are part of the natural beauty and handcrafted appearance of copper jewellery.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"arbor-cta-container\"\u003e\n\n    \u003cdiv class=\"arbor-cta\"\u003e\n\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M9.1 9a3 3 0 0 1 5.8 1c0 2-3 3-3 3\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n\n      \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Learn more about copper jewellery, natural colour changes, care and delivery.\n      \u003c\/p\u003e\n\n      \u003ca href=\"https:\/\/copperstore.com.au\/pages\/copper-store-faq\" class=\"arbor-cta-button\"\u003e\n        View FAQs\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"arbor-cta\"\u003e\n\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M3 6h18\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M7 6V4h10v2\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M6 6l1 14h10l1-14\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 10v6\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 10v6\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\n      \u003ch3\u003eHow to Clean Copper\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover simple ways to refresh and care for the natural finish of your copper jewellery.\n      \u003c\/p\u003e\n\n      \u003ca href=\"https:\/\/copperstore.com.au\/blogs\/news\/how-to-clean-copper-water-bottles\" class=\"arbor-cta-button\"\u003e\n        Cleaning Guide\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Copper Store Australia","offers":[{"title":"Default Title","offer_id":41582493728826,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0594\/0199\/4298\/files\/f4c5c3e7-c712-4f58-ba46-ba0c2ff6422c.jpg?v=1786098067"},{"product_id":"sylvan-copper-tensor-ring-pendant-necklace","title":"Sylvan Copper Tensor Ring Pendant Necklace","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  --sylvan-copper: #C4874A;\n  --sylvan-copper-dark: #A65E27;\n  --sylvan-text: #2d2d2d;\n  --sylvan-muted: #666666;\n  --sylvan-light: #fdfaf8;\n}\n\n.sylvan-wrap,\n.sylvan-wrap * {\n  box-sizing: border-box;\n}\n\n.sylvan-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(--sylvan-text);\n  font-family: 'Inter', Arial, sans-serif;\n}\n\n.sylvan-wrap h1,\n.sylvan-wrap h2,\n.sylvan-wrap h3,\n.sylvan-wrap h4 {\n  font-family: 'Golos Text', Arial, sans-serif;\n  font-weight: 700;\n  letter-spacing: -0.02em;\n}\n\n\/* TOP *\/\n\n.sylvan-top {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 50px;\n  padding: 55px 45px;\n  align-items: center;\n}\n\n.sylvan-eyebrow {\n  color: var(--sylvan-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.sylvan-title {\n  font-size: 48px;\n  line-height: 1.1;\n  margin: 0 0 25px;\n  color: #1a1a1a;\n}\n\n.sylvan-description {\n  font-size: 17px;\n  line-height: 1.7;\n  color: var(--sylvan-muted);\n  margin-bottom: 40px;\n}\n\n.sylvan-features {\n  display: flex;\n  flex-direction: column;\n  gap: 28px;\n}\n\n.sylvan-feature {\n  display: flex;\n  align-items: flex-start;\n  gap: 20px;\n}\n\n.sylvan-feature svg {\n  width: 32px;\n  height: 32px;\n  flex: none;\n  stroke: var(--sylvan-copper);\n  stroke-width: 1.25;\n  fill: none;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.sylvan-feature h4 {\n  margin: 0 0 5px;\n  font-size: 18px;\n  color: #222;\n}\n\n.sylvan-feature p {\n  margin: 0;\n  font-size: 15px;\n  line-height: 1.55;\n  color: var(--sylvan-muted);\n}\n\n\/* IMAGE *\/\n\n.sylvan-gallery {\n  position: relative;\n}\n\n.sylvan-image-box {\n  overflow: hidden;\n  background: var(--sylvan-light);\n  border-radius: 22px;\n  box-shadow: 0 15px 40px rgba(0,0,0,.08);\n  line-height: 0;\n}\n\n.sylvan-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.sylvan-image-box:hover img {\n  transform: scale(1.03);\n}\n\n\/* BADGE *\/\n\n.sylvan-badge {\n  position: absolute;\n  left: -18px;\n  top: 28px;\n  width: 170px;\n  height: 170px;\n  background: var(--sylvan-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.sylvan-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.sylvan-badge-top,\n.sylvan-badge-bottom {\n  color: #ffffff;\n  font-size: 11px;\n  font-weight: 700;\n  text-transform: uppercase;\n}\n\n.sylvan-badge-top {\n  letter-spacing: 2px;\n  margin-bottom: 10px;\n}\n\n.sylvan-badge-main {\n  color: #ffffff;\n  font-size: 24px;\n  font-weight: 700;\n  line-height: 1.05;\n}\n\n.sylvan-badge-bottom {\n  letter-spacing: 1.4px;\n  margin-top: 10px;\n}\n\n\/* DIVIDER *\/\n\n.sylvan-divider {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  padding: 20px 45px;\n  gap: 20px;\n}\n\n.sylvan-divider-line {\n  height: 1px;\n  background: #e0e0e0;\n  flex: 1;\n}\n\n.sylvan-divider-diamond {\n  width: 10px;\n  height: 10px;\n  border: 1px solid var(--sylvan-copper);\n  transform: rotate(45deg);\n}\n\n\/* BENEFITS *\/\n\n.sylvan-benefits {\n  padding: 60px 45px;\n}\n\n.sylvan-benefits h2 {\n  font-size: 40px;\n  text-align: center;\n  margin: 0 0 15px;\n  color: #1a1a1a;\n}\n\n.sylvan-benefits-intro {\n  max-width: 820px;\n  margin: 0 auto 50px;\n  text-align: center;\n  color: var(--sylvan-muted);\n  font-size: 17px;\n  line-height: 1.7;\n}\n\n.sylvan-benefits-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 40px 55px;\n}\n\n.sylvan-benefit {\n  display: flex;\n  gap: 20px;\n  align-items: flex-start;\n}\n\n.sylvan-benefit svg {\n  width: 40px;\n  height: 40px;\n  flex: none;\n  stroke: var(--sylvan-copper);\n  stroke-width: 1.2;\n  fill: none;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.sylvan-benefit h4 {\n  margin: 0 0 8px;\n  font-size: 19px;\n}\n\n.sylvan-benefit p {\n  margin: 0;\n  color: var(--sylvan-muted);\n  font-size: 15px;\n  line-height: 1.6;\n}\n\n\/* CTA *\/\n\n.sylvan-cta-container {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 25px;\n  padding: 0 45px 60px;\n}\n\n.sylvan-cta {\n  background: var(--sylvan-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.sylvan-cta:hover {\n  background: #B87438;\n  transform: translateY(-4px);\n}\n\n.sylvan-cta svg {\n  width: 50px;\n  height: 50px;\n  stroke: #ffffff;\n  stroke-width: 1;\n  fill: none;\n}\n\n.sylvan-cta h3 {\n  color: #ffffff !important;\n  font-size: 26px;\n  margin: 20px 0 10px;\n}\n\n.sylvan-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.sylvan-cta-button,\n.sylvan-cta-button:link,\n.sylvan-cta-button:visited {\n  display: inline-block;\n  background: #ffffff !important;\n  color: var(--sylvan-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  border: 2px solid #ffffff !important;\n}\n\n\/* RESPONSIVE *\/\n\n@media (max-width: 991px) {\n  .sylvan-top {\n    grid-template-columns: 1fr;\n    padding: 40px;\n  }\n\n  .sylvan-gallery {\n    order: -1;\n  }\n\n  .sylvan-benefits-grid,\n  .sylvan-cta-container {\n    grid-template-columns: 1fr;\n  }\n\n  .sylvan-badge {\n    width: 126px;\n    height: 126px;\n    left: 10px;\n    top: 10px;\n  }\n\n  .sylvan-badge-inner {\n    width: 112px;\n    height: 112px;\n    border-width: 2px;\n  }\n\n  .sylvan-badge-top,\n  .sylvan-badge-bottom {\n    font-size: 8px;\n  }\n\n  .sylvan-badge-main {\n    font-size: 18px;\n  }\n}\n\n@media (max-width: 600px) {\n  .sylvan-wrap {\n    width: calc(100% - 20px);\n    margin: 10px auto;\n    border-radius: 18px;\n  }\n\n  .sylvan-top,\n  .sylvan-benefits,\n  .sylvan-cta-container {\n    padding: 30px 20px;\n  }\n\n  .sylvan-title {\n    font-size: 32px;\n  }\n\n  .sylvan-description,\n  .sylvan-benefits-intro {\n    font-size: 15.5px;\n  }\n\n  .sylvan-benefits h2 {\n    font-size: 28px;\n  }\n\n  .sylvan-benefits-grid,\n  .sylvan-cta-container {\n    grid-template-columns: 1fr;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"sylvan-wrap\"\u003e\n\n  \u003cdiv class=\"sylvan-top\"\u003e\n\n    \u003cdiv class=\"sylvan-content\"\u003e\n\n      \u003cdiv class=\"sylvan-eyebrow\"\u003e\n        Nature-Inspired Copper Jewellery\n      \u003c\/div\u003e\n\n      \u003ch1 class=\"sylvan-title\"\u003e\n        Organic Character.\u003cbr\u003e\n        Timeless Copper.\n      \u003c\/h1\u003e\n\n      \u003cp class=\"sylvan-description\"\u003e\n        The \u003cstrong\u003eSylvan Copper Tensor Ring Pendant Necklace\u003c\/strong\u003e\n        combines a distinctive tensor ring-inspired form with the warm,\n        natural character of genuine copper. Its understated design makes it\n        an easy everyday piece while retaining the individual charm of\n        handcrafted jewellery.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sylvan-features\"\u003e\n\n        \u003cdiv class=\"sylvan-feature\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003eTensor Ring-Inspired Design\u003c\/h4\u003e\n            \u003cp\u003e\n              A distinctive circular pendant with a clean, balanced and minimalist form.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sylvan-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\u003eGenuine Copper\u003c\/h4\u003e\n            \u003cp\u003e\n              Crafted from natural copper with warm tones that develop their own character over time.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sylvan-feature\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 2c-4 4-6 8-6 12a6 6 0 0 0 12 0c0-4-2-8-6-12z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M9 15c2 1 4 1 6 0\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003eNature-Inspired Styling\u003c\/h4\u003e\n            \u003cp\u003e\n              A simple, organic look designed to complement casual, bohemian and contemporary outfits.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sylvan-feature\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003crect x=\"3\" y=\"8\" width=\"18\" height=\"13\" rx=\"2\"\u003e\u003c\/rect\u003e\n            \u003cpath d=\"M12 8v13\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M3 12h18\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M7.5 8C5 8 5 4 7.5 4 10 4 12 8 12 8\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M16.5 8C19 8 19 4 16.5 4 14 4 12 8 12 8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003eA Thoughtful Gift\u003c\/h4\u003e\n            \u003cp\u003e\n              A distinctive choice for anyone who appreciates natural materials and artisan copper jewellery.\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=\"sylvan-gallery\"\u003e\n\n      \u003cdiv class=\"sylvan-badge\"\u003e\n        \u003cdiv class=\"sylvan-badge-inner\"\u003e\n          \u003cdiv class=\"sylvan-badge-top\"\u003eARTISAN\u003c\/div\u003e\n          \u003cdiv class=\"sylvan-badge-main\"\u003eCOPPER\u003c\/div\u003e\n          \u003cdiv class=\"sylvan-badge-bottom\"\u003eJEWELLERY\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sylvan-image-box\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/0199\/4298\/files\/ce5b96ed-5e8e-4b42-b9b5-2fe2917e89b9.jpg?v=1786098067\" alt=\"Sylvan Copper Tensor Ring Pendant Necklace\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sylvan-divider\"\u003e\n    \u003cdiv class=\"sylvan-divider-line\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"sylvan-divider-diamond\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"sylvan-divider-line\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"sylvan-benefits\"\u003e\n\n    \u003ch2\u003eNatural Beauty in Every Detail\u003c\/h2\u003e\n\n    \u003cp class=\"sylvan-benefits-intro\"\u003e\n      Designed with an understated circular form and natural copper finish,\n      the Sylvan pendant brings together simplicity, texture and individual\n      artisan character.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"sylvan-benefits-grid\"\u003e\n\n      \u003cdiv class=\"sylvan-benefit\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M12 3v18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M3 12h18\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eBalanced Circular Form\u003c\/h4\u003e\n          \u003cp\u003e\n            The ring-inspired design creates a distinctive geometric silhouette with a minimalist feel.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sylvan-benefit\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 18c4-9 10-12 14-12\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 13c3 0 6 2 7 5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eNatural Copper Patina\u003c\/h4\u003e\n          \u003cp\u003e\n            Genuine copper naturally changes tone over time, creating an individual finish unique to the wearer.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sylvan-benefit\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 2v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"14\" r=\"6\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"12\" cy=\"14\" r=\"3\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eEasy Everyday Wear\u003c\/h4\u003e\n          \u003cp\u003e\n            A versatile pendant that can be worn alone or layered with other necklaces.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sylvan-benefit\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 12l5 5L20 6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eIndividual Artisan Character\u003c\/h4\u003e\n          \u003cp\u003e\n            Subtle variations in finish are part of the natural appeal of handcrafted copper jewellery.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"sylvan-cta-container\"\u003e\n\n    \u003cdiv class=\"sylvan-cta\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M9.1 9a3 3 0 0 1 5.8 1c0 2-3 3-3 3\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n\n      \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Learn more about copper jewellery, natural colour changes, care and delivery.\n      \u003c\/p\u003e\n\n      \u003ca href=\"https:\/\/copperstore.com.au\/pages\/copper-store-faq\" class=\"sylvan-cta-button\"\u003e\n        View FAQs\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sylvan-cta\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M3 6h18\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M7 6V4h10v2\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M6 6l1 14h10l1-14\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 10v6\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 10v6\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\n      \u003ch3\u003eHow to Clean Copper\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Discover simple ways to refresh and care for the natural finish of your copper jewellery.\n      \u003c\/p\u003e\n\n      \u003ca href=\"https:\/\/copperstore.com.au\/blogs\/news\/how-to-clean-copper-water-bottles\" class=\"sylvan-cta-button\"\u003e\n        Cleaning 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":41582493859898,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0594\/0199\/4298\/files\/7173f7ce-e133-42b1-889a-6fcfea474ef0.jpg?v=1786098067"},{"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"},{"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"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0594\/0199\/4298\/collections\/c6ab2b3d-1f61-466d-af09-943bf7e9f61c.jpg?v=1786101188","url":"https:\/\/copperstore.com.au\/collections\/new-arrivals.oembed","provider":"Copper Store Australia","version":"1.0","type":"link"}