{"product_id":"kitchen-gap-corner-cleaning-brush","title":"Kitchen Gap \u0026 Corner Cleaning Brush","description":"\u003cstyle\u003e\n\/* ==========================================\n   NeatLark Kitchen Gap \u0026 Corner Cleaning Brush\n   Narrow-container safe version\n   NO side-by-side image\/text layout\n   ========================================== *\/\n\n.nl-corner-body{\n  --nl-green:#405d50;\n  --nl-soft:#eef2eb;\n  --nl-dark:#242824;\n  --nl-muted:#68736d;\n  --nl-line:#d8ddd7;\n  --nl-cream:#f8f6f1;\n\n  width:100%;\n  max-width:760px;\n  margin:0 auto;\n  padding:24px 0 64px;\n  color:var(--nl-dark);\n  font-family:inherit;\n}\n\n.nl-corner-body,\n.nl-corner-body *{\n  box-sizing:border-box;\n}\n\n.nl-corner-body h2,\n.nl-corner-body h3,\n.nl-corner-body p{\n  margin-top:0;\n}\n\n.nl-corner-body h2{\n  margin-bottom:14px;\n  font-size:34px;\n  line-height:1.13;\n  font-weight:700;\n  color:var(--nl-dark);\n  word-break:normal;\n  overflow-wrap:normal;\n  hyphens:none;\n}\n\n.nl-corner-body h3{\n  margin-bottom:8px;\n  font-size:19px;\n  line-height:1.25;\n  color:var(--nl-dark);\n}\n\n.nl-corner-body p{\n  margin-bottom:0;\n  font-size:15px;\n  line-height:1.75;\n  color:var(--nl-muted);\n}\n\n.nl-corner-eyebrow{\n  margin-bottom:11px;\n  font-size:11px;\n  line-height:1.4;\n  letter-spacing:1.7px;\n  text-transform:uppercase;\n  font-weight:700;\n  color:var(--nl-green);\n}\n\n.nl-corner-section{\n  width:100%;\n  margin:62px 0;\n}\n\n.nl-corner-head{\n  margin-bottom:26px;\n}\n\n.nl-corner-head p{\n  margin-top:10px;\n}\n\n\n\/* =========================\n   BENEFIT CARDS\n   ========================= *\/\n\n.nl-corner-grid{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n  gap:12px;\n}\n\n.nl-corner-card{\n  min-width:0;\n  padding:21px 18px;\n  border-radius:16px;\n  background:var(--nl-soft);\n}\n\n.nl-corner-num{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  width:34px;\n  height:34px;\n  margin-bottom:16px;\n  border:1px solid #a7b2aa;\n  border-radius:50%;\n  font-size:11px;\n  color:var(--nl-green);\n}\n\n.nl-corner-card p{\n  margin-top:6px;\n  font-size:14px;\n  line-height:1.65;\n}\n\n\n\/* =========================\n   FULL WIDTH IMAGE STORY\n   ========================= *\/\n\n.nl-corner-story{\n  width:100%;\n  margin:62px 0;\n  overflow:hidden;\n  border-radius:20px;\n  background:var(--nl-soft);\n}\n\n.nl-corner-image{\n  width:100%;\n  overflow:hidden;\n  background:#e5e9e2;\n}\n\n.nl-corner-image img{\n  display:block;\n  width:100%;\n  height:auto;\n  aspect-ratio:1 \/ 1;\n  object-fit:cover;\n  object-position:center;\n}\n\n.nl-corner-content{\n  width:100%;\n  padding:30px 26px 34px;\n}\n\n.nl-corner-content h2{\n  font-size:32px;\n}\n\n.nl-corner-content p{\n  margin-top:13px;\n}\n\n.nl-corner-list{\n  list-style:none;\n  margin:20px 0 0;\n  padding:0;\n}\n\n.nl-corner-list li{\n  position:relative;\n  padding:10px 0 10px 24px;\n  border-bottom:1px solid rgba(64,93,80,.13);\n  font-size:14px;\n  line-height:1.55;\n  color:var(--nl-dark);\n}\n\n.nl-corner-list li:last-child{\n  border-bottom:0;\n}\n\n.nl-corner-list li::before{\n  content:\"✓\";\n  position:absolute;\n  left:0;\n  top:10px;\n  color:var(--nl-green);\n  font-weight:700;\n}\n\n\n\/* =========================\n   HOW TO USE\n   ========================= *\/\n\n.nl-corner-steps{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n  gap:16px 14px;\n  margin-top:24px;\n}\n\n.nl-corner-step{\n  min-width:0;\n  padding-top:16px;\n  border-top:1px solid var(--nl-line);\n}\n\n.nl-corner-step span{\n  display:block;\n  margin-bottom:9px;\n  font-size:11px;\n  letter-spacing:1px;\n  font-weight:700;\n  color:var(--nl-green);\n}\n\n.nl-corner-step p{\n  margin-top:5px;\n  font-size:14px;\n}\n\n\n\/* =========================\n   CARE\n   ========================= *\/\n\n.nl-corner-care{\n  width:100%;\n  margin:62px 0;\n  padding:32px 26px;\n  border-radius:20px;\n  background:var(--nl-green);\n  color:#fff;\n}\n\n.nl-corner-care .nl-corner-eyebrow{\n  color:#dce8df;\n}\n\n.nl-corner-care h2{\n  color:#fff;\n}\n\n.nl-corner-care p{\n  color:rgba(255,255,255,.82);\n}\n\n.nl-corner-care p + p{\n  margin-top:13px;\n}\n\n\n\/* =========================\n   NOTE\n   ========================= *\/\n\n.nl-corner-note{\n  width:100%;\n  margin-top:34px;\n  padding:20px;\n  border-radius:14px;\n  background:#f4f2ed;\n  font-size:13px;\n  line-height:1.65;\n  color:#5e665f;\n}\n\n.nl-corner-note strong{\n  color:var(--nl-dark);\n}\n\n\n\/* =========================\n   MOBILE\n   ========================= *\/\n\n@media(max-width:680px){\n\n  .nl-corner-body{\n    padding-top:12px;\n    padding-bottom:48px;\n  }\n\n  .nl-corner-body h2{\n    font-size:28px;\n  }\n\n  .nl-corner-grid,\n  .nl-corner-steps{\n    grid-template-columns:1fr;\n  }\n\n  .nl-corner-section,\n  .nl-corner-story,\n  .nl-corner-care{\n    margin-top:48px;\n    margin-bottom:48px;\n  }\n\n  .nl-corner-content{\n    padding:25px 20px 28px;\n  }\n\n  .nl-corner-content h2{\n    font-size:27px;\n  }\n\n  .nl-corner-care{\n    padding:27px 21px;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"nl-corner-body\"\u003e\n\n\n  \u003c!-- 01 WHY YOU'LL LOVE IT --\u003e\n  \u003csection class=\"nl-corner-section\"\u003e\n\n    \u003cdiv class=\"nl-corner-head\"\u003e\n\n      \u003cdiv class=\"nl-corner-eyebrow\"\u003e\n        WHY YOU'LL LOVE IT\n      \u003c\/div\u003e\n\n      \u003ch2\u003e\n        Made for the corners your regular sponge misses.\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        NeatLark® Kitchen Gap \u0026amp; Corner Cleaning Brush is a compact\n        scrubbing tool designed for sink edges, kitchen corners and\n        smaller spaces where everyday residue can build up.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nl-corner-grid\"\u003e\n\n      \u003cdiv class=\"nl-corner-card\"\u003e\n        \u003cdiv class=\"nl-corner-num\"\u003e01\u003c\/div\u003e\n        \u003ch3\u003eCompact Corner Cleaning\u003c\/h3\u003e\n        \u003cp\u003e\n          The compact shape gives you more control when cleaning sink\n          edges, corners and smaller kitchen areas.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nl-corner-card\"\u003e\n        \u003cdiv class=\"nl-corner-num\"\u003e02\u003c\/div\u003e\n        \u003ch3\u003eComfortable Hand Grip\u003c\/h3\u003e\n        \u003cp\u003e\n          The enclosed body creates a secure, easy-to-hold grip for\n          everyday scrubbing and detail cleaning.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nl-corner-card\"\u003e\n        \u003cdiv class=\"nl-corner-num\"\u003e03\u003c\/div\u003e\n        \u003ch3\u003eTextured Scrubbing Surface\u003c\/h3\u003e\n        \u003cp\u003e\n          The cleaning pad helps work through everyday residue on\n          suitable sink and kitchen surfaces.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nl-corner-card\"\u003e\n        \u003cdiv class=\"nl-corner-num\"\u003e04\u003c\/div\u003e\n        \u003ch3\u003eEasy Pressure Control\u003c\/h3\u003e\n        \u003cp\u003e\n          The palm-style design makes it easier to apply steady,\n          controlled pressure while cleaning.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nl-corner-card\"\u003e\n        \u003cdiv class=\"nl-corner-num\"\u003e05\u003c\/div\u003e\n        \u003ch3\u003eQuick Sink-Side Cleanup\u003c\/h3\u003e\n        \u003cp\u003e\n          Keep it nearby for the small messes, splash marks and buildup\n          that appear around the sink throughout the day.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nl-corner-card\"\u003e\n        \u003cdiv class=\"nl-corner-num\"\u003e06\u003c\/div\u003e\n        \u003ch3\u003eCompact Storage\u003c\/h3\u003e\n        \u003cp\u003e\n          Its small footprint makes it easy to keep close to your sink\n          without adding bulky cleaning tools to the counter.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- 02 MAIN USE IMAGE --\u003e\n  \u003csection class=\"nl-corner-story\"\u003e\n\n    \u003cdiv class=\"nl-corner-image\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0778\/2098\/5444\/files\/40814ff8-2e67-4f41-9d50-f04fa4573d51.png?v=1789136928\" alt=\"NeatLark Kitchen Gap and Corner Cleaning Brush cleaning a kitchen sink\"\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nl-corner-content\"\u003e\n\n      \u003cdiv class=\"nl-corner-eyebrow\"\u003e\n        THE SINK-SIDE RESET\n      \u003c\/div\u003e\n\n      \u003ch2\u003e\n        Scrub the edges. Finish the details.\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Everyday residue does not always stay in the middle of the sink.\n        It collects along edges, corners and smaller spaces that can be\n        awkward to reach with a loose sponge. This compact brush gives\n        you a more controlled way to finish those detail-cleaning jobs.\n      \u003c\/p\u003e\n\n      \u003cul class=\"nl-corner-list\"\u003e\n\n        \u003cli\u003eClean around sink edges and smaller corners\u003c\/li\u003e\n\n        \u003cli\u003eHold the tool securely while applying pressure\u003c\/li\u003e\n\n        \u003cli\u003eWork through everyday residue with the textured pad\u003c\/li\u003e\n\n        \u003cli\u003eKeep detailed areas looking cleaner after the main wash\u003c\/li\u003e\n\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- 03 DESIGNED FOR --\u003e\n  \u003csection class=\"nl-corner-section\"\u003e\n\n    \u003cdiv class=\"nl-corner-head\"\u003e\n\n      \u003cdiv class=\"nl-corner-eyebrow\"\u003e\n        DESIGNED FOR\n      \u003c\/div\u003e\n\n      \u003ch2\u003e\n        Small tool. Everyday detail cleaning.\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        A practical cleaning helper for sink-side areas, corners and\n        smaller kitchen surfaces that need a little extra attention.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nl-corner-grid\"\u003e\n\n      \u003cdiv class=\"nl-corner-card\"\u003e\n        \u003ch3\u003eSink Edges\u003c\/h3\u003e\n        \u003cp\u003e\n          Use it around sink walls and edges where water marks, food\n          residue and everyday buildup can appear.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nl-corner-card\"\u003e\n        \u003ch3\u003eKitchen Corners\u003c\/h3\u003e\n        \u003cp\u003e\n          The compact shape is easier to guide into tighter corner areas\n          than a large loose sponge.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nl-corner-card\"\u003e\n        \u003ch3\u003eCountertop Detail Cleaning\u003c\/h3\u003e\n        \u003cp\u003e\n          Keep it nearby for smaller scrubbing jobs around suitable\n          countertop and sink-side surfaces.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nl-corner-card\"\u003e\n        \u003ch3\u003eDaily Cleanup\u003c\/h3\u003e\n        \u003cp\u003e\n          A convenient option for the quick, targeted cleaning jobs that\n          appear between deeper kitchen resets.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- 04 SECOND IMAGE --\u003e\n  \u003csection class=\"nl-corner-story\"\u003e\n\n    \u003cdiv class=\"nl-corner-image\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0778\/2098\/5444\/files\/c040145f-ccb9-466f-ac73-e886673d2ee3.png?v=1789136928\" alt=\"NeatLark Kitchen Gap and Corner Cleaning Brush beside the kitchen sink\"\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nl-corner-content\"\u003e\n\n      \u003cdiv class=\"nl-corner-eyebrow\"\u003e\n        COMPACT BY DESIGN\n      \u003c\/div\u003e\n\n      \u003ch2\u003e\n        Easy to grab when the small messes show up.\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Keep it close to the sink for the detailed cleaning that happens\n        throughout the day. The compact body gives you a secure grip\n        while keeping the scrubbing surface contained in one simple tool.\n      \u003c\/p\u003e\n\n      \u003cul class=\"nl-corner-list\"\u003e\n\n        \u003cli\u003eCompact enough for convenient sink-side storage\u003c\/li\u003e\n\n        \u003cli\u003eEasy to hold during wet cleaning\u003c\/li\u003e\n\n        \u003cli\u003eUseful for quick targeted scrubbing\u003c\/li\u003e\n\n        \u003cli\u003eSimple design that fits a tidy kitchen routine\u003c\/li\u003e\n\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- 05 HOW TO USE --\u003e\n  \u003csection class=\"nl-corner-section\"\u003e\n\n    \u003cdiv class=\"nl-corner-head\"\u003e\n\n      \u003cdiv class=\"nl-corner-eyebrow\"\u003e\n        HOW TO USE\n      \u003c\/div\u003e\n\n      \u003ch2\u003e\n        Wet. Scrub. Rinse. Dry.\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nl-corner-steps\"\u003e\n\n      \u003cdiv class=\"nl-corner-step\"\u003e\n        \u003cspan\u003eSTEP 01\u003c\/span\u003e\n        \u003ch3\u003eWet\u003c\/h3\u003e\n        \u003cp\u003e\n          Wet the cleaning surface and brush pad, then add an appropriate\n          cleaning solution if needed.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nl-corner-step\"\u003e\n        \u003cspan\u003eSTEP 02\u003c\/span\u003e\n        \u003ch3\u003eScrub\u003c\/h3\u003e\n        \u003cp\u003e\n          Hold the brush securely and work the cleaning surface across\n          the area using suitable pressure.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nl-corner-step\"\u003e\n        \u003cspan\u003eSTEP 03\u003c\/span\u003e\n        \u003ch3\u003eRinse\u003c\/h3\u003e\n        \u003cp\u003e\n          Rinse the cleaned area and the brush thoroughly after use.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nl-corner-step\"\u003e\n        \u003cspan\u003eSTEP 04\u003c\/span\u003e\n        \u003ch3\u003eDry\u003c\/h3\u003e\n        \u003cp\u003e\n          Allow the brush to drain and dry completely before storing.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- 06 PRODUCT IMAGE --\u003e\n  \u003csection class=\"nl-corner-story\"\u003e\n\n    \u003cdiv class=\"nl-corner-image\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0778\/2098\/5444\/files\/03e477c7-bfe1-4cc7-9076-fe4722d77528.png?v=1789134193\" alt=\"NeatLark Kitchen Gap and Corner Cleaning Brush product view\"\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nl-corner-content\"\u003e\n\n      \u003cdiv class=\"nl-corner-eyebrow\"\u003e\n        KITCHEN CARE, SIMPLIFIED\n      \u003c\/div\u003e\n\n      \u003ch2\u003e\n        Better control for the little cleaning jobs.\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        A loose sponge works well for broad surfaces. This compact brush\n        is designed for the smaller areas where a more secure grip and\n        controlled scrubbing motion can make cleanup feel easier.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Its simple palm-friendly shape and textured cleaning surface make\n        it an easy addition to your everyday kitchen cleaning setup.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- 07 CARE --\u003e\n  \u003csection class=\"nl-corner-care\"\u003e\n\n    \u003cdiv class=\"nl-corner-eyebrow\"\u003e\n      CARE \u0026amp; STORAGE\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      Keep it fresh for the next kitchen reset.\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Rinse the cleaning surface thoroughly after each use to remove\n      food residue and cleaning solution.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Remove excess water and allow the brush to dry fully in a\n      ventilated area between uses.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Store the brush in a clean, dry place near your sink or kitchen\n      cleaning area.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- 08 IMPORTANT NOTE --\u003e\n  \u003csection class=\"nl-corner-note\"\u003e\n\n    \u003cstrong\u003eImportant:\u003c\/strong\u003e\n    Always check the care instructions for the surface being cleaned.\n    Use suitable pressure on delicate finishes, coated cookware and\n    specialty kitchen materials.\n\n  \u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"NeatLark","offers":[{"title":"1pc","offer_id":49241445269604,"sku":"SZ260911-LST-4-1PC","price":19.99,"currency_code":"USD","in_stock":true},{"title":"2pc","offer_id":49241445302372,"sku":"SZ260911-LST-4-2PC","price":24.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0778\/2098\/5444\/files\/03e477c7-bfe1-4cc7-9076-fe4722d77528.png?v=1789134193","url":"https:\/\/neatlark.com\/products\/kitchen-gap-corner-cleaning-brush","provider":"NeatLark","version":"1.0","type":"link"}