{"product_id":"coador-de-cafe-filtro-de-inox-103-permanente","title":"Permanent Stainless Steel Filter 103 – Save Money and Save the Planet","description":"\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800\u0026amp;family=Poppins:wght@600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n:root{\n  --max-blue:#339EFF;\n  --max-blue-light:#7EC3FF;\n  --max-white:#FFFFFF;\n  --max-black:#14161A;\n  --max-text:#5B6676;\n  --max-text-soft:#6B7A8E;\n  --max-soft:#F4FAFF;\n  --max-soft-2:#EDF7FF;\n  --max-border:#D9ECFF;\n  --max-shadow:0 14px 36px rgba(20,22,26,0.08);\n  --max-shadow-soft:0 8px 22px rgba(51,158,255,0.08);\n  --max-radius-xl:24px;\n  --max-radius-lg:18px;\n  --font-title:'Poppins',sans-serif;\n  --font-body:'Inter',sans-serif;\n}\n\n.max-page *{\n  box-sizing:border-box;\n}\n\n.max-page{\n  font-family:var(--font-body);\n  background:\n    radial-gradient(circle at top right, rgba(126,195,255,0.22), transparent 24%),\n    linear-gradient(180deg,#FFFFFF 0%, #F4FAFF 100%);\n  padding:28px 12px 40px;\n  color:var(--max-text);\n}\n\n.max-wrap{\n  max-width:960px;\n  margin:0 auto;\n}\n\n.max-card{\n  background:var(--max-white);\n  border:1px solid var(--max-border);\n  border-radius:var(--max-radius-xl);\n  box-shadow:var(--max-shadow);\n  padding:36px 28px;\n  margin-bottom:22px;\n  text-align:center;\n  overflow:hidden;\n}\n\n.max-tag{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  padding:9px 18px;\n  border-radius:999px;\n  background:var(--max-soft-2);\n  color:var(--max-blue);\n  border:1px solid var(--max-border);\n  font-family:var(--font-title);\n  font-size:13px;\n  font-weight:700;\n  letter-spacing:.04em;\n  text-transform:uppercase;\n  margin-bottom:18px;\n}\n\n.max-title{\n  font-family:var(--font-title);\n  font-size:32px;\n  line-height:1.12;\n  font-weight:800;\n  color:var(--max-black);\n  margin:0 auto 14px;\n  max-width:720px;\n  letter-spacing:-0.03em;\n}\n\n.max-subtitle{\n  max-width:720px;\n  margin:0 auto 22px;\n  font-size:17px;\n  line-height:1.7;\n  color:var(--max-text-soft);\n}\n\n.max-list{\n  list-style:none;\n  padding:0;\n  margin:0 auto 24px;\n  max-width:640px;\n  display:grid;\n  gap:12px;\n}\n\n.max-list li{\n  background:var(--max-white);\n  border:1px solid var(--max-border);\n  border-radius:16px;\n  padding:14px 16px;\n  font-size:15px;\n  font-weight:600;\n  color:var(--max-black);\n  box-shadow:var(--max-shadow-soft);\n}\n\n.max-list li::before{\n  content:\"☕ \";\n  color:var(--max-blue);\n  font-weight:800;\n}\n\n.max-img{\n  width:100%;\n  max-width:700px;\n  margin:20px auto 22px;\n  display:block;\n  border-radius:20px;\n  border:1px solid var(--max-border);\n  box-shadow:var(--max-shadow-soft);\n  background:#fff;\n}\n\n.max-text{\n  max-width:760px;\n  margin:0 auto 14px;\n  font-size:15.5px;\n  line-height:1.75;\n  color:var(--max-text);\n  text-align:center;\n}\n\n.max-section-title{\n  font-family:var(--font-title);\n  font-size:27px;\n  line-height:1.15;\n  font-weight:700;\n  color:var(--max-black);\n  margin:0 auto 14px;\n  max-width:760px;\n}\n\n.max-section-intro{\n  max-width:760px;\n  margin:0 auto 20px;\n  font-size:15.5px;\n  line-height:1.7;\n  color:var(--max-text);\n  text-align:center;\n}\n\n.max-feature-grid{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:14px;\n  margin-top:18px;\n}\n\n.max-feature{\n  background:var(--max-soft);\n  border:1px solid var(--max-border);\n  border-radius:18px;\n  padding:20px 16px;\n  box-shadow:var(--max-shadow-soft);\n}\n\n.max-feature h3{\n  font-family:var(--font-title);\n  font-size:18px;\n  line-height:1.2;\n  color:var(--max-black);\n  margin:0 0 10px;\n}\n\n.max-feature p{\n  font-size:15px;\n  line-height:1.65;\n  color:var(--max-text);\n  margin:0;\n}\n\n.max-kit-list,\n.max-spec-list{\n  list-style:none;\n  padding:0;\n  margin:18px auto 0;\n  max-width:720px;\n  display:grid;\n  gap:12px;\n}\n\n.max-kit-list li,\n.max-spec-list li{\n  background:var(--max-soft);\n  border:1px solid var(--max-border);\n  border-radius:16px;\n  padding:14px 16px;\n  font-size:15px;\n  color:var(--max-black);\n}\n\n.max-kit-list li::before{\n  content:\"📦 \";\n}\n\n.max-gallery{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:16px;\n  max-width:720px;\n  margin:18px auto 0;\n}\n\n.max-gallery img{\n  width:100%;\n  display:block;\n  border-radius:18px;\n  border:1px solid var(--max-border);\n  box-shadow:var(--max-shadow-soft);\n  background:#fff;\n}\n\n.max-care-list{\n  list-style:none;\n  padding:0;\n  margin:18px auto 0;\n  max-width:760px;\n  display:grid;\n  gap:12px;\n}\n\n.max-care-list li{\n  background:var(--max-soft);\n  border:1px solid var(--max-border);\n  border-radius:16px;\n  padding:14px 16px;\n  font-size:15px;\n  line-height:1.65;\n  color:var(--max-black);\n  text-align:left;\n}\n\n.max-note{\n  background:#FFF8E8;\n  border:1px solid #F7D78A;\n  border-radius:16px;\n  padding:16px 18px;\n  max-width:760px;\n  margin:18px auto 0;\n  font-size:15px;\n  line-height:1.65;\n  color:#8A6A16;\n}\n\n.max-note b{\n  color:#7A5D10;\n}\n\n.max-guarantee{\n  display:grid;\n  gap:16px;\n  max-width:720px;\n  margin:0 auto;\n}\n\n.max-guarantee-item{\n  background:var(--max-soft);\n  border:1px solid var(--max-border);\n  border-radius:18px;\n  padding:22px 18px;\n  box-shadow:var(--max-shadow-soft);\n}\n\n.max-guarantee-item h3{\n  font-family:var(--font-title);\n  font-size:18px;\n  color:var(--max-black);\n  margin:0 0 8px;\n}\n\n.max-guarantee-item p{\n  margin:0;\n  font-size:15px;\n  line-height:1.65;\n  color:var(--max-text);\n}\n\n.max-faq{\n  max-width:760px;\n  margin:0 auto;\n  display:grid;\n  gap:12px;\n}\n\n.max-faq details{\n  background:var(--max-soft);\n  border:1px solid var(--max-border);\n  border-radius:16px;\n  padding:16px 18px;\n  text-align:left;\n}\n\n.max-faq summary{\n  list-style:none;\n  cursor:pointer;\n  font-weight:700;\n  color:var(--max-black);\n  font-size:16px;\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  gap:10px;\n}\n\n.max-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.max-faq summary::after{\n  content:\"+\";\n  color:var(--max-blue);\n  font-size:22px;\n  font-weight:800;\n  line-height:1;\n}\n\n.max-faq details[open] summary::after{\n  content:\"−\";\n}\n\n.max-faq details p{\n  margin:12px 0 0;\n  color:var(--max-text);\n  font-size:15px;\n  line-height:1.7;\n}\n\n.max-footer{\n  background:linear-gradient(180deg,var(--max-black) 0%, #101216 100%);\n  border:1px solid rgba(255,255,255,0.06);\n}\n\n.max-footer .max-section-title{\n  color:#fff;\n}\n\n.max-footer .max-text{\n  color:rgba(255,255,255,0.82);\n}\n\n@media (max-width:768px){\n  .max-card{\n    padding:24px 16px;\n    border-radius:18px;\n    margin-bottom:16px;\n  }\n\n  .max-title{\n    font-size:27px;\n  }\n\n  .max-section-title{\n    font-size:23px;\n  }\n\n  .max-subtitle,\n  .max-text,\n  .max-section-intro{\n    font-size:15px;\n  }\n\n  .max-feature-grid,\n  .max-gallery{\n    grid-template-columns:1fr;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"max-page\"\u003e\n  \u003cdiv class=\"max-wrap\"\u003e\n\n    \u003cdiv class=\"max-card\"\u003e\n      \u003cspan class=\"max-tag\"\u003eThermal conservation with elegance\u003c\/span\u003e\n\n      \u003ch1 class=\"max-title\"\u003e1 Liter Thermal Bottle with Wooden Handle\u003c\/h1\u003e\n\n      \u003cp class=\"max-subtitle\"\u003e\n        Designed to keep hot or cold beverages for longer, with a sophisticated look that enhances the kitchen, office, or table setting.\n      \u003c\/p\u003e\n\n      \u003cul class=\"max-list\"\u003e\n        \u003cli\u003eIdeal capacity for daily use and serving guests\u003c\/li\u003e\n        \u003cli\u003eElegant design with a matte black finish\u003c\/li\u003e\n        \u003cli\u003eNatural wooden handle with a comfortable grip\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cimg class=\"max-img\" src=\"https:\/\/www.maxrenovacao.com.br\/cdn\/shop\/files\/1_a75bde4b-7063-43a8-824c-16ee79495307_1024x1024@2x.png?v=1773103085\" alt=\"Black thermal bottle with a wooden handle\"\u003e\n\n      \u003cp class=\"max-text\"\u003e\n        The experience of serving coffee, tea, or any other beverage changes completely when the temperature is preserved for longer. This thermal bottle was designed to combine thermal efficiency, practicality, and refined presentation.\n      \u003c\/p\u003e\n\n      \u003cp class=\"max-text\"\u003e\n        It is a functional item for daily routine and, at the same time, an item that visually contributes to a more organized and elegant environment.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"max-card\"\u003e\n      \u003ch2 class=\"max-section-title\"\u003eWhy choose this thermal bottle\u003c\/h2\u003e\n\n      \u003cp class=\"max-section-intro\"\u003e\n        Ideal for those who want to keep their drink at the right temperature without giving up a beautiful design and comfortable handling.\n      \u003c\/p\u003e\n\n      \u003cimg class=\"max-img\" src=\"https:\/\/www.maxrenovacao.com.br\/cdn\/shop\/files\/2_869e18ee-6e31-4e79-811b-52f4eb6c9806_1024x1024@2x.png?v=1773103085\" alt=\"Detail of the thermal bottle's lid and handle\"\u003e\n\n      \u003cdiv class=\"max-feature-grid\"\u003e\n        \u003cdiv class=\"max-feature\"\u003e\n          \u003ch3\u003e1-liter capacity\u003c\/h3\u003e\n          \u003cp\u003ePractical size for serving family, hosting guests, or keeping drinks available throughout the day.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"max-feature\"\u003e\n          \u003ch3\u003eInternal glass ampoule\u003c\/h3\u003e\n          \u003cp\u003eHelps to better preserve the flavor and aroma of the drink, without unwanted interference.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"max-feature\"\u003e\n          \u003ch3\u003eSophisticated finish\u003c\/h3\u003e\n          \u003cp\u003eMatte black body with a modern look and a natural wooden handle for a more elegant touch.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"max-feature\"\u003e\n          \u003ch3\u003eScrew-top lid with button\u003c\/h3\u003e\n          \u003cp\u003eFacilitates serving and helps maintain proper sealing for daily use.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"max-feature\"\u003e\n          \u003ch3\u003eEfficient thermal conservation\u003c\/h3\u003e\n          \u003cp\u003eHot beverages for up to 5 hours and cold beverages for up to 8 hours, depending on usage conditions.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"max-feature\"\u003e\n          \u003ch3\u003eVersatile use\u003c\/h3\u003e\n          \u003cp\u003ePerfect for coffee, tea, milk, water, and other beverages in different environments.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"max-note\"\u003e\n        \u003cb\u003eNote:\u003c\/b\u003e the conservation time may vary according to the initial temperature of the beverage, the quantity stored, and the frequency of opening the lid.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"max-card\"\u003e\n      \u003ch2 class=\"max-section-title\"\u003eWhat comes with the product\u003c\/h2\u003e\n\n      \u003cimg class=\"max-img\" src=\"https:\/\/www.maxrenovacao.com.br\/cdn\/shop\/files\/3_74199416-f28c-4f8e-bc83-2bf01a74d58a_1024x1024@2x.png?v=1773103085\" alt=\"Thermal bottle packaging contents\"\u003e\n\n      \u003cul class=\"max-kit-list\"\u003e\n        \u003cli\u003e1 x 1-liter thermal bottle\u003c\/li\u003e\n        \u003cli\u003eBlack color with wooden handle\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"max-card\"\u003e\n      \u003ch2 class=\"max-section-title\"\u003eTechnical specifications\u003c\/h2\u003e\n\n      \u003cimg class=\"max-img\" src=\"https:\/\/www.maxrenovacao.com.br\/cdn\/shop\/files\/4_c84882fc-86f2-4413-adec-5dbbc4a5772f_1024x1024@2x.png?v=1773103086\" alt=\"Thermal bottle dimensions\"\u003e\n\n      \u003cul class=\"max-spec-list\"\u003e\n        \u003cli\u003eCapacity: 1 liter (1000 ml)\u003c\/li\u003e\n        \u003cli\u003eOuter material: matte black polypropylene\u003c\/li\u003e\n        \u003cli\u003eInner material: glass ampoule\u003c\/li\u003e\n        \u003cli\u003eHandle material: natural wood\u003c\/li\u003e\n        \u003cli\u003eLid: screw-top with push-button release\u003c\/li\u003e\n        \u003cli\u003eApproximate height: 25 cm\u003c\/li\u003e\n        \u003cli\u003eApproximate base diameter: 13 cm\u003c\/li\u003e\n        \u003cli\u003eApproximate weight: 600 g\u003c\/li\u003e\n        \u003cli\u003eBPA-free: yes\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"max-card\"\u003e\n      \u003ch2 class=\"max-section-title\"\u003eCare and recommendations\u003c\/h2\u003e\n\n      \u003cdiv class=\"max-gallery\"\u003e\n        \u003cimg src=\"https:\/\/www.maxrenovacao.com.br\/cdn\/shop\/files\/5_3a2427da-7308-4aa7-9eb3-0da865c94169_1024x1024@2x.png?v=1773103085\" alt=\"Thermal bottle usage details\"\u003e\n        \u003cimg src=\"https:\/\/www.maxrenovacao.com.br\/cdn\/shop\/files\/6_ab465a7c-0500-4abd-9070-a593a1c82289_1024x1024@2x.png?v=1773103086\" alt=\"Thermal bottle recommendations\"\u003e\n      \u003c\/div\u003e\n\n      \u003cul class=\"max-care-list\"\u003e\n        \u003cli\u003e\n\u003cb\u003eWashing:\u003c\/b\u003e use neutral detergent and the soft side of the sponge. Avoid abrasive products and rough surfaces.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cb\u003eNot recommended:\u003c\/b\u003e do not put in the microwave, freezer, or dishwasher.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cb\u003eHandling:\u003c\/b\u003e avoid strong impacts, as the internal glass ampoule may be damaged.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cb\u003eBest thermal performance:\u003c\/b\u003e before use, pre-heat or pre-cool with hot or cold water for a few minutes.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"max-card\"\u003e\n      \u003ch2 class=\"max-section-title\"\u003eProduct details\u003c\/h2\u003e\n\n      \u003cdiv class=\"max-gallery\"\u003e\n        \u003cimg src=\"https:\/\/www.maxrenovacao.com.br\/cdn\/shop\/files\/7_0390a631-015f-4215-a126-04b9076bdc1f_1024x1024@2x.png?v=1773102116\" alt=\"Thermal bottle view\"\u003e\n        \u003cimg src=\"https:\/\/www.maxrenovacao.com.br\/cdn\/shop\/files\/1_a75bde4b-7063-43a8-824c-16ee79495307_1024x1024@2x.png?v=1773103085\" alt=\"Thermal bottle featured\"\u003e\n        \u003cimg src=\"https:\/\/www.maxrenovacao.com.br\/cdn\/shop\/files\/2_869e18ee-6e31-4e79-811b-52f4eb6c9806_1024x1024@2x.png?v=1773103085\" alt=\"Thermal bottle lid detail\"\u003e\n        \u003cimg src=\"https:\/\/www.maxrenovacao.com.br\/cdn\/shop\/files\/3_74199416-f28c-4f8e-bc83-2bf01a74d58a_1024x1024@2x.png?v=1773103085\" alt=\"Thermal bottle packaging contents\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"max-card\"\u003e\n      \u003ch2 class=\"max-section-title\"\u003eMax Renovação Commitment\u003c\/h2\u003e\n\n      \u003cdiv class=\"max-guarantee\"\u003e\n        \u003cdiv class=\"max-guarantee-item\"\u003e\n          \u003ch3\u003eMax Guarantee\u003c\/h3\u003e\n          \u003cp\u003eCoverage against manufacturing defects and transparent support whenever needed.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"max-guarantee-item\"\u003e\n          \u003ch3\u003eDedicated support\u003c\/h3\u003e\n          \u003cp\u003eThe team remains available to assist before and after the purchase.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"max-guarantee-item\"\u003e\n          \u003ch3\u003eCustomer commitment\u003c\/h3\u003e\n          \u003cp\u003eEach order is handled with care and responsibility to ensure a safer shopping experience.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"max-card\"\u003e\n      \u003ch2 class=\"max-section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n      \u003cdiv class=\"max-faq\"\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eIs the glass ampoule resistant?\u003c\/summary\u003e\n          \u003cp\u003eThe glass ampoule offers excellent thermal conservation but requires careful handling. It is recommended to avoid impacts and thermal shocks to preserve its durability.\u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eCan the wooden handle get wet?\u003c\/summary\u003e\n          \u003cp\u003eYes. The part is treated to withstand everyday humidity. Even so, it is ideal to dry it after washing and avoid long periods submerged in water.\u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eDoes the serving button have good sealing?\u003c\/summary\u003e\n          \u003cp\u003eYes. When the lid is properly screwed on, the sealing system helps prevent leaks and contributes to maintaining the beverage's temperature.\u003c\/p\u003e\n        \u003c\/details\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"max-card max-footer\"\u003e\n      \u003ch2 class=\"max-section-title\"\u003eMore practicality for serving with elegance\u003c\/h2\u003e\n\n      \u003cp class=\"max-text\"\u003e\n        The 1-liter thermal bottle was designed to combine thermal conservation, practicality, and refined presentation. A functional solution for those who value daily comfort and a well-appointed table.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Seu Armazem Drop","offers":[{"title":"Stainless steel","offer_id":47115994136714,"sku":"SAD13733","price":84.5,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2502\/1322\/files\/1_a75bde4b-7063-43a8-824c-16ee79495307.png?v=1773103085","url":"https:\/\/www.maxrenovacao.com.br\/en\/products\/coador-de-cafe-filtro-de-inox-103-permanente","provider":"Max Renovação","version":"1.0","type":"link"}