{"product_id":"copper-water-bottle-2-litre-with-cup-lid","title":"Copper Water Bottle 2 Litre with Cup Lid","description":"\u003cp\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c\/p\u003e\n\n\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Golos+Text:wght@400;500;600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n:root {\n  --twolitre-copper: #C4874A;\n  --twolitre-copper-dark: #A65E27;\n  --twolitre-text: #2d2d2d;\n  --twolitre-muted: #666666;\n  --twolitre-light: #fdfaf8;\n}\n\n.twolitre-wrap,\n.twolitre-wrap * {\n  box-sizing: border-box;\n}\n\n.twolitre-wrap {\n  width: min(98%, 1500px);\n  margin: 40px auto;\n  overflow: hidden;\n  background: #ffffff;\n  border-radius: 24px;\n  box-shadow: 0 25px 60px rgba(0,0,0,.07);\n  color: var(--twolitre-text);\n  font-family: 'Inter', Arial, sans-serif;\n}\n\n.twolitre-wrap h1,\n.twolitre-wrap h2,\n.twolitre-wrap h3,\n.twolitre-wrap h4 {\n  font-family: 'Golos Text', Arial, sans-serif;\n  font-weight: 700;\n  letter-spacing: -0.02em;\n}\n\n\/* TOP SECTION *\/\n\n.twolitre-top {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 50px;\n  padding: 55px 45px;\n  align-items: center;\n}\n\n.twolitre-eyebrow {\n  color: var(--twolitre-copper);\n  font-size: 13px;\n  font-weight: 600;\n  letter-spacing: 2.5px;\n  text-transform: uppercase;\n  margin-bottom: 15px;\n}\n\n.twolitre-title {\n  font-size: 48px;\n  line-height: 1.1;\n  margin: 0 0 25px;\n  color: #1a1a1a;\n}\n\n.twolitre-description {\n  font-size: 17px;\n  line-height: 1.7;\n  color: var(--twolitre-muted);\n  margin-bottom: 40px;\n}\n\n.twolitre-features {\n  display: flex;\n  flex-direction: column;\n  gap: 28px;\n}\n\n.twolitre-feature {\n  display: flex;\n  align-items: flex-start;\n  gap: 20px;\n}\n\n.twolitre-feature svg {\n  width: 32px;\n  height: 32px;\n  flex: none;\n  stroke: var(--twolitre-copper);\n  stroke-width: 1.25;\n  fill: none;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.twolitre-feature h4 {\n  margin: 0 0 5px;\n  font-size: 18px;\n  color: #222;\n}\n\n.twolitre-feature p {\n  margin: 0;\n  font-size: 15px;\n  line-height: 1.55;\n  color: var(--twolitre-muted);\n}\n\n\/* IMAGE *\/\n\n.twolitre-gallery {\n  position: relative;\n}\n\n.twolitre-image-box {\n  overflow: hidden;\n  background: var(--twolitre-light);\n  border-radius: 22px;\n  box-shadow: 0 15px 40px rgba(0,0,0,.08);\n  line-height: 0;\n}\n\n.twolitre-image-box img {\n  width: 100%;\n  display: block;\n  aspect-ratio: 1 \/ 1;\n  object-fit: cover;\n  transition: .4s ease;\n}\n\n.twolitre-image-box:hover img {\n  transform: scale(1.03);\n}\n\n\/* BADGE *\/\n\n.twolitre-lab-badge {\n  position: absolute;\n  left: -18px;\n  top: 28px;\n  width: 170px;\n  height: 170px;\n  background: var(--twolitre-copper);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  box-shadow: 0 18px 40px rgba(0,0,0,.14);\n  z-index: 20;\n}\n\n.twolitre-lab-inner {\n  width: 150px;\n  height: 150px;\n  border: 3px dotted rgba(255,255,255,.96);\n  border-radius: 50%;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  text-align: center;\n}\n\n.twolitre-lab-top,\n.twolitre-lab-bottom {\n  color: #fff;\n  font-size: 11px;\n  font-weight: 700;\n  text-transform: uppercase;\n  white-space: nowrap;\n}\n\n.twolitre-lab-top {\n  letter-spacing: 2.6px;\n  margin-bottom: 12px;\n}\n\n.twolitre-lab-percent {\n  color: #fff;\n  font-size: 29px;\n  font-weight: 700;\n  line-height: 1;\n}\n\n.twolitre-lab-bottom {\n  letter-spacing: 1.8px;\n  margin-top: 12px;\n}\n\n\/* DIVIDER *\/\n\n.twolitre-divider {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  padding: 20px 45px;\n  gap: 20px;\n}\n\n.twolitre-divider-line {\n  height: 1px;\n  background: #e0e0e0;\n  flex: 1;\n}\n\n.twolitre-divider-diamond {\n  width: 10px;\n  height: 10px;\n  border: 1px solid var(--twolitre-copper);\n  transform: rotate(45deg);\n}\n\n\/* BENEFITS *\/\n\n.twolitre-benefits {\n  padding: 60px 45px;\n}\n\n.twolitre-benefits h2 {\n  font-size: 40px;\n  text-align: center;\n  margin: 0 0 15px;\n  color: #1a1a1a;\n}\n\n.twolitre-benefits-intro {\n  max-width: 820px;\n  margin: 0 auto 50px;\n  text-align: center;\n  color: var(--twolitre-muted);\n  font-size: 17px;\n  line-height: 1.7;\n}\n\n.twolitre-benefits-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 40px 55px;\n}\n\n.twolitre-benefit {\n  display: flex;\n  align-items: flex-start;\n  gap: 20px;\n}\n\n.twolitre-benefit svg {\n  width: 40px;\n  height: 40px;\n  flex: none;\n  stroke: var(--twolitre-copper);\n  stroke-width: 1.2;\n  fill: none;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.twolitre-benefit h4 {\n  margin: 0 0 8px;\n  font-size: 19px;\n}\n\n.twolitre-benefit p {\n  margin: 0;\n  color: var(--twolitre-muted);\n  font-size: 15px;\n  line-height: 1.6;\n}\n\n\/* CTA *\/\n\n.twolitre-cta-container {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 25px;\n  padding: 0 45px 60px;\n}\n\n.twolitre-cta {\n  background: var(--twolitre-copper);\n  border-radius: 20px;\n  padding: 40px;\n  color: #fff;\n  text-align: center;\n  box-shadow: 0 12px 30px rgba(196,135,74,.18);\n  transition: .3s ease;\n}\n\n.twolitre-cta:hover {\n  background: #B87438;\n  transform: translateY(-4px);\n}\n\n.twolitre-cta svg {\n  width: 50px;\n  height: 50px;\n  stroke: #fff;\n  stroke-width: 1;\n  fill: none;\n}\n\n.twolitre-cta h3 {\n  color: #fff !important;\n  font-size: 26px;\n  margin: 20px 0 10px;\n}\n\n.twolitre-cta p {\n  color: rgba(255,255,255,.92);\n  font-size: 15px;\n  line-height: 1.6;\n  margin-bottom: 25px;\n}\n\n.twolitre-cta-button {\n  display: inline-block;\n  background: #fff !important;\n  color: var(--twolitre-copper) !important;\n  padding: 14px 35px;\n  border-radius: 50px;\n  text-decoration: none !important;\n  font-weight: 700;\n  font-size: 14px;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  border: 2px solid #fff !important;\n}\n\n\/* RESPONSIVE *\/\n\n@media (max-width: 991px) {\n  .twolitre-top {\n    grid-template-columns: 1fr;\n    padding: 40px;\n  }\n\n  .twolitre-gallery {\n    order: -1;\n  }\n\n  .twolitre-benefits-grid,\n  .twolitre-cta-container {\n    grid-template-columns: 1fr;\n  }\n\n  .twolitre-lab-badge {\n    width: 126px;\n    height: 126px;\n    left: 10px;\n    top: 10px;\n  }\n\n  .twolitre-lab-inner {\n    width: 112px;\n    height: 112px;\n    border-width: 2px;\n  }\n\n  .twolitre-lab-top,\n  .twolitre-lab-bottom {\n    font-size: 8px;\n  }\n\n  .twolitre-lab-percent {\n    font-size: 22px;\n  }\n}\n\n@media (max-width: 600px) {\n  .twolitre-wrap {\n    width: calc(100% - 20px);\n    margin: 10px auto;\n    border-radius: 18px;\n  }\n\n  .twolitre-top,\n  .twolitre-benefits,\n  .twolitre-cta-container {\n    padding: 30px 20px;\n  }\n\n  .twolitre-title {\n    font-size: 32px;\n  }\n\n  .twolitre-benefits h2 {\n    font-size: 28px;\n  }\n\n  .twolitre-benefits-grid,\n  .twolitre-cta-container {\n    grid-template-columns: 1fr;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"twolitre-wrap\"\u003e\n\n  \u003cdiv class=\"twolitre-top\"\u003e\n\n    \u003cdiv class=\"twolitre-content\"\u003e\n\n      \u003cdiv class=\"twolitre-eyebrow\"\u003e\n        Large-Capacity Copper Hydration\n      \u003c\/div\u003e\n\n      \u003ch1 class=\"twolitre-title\"\u003e\n        More Water.\u003cbr\u003e\n        More Convenience.\n      \u003c\/h1\u003e\n\n      \u003cp class=\"twolitre-description\"\u003e\n        Designed for generous everyday hydration, our\n        \u003cstrong\u003eCopper Water Bottle 2 Litre with Cup Lid\u003c\/strong\u003e\n        combines large capacity with a clever dual-purpose lid that can also\n        be used as a drinking cup. Ideal for home, office, bedside use or\n        keeping your daily water supply close at hand.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"twolitre-features\"\u003e\n\n        \u003cdiv class=\"twolitre-feature\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 2L3 7v6c0 5.5 4.5 10 9 11 4.5-1 9-5.5 9-11V7l-9-5z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003e99.25% Pure Copper\u003c\/h4\u003e\n            \u003cp\u003e\n              Made from genuine, uncoated copper and independently laboratory tested in Australia.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"twolitre-feature\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M8 2h8\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M7 5h10l1 16H6z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M9 10h6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003eGenerous 2 Litre Capacity\u003c\/h4\u003e\n            \u003cp\u003e\n              A practical size for keeping a larger supply of drinking water ready throughout the day.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"twolitre-feature\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M5 4h14v5H5z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M7 9v10h10V9\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M9 13h6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003eDual-Purpose Cup Lid\u003c\/h4\u003e\n            \u003cp\u003e\n              The removable lid doubles as a convenient drinking cup for easy everyday use.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"twolitre-feature\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\n            \u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16\"\u003e\u003c\/polygon\u003e\n            \u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003eExpress Australian Shipping\u003c\/h4\u003e\n            \u003cp\u003e\n              Carefully packed and dispatched from the Sunshine Coast, Queensland.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"twolitre-gallery\"\u003e\n\n      \u003cdiv class=\"twolitre-lab-badge\"\u003e\n        \u003cdiv class=\"twolitre-lab-inner\"\u003e\n          \u003cdiv class=\"twolitre-lab-top\"\u003eLAB TESTED\u003c\/div\u003e\n          \u003cdiv class=\"twolitre-lab-percent\"\u003e99.25%\u003c\/div\u003e\n          \u003cdiv class=\"twolitre-lab-bottom\"\u003ePURE COPPER\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"twolitre-image-box\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/0199\/4298\/files\/c6ab2b3d-1f61-466d-af09-943bf7e9f61c.jpg?v=1786095962\" alt=\"Copper Water Bottle 2 Litre with Cup Lid by Copper Store Australia\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"twolitre-divider\"\u003e\n    \u003cdiv class=\"twolitre-divider-line\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"twolitre-divider-diamond\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"twolitre-divider-line\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"twolitre-benefits\"\u003e\n\n    \u003ch2\u003eDesigned for Everyday Hydration\u003c\/h2\u003e\n\n    \u003cp class=\"twolitre-benefits-intro\"\u003e\n      A practical large-capacity copper bottle for those who prefer to keep more water close by, with the added convenience of an integrated cup-style lid.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"twolitre-benefits-grid\"\u003e\n\n      \u003cdiv class=\"twolitre-benefit\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 2.7l5.7 5.7a8 8 0 1 1-11.4 0z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 14c2 1.5 4 1.5 6 0\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eIdeal for Daily Water Storage\u003c\/h4\u003e\n          \u003cp\u003e\n            The 2 litre capacity makes it convenient for home, office or bedside hydration.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"twolitre-benefit\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 4h14v5H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 9v10h10V9\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 13h6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eBuilt-In Drinking Cup\u003c\/h4\u003e\n          \u003cp\u003e\n            The lid can be used as a cup, helping reduce the need for separate drinkware.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"twolitre-benefit\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 20L18 6\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 6h4v4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M6 20h4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eReusable and Durable\u003c\/h4\u003e\n          \u003cp\u003e\n            A long-lasting alternative to disposable plastic bottles when cared for properly.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"twolitre-benefit\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003crect x=\"3\" y=\"8\" width=\"18\" height=\"13\" rx=\"2\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M12 8v13\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M3 12h18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7.5 8C5 8 5 4 7.5 4 10 4 12 8 12 8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M16.5 8C19 8 19 4 16.5 4 14 4 12 8 12 8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003ePractical Gift Choice\u003c\/h4\u003e\n          \u003cp\u003e\n            A distinctive gift for housewarmings, birthdays and wellness-inspired occasions.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"twolitre-cta-container\"\u003e\n\n    \u003cdiv class=\"twolitre-cta\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M9.1 9a3 3 0 0 1 5.8 1c0 2-3 3-3 3\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n\n      \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Learn more about copper purity, natural oxidation, product use, delivery and care.\n      \u003c\/p\u003e\n\n      \u003ca href=\"https:\/\/copperstore.com.au\/pages\/copper-store-faq\" class=\"twolitre-cta-button\"\u003e\n        View FAQs\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"twolitre-cta\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M3 6h18\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M7 6V4h10v2\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M6 6l1 14h10l1-14\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 10v6\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 10v6\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\n      \u003ch3\u003eHow to Clean Copper\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Follow our natural cleaning guide to maintain the appearance of your genuine copper bottle.\n      \u003c\/p\u003e\n\n      \u003ca href=\"https:\/\/copperstore.com.au\/blogs\/news\/how-to-clean-copper-water-bottles\" class=\"twolitre-cta-button\"\u003e\n        Cleaning Guide\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Copper Store Australia","offers":[{"title":"Default Title","offer_id":41582479048762,"sku":null,"price":85.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0594\/0199\/4298\/files\/9d34d348-2698-4f0e-bb13-af9356a67111.jpg?v=1786095920","url":"https:\/\/copperstore.com.au\/products\/copper-water-bottle-2-litre-with-cup-lid","provider":"Copper Store Australia","version":"1.0","type":"link"}