{"product_id":"everyday-copper-bundle-bottle-bracelet","title":"Everyday Copper Bundle — bottle + bracelet","description":"\u003cp\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c\/p\u003e\n\n\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Golos+Text:wght@400;500;600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n:root {\n  --bundle-copper: #C4874A;\n  --bundle-copper-dark: #A65E27;\n  --bundle-text: #2d2d2d;\n  --bundle-muted: #666666;\n  --bundle-light: #fdfaf8;\n}\n\n.bundle-wrap,\n.bundle-wrap * {\n  box-sizing: border-box;\n}\n\n.bundle-wrap {\n  width: min(98%, 1500px);\n  margin: 40px auto;\n  overflow: hidden;\n  background: #ffffff;\n  border-radius: 24px;\n  box-shadow: 0 25px 60px rgba(0,0,0,.07);\n  color: var(--bundle-text);\n  font-family: 'Inter', Arial, sans-serif;\n}\n\n.bundle-wrap h1,\n.bundle-wrap h2,\n.bundle-wrap h3,\n.bundle-wrap h4 {\n  font-family: 'Golos Text', Arial, sans-serif;\n  font-weight: 700;\n  letter-spacing: -0.02em;\n}\n\n\/* TOP *\/\n\n.bundle-top {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 50px;\n  padding: 55px 45px;\n  align-items: center;\n}\n\n.bundle-eyebrow {\n  color: var(--bundle-copper);\n  font-size: 13px;\n  font-weight: 600;\n  letter-spacing: 2.5px;\n  text-transform: uppercase;\n  margin-bottom: 15px;\n}\n\n.bundle-title {\n  font-size: 48px;\n  line-height: 1.1;\n  margin: 0 0 25px;\n  color: #1a1a1a;\n}\n\n.bundle-description {\n  font-size: 17px;\n  line-height: 1.7;\n  color: var(--bundle-muted);\n  margin-bottom: 40px;\n}\n\n.bundle-features {\n  display: flex;\n  flex-direction: column;\n  gap: 28px;\n}\n\n.bundle-feature {\n  display: flex;\n  align-items: flex-start;\n  gap: 20px;\n}\n\n.bundle-feature svg {\n  width: 32px;\n  height: 32px;\n  flex: none;\n  stroke: var(--bundle-copper);\n  stroke-width: 1.25;\n  fill: none;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.bundle-feature h4 {\n  margin: 0 0 5px;\n  font-size: 18px;\n  color: #222;\n}\n\n.bundle-feature p {\n  margin: 0;\n  font-size: 15px;\n  line-height: 1.55;\n  color: var(--bundle-muted);\n}\n\n\/* IMAGE *\/\n\n.bundle-gallery {\n  position: relative;\n}\n\n.bundle-image-box {\n  overflow: hidden;\n  background: var(--bundle-light);\n  border-radius: 22px;\n  box-shadow: 0 15px 40px rgba(0,0,0,.08);\n  line-height: 0;\n}\n\n.bundle-image-box img {\n  width: 100%;\n  display: block;\n  aspect-ratio: 1 \/ 1;\n  object-fit: cover;\n  transition: .4s ease;\n}\n\n.bundle-image-box:hover img {\n  transform: scale(1.03);\n}\n\n\/* BADGE - PERFECTLY CENTRED *\/\n\n.bundle-badge {\n  position: absolute;\n  left: -18px;\n  top: 28px;\n  width: 170px;\n  height: 170px;\n  background: var(--bundle-copper);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  box-shadow: 0 18px 40px rgba(0,0,0,.14);\n  z-index: 20;\n}\n\n.bundle-badge-inner {\n  width: 150px;\n  height: 150px;\n  border: 3px dotted rgba(255,255,255,.96);\n  border-radius: 50%;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  text-align: center;\n  padding: 20px 12px;\n  line-height: 1;\n}\n\n.bundle-badge-top {\n  color: #ffffff;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 1.8px;\n  text-transform: uppercase;\n  margin: 0 0 7px 0;\n  padding: 0;\n  line-height: 1.1;\n  width: 100%;\n  text-align: center;\n}\n\n.bundle-badge-main {\n  color: #ffffff;\n  font-size: 22px;\n  font-weight: 700;\n  line-height: 1.05;\n  margin: 0;\n  padding: 0;\n  width: 100%;\n  text-align: center;\n}\n\n.bundle-badge-bottom {\n  color: #ffffff;\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 1.2px;\n  text-transform: uppercase;\n  margin: 8px 0 0 0;\n  padding: 0;\n  line-height: 1.1;\n  width: 100%;\n  text-align: center;\n}\n\n\/* DIVIDER *\/\n\n.bundle-divider {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  padding: 20px 45px;\n  gap: 20px;\n}\n\n.bundle-divider-line {\n  height: 1px;\n  background: #e0e0e0;\n  flex: 1;\n}\n\n.bundle-divider-diamond {\n  width: 10px;\n  height: 10px;\n  border: 1px solid var(--bundle-copper);\n  transform: rotate(45deg);\n}\n\n\/* BENEFITS *\/\n\n.bundle-benefits {\n  padding: 60px 45px;\n}\n\n.bundle-benefits h2 {\n  font-size: 40px;\n  text-align: center;\n  margin: 0 0 15px;\n  color: #1a1a1a;\n}\n\n.bundle-benefits-intro {\n  max-width: 820px;\n  margin: 0 auto 50px;\n  text-align: center;\n  color: var(--bundle-muted);\n  font-size: 17px;\n  line-height: 1.7;\n}\n\n.bundle-benefits-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 40px 55px;\n}\n\n.bundle-benefit {\n  display: flex;\n  gap: 20px;\n  align-items: flex-start;\n}\n\n.bundle-benefit svg {\n  width: 40px;\n  height: 40px;\n  flex: none;\n  stroke: var(--bundle-copper);\n  stroke-width: 1.2;\n  fill: none;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.bundle-benefit h4 {\n  margin: 0 0 8px;\n  font-size: 19px;\n}\n\n.bundle-benefit p {\n  margin: 0;\n  color: var(--bundle-muted);\n  font-size: 15px;\n  line-height: 1.6;\n}\n\n\/* CTA *\/\n\n.bundle-cta-container {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 25px;\n  padding: 0 45px 60px;\n}\n\n.bundle-cta {\n  background: var(--bundle-copper);\n  border-radius: 20px;\n  padding: 40px;\n  color: #ffffff;\n  text-align: center;\n  box-shadow: 0 12px 30px rgba(196,135,74,.18);\n  transition: .3s ease;\n}\n\n.bundle-cta:hover {\n  background: #B87438;\n  transform: translateY(-4px);\n}\n\n.bundle-cta h3 {\n  color: #ffffff !important;\n  font-size: 26px;\n  margin: 0 0 10px;\n}\n\n.bundle-cta p {\n  color: rgba(255,255,255,.92);\n  font-size: 15px;\n  line-height: 1.6;\n  margin-bottom: 25px;\n}\n\n.bundle-cta-button,\n.bundle-cta-button:link,\n.bundle-cta-button:visited {\n  display: inline-block;\n  background: #ffffff !important;\n  color: var(--bundle-copper) !important;\n  padding: 14px 35px;\n  border-radius: 50px;\n  text-decoration: none !important;\n  font-weight: 700;\n  font-size: 14px;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  border: 2px solid #ffffff !important;\n}\n\n\/* TABLET *\/\n\n@media (max-width: 991px) {\n  .bundle-top {\n    grid-template-columns: 1fr;\n    padding: 40px;\n  }\n\n  .bundle-gallery {\n    order: -1;\n  }\n\n  .bundle-benefits-grid,\n  .bundle-cta-container {\n    grid-template-columns: 1fr;\n  }\n\n  .bundle-badge {\n    width: 126px;\n    height: 126px;\n    left: 10px;\n    top: 10px;\n  }\n\n  .bundle-badge-inner {\n    width: 112px;\n    height: 112px;\n    border-width: 2px;\n    padding: 13px 7px;\n  }\n\n  .bundle-badge-top {\n    font-size: 7px;\n    letter-spacing: 1.2px;\n    margin-bottom: 5px;\n  }\n\n  .bundle-badge-main {\n    font-size: 16px;\n    line-height: 1.05;\n  }\n\n  .bundle-badge-bottom {\n    font-size: 7px;\n    letter-spacing: .8px;\n    margin-top: 5px;\n  }\n}\n\n\/* MOBILE *\/\n\n@media (max-width: 600px) {\n  .bundle-wrap {\n    width: calc(100% - 20px);\n    margin: 10px auto;\n    border-radius: 18px;\n  }\n\n  .bundle-top,\n  .bundle-benefits,\n  .bundle-cta-container {\n    padding: 30px 20px;\n  }\n\n  .bundle-title {\n    font-size: 32px;\n  }\n\n  .bundle-benefits h2 {\n    font-size: 28px;\n  }\n\n  .bundle-description,\n  .bundle-benefits-intro {\n    font-size: 15.5px;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"bundle-wrap\"\u003e\n\n  \u003cdiv class=\"bundle-top\"\u003e\n\n    \u003cdiv\u003e\n\n      \u003cdiv class=\"bundle-eyebrow\"\u003e\n        Everyday Copper Essentials\n      \u003c\/div\u003e\n\n      \u003ch1 class=\"bundle-title\"\u003e\n        Two Copper Favourites.\u003cbr\u003e\n        One Thoughtful Bundle.\n      \u003c\/h1\u003e\n\n      \u003cp class=\"bundle-description\"\u003e\n        The \u003cstrong\u003eEveryday Copper Bundle\u003c\/strong\u003e brings together two of our\n        most popular copper essentials — a reusable copper water bottle and a\n        copper bracelet — in one convenient set. Designed for everyday use and\n        thoughtful gifting, it is an easy way to enjoy more of the natural\n        character of genuine copper.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"bundle-features\"\u003e\n\n        \u003cdiv class=\"bundle-feature\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M9 2h6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 5h8l1 16H7z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M9 10h6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003eReusable Copper Water Bottle\u003c\/h4\u003e\n            \u003cp\u003e\n              A practical everyday bottle designed for storing and carrying drinking water.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"bundle-feature\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M4 12c0-5 3-8 8-8s8 3 8 8-3 8-8 8-8-3-8-8z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M7 12h10\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003eCopper Bracelet Included\u003c\/h4\u003e\n            \u003cp\u003e\n              Complete the bundle with a distinctive copper bracelet designed for comfortable everyday wear.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"bundle-feature\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 2L3 7v6c0 5.5 4.5 10 9 11 4.5-1 9-5.5 9-11V7l-9-5z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003eGenuine Copper Essentials\u003c\/h4\u003e\n            \u003cp\u003e\n              A coordinated pairing for customers who appreciate reusable copper products and natural materials.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"bundle-feature\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003crect x=\"3\" y=\"8\" width=\"18\" height=\"13\" rx=\"2\"\u003e\u003c\/rect\u003e\n            \u003cpath d=\"M12 8v13\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M3 12h18\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M7.5 8C5 8 5 4 7.5 4 10 4 12 8 12 8\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M16.5 8C19 8 19 4 16.5 4 14 4 12 8 12 8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003eIdeal for Gifting\u003c\/h4\u003e\n            \u003cp\u003e\n              A practical and distinctive gift for birthdays, Father's Day, Mother's Day, housewarmings and other occasions.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bundle-gallery\"\u003e\n\n      \u003cdiv class=\"bundle-badge\"\u003e\n        \u003cdiv class=\"bundle-badge-inner\"\u003e\n          \u003cdiv class=\"bundle-badge-top\"\u003eEVERYDAY\u003c\/div\u003e\n          \u003cdiv class=\"bundle-badge-main\"\u003eCOPPER\u003cbr\u003eBUNDLE\u003c\/div\u003e\n          \u003cdiv class=\"bundle-badge-bottom\"\u003e2 ESSENTIALS\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bundle-image-box\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/0199\/4298\/files\/ChatGPT_Image_Aug_13_2026_at_04_08_31_PM.jpg?v=1786601358\" alt=\"Everyday Copper Bundle with copper water bottle and bracelet\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bundle-divider\"\u003e\n    \u003cdiv class=\"bundle-divider-line\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"bundle-divider-diamond\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"bundle-divider-line\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"bundle-benefits\"\u003e\n\n    \u003ch2\u003eSimple Copper Essentials for Everyday Life\u003c\/h2\u003e\n\n    \u003cp class=\"bundle-benefits-intro\"\u003e\n      Whether you are choosing something for yourself or looking for a useful\n      gift, this bundle combines everyday functionality with the warm,\n      distinctive appearance of genuine copper.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"bundle-benefits-grid\"\u003e\n\n      \u003cdiv class=\"bundle-benefit\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 2.7l5.7 5.7a8 8 0 1 1-11.4 0z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 14c2 1.5 4 1.5 6 0\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eEveryday Hydration\u003c\/h4\u003e\n          \u003cp\u003e\n            Keep a reusable copper bottle close by for water at home, work or while travelling.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bundle-benefit\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M6 12h12\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eWearable Copper Style\u003c\/h4\u003e\n          \u003cp\u003e\n            Pair your bottle with a copper bracelet for a coordinated everyday copper collection.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bundle-benefit\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 20L18 6\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 6h4v4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M6 20h4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eReusable \u0026amp; Long-Lasting\u003c\/h4\u003e\n          \u003cp\u003e\n            Both products are designed to be reused and enjoyed over time with appropriate care.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bundle-benefit\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003crect x=\"3\" y=\"8\" width=\"18\" height=\"13\" rx=\"2\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M12 8v13\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M3 12h18\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eVersatile Gift Choice\u003c\/h4\u003e\n          \u003cp\u003e\n            A useful gift set suitable for a wide range of occasions throughout the year.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"bundle-cta-container\"\u003e\n\n    \u003cdiv class=\"bundle-cta\"\u003e\n      \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n      \u003cp\u003e\n        Learn more about copper products, natural colour changes, care, shipping and everyday use.\n      \u003c\/p\u003e\n      \u003ca href=\"https:\/\/copperstore.com.au\/pages\/copper-store-faq\" class=\"bundle-cta-button\"\u003e\n        View FAQs\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bundle-cta\"\u003e\n      \u003ch3\u003eHow to Clean Copper\u003c\/h3\u003e\n      \u003cp\u003e\n        Follow our simple natural cleaning guide to help keep your copper products looking their best.\n      \u003c\/p\u003e\n      \u003ca href=\"https:\/\/copperstore.com.au\/blogs\/news\/how-to-clean-copper-water-bottles\" class=\"bundle-cta-button\"\u003e\n        Cleaning Guide\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Copper Store Australia","offers":[{"title":"Default Title","offer_id":41592580407354,"sku":null,"price":85.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0594\/0199\/4298\/files\/Copperbottleandplainbra.jpg?v=1786600000","url":"https:\/\/copperstore.com.au\/products\/everyday-copper-bundle-bottle-bracelet","provider":"Copper Store Australia","version":"1.0","type":"link"}