{"product_id":"mold-stain-remover-for-grout-caulk","title":"Mold Stain Remover for Grout \u0026 Caulk – 7 oz","description":"\u003cstyle\u003e\n\/* ==========================================================\n   FYLKOR — MOLD STAIN REMOVER\n   Premium Product Landing Section\n   Custom Liquid \/ Product Description\n   ========================================================== *\/\n\n.fk-clean-page {\n  --fk-navy: #102c47;\n  --fk-blue: #167cc1;\n  --fk-text: #53616b;\n  --fk-white: #ffffff;\n  --fk-cream: #f8f6f1;\n  --fk-blue-soft: #eef6fa;\n  --fk-stone: #f2f1ed;\n  --fk-line: rgba(16, 44, 71, 0.12);\n  --fk-max: 1360px;\n  --fk-radius: 26px;\n\n  width: 100vw;\n  margin-left: calc(50% - 50vw);\n  overflow: hidden;\n  background: var(--fk-white);\n  color: var(--fk-navy);\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Helvetica,\n    Arial,\n    sans-serif;\n\n  line-height: 1.5;\n}\n\n.fk-clean-page *,\n.fk-clean-page *::before,\n.fk-clean-page *::after {\n  box-sizing: border-box;\n}\n\n.fk-clean-page h2,\n.fk-clean-page p,\n.fk-clean-page figure {\n  margin: 0;\n}\n\n.fk-clean-page img {\n  display: block;\n  width: 100%;\n  height: auto;\n  margin: 0 !important;\n}\n\n.fk-wrap {\n  width: min(var(--fk-max), calc(100% - 80px));\n  margin: 0 auto;\n}\n\n.fk-section {\n  padding: 96px 0;\n}\n\n.fk-section--cream {\n  background: var(--fk-cream);\n}\n\n.fk-section--blue {\n  background: var(--fk-blue-soft);\n}\n\n.fk-section--stone {\n  background: var(--fk-stone);\n}\n\n\/* ---------- Typography ---------- *\/\n\n.fk-copy {\n  max-width: 650px;\n}\n\n.fk-copy-center {\n  max-width: 760px;\n  margin: 0 auto 46px;\n  text-align: center;\n}\n\n.fk-kicker {\n  display: block;\n  margin-bottom: 13px;\n  color: var(--fk-blue);\n\n  font-size: 12px;\n  font-weight: 750;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n}\n\n.fk-title {\n  margin: 0 !important;\n\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: clamp(38px, 4.2vw, 64px);\n  font-weight: 500;\n  line-height: 1.04;\n  letter-spacing: -0.035em;\n\n  color: var(--fk-navy);\n}\n\n.fk-subtitle {\n  max-width: 650px;\n  margin: 19px auto 0 !important;\n\n  color: var(--fk-text);\n  font-size: clamp(16px, 1.35vw, 19px);\n  line-height: 1.65;\n}\n\n.fk-copy:not(.fk-copy-center) .fk-subtitle {\n  margin-left: 0 !important;\n  margin-right: 0 !important;\n}\n\n\/* ---------- Points ---------- *\/\n\n.fk-points {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px 23px;\n  margin-top: 27px;\n}\n\n.fk-copy-center .fk-points {\n  justify-content: center;\n}\n\n.fk-point {\n  position: relative;\n  padding-left: 17px;\n\n  color: var(--fk-navy);\n  font-size: 14px;\n  font-weight: 650;\n}\n\n.fk-point::before {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  top: .65em;\n\n  width: 6px;\n  height: 6px;\n\n  border-radius: 50%;\n  background: var(--fk-blue);\n}\n\n\/* ---------- Images ---------- *\/\n\n.fk-image {\n  overflow: hidden;\n  border-radius: var(--fk-radius);\n  background: #eef1f2;\n}\n\n.fk-image img {\n  width: 100%;\n  aspect-ratio: 1 \/ 1;\n  object-fit: cover;\n}\n\n\/* ==========================================================\n   HERO\n   ========================================================== *\/\n\n.fk-hero {\n  padding-top: 88px;\n}\n\n.fk-hero .fk-image {\n  max-width: 1140px;\n  margin: 0 auto;\n}\n\n\/* ==========================================================\n   SPLIT SECTIONS\n   ========================================================== *\/\n\n.fk-split {\n  display: grid;\n  grid-template-columns:\n    minmax(0, 1.08fr)\n    minmax(340px, .92fr);\n\n  gap: clamp(48px, 7vw, 105px);\n  align-items: center;\n}\n\n.fk-split.reverse {\n  grid-template-columns:\n    minmax(340px, .92fr)\n    minmax(0, 1.08fr);\n}\n\n.fk-split.reverse .fk-copy {\n  order: 1;\n}\n\n.fk-split.reverse .fk-image {\n  order: 2;\n}\n\n.fk-split .fk-title {\n  font-size: clamp(36px, 3.55vw, 56px);\n}\n\n\/* ==========================================================\n   USE AREA CARDS\n   ========================================================== *\/\n\n.fk-use-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n\n  gap: 10px;\n  margin-top: 27px;\n}\n\n.fk-use {\n  padding: 17px 15px;\n\n  border: 1px solid var(--fk-line);\n  border-radius: 14px;\n\n  background: rgba(255,255,255,.68);\n}\n\n.fk-use strong {\n  display: block;\n  font-size: 14px;\n  color: var(--fk-navy);\n}\n\n.fk-use span {\n  display: block;\n  margin-top: 3px;\n\n  color: var(--fk-text);\n  font-size: 12px;\n  line-height: 1.4;\n}\n\n\/* ==========================================================\n   PRODUCT DETAIL\n   ========================================================== *\/\n\n.fk-detail {\n  display: grid;\n\n  grid-template-columns:\n    minmax(0, .88fr)\n    minmax(0, 1.12fr);\n\n  gap: clamp(48px, 7vw, 100px);\n  align-items: center;\n}\n\n.fk-spec {\n  display: inline-flex;\n  flex-direction: column;\n\n  margin-top: 27px;\n  padding: 18px 23px;\n\n  border: 1px solid var(--fk-line);\n  border-radius: 16px;\n\n  background: rgba(255,255,255,.72);\n}\n\n.fk-spec small {\n  color: var(--fk-text);\n\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: .13em;\n  text-transform: uppercase;\n}\n\n.fk-spec strong {\n  margin-top: 3px;\n\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: 24px;\n  font-weight: 500;\n\n  color: var(--fk-navy);\n}\n\n\/* ==========================================================\n   FINAL IMAGE\n   ========================================================== *\/\n\n.fk-final-image {\n  max-width: 1040px;\n  margin: 43px auto 0;\n}\n\n.fk-safety {\n  max-width: 750px;\n  margin: 27px auto 0;\n\n  color: #788087;\n  font-size: 11px;\n  line-height: 1.55;\n  text-align: center;\n}\n\n\/* ==========================================================\n   TABLET\n   ========================================================== *\/\n\n@media screen and (max-width: 989px) {\n\n  .fk-wrap {\n    width: min(var(--fk-max), calc(100% - 46px));\n  }\n\n  .fk-section {\n    padding: 74px 0;\n  }\n\n  .fk-split,\n  .fk-split.reverse,\n  .fk-detail {\n    grid-template-columns: 1fr;\n    gap: 37px;\n  }\n\n  .fk-split.reverse .fk-copy,\n  .fk-split.reverse .fk-image {\n    order: initial;\n  }\n\n  .fk-copy {\n    max-width: 700px;\n  }\n}\n\n\/* ==========================================================\n   MOBILE\n   ========================================================== *\/\n\n@media screen and (max-width: 749px) {\n\n  .fk-wrap {\n    width: calc(100% - 30px);\n  }\n\n  .fk-section,\n  .fk-hero {\n    padding: 56px 0;\n  }\n\n  .fk-copy-center {\n    margin-bottom: 28px;\n  }\n\n  .fk-kicker {\n    margin-bottom: 10px;\n    font-size: 10px;\n  }\n\n  .fk-title {\n    font-size: clamp(31px, 10vw, 43px);\n    line-height: 1.07;\n  }\n\n  .fk-split .fk-title {\n    font-size: clamp(30px, 9.5vw, 41px);\n  }\n\n  .fk-subtitle {\n    margin-top: 13px !important;\n\n    font-size: 15px;\n    line-height: 1.58;\n  }\n\n  .fk-points {\n    gap: 8px 15px;\n    margin-top: 19px;\n  }\n\n  .fk-point {\n    font-size: 13px;\n  }\n\n  .fk-image {\n    border-radius: 16px;\n  }\n\n  .fk-split,\n  .fk-detail {\n    gap: 28px;\n  }\n\n  .fk-use-grid {\n    grid-template-columns: 1fr;\n    gap: 7px;\n    margin-top: 21px;\n  }\n\n  .fk-use {\n    padding: 13px 15px;\n  }\n\n  .fk-spec {\n    margin-top: 21px;\n    padding: 15px 19px;\n  }\n\n  .fk-spec strong {\n    font-size: 21px;\n  }\n\n  .fk-final-image {\n    margin-top: 28px;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"fk-clean-page\"\u003e\n\n  \u003c!-- ======================================================\n       01 — CORE VALUE \/ LIFESTYLE\n       IMAGE 15\n       ====================================================== --\u003e\n\n  \u003csection class=\"fk-section fk-hero\"\u003e\n\n    \u003cdiv class=\"fk-wrap\"\u003e\n\n      \u003cdiv class=\"fk-copy fk-copy-center\"\u003e\n\n        \u003cspan class=\"fk-kicker\"\u003e\n          Focused Bathroom Care\n        \u003c\/span\u003e\n\n        \u003ch2 class=\"fk-title\"\u003e\n          A Cleaner-Looking\u003cbr\u003e\n          Bathroom Starts Here\n        \u003c\/h2\u003e\n\n        \u003cp class=\"fk-subtitle\"\u003e\n          Focused cleaning for grout, caulk and the bathroom areas\n          that need more than an everyday wipe-down.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"fk-points\"\u003e\n          \u003cspan class=\"fk-point\"\u003eGrout \u0026amp; Caulk\u003c\/span\u003e\n          \u003cspan class=\"fk-point\"\u003eFocused Application\u003c\/span\u003e\n          \u003cspan class=\"fk-point\"\u003eCleaner Finish\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cfigure class=\"fk-image\"\u003e\n        \u003cimg src=\"https:\/\/fylkor.com\/cdn\/shop\/files\/15_9e01d6bd-8312-4c86-a2bc-4144034230d3.png?v=1789116439\u0026amp;width=1600\" alt=\"Mold stain remover displayed in a clean modern bathroom\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/figure\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- ======================================================\n       02 — BEFORE \/ AFTER\n       IMAGE 12\n       ====================================================== --\u003e\n\n  \u003csection class=\"fk-section fk-section--cream\"\u003e\n\n    \u003cdiv class=\"fk-wrap fk-split\"\u003e\n\n      \u003cfigure class=\"fk-image\"\u003e\n        \u003cimg src=\"https:\/\/fylkor.com\/cdn\/shop\/files\/12_cf022480-00b8-480d-ab44-b67e1273ec17.png?v=1789116439\u0026amp;width=1400\" alt=\"Before and after view of stained bathroom grout\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/figure\u003e\n\n      \u003cdiv class=\"fk-copy\"\u003e\n\n        \u003cspan class=\"fk-kicker\"\u003e\n          See the Difference\n        \u003c\/span\u003e\n\n        \u003ch2 class=\"fk-title\"\u003e\n          From Stained\u003cbr\u003e\n          to Cleaner-Looking\n        \u003c\/h2\u003e\n\n        \u003cp class=\"fk-subtitle\"\u003e\n          Refresh the appearance of stubborn surface staining\n          around grout, seams and bathroom edges.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"fk-points\"\u003e\n          \u003cspan class=\"fk-point\"\u003eLess Visible Staining\u003c\/span\u003e\n          \u003cspan class=\"fk-point\"\u003eFresh Appearance\u003c\/span\u003e\n          \u003cspan class=\"fk-point\"\u003eSimple Routine\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- ======================================================\n       03 — USE AREAS\n       IMAGE 14\n       ====================================================== --\u003e\n\n  \u003csection class=\"fk-section fk-section--blue\"\u003e\n\n    \u003cdiv class=\"fk-wrap fk-split reverse\"\u003e\n\n      \u003cdiv class=\"fk-copy\"\u003e\n\n        \u003cspan class=\"fk-kicker\"\u003e\n          Target the Details\n        \u003c\/span\u003e\n\n        \u003ch2 class=\"fk-title\"\u003e\n          Made for the Spots\u003cbr\u003e\n          Regular Cleaning Misses\n        \u003c\/h2\u003e\n\n        \u003cp class=\"fk-subtitle\"\u003e\n          Focus cleaning exactly where buildup and staining\n          tend to stand out most.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"fk-use-grid\"\u003e\n\n          \u003cdiv class=\"fk-use\"\u003e\n            \u003cstrong\u003eShower Caulk\u003c\/strong\u003e\n            \u003cspan\u003eSeams and sealed edges\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"fk-use\"\u003e\n            \u003cstrong\u003eTile Grout\u003c\/strong\u003e\n            \u003cspan\u003eLines between tiles\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"fk-use\"\u003e\n            \u003cstrong\u003eSink \u0026amp; Tub Edges\u003c\/strong\u003e\n            \u003cspan\u003eCorners and borders\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cfigure class=\"fk-image\"\u003e\n        \u003cimg src=\"https:\/\/fylkor.com\/cdn\/shop\/files\/14_de0a8278-5c28-4fac-a2b9-2d72bc9b363c.png?v=1789116439\u0026amp;width=1400\" alt=\"Grout caulk and tub edge areas for focused bathroom cleaning\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/figure\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- ======================================================\n       04 — PRODUCT DETAILS + SIZE\n       IMAGE 17\n       ====================================================== --\u003e\n\n  \u003csection class=\"fk-section\"\u003e\n\n    \u003cdiv class=\"fk-wrap fk-detail\"\u003e\n\n      \u003cdiv class=\"fk-copy\"\u003e\n\n        \u003cspan class=\"fk-kicker\"\u003e\n          Focused by Design\n        \u003c\/span\u003e\n\n        \u003ch2 class=\"fk-title\"\u003e\n          Precision Where\u003cbr\u003e\n          You Need It\n        \u003c\/h2\u003e\n\n        \u003cp class=\"fk-subtitle\"\u003e\n          The pointed applicator helps guide product along grout,\n          caulk, seams and other narrow bathroom areas.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"fk-points\"\u003e\n          \u003cspan class=\"fk-point\"\u003ePointed Applicator\u003c\/span\u003e\n          \u003cspan class=\"fk-point\"\u003eControlled Placement\u003c\/span\u003e\n          \u003cspan class=\"fk-point\"\u003eBathroom Focused\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fk-spec\"\u003e\n          \u003csmall\u003eProduct Size\u003c\/small\u003e\n          \u003cstrong\u003e7 FL OZ · 207 mL\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cfigure class=\"fk-image\"\u003e\n        \u003cimg src=\"https:\/\/fylkor.com\/cdn\/shop\/files\/17_656c7f10-193e-404c-aad3-17c289176370.png?v=1789116440\u0026amp;width=1400\" alt=\"Seven fluid ounce grout and caulk stain remover with pointed applicator\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/figure\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- ======================================================\n       05 — REAL-WORLD EFFECT\n       IMAGE 16\n       ====================================================== --\u003e\n\n  \u003csection class=\"fk-section fk-section--stone\"\u003e\n\n    \u003cdiv class=\"fk-wrap fk-split\"\u003e\n\n      \u003cfigure class=\"fk-image\"\u003e\n        \u003cimg src=\"https:\/\/fylkor.com\/cdn\/shop\/files\/16_6f313ffc-2856-48ec-b98a-58d215ad6246.png?v=1789116440\u0026amp;width=1400\" alt=\"Close up comparison of stubborn bathroom tile and grout staining\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/figure\u003e\n\n      \u003cdiv class=\"fk-copy\"\u003e\n\n        \u003cspan class=\"fk-kicker\"\u003e\n          For Hard-to-Clean Areas\n        \u003c\/span\u003e\n\n        \u003ch2 class=\"fk-title\"\u003e\n          Give the Small Details\u003cbr\u003e\n          Extra Attention\n        \u003c\/h2\u003e\n\n        \u003cp class=\"fk-subtitle\"\u003e\n          Ideal for the seams and corners that can make an otherwise\n          clean bathroom look unfinished.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"fk-points\"\u003e\n          \u003cspan class=\"fk-point\"\u003eGrout Lines\u003c\/span\u003e\n          \u003cspan class=\"fk-point\"\u003eCaulk \u0026amp; Seams\u003c\/span\u003e\n          \u003cspan class=\"fk-point\"\u003eTight Corners\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- ======================================================\n       06 — SIMPLE CLOSING\n       IMAGE 11\n       ====================================================== --\u003e\n\n  \u003csection class=\"fk-section\"\u003e\n\n    \u003cdiv class=\"fk-wrap\"\u003e\n\n      \u003cdiv class=\"fk-copy fk-copy-center\"\u003e\n\n        \u003cspan class=\"fk-kicker\"\u003e\n          Simple Bathroom Refresh\n        \u003c\/span\u003e\n\n        \u003ch2 class=\"fk-title\"\u003e\n          Deep Cleaning,\u003cbr\u003e\n          Made More Focused\n        \u003c\/h2\u003e\n\n        \u003cp class=\"fk-subtitle\"\u003e\n          A practical addition to your bathroom care routine\n          for the places that need extra attention.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"fk-points\"\u003e\n          \u003cspan class=\"fk-point\"\u003eFocused\u003c\/span\u003e\n          \u003cspan class=\"fk-point\"\u003ePractical\u003c\/span\u003e\n          \u003cspan class=\"fk-point\"\u003eEasy to Apply\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cfigure class=\"fk-image fk-final-image\"\u003e\n        \u003cimg src=\"https:\/\/fylkor.com\/cdn\/shop\/files\/11_08b90250-5769-45f5-ad00-a73b019e0e6c.png?v=1789116440\u0026amp;width=1500\" alt=\"Mold stain remover with bathroom cleaning features and before and after example\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/figure\u003e\n\n      \u003cp class=\"fk-safety\"\u003e\n        Use only as directed on the product label. Follow all product\n        safety instructions and keep out of reach of children.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Fylkor","offers":[{"title":"Default Title","offer_id":51328528023719,"sku":"ARC-36Y26WQ-AA","price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0761\/2779\/7415\/files\/11_08b90250-5769-45f5-ad00-a73b019e0e6c.png?v=1789116440","url":"https:\/\/fylkor.com\/products\/mold-stain-remover-for-grout-caulk","provider":"Fylkor","version":"1.0","type":"link"}