{"title":"Copper Bracelets","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","products":[{"product_id":"copper-bracelet-double-tone","title":"Copper Bracelet Double Tone","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46193152557255,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Copper_Bracelet_Double_Tone.jpg?v=1780968509"},{"product_id":"copper-bracelet-i-love-you-forever-print","title":"Copper Bracelet I LOVE YOU FOREVER PRINT","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46193152491719,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Copper_Bracelet_I_LOVE_YOU_FOREVER_PRINT.jpg?v=1780966436"},{"product_id":"copper-bracelet-hammered-design","title":"Copper Bracelet Hammered Design","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46193152590023,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Copper_Bracelet_Hammered_Design.jpg?v=1780966465"},{"product_id":"copper-bracelet-3-tone-twist","title":"Copper Bracelet 3 Tone Twist","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46193152524487,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Copper_Bracelet_3_Tone_Twist.jpg?v=1780966493"},{"product_id":"copper-bracelet-floral-design","title":"Copper Bracelet Floral design","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46193152721095,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Copper_Bracelet_Floral_design_3.jpg?v=1780968315"},{"product_id":"copper-bracelet-plain-most-popular","title":"Copper Bracelet - Plain - Most Popular","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46193152688327,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Copper_Bracelet_-_Plain_-_Most_Popular_2.jpg?v=1780966522"},{"product_id":"copper-bracelet-double-twist-pattern","title":"Copper Bracelet Double Twist Pattern","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46193152622791,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Copper_Bracelet_Double_Twist_Pattern.jpg?v=1780968467"},{"product_id":"copper-bracelet-cross-pattern","title":"Copper Bracelet Cross Pattern","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46193152655559,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/twist_one.jpg?v=1772278966"},{"product_id":"copper-bracelet-chakra-print","title":"Copper Bracelet Chakra Print","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46193152753863,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Copper_Bracelet_Chakra_Print.png?v=1780968427"},{"product_id":"copper-bracelet-plain-round","title":"Copper Bracelet Plain Round","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46193152786631,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Untitled_design_5.jpg?v=1784367189"},{"product_id":"copper-bracelet-one-way-twist-style","title":"Copper Bracelet One-Way Twist style","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46193152819399,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Copper_Bracelet_One-Way_Twist_style.jpg?v=1780968616"},{"product_id":"copper-tree-of-life-magnetic-bracelet","title":"Copper Tree of Life Magnetic Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":46193152852167,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Copper_Tree_of_Life_Magnetic_Bracelet_1.jpg?v=1780968877"},{"product_id":"hammered-copper-cuff-bracelet","title":"Hammered Copper Cuff Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46193153507527,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Hammered_Copper_Cuff_Bracelet.jpg?v=1780968343"},{"product_id":"copper-weave-cuff-bracelet","title":"Copper Weave Cuff Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":46193153540295,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Copperweavebracelet.jpg?v=1772269390"},{"product_id":"copper-infinity-braid-bracelet","title":"Copper Infinity Braid Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":46193153573063,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Copper_Infinity_Braid_Bracelet.jpg?v=1780968579"},{"product_id":"copper-spiral-bracelet","title":"Copper Spiral Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":46193153605831,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copper_spiral_bracelets.jpg?v=1772271329"},{"product_id":"copper-dragon-scale-bracelet","title":"Copper Dragon Scale Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43;\n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg loading=\"lazy\" alt=\"TAMRA brand icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg loading=\"lazy\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" 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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" 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 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle r=\"3\" cy=\"8\" cx=\"8\"\u003e\u003c\/circle\u003e\n            \u003ccircle r=\"3\" cy=\"8\" cx=\"16\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle r=\"8\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle r=\"2\" cy=\"18\" cx=\"7\"\u003e\u003c\/circle\u003e\n          \u003ccircle r=\"2\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca href=\"https:\/\/copperbracelets.com.au\/pages\/faq\" class=\"tamra-link-card\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\" class=\"tamra-link-card\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":46193153638599,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Copper_Dragon_Scale_Bracelet.jpg?v=1780966544"},{"product_id":"copper-link-bracelet","title":"Copper Link Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":46193153704135,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Copper_Link_Bracelet.jpg?v=1780968722"},{"product_id":"copper-wave-bracelet","title":"Copper Wave Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":46193153736903,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copper_wave_bracelet.jpg?v=1780968806"},{"product_id":"classic-copper-cuff-bracelet","title":"Classic Copper Cuff Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":46193153867975,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Classic_Copper_Cuff_Bracelet.jpg?v=1780968407"},{"product_id":"tribal-pattern-magnetic-copper-bracelet","title":"Tribal Pattern Magnetic Copper Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46255297888455,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Tribal_Pattern_Magnetic_Copper_Bracelet.jpg?v=1780966116"},{"product_id":"braided-magnetic-copper-bracelet","title":"Braided Magnetic Copper Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46255301755079,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Braided_Magnetic_Copper_Bracelet.jpg?v=1780966329"},{"product_id":"floral-magnetic-copper-bracelet","title":"Floral Magnetic Copper Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46255307817159,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Floral_Magnetic_Copper_Bracelet.jpg?v=1780966058"},{"product_id":"sacred-lines-copper-bracelet","title":"Sacred Lines Copper Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46325619785927,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Sacred_Lines_Copper_Bracelet.jpg?v=1780891189"},{"product_id":"heritage-grid-copper-bracelet","title":"Heritage Grid Copper Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46325620342983,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Heritage_Grid_Copper_Bracelet.jpg?v=1780891147"},{"product_id":"heritage-vine-copper-bracelet","title":"Heritage Vine Copper Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46325620474055,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Heritage_Vine_Copper_Bracelet_1.jpg?v=1780891114"},{"product_id":"heritage-weave-copper-bracelet","title":"Heritage Weave Copper Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46325620703431,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Heritage_Weave_Copper_Bracelet_1.jpg?v=1780891081"},{"product_id":"signature-twist-copper-bracelet","title":"Signature Twist Copper Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46325621752007,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Signature_Twist_Copper_Bracelet.jpg?v=1780633227"},{"product_id":"infinity-twist-copper-bracelet","title":"Infinity Twist Copper Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46325623718087,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Infinity_Twist_Copper_Bracelet.jpg?v=1780891001"},{"product_id":"classic-power-braid-bracelet","title":"Classic Power Braid Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46325625979079,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/ChatGPT_Image_Jul_17_2026_03_41_56_PM.jpg?v=1784267414"},{"product_id":"modern-line-copper-bracelet","title":"Modern Line Copper Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46325628698823,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Modern_Line_Copper_Bracelet.png?v=1780108228"},{"product_id":"floral-essence-copper-bracelet","title":"Floral Essence Copper Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46325630730439,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Floral_Essence_Copper_Bracelet.jpg?v=1780632769"},{"product_id":"elegant-lattice-copper-bracelet","title":"Elegant Lattice Copper Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46325633417415,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Elegant_Lattice_Copper_Bracelet.jpg?v=1780635437"},{"product_id":"sacred-flow-copper-bracelet","title":"Sacred Flow Copper Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46325635776711,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Sacred_Flow_Copper_Bracelet.jpg?v=1780635409"},{"product_id":"eternal-flow-copper-bracelet","title":"Eternal Flow Copper Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46325637939399,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Eternal_Flow_Copper_Bracelet.jpg?v=1780635354"},{"product_id":"unity-weave-copper-bracelet","title":"Unity Weave Copper Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg loading=\"lazy\" alt=\"TAMRA brand icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg loading=\"lazy\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" 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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" 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 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle r=\"3\" cy=\"8\" cx=\"8\"\u003e\u003c\/circle\u003e\n            \u003ccircle r=\"3\" cy=\"8\" cx=\"16\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle r=\"8\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle r=\"2\" cy=\"18\" cx=\"7\"\u003e\u003c\/circle\u003e\n          \u003ccircle r=\"2\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca href=\"https:\/\/copperbracelets.com.au\/pages\/faq\" class=\"tamra-link-card\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\" class=\"tamra-link-card\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46325639807175,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Unity_Weave_Copper_Bracelet.jpg?v=1780635310"},{"product_id":"elemental-copper-bracelet","title":"Elemental Copper Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg loading=\"lazy\" alt=\"TAMRA brand icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg loading=\"lazy\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" 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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" 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 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle r=\"3\" cy=\"8\" cx=\"8\"\u003e\u003c\/circle\u003e\n            \u003ccircle r=\"3\" cy=\"8\" cx=\"16\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle r=\"8\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle r=\"2\" cy=\"18\" cx=\"7\"\u003e\u003c\/circle\u003e\n          \u003ccircle r=\"2\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca href=\"https:\/\/copperbracelets.com.au\/pages\/faq\" class=\"tamra-link-card\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\" class=\"tamra-link-card\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46325641740487,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Elemental_Copper_Bracelet.jpg?v=1780635262"},{"product_id":"sacred-vine-copper-bracelet","title":"Sacred Vine Copper Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43; \n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg loading=\"lazy\" alt=\"TAMRA brand icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg loading=\"lazy\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" 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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" 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 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle r=\"3\" cy=\"8\" cx=\"8\"\u003e\u003c\/circle\u003e\n            \u003ccircle r=\"3\" cy=\"8\" cx=\"16\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle r=\"8\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle r=\"2\" cy=\"18\" cx=\"7\"\u003e\u003c\/circle\u003e\n          \u003ccircle r=\"2\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca href=\"https:\/\/copperbracelets.com.au\/pages\/faq\" class=\"tamra-link-card\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\" class=\"tamra-link-card\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46325642854599,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Sacred_Vine_Copper_Bracelet.jpg?v=1780635218"},{"product_id":"classic-pure-copper-cuff-bracelet","title":"Classic Pure Copper Cuff Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43;\n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg loading=\"lazy\" alt=\"TAMRA brand icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg loading=\"lazy\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" 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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" 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 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle r=\"3\" cy=\"8\" cx=\"8\"\u003e\u003c\/circle\u003e\n            \u003ccircle r=\"3\" cy=\"8\" cx=\"16\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle r=\"8\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle r=\"2\" cy=\"18\" cx=\"7\"\u003e\u003c\/circle\u003e\n          \u003ccircle r=\"2\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca href=\"https:\/\/copperbracelets.com.au\/pages\/faq\" class=\"tamra-link-card\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\" class=\"tamra-link-card\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46591773147335,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Classic_Pure_Copper_Cuff_Bracelet.jpg?v=1780632856"},{"product_id":"flower-of-life-copper-bracelet","title":"Flower of Life Copper Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43;\n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\" alt=\"TAMRA brand icon\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 4v8a6 6 0 0 0 12 0V4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/pages\/faq\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"tamra-link-card\" href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46591939313863,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Flower_of_Life_Copper_Bracelet.png?v=1780632245"},{"product_id":"celestial-copper-armlet-anklet","title":"Celestial Copper Armlet \u0026 Anklet","description":"\u003cstyle\u003e\n    .cb-product-description {\n      font-family: inherit;\n      color: #2b211b;\n      line-height: 1.7;\n    }\n\n    .cb-hero {\n      background: linear-gradient(135deg, #fff8f2, #f3dfcf);\n      border: 1px solid #ead2c1;\n      border-radius: 18px;\n      padding: 26px;\n      margin-bottom: 24px;\n    }\n\n    .cb-badge {\n      display: inline-block;\n      background: #9b4a25;\n      color: #fff;\n      padding: 7px 14px;\n      border-radius: 30px;\n      font-size: 13px;\n      font-weight: 600;\n      margin-bottom: 12px;\n    }\n\n    .cb-hero h2,\n    .cb-section h3 {\n      color: #8b3f20;\n      margin-top: 0;\n    }\n\n    .cb-hero h2 {\n      font-size: 28px;\n      margin-bottom: 10px;\n    }\n\n    .cb-section {\n      margin: 24px 0;\n    }\n\n    .cb-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 12px;\n      margin-top: 14px;\n    }\n\n    .cb-card {\n      background: #fffaf6;\n      border: 1px solid #ead2c1;\n      border-radius: 14px;\n      padding: 15px;\n    }\n\n    .cb-card strong {\n      color: #8b3f20;\n    }\n\n    .cb-list {\n      padding-left: 20px;\n    }\n\n    .cb-specs {\n      width: 100%;\n      border-collapse: collapse;\n      background: #fffaf6;\n      border-radius: 14px;\n      overflow: hidden;\n      margin-top: 12px;\n    }\n\n    .cb-specs td {\n      padding: 12px 14px;\n      border-bottom: 1px solid #ead2c1;\n    }\n\n    .cb-specs td:first-child {\n      font-weight: 600;\n      color: #8b3f20;\n      width: 42%;\n    }\n\n    .cb-note {\n      background: #fff8f2;\n      border-left: 4px solid #8b3f20;\n      border-radius: 10px;\n      padding: 14px;\n      font-size: 13px;\n      color: #6b584c;\n      margin-top: 22px;\n    }\n\n    @media (max-width: 600px) {\n      .cb-hero {\n        padding: 20px;\n      }\n\n      .cb-hero h2 {\n        font-size: 23px;\n      }\n\n      .cb-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .cb-specs td {\n        display: block;\n        width: 100%;\n        padding: 10px 14px;\n      }\n\n      .cb-specs td:first-child {\n        width: 100%;\n        padding-bottom: 2px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"cb-product-description\"\u003e\n\u003cdiv class=\"cb-hero\"\u003e\n\u003cspan class=\"cb-badge\"\u003eAdjustable Copper Jewellery\u003c\/span\u003e\n\u003ch2\u003eCelestial Copper Armlet \u0026amp; Anklet\u003c\/h2\u003e\n\u003cp\u003eElegant, simple and beautifully versatile, the Celestial Copper Armlet \u0026amp; Anklet is designed to be worn as either an upper arm cuff or an anklet. Its smooth copper finish with gold-tone ball accents gives it a refined, minimalist look for everyday wear or special styling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cb-section\"\u003e\n\u003ch3\u003eWhy You’ll Love It\u003c\/h3\u003e\n\u003cdiv class=\"cb-grid\"\u003e\n\u003cdiv class=\"cb-card\"\u003e\n\u003cstrong\u003e2-in-1 Design\u003c\/strong\u003e\u003cbr\u003eCan be styled as an armlet or anklet.\u003c\/div\u003e\n\u003cdiv class=\"cb-card\"\u003e\n\u003cstrong\u003eAdjustable Fit\u003c\/strong\u003e\u003cbr\u003eOpen cuff design allows gentle adjustment for comfort.\u003c\/div\u003e\n\u003cdiv class=\"cb-card\"\u003e\n\u003cstrong\u003eElegant Detail\u003c\/strong\u003e\u003cbr\u003eFinished with polished gold-tone ball accents.\u003c\/div\u003e\n\u003cdiv class=\"cb-card\"\u003e\n\u003cstrong\u003eEasy to Style\u003c\/strong\u003e\u003cbr\u003ePerfect with dresses, resort wear, yoga wear or casual outfits.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cb-section\"\u003e\n\u003ch3\u003eProduct Features\u003c\/h3\u003e\n\u003cul class=\"cb-list\"\u003e\n\u003cli\u003e\n\u003cmeta charset=\"utf-8\"\u003e99.25% Pure Copper Lab tested\u003c\/li\u003e\n\u003cli\u003eBeautiful copper-tone finish\u003c\/li\u003e\n\u003cli\u003eMinimalist open-cuff design\u003c\/li\u003e\n\u003cli\u003eCan be worn on the upper arm or ankle\u003c\/li\u003e\n\u003cli\u003eLightweight and comfortable\u003c\/li\u003e\n\u003cli\u003eSuitable for everyday wear, events and gifting\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cb-section\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003ctable class=\"cb-specs\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Name\u003c\/td\u003e\n\u003ctd\u003eCelestial Copper Armlet \u0026amp; Anklet \u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyle\u003c\/td\u003e\n\u003ctd\u003eAdjustable open cuff\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUse\u003c\/td\u003e\n\u003ctd\u003eArmlet or anklet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColour\u003c\/td\u003e\n\u003ctd\u003eCopper with gold-tone accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFit\u003c\/td\u003e\n\u003ctd\u003eAdjustable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cb-section\"\u003e\n\u003ch3\u003eHow to Wear\u003c\/h3\u003e\n\u003cp\u003eGently open or close the cuff to adjust the fit. Wear it comfortably around the upper arm for a statement armlet look, or around the ankle for a simple and elegant anklet style.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cb-section\"\u003e\n\u003ch3\u003eCare Instructions\u003c\/h3\u003e\n\u003cul class=\"cb-list\"\u003e\n\u003cli\u003eKeep dry when not in use.\u003c\/li\u003e\n\u003cli\u003eAvoid perfumes, lotions and harsh chemicals.\u003c\/li\u003e\n\u003cli\u003eWipe gently with a soft dry cloth after wearing.\u003c\/li\u003e\n\u003cli\u003eNatural copper colour changes may occur over time.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cb-note\"\u003e\n\u003cstrong\u003eNote:\u003c\/strong\u003e As this is an adjustable jewellery piece, please adjust gently and avoid repeated over-bending to maintain its shape and finish.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46710040789191,"sku":null,"price":50.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/Celestial_Copper_Armlet_Anklet.jpg?v=1782732478"},{"product_id":"trinity-weave-magnetic-copper-bracelet","title":"Trinity Weave Magnetic Copper Bracelet","description":"   \u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43;\n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg loading=\"lazy\" alt=\"TAMRA brand icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg loading=\"lazy\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" 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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" 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 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle r=\"3\" cy=\"8\" cx=\"8\"\u003e\u003c\/circle\u003e\n            \u003ccircle r=\"3\" cy=\"8\" cx=\"16\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle r=\"8\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle r=\"2\" cy=\"18\" cx=\"7\"\u003e\u003c\/circle\u003e\n          \u003ccircle r=\"2\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca href=\"https:\/\/copperbracelets.com.au\/pages\/faq\" class=\"tamra-link-card\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\" class=\"tamra-link-card\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46710149284039,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/dc704c01-7401-437d-bd42-0ebbba295314.jpg?v=1782734965"},{"product_id":"artisan-weave-magnetic-copper-bracelet","title":"Artisan Weave Magnetic Copper Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43;\n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg loading=\"lazy\" alt=\"TAMRA brand icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg loading=\"lazy\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" 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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" 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 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle r=\"3\" cy=\"8\" cx=\"8\"\u003e\u003c\/circle\u003e\n            \u003ccircle r=\"3\" cy=\"8\" cx=\"16\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle r=\"8\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle r=\"2\" cy=\"18\" cx=\"7\"\u003e\u003c\/circle\u003e\n          \u003ccircle r=\"2\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca href=\"https:\/\/copperbracelets.com.au\/pages\/faq\" class=\"tamra-link-card\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\" class=\"tamra-link-card\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46710150627527,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/53c094b7-aab1-4b4f-922e-d437766d34e8_c7196ed0-b3d4-4759-8d4e-9c30d0ef13d4.jpg?v=1782735082"},{"product_id":"heritage-arrow-copper-bracelet","title":"Heritage Arrow Copper Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43;\n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg loading=\"lazy\" alt=\"TAMRA brand icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg loading=\"lazy\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" 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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" 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 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle r=\"3\" cy=\"8\" cx=\"8\"\u003e\u003c\/circle\u003e\n            \u003ccircle r=\"3\" cy=\"8\" cx=\"16\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle r=\"8\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle r=\"2\" cy=\"18\" cx=\"7\"\u003e\u003c\/circle\u003e\n          \u003ccircle r=\"2\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca href=\"https:\/\/copperbracelets.com.au\/pages\/faq\" class=\"tamra-link-card\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\" class=\"tamra-link-card\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46710152495303,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/image.jpg?v=1782735364"},{"product_id":"pure-essence-copper-cuff-bracelet","title":"Pure Essence Copper Cuff Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43;\n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg loading=\"lazy\" alt=\"TAMRA brand icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg loading=\"lazy\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" 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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" 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 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle r=\"3\" cy=\"8\" cx=\"8\"\u003e\u003c\/circle\u003e\n            \u003ccircle r=\"3\" cy=\"8\" cx=\"16\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle r=\"8\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle r=\"2\" cy=\"18\" cx=\"7\"\u003e\u003c\/circle\u003e\n          \u003ccircle r=\"2\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca href=\"https:\/\/copperbracelets.com.au\/pages\/faq\" class=\"tamra-link-card\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\" class=\"tamra-link-card\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46714361348295,"sku":"15","price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/PureEssenceBracelet.jpg?v=1782866297"},{"product_id":"elemental-mesh-copper-bracelet","title":"Elemental Mesh Copper Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43;\n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg loading=\"lazy\" alt=\"TAMRA brand icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg loading=\"lazy\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" 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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" 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 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle r=\"3\" cy=\"8\" cx=\"8\"\u003e\u003c\/circle\u003e\n            \u003ccircle r=\"3\" cy=\"8\" cx=\"16\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle r=\"8\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle r=\"2\" cy=\"18\" cx=\"7\"\u003e\u003c\/circle\u003e\n          \u003ccircle r=\"2\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca href=\"https:\/\/copperbracelets.com.au\/pages\/faq\" class=\"tamra-link-card\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\" class=\"tamra-link-card\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46810465337543,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/10.jpg?v=1784287943"},{"product_id":"petal-grace-copper-bracelet","title":"Petal Grace Copper Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43;\n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg loading=\"lazy\" alt=\"TAMRA brand icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg loading=\"lazy\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" 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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" 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 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle r=\"3\" cy=\"8\" cx=\"8\"\u003e\u003c\/circle\u003e\n            \u003ccircle r=\"3\" cy=\"8\" cx=\"16\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle r=\"8\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle r=\"2\" cy=\"18\" cx=\"7\"\u003e\u003c\/circle\u003e\n          \u003ccircle r=\"2\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca href=\"https:\/\/copperbracelets.com.au\/pages\/faq\" class=\"tamra-link-card\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\" class=\"tamra-link-card\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46810518356167,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/2.jpg?v=1784287944"},{"product_id":"riverstone-copper-bracelet","title":"Riverstone Copper Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43;\n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg loading=\"lazy\" alt=\"TAMRA brand icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg loading=\"lazy\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" 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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" 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 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle r=\"3\" cy=\"8\" cx=\"8\"\u003e\u003c\/circle\u003e\n            \u003ccircle r=\"3\" cy=\"8\" cx=\"16\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle r=\"8\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle r=\"2\" cy=\"18\" cx=\"7\"\u003e\u003c\/circle\u003e\n          \u003ccircle r=\"2\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca href=\"https:\/\/copperbracelets.com.au\/pages\/faq\" class=\"tamra-link-card\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\" class=\"tamra-link-card\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46810888601799,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/8_2a0359b2-427a-4f7c-877f-1b83cc79b854.jpg?v=1784287943"},{"product_id":"stellar-copper-bracelet","title":"Stellar Copper Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43;\n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg loading=\"lazy\" alt=\"TAMRA brand icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg loading=\"lazy\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" 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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" 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 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle r=\"3\" cy=\"8\" cx=\"8\"\u003e\u003c\/circle\u003e\n            \u003ccircle r=\"3\" cy=\"8\" cx=\"16\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle r=\"8\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle r=\"2\" cy=\"18\" cx=\"7\"\u003e\u003c\/circle\u003e\n          \u003ccircle r=\"2\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca href=\"https:\/\/copperbracelets.com.au\/pages\/faq\" class=\"tamra-link-card\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\" class=\"tamra-link-card\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46810897907911,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/7.jpg?v=1784287944"},{"product_id":"eternal-weave-copper-bracelet","title":"Eternal Weave Copper Bracelet","description":"\u003cstyle\u003e\n    .tamra-product-description,\n    .tamra-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tamra-product-description {\n      --tamra-black: #211915;\n      --tamra-copper: #b66f43;\n      --tamra-copper-dark: #8d431e;\n      --tamra-cream: #fbf7f2;\n      --tamra-border: #ead8ca;\n      --tamra-text: #3d302a;\n      --tamra-muted: #655750;\n\n      width: 100%;\n      margin: 0;\n      color: var(--tamra-text);\n      font-family: inherit;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tamra-product-description *,\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      font-family: inherit;\n    }\n\n    .tamra-product-description h2,\n    .tamra-product-description h3,\n    .tamra-product-description p {\n      margin-top: 0;\n    }\n\n    \/* MAIN SECTION *\/\n\n    .tamra-main {\n      width: 100%;\n      padding: 30px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 16px;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(182, 111, 67, 0.1),\n          transparent 34%\n        ),\n        linear-gradient(135deg, #ffffff 0%, var(--tamra-cream) 100%);\n    }\n\n    .tamra-top {\n      display: grid;\n      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    .tamra-copy,\n    .tamra-image-column {\n      min-width: 0;\n    }\n\n    .tamra-copy {\n      display: flex;\n      flex-direction: column;\n      padding-top: 6px;\n    }\n\n    .tamra-main h2 {\n      margin: 0 0 20px;\n      color: var(--tamra-black);\n      font-size: clamp(37px, 3.8vw, 50px);\n      font-weight: 600;\n      line-height: 1.1;\n      letter-spacing: -0.8px;\n    }\n\n    .tamra-main h2 span {\n      color: var(--tamra-copper-dark);\n    }\n\n    .tamra-intro {\n      max-width: 720px;\n      margin: 0;\n      color: #51443d;\n      font-size: 17px;\n      line-height: 1.72;\n    }\n\n    \/* AYURVEDIC CONTENT INSIDE LEFT EMPTY SPACE *\/\n\n    .tamra-wellness-inline {\n      display: grid;\n      grid-template-columns: 58px minmax(0, 1fr);\n      gap: 16px;\n      align-items: center;\n      width: 100%;\n      margin-top: auto;\n      padding-top: 26px;\n    }\n\n    .tamra-logo-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 58px;\n      height: 58px;\n      border: 1px solid rgba(182, 111, 67, 0.5);\n      border-radius: 50%;\n      background: #ffffff;\n      box-shadow: 0 7px 18px rgba(62, 35, 21, 0.07);\n    }\n\n    .tamra-logo-icon img {\n      display: block;\n      width: 38px;\n      height: 38px;\n      object-fit: contain;\n    }\n\n    .tamra-wellness-inline h3 {\n      margin: 0 0 5px;\n      color: var(--tamra-black);\n      font-size: clamp(22px, 2.2vw, 28px);\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.3px;\n    }\n\n    .tamra-wellness-inline p {\n      margin: 0;\n      color: var(--tamra-muted);\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    \/* IMAGE *\/\n\n    .tamra-image-column {\n      display: flex;\n    }\n\n    .tamra-image-frame {\n      width: 100%;\n      overflow: hidden;\n      padding: 10px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 15px;\n      background: #ffffff;\n      box-shadow: 0 10px 28px rgba(62, 35, 21, 0.09);\n      transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease,\n        border-color 0.35s ease;\n    }\n\n    .tamra-image-frame img {\n      display: block;\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n      border-radius: 10px;\n      transform: scale(1);\n      transition: transform 0.55s ease;\n    }\n\n    .tamra-image-frame:hover {\n      transform: translateY(-5px);\n      border-color: rgba(182, 111, 67, 0.65);\n      box-shadow: 0 18px 38px rgba(62, 35, 21, 0.15);\n    }\n\n    .tamra-image-frame:hover img {\n      transform: scale(1.045);\n    }\n\n    \/* FOUR FEATURES *\/\n\n    .tamra-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      column-gap: 34px;\n      width: 100%;\n      margin-top: 25px;\n      padding-top: 6px;\n      border-top: 1px solid var(--tamra-border);\n    }\n\n    .tamra-feature {\n      display: grid;\n      grid-template-columns: 46px minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 17px 0;\n      border-bottom: 1px solid #eadfd7;\n    }\n\n    .tamra-feature:nth-last-child(-n + 2) {\n      border-bottom: 0;\n    }\n\n    .tamra-round-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      border: 1px solid rgba(182, 111, 67, 0.68);\n      border-radius: 50%;\n      color: var(--tamra-copper-dark);\n      background: linear-gradient(145deg, #fffdfb, #f6e9df);\n    }\n\n    .tamra-round-icon svg {\n      width: 21px;\n      height: 21px;\n      stroke: currentColor;\n    }\n\n    .tamra-feature h3 {\n      margin: 0 0 4px;\n      color: var(--tamra-copper-dark);\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .tamra-feature p {\n      margin: 0;\n      color: #594a42;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* SHIPPING AND TRUST BAR *\/\n\n    .tamra-trust {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      width: 100%;\n      margin-top: 18px;\n      overflow: hidden;\n      border: 1px solid var(--tamra-border);\n      border-radius: 14px;\n      background: var(--tamra-border);\n    }\n\n    .tamra-trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      min-width: 0;\n      min-height: 76px;\n      padding: 13px;\n      background: linear-gradient(180deg, #fffefa 0%, #fbf5ef 100%);\n    }\n\n    .tamra-trust-item + .tamra-trust-item {\n      border-left: 1px solid var(--tamra-border);\n    }\n\n    .tamra-trust-item .tamra-round-icon {\n      flex: 0 0 38px;\n      width: 38px;\n      height: 38px;\n    }\n\n    .tamra-trust-item .tamra-round-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    .tamra-trust-item strong {\n      display: block;\n      color: var(--tamra-black);\n      font-size: 14px;\n      font-weight: 650;\n      line-height: 1.3;\n    }\n\n    .tamra-trust-item span {\n      display: block;\n      margin-top: 2px;\n      color: #6c5d55;\n      font-size: 12px;\n      line-height: 1.35;\n    }\n\n    \/* HELP LINKS *\/\n\n    .tamra-help-links {\n      width: 100%;\n      margin-top: 20px;\n    }\n\n    .tamra-help-heading {\n      margin: 0 0 14px;\n      text-align: center;\n      color: var(--tamra-black);\n      font-size: 25px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .tamra-links {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .tamra-link-card {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 15px 17px;\n      border: 1px solid var(--tamra-border);\n      border-radius: 12px;\n      color: var(--tamra-text);\n      text-decoration: none;\n      background: linear-gradient(145deg, #fffdfb, #f8f0e9);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n    }\n\n    .tamra-link-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--tamra-copper);\n      color: var(--tamra-text);\n      box-shadow: 0 9px 22px rgba(76, 42, 24, 0.1);\n    }\n\n    .tamra-link-card .tamra-round-icon {\n      flex: 0 0 43px;\n    }\n\n    .tamra-link-card strong {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--tamra-copper-dark);\n      font-size: 16px;\n      font-weight: 650;\n    }\n\n    .tamra-link-card span {\n      display: block;\n      color: var(--tamra-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .tamra-note {\n      margin-top: 13px;\n      padding: 11px 15px;\n      border-left: 3px solid var(--tamra-copper);\n      border-radius: 0 8px 8px 0;\n      background: #fff9f5;\n      color: #67574f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    \/* TABLET *\/\n\n    @media screen and (max-width: 900px) {\n      .tamra-main {\n        padding: 25px;\n      }\n\n      .tamra-top {\n        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);\n        gap: 26px;\n      }\n\n      .tamra-main h2 {\n        font-size: 38px;\n      }\n\n      .tamra-intro {\n        font-size: 16px;\n      }\n\n      .tamra-image-frame img {\n        min-height: 380px;\n      }\n\n      .tamra-wellness-inline {\n        padding-top: 22px;\n      }\n\n      .tamra-features-grid {\n        column-gap: 24px;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-trust {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tamra-trust-item:nth-child(3) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n      }\n    }\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 700px) {\n      .tamra-main {\n        padding: 20px 17px;\n      }\n\n      .tamra-top {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .tamra-copy {\n        padding-top: 0;\n      }\n\n      .tamra-main h2 {\n        font-size: 32px;\n        line-height: 1.12;\n      }\n\n      .tamra-intro {\n        font-size: 15px;\n      }\n\n      .tamra-wellness-inline {\n        margin-top: 22px;\n        padding-top: 0;\n      }\n\n      .tamra-image-column {\n        order: -1;\n      }\n\n      .tamra-image-frame img {\n        height: auto;\n        min-height: 0;\n        object-fit: contain;\n      }\n\n      .tamra-image-frame:hover {\n        transform: none;\n      }\n\n      .tamra-features-grid {\n        grid-template-columns: 1fr;\n        margin-top: 22px;\n      }\n\n      .tamra-feature,\n      .tamra-feature:nth-last-child(-n + 2) {\n        border-bottom: 1px solid #eadfd7;\n      }\n\n      .tamra-feature:last-child {\n        border-bottom: 0;\n      }\n\n      .tamra-feature h3 {\n        font-size: 17px;\n      }\n\n      .tamra-feature p {\n        font-size: 14px;\n      }\n\n      .tamra-links {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media screen and (max-width: 430px) {\n      .tamra-main {\n        padding: 18px 14px;\n      }\n\n      .tamra-main h2 {\n        font-size: 29px;\n      }\n\n      .tamra-wellness-inline {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n\n      .tamra-logo-icon {\n        margin: 0 auto;\n      }\n\n      .tamra-trust {\n        grid-template-columns: 1fr;\n      }\n\n      .tamra-trust-item + .tamra-trust-item,\n      .tamra-trust-item:nth-child(3),\n      .tamra-trust-item:nth-child(4) {\n        border-top: 1px solid var(--tamra-border);\n        border-left: 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tamra-product-description\"\u003e\n\u003csection class=\"tamra-main\"\u003e\n\u003cdiv class=\"tamra-top\"\u003e\n\u003cdiv class=\"tamra-copy\"\u003e\n\u003ch2\u003eTimeless Design.\u003cbr\u003e\u003cspan\u003ePure Copper.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch2\u003eCrafted to Last.\u003c\/h2\u003e\n\u003cp class=\"tamra-intro\"\u003eDiscover TAMRA handcrafted copper bracelets, created from solid, high-purity copper and finished with careful attention to detail. Each piece brings together traditional craftsmanship, natural character and timeless everyday style for meaningful, comfortable wear.\u003c\/p\u003e\n\u003cdiv class=\"tamra-wellness-inline\"\u003e\n\u003cdiv class=\"tamra-logo-icon\"\u003e\u003cimg loading=\"lazy\" alt=\"TAMRA brand icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/copperbracelets-icon.png?v=1772795479\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eThe Ayurvedic Choice for Natural Wellness\u003c\/h3\u003e\n\u003cp\u003eCopper has held a respected place in Ayurveda and traditional living for generations. TAMRA brings this heritage into a refined collection designed for comfortable, mindful and stylish everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-image-column\"\u003e\n\u003cdiv class=\"tamra-image-frame\"\u003e\u003cimg loading=\"lazy\" alt=\"TAMRA premium copper bracelet gift box and velvet pouch\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/43cc0118-4c4b-4362-9562-0ffd5127de9e_jpg.webp?v=1783657441\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-features-grid\"\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3l1.8 4.2L18 9l-4.2 1.8L12 15l-1.8-4.2L6 9l4.2-1.8L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 15l.8 1.8L22 18l-2.2 1.2L19 21l-.8-1.8L16 18l2.2-1.2L19 15z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAuthentically Handcrafted\u003c\/h3\u003e\n\u003cp\u003eCarefully shaped and finished by skilled artisans. Small variations form part of each bracelet’s authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" 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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Open-Cuff Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned to fit most wrists comfortably. Adjust gently in small movements and avoid repeated excessive bending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" 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 4h4v4H6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4h4v4h-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMagnetic and Classic Styles\u003c\/h3\u003e\n\u003cp\u003eChoose from discreet magnetic designs or traditional non-magnetic pure copper styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-feature\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle r=\"3\" cy=\"8\" cx=\"8\"\u003e\u003c\/circle\u003e\n            \u003ccircle r=\"3\" cy=\"8\" cx=\"16\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10.5 19c.5-3.2 2.4-5 5.5-5s5 1.8 5.5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTimeless Unisex Design\u003c\/h3\u003e\n\u003cp\u003eSuitable for men and women, everyday wear, special occasions and thoughtful gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-trust\"\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle r=\"8\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 12.5l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLab Tested Copper\u003c\/strong\u003e \u003cspan\u003e99.25% purity or higher\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3l2 4.2 4.7.7-3.4 3.3.8 4.7-4.1-2.2-4.1 2.2.8-4.7-3.4-3.3 4.7-.7L12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20h14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAustralian Owned\u003c\/strong\u003e \u003cspan\u003eQueensland small business\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M3 7h11v9H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle r=\"2\" cy=\"18\" cx=\"7\"\u003e\u003c\/circle\u003e\n          \u003ccircle r=\"2\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree Shipping Australia-wide\u003c\/strong\u003e \u003cspan\u003eIncluded with every order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tamra-trust-item\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M3.5 12h17\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 3C9.6 5.5 8.4 8.5 8.4 12s1.2 6.5 3.6 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNew Zealand Shipping\u003c\/strong\u003e \u003cspan\u003e$10 flat rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tamra-help-links\"\u003e\n\u003ch3 class=\"tamra-help-heading\"\u003eNeed More Information?\u003c\/h3\u003e\n\u003cdiv class=\"tamra-links\"\u003e\n\u003ca href=\"https:\/\/copperbracelets.com.au\/pages\/faq\" class=\"tamra-link-card\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9.8 9a2.4 2.4 0 1 1 3.7 2c-1 .7-1.5 1.2-1.5 2.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRead Our FAQs\u003c\/strong\u003e \u003cspan\u003eLearn about sizing, daily wear, tarnishing, magnets and care.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/copperbracelets.com.au\/blogs\/news\/how-to-clean-a-copper-bracelet-naturally-at-home\" class=\"tamra-link-card\"\u003e\n\u003cdiv class=\"tamra-round-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3c3.8 4 5.8 6.9 5.8 9.7a5.8 5.8 0 0 1-11.6 0C6.2 9.9 8.2 7 12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15.5 15.5c-.8 1.2-2 1.8-3.5 1.8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHow to Clean Copper\u003c\/strong\u003e \u003cspan\u003eFollow our simple natural bracelet cleaning and care guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tamra-note\"\u003eCopper bracelets are sold as lifestyle jewellery inspired by traditional Ayurvedic use. Information provided is for general educational purposes only and is not medical advice.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Copperbracelets.com.au","offers":[{"title":"Default Title","offer_id":46813156901063,"sku":null,"price":45.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/files\/6.jpg?v=1784287944"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/3139\/2967\/collections\/ChatGPT_Image_Feb_28_2026_10_46_48_PM.jpg?v=1772282894","url":"https:\/\/copperbracelets.com.au\/collections\/copper-bracelets.oembed?page=3","provider":"Copperbracelets.com.au","version":"1.0","type":"link"}