{"product_id":"3-in-1-pop-up-sink-stopper","title":"🛑 3-in-1 Pop-Up Sink Stopper – Drain Strainer \u0026 Debris Catcher","description":"\u003cstyle\u003e\n.sinkcard-page,\n.sinkcard-page *{\n  box-sizing:border-box;\n}\n\n.sinkcard-page{\n  --ink:#20302c;\n  --text:#505b56;\n  --muted:#737e79;\n\n  --green:#3f8069;\n  --green-dark:#2e604f;\n  --green-soft:#edf6f2;\n\n  --blue:#4a7fa0;\n  --orange:#d98242;\n  --gold:#b78a51;\n\n  --cream:#fffaf3;\n  --soft:#f7faf8;\n  --white:#ffffff;\n\n  --line:#dfe8e3;\n\n  width:100%;\n  max-width:760px;\n  margin:0 auto;\n  padding:8px;\n\n  background:#f5f9f7;\n  color:var(--text);\n\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n  font-size:17px;\n  line-height:1.55;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.sinkcard-page h1,\n.sinkcard-page h2,\n.sinkcard-page h3,\n.sinkcard-page p{\n  margin-top:0;\n}\n\n.sinkcard-page img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n}\n\n\n\/* =========================\n   BASE CARD\n========================= *\/\n\n.sk-card{\n  margin-bottom:14px;\n  overflow:hidden;\n\n  background:#fff;\n  border:1px solid var(--line);\n  border-radius:22px;\n\n  box-shadow:0 7px 20px rgba(39,74,61,.065);\n}\n\n.sk-accent-green{\n  border-top:5px solid var(--green);\n}\n\n.sk-accent-blue{\n  border-top:5px solid var(--blue);\n}\n\n.sk-accent-orange{\n  border-top:5px solid var(--orange);\n}\n\n.sk-accent-gold{\n  border-top:5px solid var(--gold);\n}\n\n\n.sk-copy{\n  padding:21px 18px 16px;\n}\n\n.sk-image-wrap{\n  padding:0 12px 12px;\n}\n\n.sk-image{\n  border-radius:16px;\n}\n\n\n\/* =========================\n   TYPOGRAPHY\n========================= *\/\n\n.sk-kicker{\n  display:inline-block;\n  margin-bottom:8px;\n  padding:5px 10px;\n\n  border-radius:999px;\n\n  background:#eef6f2;\n  color:var(--green-dark);\n\n  font-size:12px;\n  line-height:1.2;\n  font-weight:900;\n  letter-spacing:.45px;\n  text-transform:uppercase;\n}\n\n.sk-title{\n  margin:0 0 9px;\n\n  color:var(--ink);\n\n  font-size:25px;\n  line-height:1.2;\n  letter-spacing:-.35px;\n\n  font-weight:900;\n}\n\n.sk-text{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:17px;\n  line-height:1.55;\n}\n\n.sk-text strong{\n  color:var(--ink);\n}\n\n\n\/* =========================\n   HERO\n========================= *\/\n\n.sk-hero{\n  background:\n    radial-gradient(circle at 50% 0%,#dff1ea 0%,transparent 48%),\n    linear-gradient(145deg,#ffffff 0%,#f6fbf8 58%,#edf6f1 100%);\n\n  border-color:#cee1d8;\n}\n\n.sk-hero .sk-copy{\n  padding:27px 18px 17px;\n  text-align:center;\n}\n\n.sk-eyebrow{\n  display:inline-block;\n  margin-bottom:10px;\n  padding:6px 12px;\n\n  border-radius:999px;\n\n  background:#ffffff;\n  border:1px solid #d4e4dc;\n\n  color:var(--green-dark);\n\n  font-size:13px;\n  font-weight:900;\n  letter-spacing:.5px;\n}\n\n.sk-hero-title{\n  max-width:650px;\n\n  margin:0 auto 10px;\n\n  color:#1d2a27;\n\n  font-size:30px;\n  line-height:1.12;\n  letter-spacing:-.6px;\n\n  font-weight:950;\n}\n\n.sk-hero-text{\n  max-width:620px;\n\n  margin:0 auto;\n\n  color:#5c6863;\n\n  font-size:17px;\n  line-height:1.5;\n}\n\n.sk-hero-image{\n  padding-top:2px;\n}\n\n\n\/* =========================\n   HIGHLIGHT\n========================= *\/\n\n.sk-highlight{\n  margin-top:13px;\n  padding:12px 14px;\n\n  border-left:4px solid var(--orange);\n  border-radius:10px;\n\n  background:#fff6ec;\n\n  color:#6e4a2d;\n\n  font-size:15px;\n  line-height:1.5;\n  font-weight:750;\n}\n\n.sk-highlight strong{\n  color:#583821;\n}\n\n\n\/* =========================\n   CHECKLIST\n========================= *\/\n\n.sk-list{\n  margin:13px 0 0;\n  padding:0;\n\n  list-style:none;\n}\n\n.sk-list li{\n  position:relative;\n\n  margin-bottom:8px;\n  padding-left:27px;\n\n  color:#4e5753;\n\n  font-size:16px;\n  line-height:1.45;\n}\n\n.sk-list li:last-child{\n  margin-bottom:0;\n}\n\n.sk-list li:before{\n  content:\"✓\";\n\n  position:absolute;\n  left:0;\n  top:0;\n\n  color:var(--green);\n  font-weight:900;\n}\n\n\n\/* =========================\n   STEPS\n========================= *\/\n\n.sk-steps{\n  display:grid;\n  gap:9px;\n\n  margin-top:13px;\n}\n\n.sk-step{\n  padding:11px 13px;\n\n  border:1px solid #dce8e2;\n  border-radius:13px;\n\n  background:#f9fcfa;\n\n  color:#505955;\n\n  font-size:15px;\n  line-height:1.45;\n}\n\n.sk-step strong{\n  color:var(--green-dark);\n}\n\n\n\/* =========================\n   COMPARE ROWS\n========================= *\/\n\n.sk-compare{\n  margin-top:13px;\n\n  border-top:1px solid var(--line);\n}\n\n.sk-compare-row{\n  display:grid;\n  grid-template-columns:40% 60%;\n\n  border-bottom:1px solid var(--line);\n}\n\n.sk-compare-row:last-child{\n  border-bottom:0;\n}\n\n.sk-compare-row b,\n.sk-compare-row span{\n  padding:10px 8px;\n\n  font-size:13px;\n  line-height:1.45;\n}\n\n.sk-compare-row b{\n  color:var(--ink);\n}\n\n.sk-compare-row span{\n  color:var(--muted);\n}\n\n\n\/* =========================\n   SPECS\n========================= *\/\n\n.sk-spec-card{\n  margin-bottom:14px;\n  padding:21px 17px;\n\n  background:#ffffff;\n\n  border:1px solid var(--line);\n  border-radius:22px;\n\n  box-shadow:0 7px 20px rgba(39,74,61,.06);\n}\n\n.sk-section-title{\n  margin:0 0 14px;\n\n  color:var(--ink);\n\n  text-align:center;\n\n  font-size:24px;\n  line-height:1.2;\n\n  font-weight:900;\n}\n\n.sk-spec-list{\n  margin:0;\n  padding:0;\n\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-radius:15px;\n\n  list-style:none;\n}\n\n.sk-spec-list li{\n  display:grid;\n  grid-template-columns:40% 60%;\n\n  border-bottom:1px solid var(--line);\n\n  font-size:14px;\n}\n\n.sk-spec-list li:last-child{\n  border-bottom:0;\n}\n\n.sk-spec-label,\n.sk-spec-value{\n  padding:11px 12px;\n}\n\n.sk-spec-label{\n  background:#eef6f2;\n\n  color:var(--green-dark);\n\n  font-weight:850;\n}\n\n.sk-spec-value{\n  background:#fff;\n\n  color:#4d5652;\n}\n\n\n\/* =========================\n   NOTE CARD\n========================= *\/\n\n.sk-note-card{\n  margin-bottom:14px;\n  padding:21px 17px;\n\n  background:#fffaf3;\n\n  border:1px solid #eadfce;\n  border-radius:22px;\n\n  box-shadow:0 7px 20px rgba(74,60,40,.045);\n}\n\n.sk-note-list{\n  margin:0;\n  padding-left:21px;\n\n  color:#5c5852;\n\n  font-size:15px;\n  line-height:1.55;\n}\n\n.sk-note-list li{\n  margin-bottom:8px;\n}\n\n.sk-note-list li:last-child{\n  margin-bottom:0;\n}\n\n\n\/* =========================\n   FAQ\n========================= *\/\n\n.sk-faq-card{\n  margin-bottom:14px;\n  padding:21px 17px;\n\n  background:#fff;\n\n  border:1px solid var(--line);\n  border-radius:22px;\n\n  box-shadow:0 7px 20px rgba(39,74,61,.055);\n}\n\n.sk-faq-card details{\n  margin-bottom:8px;\n\n  overflow:hidden;\n\n  background:#fff;\n\n  border:1px solid var(--line);\n  border-radius:13px;\n}\n\n.sk-faq-card details:last-child{\n  margin-bottom:0;\n}\n\n.sk-faq-card summary{\n  position:relative;\n\n  padding:13px 40px 13px 14px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:var(--ink);\n\n  font-size:14px;\n  line-height:1.4;\n\n  font-weight:800;\n}\n\n.sk-faq-card summary::-webkit-details-marker{\n  display:none;\n}\n\n.sk-faq-card summary:after{\n  content:\"+\";\n\n  position:absolute;\n  right:14px;\n  top:4px;\n\n  color:var(--green);\n\n  font-size:25px;\n}\n\n.sk-faq-card details[open] summary:after{\n  content:\"−\";\n}\n\n.sk-answer{\n  padding:0 14px 14px;\n\n  color:var(--muted);\n\n  font-size:13px;\n  line-height:1.6;\n}\n\n\n\/* =========================\n   CTA\n========================= *\/\n\n.sk-cta{\n  padding:27px 18px;\n\n  text-align:center;\n\n  background:\n    linear-gradient(\n      145deg,\n      #edf6f2 0%,\n      #ffffff 56%,\n      #faf3e9 100%\n    );\n\n  border:1px solid #d9e6df;\n  border-radius:22px;\n}\n\n.sk-cta h2{\n  max-width:620px;\n\n  margin:0 auto 9px;\n\n  color:var(--ink);\n\n  font-size:27px;\n  line-height:1.2;\n\n  font-weight:900;\n}\n\n.sk-cta p{\n  max-width:590px;\n\n  margin:0 auto 16px;\n\n  color:#67716c;\n\n  font-size:16px;\n  line-height:1.5;\n}\n\n.sk-button{\n  display:block;\n\n  width:100%;\n  max-width:430px;\n\n  margin:0 auto;\n\n  padding:14px 20px;\n\n  border-radius:14px;\n\n  background:var(--green-dark);\n\n  color:#fff!important;\n\n  text-decoration:none;\n\n  font-size:16px;\n  font-weight:900;\n\n  box-shadow:0 6px 14px rgba(46,96,79,.18);\n}\n\n.sk-trust{\n  margin-top:15px;\n  padding-top:13px;\n\n  border-top:1px solid #dde7e2;\n\n  color:#65706b;\n\n  font-size:12px;\n  line-height:1.7;\n}\n\n.sk-policy{\n  max-width:630px;\n\n  margin:8px auto 0!important;\n\n  color:#858d89!important;\n\n  font-size:11px!important;\n  line-height:1.4!important;\n}\n\n\n\/* =========================\n   MOBILE\n========================= *\/\n\n@media(max-width:520px){\n\n  .sinkcard-page{\n    padding:6px;\n    font-size:17px;\n  }\n\n  .sk-card{\n    margin-bottom:12px;\n    border-radius:20px;\n  }\n\n  .sk-copy{\n    padding:19px 15px 14px;\n  }\n\n  .sk-hero .sk-copy{\n    padding:24px 15px 16px;\n  }\n\n  .sk-hero-title{\n    font-size:28px;\n  }\n\n  .sk-title{\n    font-size:23px;\n  }\n\n  .sk-image-wrap{\n    padding-right:9px;\n    padding-left:9px;\n    padding-bottom:9px;\n  }\n\n  .sk-spec-list li{\n    grid-template-columns:41% 59%;\n  }\n\n  .sk-spec-label,\n  .sk-spec-value{\n    padding:10px 9px;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"sinkcard-page\"\u003e\n\n\n  \u003c!-- =========================\n       HERO\n  ========================== --\u003e\n  \u003csection class=\"sk-card sk-hero\"\u003e\n\n    \u003cdiv class=\"sk-copy\"\u003e\n\n      \u003cspan class=\"sk-eyebrow\"\u003e\n        🛑 3-IN-1 SINK UPGRADE\n      \u003c\/span\u003e\n\n      \u003ch1 class=\"sk-hero-title\"\u003e\n        Stop, Drain \u0026amp; Catch Debris With One Simple Press.\n      \u003c\/h1\u003e\n\n      \u003cp class=\"sk-hero-text\"\u003e\n        Replace a basic sink stopper with a smarter design that combines\n        \u003cstrong\u003epress control, debris filtration and water sealing\u003c\/strong\u003e\n        in one compact upgrade.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sk-image-wrap sk-hero-image\"\u003e\n\n      \u003cimg class=\"sk-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/ChatGPT_Image_2026_7_10_23_08_55_1.png?v=1783739451\" alt=\"3 in 1 pop up sink stopper\" loading=\"eager\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================\n       WHY UPGRADE\n  ========================== --\u003e\n  \u003csection class=\"sk-card sk-accent-orange\"\u003e\n\n    \u003cdiv class=\"sk-copy\"\u003e\n\n      \u003cspan class=\"sk-kicker\"\u003e\n        WHY UPGRADE?\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"sk-title\"\u003e\n        ✨ One Small Upgrade Solves Several Sink Frustrations\n      \u003c\/h2\u003e\n\n      \u003cp class=\"sk-text\"\u003e\n        Loose strainers, awkward plugs and food scraps sitting around the drain can make everyday sink use unnecessarily messy.\n        This 3-in-1 design combines the functions you use most in one cleaner setup.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sk-compare\"\u003e\n\n        \u003cdiv class=\"sk-compare-row\"\u003e\n          \u003cb\u003eOpening \u0026amp; Closing\u003c\/b\u003e\n          \u003cspan\u003eSimple press-to-open \/ press-to-close control\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sk-compare-row\"\u003e\n          \u003cb\u003eFood Scraps\u003c\/b\u003e\n          \u003cspan\u003eRemovable basket helps catch suitable debris\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sk-compare-row\"\u003e\n          \u003cb\u003eHolding Water\u003c\/b\u003e\n          \u003cspan\u003eClose the stopper when you want the basin filled\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sk-image-wrap\"\u003e\n\n      \u003cimg class=\"sk-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/ChatGPT_Image_2026_7_10_23_21_57.png?v=1783740139\" alt=\"Pop up sink stopper comparison and benefits\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================\n       PRESS FUNCTION\n  ========================== --\u003e\n  \u003csection class=\"sk-card sk-accent-green\"\u003e\n\n    \u003cdiv class=\"sk-copy\"\u003e\n\n      \u003cspan class=\"sk-kicker\"\u003e\n        PRESS INSTEAD OF REACHING IN\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"sk-title\"\u003e\n        🧼 Cleaner Everyday Control With One Touch\n      \u003c\/h2\u003e\n\n      \u003cp class=\"sk-text\"\u003e\n        The spring-loaded pop-up mechanism makes opening and closing the drain simple,\n        while the removable basket keeps collected debris together for easier cleanup.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sk-highlight\"\u003e\n        \u003cstrong\u003eLess direct contact:\u003c\/strong\u003e\n        press the top for everyday operation, then remove the basket when it is time to empty collected debris.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sk-image-wrap\"\u003e\n\n      \u003cimg class=\"sk-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/ChatGPT_Image_2026_7_10_23_08_56_2.png?v=1783739451\" alt=\"Press operated pop up sink stopper\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================\n       FILTER\n  ========================== --\u003e\n  \u003csection class=\"sk-card sk-accent-blue\"\u003e\n\n    \u003cdiv class=\"sk-copy\"\u003e\n\n      \u003cspan class=\"sk-kicker\"\u003e\n        CATCH IT BEFORE IT GOES DEEPER\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"sk-title\"\u003e\n        🛡️ A Removable Basket Helps Keep Debris Out of the Drain\n      \u003c\/h2\u003e\n\n      \u003cp class=\"sk-text\"\u003e\n        The internal basket is designed to catch suitable food scraps, hair and small debris before they travel farther down the pipe.\n      \u003c\/p\u003e\n\n      \u003cul class=\"sk-list\"\u003e\n        \u003cli\u003eHelps collect visible food scraps\u003c\/li\u003e\n        \u003cli\u003eCan catch hair and small debris\u003c\/li\u003e\n        \u003cli\u003eBasket removes for easier emptying\u003c\/li\u003e\n        \u003cli\u003eRinse clean and place it back in the drain\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sk-image-wrap\"\u003e\n\n      \u003cimg class=\"sk-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/ChatGPT_Image_2026_7_10_23_08_56_3.png?v=1783739459\" alt=\"Removable sink drain debris basket\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================\n       SEAL\n  ========================== --\u003e\n  \u003csection class=\"sk-card sk-accent-gold\"\u003e\n\n    \u003cdiv class=\"sk-copy\"\u003e\n\n      \u003cspan class=\"sk-kicker\"\u003e\n        PRESS TO HOLD WATER\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"sk-title\"\u003e\n        💧 Close the Drain When You Need a Full Sink\n      \u003c\/h2\u003e\n\n      \u003cp class=\"sk-text\"\u003e\n        Press the stopper into the closed position when you want to hold water in the basin.\n        When properly fitted, the seal may also help reduce unwanted drain odors from escaping into the room.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sk-highlight\"\u003e\n        \u003cstrong\u003eFit matters:\u003c\/strong\u003e\n        sealing performance depends on your drain opening and correct installation.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sk-image-wrap\"\u003e\n\n      \u003cimg class=\"sk-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/ChatGPT_Image_2026_7_10_23_08_57_4.png?v=1783739439\" alt=\"Pop up sink stopper water sealing function\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================\n       QUICK USE GUIDE\n  ========================== --\u003e\n  \u003csection class=\"sk-card sk-accent-green\"\u003e\n\n    \u003cdiv class=\"sk-copy\"\u003e\n\n      \u003cspan class=\"sk-kicker\"\u003e\n        QUICK USE GUIDE\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"sk-title\"\u003e\n        🔧 Simple Enough for Everyday Sink Use\n      \u003c\/h2\u003e\n\n      \u003cp class=\"sk-text\"\u003e\n        Once properly fitted, everyday operation is simple.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sk-steps\"\u003e\n\n        \u003cdiv class=\"sk-step\"\u003e\n          \u003cstrong\u003e1. Press the top:\u003c\/strong\u003e\n          switch between open and closed positions.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sk-step\"\u003e\n          \u003cstrong\u003e2. Let water drain:\u003c\/strong\u003e\n          leave it open during normal rinsing.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sk-step\"\u003e\n          \u003cstrong\u003e3. Catch debris:\u003c\/strong\u003e\n          the internal basket collects suitable scraps and particles.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sk-step\"\u003e\n          \u003cstrong\u003e4. Empty \u0026amp; rinse:\u003c\/strong\u003e\n          remove the basket and clean it when needed.\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================\n       SPECS\n  ========================== --\u003e\n  \u003csection class=\"sk-spec-card\"\u003e\n\n    \u003ch2 class=\"sk-section-title\"\u003e\n      📏 Check Your Drain Before Ordering\n    \u003c\/h2\u003e\n\n    \u003cul class=\"sk-spec-list\"\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"sk-spec-label\"\u003eTotal Diameter\u003c\/span\u003e\n        \u003cspan class=\"sk-spec-value\"\u003e2.93 in \/ 74.5 mm\u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"sk-spec-label\"\u003eAdjustable Height\u003c\/span\u003e\n        \u003cspan class=\"sk-spec-value\"\u003e1.87–2.27 in \/ 47.6–57.6 mm\u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"sk-spec-label\"\u003eKnob Diameter\u003c\/span\u003e\n        \u003cspan class=\"sk-spec-value\"\u003e0.78 in \/ 19.8 mm\u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"sk-spec-label\"\u003eBase Diameter\u003c\/span\u003e\n        \u003cspan class=\"sk-spec-value\"\u003e1.30 in \/ 32.9 mm\u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"sk-spec-label\"\u003eOperation\u003c\/span\u003e\n        \u003cspan class=\"sk-spec-value\"\u003ePress-to-Open \/ Press-to-Close\u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"sk-spec-label\"\u003eMain Functions\u003c\/span\u003e\n        \u003cspan class=\"sk-spec-value\"\u003eStopper · Strainer · Debris Catcher\u003c\/span\u003e\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================\n       IMPORTANT NOTES\n  ========================== --\u003e\n  \u003csection class=\"sk-note-card\"\u003e\n\n    \u003ch2 class=\"sk-section-title\"\u003e\n      📌 Before You Buy\n    \u003c\/h2\u003e\n\n    \u003cul class=\"sk-note-list\"\u003e\n\n      \u003cli\u003e\n        Measure your drain opening before ordering to confirm compatibility.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Drain dimensions and sink structures vary between models.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Sealing performance depends on proper fit and installation.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        The debris basket can help reduce solid material entering the pipe, but no drain accessory can guarantee prevention of every blockage.\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================\n       FAQ\n  ========================== --\u003e\n  \u003csection class=\"sk-faq-card\"\u003e\n\n    \u003ch2 class=\"sk-section-title\"\u003e\n      ❓ Frequently Asked Questions\n    \u003c\/h2\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How does the pop-up mechanism work?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"sk-answer\"\u003e\n        Press the top to switch between open and closed positions, allowing water to drain or stay in the basin depending on the selected position.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Does it catch food scraps?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"sk-answer\"\u003e\n        The removable basket is designed to collect suitable food scraps, hair and other small debris before they travel farther into the drain.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Will it prevent every clogged drain?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"sk-answer\"\u003e\n        No. The basket is intended to reduce the amount of solid debris entering the drain, but no sink accessory can guarantee prevention of every blockage.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can it help reduce drain odors?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"sk-answer\"\u003e\n        When the stopper is closed and properly fitted, the seal may help reduce odors coming through the drain. Results depend on the condition and design of the drain.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How do I know if it fits my sink?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"sk-answer\"\u003e\n        Measure your drain opening and compare it with the listed dimensions before ordering. The total diameter is approximately 2.93 inches and the adjustable height is approximately 1.87–2.27 inches.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Is the basket removable?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"sk-answer\"\u003e\n        Yes. The internal basket is removable so collected debris can be emptied and the component rinsed clean.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =========================\n       CTA\n  ========================== --\u003e\n  \u003csection class=\"sk-cta\"\u003e\n\n    \u003ch2\u003e\n      🛑 Make Your Sink Easier to Use Every Day.\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Stop water, catch debris and simplify everyday drain cleanup with one compact 3-in-1 upgrade.\n    \u003c\/p\u003e\n\n    \u003ca href=\"#product-form\" class=\"sk-button\"\u003e\n      UPGRADE YOUR SINK →\n    \u003c\/a\u003e\n\n    \u003cdiv class=\"sk-trust\"\u003e\n      📦 Tracked Shipping\n       · \n      🚚 Free Shipping on Orders Over $59.98\n       · \n      🔒 Secure Checkout\n       · \n      💬 Order Support\n    \u003c\/div\u003e\n\n    \u003cp class=\"sk-policy\"\u003e\n      Please measure your drain before ordering. Fit, sealing and filtration performance depend on sink dimensions and installation.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"HYL","offers":[{"title":"US","offer_id":51124500168951,"sku":"NC01752609072253-美规浴缸弹跳芯","price":29.99,"currency_code":"USD","in_stock":true},{"title":"EU","offer_id":51124500201719,"sku":"NC01752609072253- 欧规浴缸弹跳芯","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0926\/7878\/3223\/files\/001c2feaa63a4a8b8d0bd097c2150d96_tplv-fhlh96nyum-resize-webp_800_800.webp?v=1788764600","url":"https:\/\/www.zavrly.com\/products\/3-in-1-pop-up-sink-stopper","provider":"zavrly","version":"1.0","type":"link"}