{"product_id":"1-pacote-de-10-telas-protetoras-para-ralos-com-adesivo-descartavel","title":"Pack of 10 Protective Screens for Drains with Disposable Adhesive","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-video{\n  position:relative;\n  width:100%;\n  max-width:760px;\n  margin:22px auto;\n  padding-bottom:56.25%;\n  border-radius:20px;\n  overflow:hidden;\n  border:1px solid var(--max-border);\n  box-shadow:var(--max-shadow-soft);\n  background:#000;\n}\n\n.max-video iframe{\n  position:absolute;\n  inset:0;\n  width:100%;\n  height:100%;\n  border:0;\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-spec-list,\n.max-kit-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-spec-list li,\n.max-kit-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-steps{\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-steps 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-gallery{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:16px;\n  max-width:760px;\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-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\"\u003eDrain protection and more convenience\u003c\/span\u003e\n      \u003ch1 class=\"max-title\"\u003eKit with 10 Adhesive Drain Protector Screens\u003c\/h1\u003e\n      \u003cp class=\"max-subtitle\"\u003eA simple solution to help retain hair and debris, reduce direct contact with dirt, and contribute to a cleaner environment in the bathroom, sink, or laundry room.\u003c\/p\u003e\n\n      \u003cul class=\"max-list\"\u003e\n        \u003cli\u003eHelps prevent hair and debris buildup in the drain\u003c\/li\u003e\n        \u003cli\u003eSimple application with durable adhesive\u003c\/li\u003e\n        \u003cli\u003eDisposable for a more hygienic routine\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"max-video\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/VfGgxCPYmv8?rel=0\u0026amp;modestbranding=1\" title=\"Tela protetora para ralo\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\u003c\/iframe\u003e\n      \u003c\/div\u003e\n\n      \u003cimg class=\"max-img\" src=\"https:\/\/www.maxrenovacao.com.br\/cdn\/shop\/files\/1_3c10fd94-cf19-496c-8742-9489a98c22d4_1024x1024@2x.png?v=1773105297\" alt=\"Tela adesiva protetora para ralo\"\u003e\n\n      \u003cp class=\"max-text\"\u003eThe adhesive drain protector screen was developed to help retain debris such as hair and light dirt before they advance through the plumbing. This contributes to a simpler and more practical cleaning routine.\u003c\/p\u003e\n      \u003cp class=\"max-text\"\u003eIn addition, the disposable format makes replacement easy: when the screen is full, simply remove and discard, without the need for direct contact with accumulated debris.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"max-card\"\u003e\n      \u003ch2 class=\"max-section-title\"\u003eKey Benefits\u003c\/h2\u003e\n      \u003cp class=\"max-section-intro\"\u003eIdeal for those seeking daily convenience and wishing to keep their drain better protected from debris in a simple way.\u003c\/p\u003e\n\n      \u003cimg class=\"max-img\" src=\"https:\/\/www.maxrenovacao.com.br\/cdn\/shop\/files\/2_d278fe7f-dc7c-499f-8197-6c1aa9be82e7_1024x1024@2x.png?v=1773105297\" alt=\"Aplicação da tela protetora no ralo\"\u003e\n\n      \u003cdiv class=\"max-feature-grid\"\u003e\n        \u003cdiv class=\"max-feature\"\u003e\n          \u003ch3\u003eDisposable use\u003c\/h3\u003e\n          \u003cp\u003eWhen the screen is full, simply remove and discard, simplifying drain cleaning.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"max-feature\"\u003e\n          \u003ch3\u003eHelps retain hair\u003c\/h3\u003e\n          \u003cp\u003eHelps prevent larger debris from going down the drain and accumulating in the pipes.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"max-feature\"\u003e\n          \u003ch3\u003ePhysical barrier in the drain\u003c\/h3\u003e\n          \u003cp\u003eForms a protective layer over the drainage area, aiding in the retention of superficial dirt.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"max-feature\"\u003e\n          \u003ch3\u003eAdhesive fixation\u003c\/h3\u003e\n          \u003cp\u003eAdheres to the surface around the drain when correctly applied to a clean and dry area.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"max-feature\"\u003e\n          \u003ch3\u003eWater flow preserved\u003c\/h3\u003e\n          \u003cp\u003eThe mesh is designed to allow water to pass through while retaining larger solid debris.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"max-feature\"\u003e\n          \u003ch3\u003eVersatile use\u003c\/h3\u003e\n          \u003cp\u003eCan be used in bathroom, sink, and laundry room drains compatible with the indicated size.\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\"\u003eVisual comparison\u003c\/h2\u003e\n      \u003cp class=\"max-section-intro\"\u003eThe product's purpose is to make cleaning simpler and reduce direct contact with debris accumulated in the drain.\u003c\/p\u003e\n\n      \u003cdiv class=\"max-gallery\"\u003e\n        \u003cimg src=\"https:\/\/www.maxrenovacao.com.br\/cdn\/shop\/files\/3_99d2c5c4-2d0f-4e35-ad45-af39eb246d0c_1024x1024@2x.png?v=1773105297\" alt=\"Tela protetora aplicada no ralo\"\u003e\n        \u003cimg src=\"https:\/\/www.maxrenovacao.com.br\/cdn\/shop\/files\/4_6ed91087-0eb2-4781-8529-977c4e8147ac_1024x1024@2x.png?v=1773105297\" alt=\"Demonstração da retenção de resíduos\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"max-card\"\u003e\n      \u003ch2 class=\"max-section-title\"\u003eSize and compatibility\u003c\/h2\u003e\n\n      \u003cimg class=\"max-img\" src=\"https:\/\/www.maxrenovacao.com.br\/cdn\/shop\/files\/5_5ba58f54-f541-4078-95f5-a19c27e9940c_1024x1024@2x.png?v=1773105297\" alt=\"Dimensões da tela protetora de ralo\"\u003e\n\n      \u003cul class=\"max-spec-list\"\u003e\n        \u003cli\u003eSize: 10 cm x 10 cm\u003c\/li\u003e\n        \u003cli\u003eShape: square\u003c\/li\u003e\n        \u003cli\u003eIndication: compatible bathroom, sink, and laundry room drains\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"max-note\"\u003e\n        \u003cb\u003eImportant:\u003c\/b\u003e this model is suitable for drains compatible with the size of 10 x 10 cm. Before purchasing, it is recommended to check the measurement of the application area.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"max-card\"\u003e\n      \u003ch2 class=\"max-section-title\"\u003eHow to apply correctly\u003c\/h2\u003e\n\n      \u003cimg class=\"max-img\" src=\"https:\/\/www.maxrenovacao.com.br\/cdn\/shop\/files\/6_e2863e18-bda9-4a9f-bd42-1645514b5491_1024x1024@2x.png?v=1773105297\" alt=\"Passo a passo de instalação da tela protetora\"\u003e\n\n      \u003cul class=\"max-steps\"\u003e\n        \u003cli\u003e\n\u003cb\u003e1.\u003c\/b\u003e Thoroughly dry the area around the drain before application.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cb\u003e2.\u003c\/b\u003e Carefully remove the adhesive backing.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cb\u003e3.\u003c\/b\u003e Position over the drain and press the edges for better adhesion.\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"max-note\"\u003e\n        \u003cb\u003eApplication tip:\u003c\/b\u003e for best adhesion, the surface must be clean, dry, and free of soap residue, grease, or moisture.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"max-card\"\u003e\n      \u003ch2 class=\"max-section-title\"\u003eSpecifications and kit contents\u003c\/h2\u003e\n\n      \u003cdiv class=\"max-gallery\"\u003e\n        \u003cimg src=\"https:\/\/www.maxrenovacao.com.br\/cdn\/shop\/files\/7_7290d93d-e779-4837-bf9a-5ab5501d1eab_1024x1024@2x.png?v=1773105297\" alt=\"Kit com telas protetoras adesivas\"\u003e\n        \u003cimg src=\"https:\/\/www.maxrenovacao.com.br\/cdn\/shop\/files\/8_20fe51f8-008c-4ef8-9210-6871b0557588_1024x1024@2x.png?v=1773105297\" alt=\"Embalagem das telas protetoras\"\u003e\n      \u003c\/div\u003e\n\n      \u003cul class=\"max-spec-list\"\u003e\n        \u003cli\u003eMaterial: plastic \/ mesh fiber with adhesive\u003c\/li\u003e\n        \u003cli\u003eColor: white\u003c\/li\u003e\n        \u003cli\u003eQuantity: kit with 10 units\u003c\/li\u003e\n        \u003cli\u003eRecommended use: bathroom, sink, and laundry room\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cul class=\"max-kit-list\"\u003e\n        \u003cli\u003e10 adhesive drain protector screens\u003c\/li\u003e\n        \u003cli\u003eSealed packaging\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\/9_eefe9703-725e-465f-a613-3e738f89608b_1024x1024@2x.png?v=1773105297\" alt=\"Detalhe da tela protetora para ralo\"\u003e\n        \u003cimg src=\"https:\/\/www.maxrenovacao.com.br\/cdn\/shop\/files\/10_1024x1024@2x.png?v=1773105297\" alt=\"Visual da embalagem do kit\"\u003e\n        \u003cimg src=\"https:\/\/www.maxrenovacao.com.br\/cdn\/shop\/files\/1_3c10fd94-cf19-496c-8742-9489a98c22d4_1024x1024@2x.png?v=1773105297\" alt=\"Tela protetora em destaque\"\u003e\n        \u003cimg src=\"https:\/\/www.maxrenovacao.com.br\/cdn\/shop\/files\/2_d278fe7f-dc7c-499f-8197-6c1aa9be82e7_1024x1024@2x.png?v=1773105297\" alt=\"Tela protetora aplicada\"\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\u003eDoes it fit any drain size?\u003c\/summary\u003e\n          \u003cp\u003eThis model measures 10 x 10 cm. Therefore, it is important to check compatibility with the area where it will be applied.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eDoes it leave adhesive residue when removed?\u003c\/summary\u003e\n          \u003cp\u003eUnder normal use, removal tends to be simple. Still, the result may vary depending on the type of surface and the application time.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eHow long does each unit last?\u003c\/summary\u003e\n          \u003cp\u003eDurability depends on the amount of accumulated debris and frequency of use. It is recommended to change when the screen is full or when water flow is reduced.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eIs the adhesive water resistant?\u003c\/summary\u003e\n          \u003cp\u003eYes, provided that the application is done correctly on a clean and completely dry surface.\u003c\/p\u003e\n        \u003c\/details\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\u003eProduct verified and support available in case of need.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"max-guarantee-item\"\u003e\n          \u003ch3\u003eFast shipping\u003c\/h3\u003e\n          \u003cp\u003eStock available in Brazil, with agile dispatch for a more efficient shopping experience.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"max-guarantee-item\"\u003e\n          \u003ch3\u003eCustomer support\u003c\/h3\u003e\n          \u003cp\u003eTeam prepared to assist with questions related to orders and products.\u003c\/p\u003e\n        \u003c\/div\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 daily cleaning\u003c\/h2\u003e\n      \u003cp class=\"max-text\"\u003eThe kit with 10 adhesive drain protector screens offers a simple solution to help keep the drain better protected against debris, simplifying routine and contributing to a more organized environment.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Max Renovação","offers":[{"title":"Kits 10","offer_id":47143144718474,"sku":"SAD13725","price":38.99,"currency_code":"BRL","in_stock":true},{"title":"20 Kits","offer_id":47554245197962,"sku":"SAD13725-2","price":45.65,"currency_code":"BRL","in_stock":true},{"title":"Kits 30","offer_id":47554238087306,"sku":"SAD13725-3","price":53.69,"currency_code":"BRL","in_stock":true},{"title":"40 Kits","offer_id":47554245230730,"sku":"SAD13725-4","price":61.7,"currency_code":"BRL","in_stock":true},{"title":"50 Kits","offer_id":47554238152842,"sku":"SAD13725-5","price":69.79,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2502\/1322\/files\/1_3c10fd94-cf19-496c-8742-9489a98c22d4.png?v=1773105297","url":"https:\/\/www.maxrenovacao.com.br\/en\/products\/1-pacote-de-10-telas-protetoras-para-ralos-com-adesivo-descartavel","provider":"Max Renovação","version":"1.0","type":"link"}