{"product_id":"scls","title":"Odinl™ Magnetic Sink Drain Basket","description":"\u003cstyle type=\"text\/css\"\u003e\n  .sink-basket-container {\n    --primary: #0891B2;\n    --primary-dark: #0E7490;\n    --accent: #67E8F9;\n    --text-main: #1E293B;\n    --text-sub: #64748B;\n    --bg-body: #FFFFFF;\n    --bg-soft: #F0FDFF;\n    --bg-card: #FFFFFF;\n    --border-color: rgba(8, 145, 178, 0.16);\n    --radius-md: 16px;\n    --radius-lg: 24px;\n    --shadow-sm: 0 6px 20px rgba(8, 145, 178, 0.08);\n    --shadow-lg: 0 16px 40px rgba(8, 145, 178, 0.12);\n\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    background: linear-gradient(180deg, #ffffff 0%, #f8feff 100%);\n    max-width: 500px;\n    margin: 0 auto;\n    padding: 18px 16px 36px;\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n    line-height: 1.65;\n  }\n\n  .sink-basket-container *,\n  .sink-basket-container *::before,\n  .sink-basket-container *::after {\n    box-sizing: inherit;\n  }\n\n  .sink-basket-container h1 {\n    font-size: clamp(30px, 8vw, 42px);\n    line-height: 1.12;\n    color: var(--text-main);\n    margin: 0 0 18px;\n    font-weight: 800;\n    letter-spacing: -0.04em;\n  }\n\n  .sink-basket-container h2 {\n    font-size: clamp(24px, 6.2vw, 32px);\n    line-height: 1.2;\n    color: var(--text-main);\n    margin: 0 0 18px;\n    font-weight: 800;\n    letter-spacing: -0.03em;\n  }\n\n  .sink-basket-container h3 {\n    font-size: clamp(21px, 5.4vw, 25px);\n    line-height: 1.25;\n    color: var(--text-main);\n    margin: 0 0 12px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n  }\n\n  .sink-basket-container p {\n    font-size: 16.5px;\n    line-height: 1.72;\n    color: var(--text-sub);\n    margin: 0;\n  }\n\n  .hero-section {\n    text-align: center;\n    padding: 18px 0 28px;\n  }\n\n  .detail-badge-group {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n    margin: 0;\n  }\n\n  .detail-badge {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 38px;\n    padding: 9px 15px;\n    background: var(--bg-soft);\n    border: 1px solid var(--border-color);\n    border-radius: 999px;\n    font-size: 14.5px;\n    line-height: 1.2;\n    font-weight: 700;\n    color: var(--primary-dark);\n    box-shadow: 0 4px 14px rgba(8, 145, 178, 0.06);\n  }\n\n  .feature-list {\n    display: flex;\n    flex-direction: column;\n    gap: 28px;\n    margin: 0 0 36px;\n  }\n\n  .feature-item,\n  .feature-item.reverse {\n    display: flex;\n    flex-direction: column;\n    gap: 18px;\n    align-items: stretch;\n    background: var(--bg-card);\n    border: 1px solid var(--border-color);\n    border-radius: var(--radius-lg);\n    padding: 12px;\n    box-shadow: var(--shadow-sm);\n  }\n\n  .feature-media,\n  .feature-copy {\n    width: 100%;\n  }\n\n  .feature-copy {\n    padding: 8px 6px 10px;\n  }\n\n  .img-placeholder {\n    width: 100%;\n    background-color: var(--bg-soft);\n    border-radius: 20px;\n    display: block;\n    overflow: hidden;\n    box-shadow: none;\n    margin: 0;\n  }\n\n  .img-placeholder \u003e div,\n  .img-placeholder \u003e div \u003e div {\n    width: 100%;\n  }\n\n  .img-placeholder img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 20px;\n  }\n\n  .specs-section,\n  .faq-section {\n    margin: 0 0 36px;\n  }\n\n  .specs-section h2,\n  .faq-section h2 {\n    text-align: center;\n  }\n\n  .specs-table-wrapper {\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    padding: 12px;\n    box-shadow: var(--shadow-sm);\n    border: 1px solid var(--border-color);\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0 10px;\n  }\n\n  .specs-table thead {\n    display: none;\n  }\n\n  .specs-table,\n  .specs-table tbody,\n  .specs-table tr,\n  .specs-table td {\n    display: block;\n    width: 100%;\n  }\n\n  .specs-table tr {\n    background: var(--bg-soft);\n    border: 1px solid var(--border-color);\n    border-radius: var(--radius-md);\n    padding: 14px;\n  }\n\n  .specs-table td {\n    padding: 0;\n    font-size: 15.5px;\n    line-height: 1.45;\n    color: var(--text-sub);\n  }\n\n  .specs-table td:first-child {\n    color: var(--primary-dark);\n    font-weight: 800;\n    margin-bottom: 5px;\n  }\n\n  .specs-table td strong {\n    color: var(--primary-dark);\n  }\n\n  .faq-section {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n\n  .faq-item {\n    background: var(--bg-card);\n    border-radius: var(--radius-md);\n    padding: 18px;\n    border: 1px solid var(--border-color);\n    box-shadow: var(--shadow-sm);\n  }\n\n  .faq-question {\n    font-size: 17px;\n    line-height: 1.35;\n    font-weight: 800;\n    color: var(--text-main);\n    margin-bottom: 8px;\n    letter-spacing: -0.01em;\n  }\n\n  .faq-answer {\n    font-size: 15.8px;\n    line-height: 1.65;\n    color: var(--text-sub);\n    margin: 0;\n  }\n\n  @media (min-width: 768px) {\n    .sink-basket-container {\n      max-width: 760px;\n      padding: 32px 24px 56px;\n    }\n\n    .feature-item,\n    .feature-item.reverse {\n      padding: 16px;\n    }\n\n    .feature-copy {\n      padding: 12px 10px 14px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"sink-basket-container\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003ch1\u003eMagnetic Sink Drain Basket – Hands-Free Emptying \u0026amp; Space-Saving Design\u003c\/h1\u003e\n\u003cdiv class=\"detail-badge-group\"\u003e\n\u003cdiv class=\"detail-badge\"\u003e🖐 Hands-Free Emptying\u003c\/div\u003e\n\u003cdiv class=\"detail-badge\"\u003e🧲 Magnetic Install\u003c\/div\u003e\n\u003cdiv class=\"detail-badge\"\u003e📐 Space-Saving\u003c\/div\u003e\n\u003cdiv class=\"detail-badge\"\u003e🔄 Multi-Use\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg alt=\"Hands-Free Easy Emptying\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260204181800\/f2305595ad7e9916480b86b417defb96.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e🖐 Hands-Free Easy Emptying\u003c\/h3\u003e\n\u003cp\u003ePress to dump food scraps without touching the mess. This hands-free design allows quick, hygienic emptying of leftovers, making it ideal for draining noodles, pasta, and food scraps while keeping your hands clean and your sink drain clear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg alt=\"Instant Magnetic Installation\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260204181800\/fce1d788c43a04af4cee90b21801a812.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e🧲 Instant Magnetic Installation\u003c\/h3\u003e\n\u003cp\u003eEquipped with strong built-in magnets, this sink strainer installs securely in seconds— no tools, no drilling required. Perfect for renters, it stays firmly in place during daily use and removes just as easily when needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg alt=\"Fine Mesh for Effective Filtering\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260204181800\/6ccf4b74a8063f03952b2380ddc84020.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e🧺 Fine Mesh for Effective Filtering\u003c\/h3\u003e\n\u003cp\u003eThe fine mesh design captures tiny debris like vegetable bits and food particles while allowing water to flow freely. It helps prevent clogs and also works great for rinsing fruits or vegetables directly in your sink.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg alt=\"Space-Saving Triangular Corner Fit\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260204181800\/23df83721de0c4fc576584bcca2edbcd.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e📐 Space-Saving Triangular Corner Fit\u003c\/h3\u003e\n\u003cp\u003eThe triangular shape fits perfectly into unused sink corners, maximizing space and keeping your main sink area free for dishwashing. An ideal solution for small kitchens or compact sink setups.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 5 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg alt=\"Versatile Multi-Use Organizer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260204181800\/27f915e0abe32307ef197b93822ced77.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e🔄 Versatile Multi-Use Organizer\u003c\/h3\u003e\n\u003cp\u003eMore than just a drain basket, it doubles as a drying rack for sponges, scrubbers, or freshly washed produce. Keeps countertops tidy and your sink area organized with ease.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specs Section --\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-table-wrapper\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eProduct Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003eMagnetic Sink Drain Basket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eDesign\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003eTriangular corner fit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eInstallation\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003eMagnetic, tool-free\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003eDurable plastic with fine mesh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eFunctions\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003eDrain basket, strainer, drying rack\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eSuitable For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003eKitchen sinks, small spaces\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e1. Will the magnets hold securely during use?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The strong magnets keep the basket firmly in place during daily kitchen tasks.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e2. Is it easy to empty without touching food waste?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. Simply press to release and dump scraps without hand contact.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e3. Can it prevent sink clogs?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The fine mesh traps small debris while allowing water to drain smoothly.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e4. Is it suitable for renters?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The magnetic, tool-free installation makes it renter-friendly.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e5. Can it be used for purposes other than draining?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. It also works as a sponge holder or produce drying rack.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"1 Pack","offer_id":45379964207138,"sku":"KY-LSCGL*1","price":19.99,"currency_code":"USD","in_stock":true},{"title":"2 Pack (Double Sink Setup)","offer_id":45379964239906,"sku":"KY-LSCGL*2","price":28.99,"currency_code":"USD","in_stock":true},{"title":"4 Pack","offer_id":45379964272674,"sku":"KY-LSCGL*4","price":49.99,"currency_code":"USD","in_stock":true},{"title":"6 Pack (Kitchen \u0026 Prep Sinks)","offer_id":45388411961378,"sku":"KY-LSCGL*6","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0879\/6248\/4770\/files\/f2305595ad7e9916480b86b417defb96.jpg?v=1778817595","url":"https:\/\/odinlakes.com\/products\/scls","provider":"Odinl","version":"1.0","type":"link"}