{"product_id":"compact-sink-smart-dish-drying-rack","title":"Compact Sink-Smart Dish Drying Rack","description":"\u003cstyle\u003e\n  \/* =======================================\n     1. 全局容器与排版基础\n  ======================================= *\/\n  .ck-desc-container {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: #1f2937;\n    line-height: 1.6;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 20px 0 60px 0;\n    box-sizing: border-box;\n  }\n  \n  .ck-section {\n    margin-bottom: 70px;\n    width: 100%;\n  }\n\n  .ck-headline {\n    font-size: 32px;\n    font-weight: 900;\n    color: #111;\n    margin-bottom: 15px;\n    line-height: 1.3;\n  }\n\n  .ck-text {\n    font-size: 16px;\n    color: #4b5563;\n    margin: 0 0 25px 0 !important;\n    line-height: 1.7;\n  }\n\n  .ck-img {\n    width: 100% !important;\n    height: auto !important;\n    border-radius: 16px;\n    box-shadow: 0 8px 30px rgba(0,0,0,0.06);\n    display: block !important;\n  }\n\n  \/* 行动号召按钮 *\/\n  .ck-btn {\n    display: inline-block;\n    background-color: #0f172a;\n    color: #fff;\n    font-weight: 700;\n    font-size: 16px;\n    padding: 14px 35px;\n    border-radius: 8px;\n    text-decoration: none;\n    text-align: center;\n    transition: background-color 0.2s;\n  }\n  \n  .ck-btn:hover {\n    background-color: #334155;\n    color: #fff;\n  }\n\n  \/* =======================================\n     2. 图文交替布局 (Split Layout)\n  ======================================= *\/\n  .ck-split-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 50px;\n    align-items: center;\n    margin-bottom: 50px;\n  }\n\n  .ck-split-content {\n    padding: 10px 0;\n  }\n\n  \/* =======================================\n     3. 四方格卖点图标 (Icon Grid)\n  ======================================= *\/\n  .ck-icon-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 20px;\n    margin-top: 40px;\n  }\n\n  .ck-icon-card {\n    text-align: center;\n    padding: 20px 15px;\n    background: #f8fafc;\n    border: 1px solid #f1f5f9;\n    border-radius: 12px;\n  }\n\n  .ck-icon-card .emoji {\n    font-size: 32px;\n    margin-bottom: 10px;\n    display: block;\n  }\n\n  .ck-icon-card h4 {\n    font-size: 16px;\n    font-weight: 800;\n    color: #111;\n    margin: 0 0 8px 0;\n  }\n\n  .ck-icon-card p {\n    font-size: 14px;\n    color: #64748b;\n    margin: 0;\n    line-height: 1.5;\n  }\n\n  \/* =======================================\n     4. 数据展示卡片 (Percentage Stats)\n  ======================================= *\/\n  .ck-stats-list {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 30px 0;\n  }\n\n  .ck-stats-list li {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    padding-bottom: 20px;\n    margin-bottom: 20px;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .ck-stats-list li:last-child {\n    border-bottom: none;\n    margin-bottom: 0;\n    padding-bottom: 0;\n  }\n\n  .ck-stat-circle {\n    width: 60px;\n    height: 60px;\n    background: #0f172a;\n    color: #fff;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 18px;\n    font-weight: 800;\n    flex-shrink: 0;\n  }\n\n  .ck-stat-text {\n    font-size: 16px;\n    color: #4b5563;\n    line-height: 1.6;\n    margin: 0;\n  }\n\n  \/* =======================================\n     5. 对比表格 (Comparison Table)\n  ======================================= *\/\n  .ck-compare-table {\n    width: 100%;\n    max-width: 600px;\n    margin: 0 auto;\n    border-collapse: collapse;\n    text-align: center;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n    border-radius: 12px;\n    overflow: hidden;\n  }\n\n  .ck-compare-table th {\n    background: #f8fafc;\n    padding: 18px 15px;\n    font-size: 15px;\n    font-weight: 800;\n    color: #111;\n  }\n\n  .ck-compare-table td {\n    padding: 15px;\n    border-bottom: 1px solid #f1f5f9;\n    font-size: 15px;\n    color: #4b5563;\n  }\n\n  .ck-compare-table tr:last-child td { border-bottom: none; }\n  .ck-table-check { color: #10b981; font-weight: 900; font-size: 18px; }\n  .ck-table-cross { color: #ef4444; font-weight: 900; font-size: 18px; }\n\n  \/* =======================================\n     6. 手风琴折叠卡片 (FAQ Items)\n  ======================================= *\/\n  .ck-faq-container {\n    background: #f8fafc;\n    padding: 50px 40px;\n    border-radius: 20px;\n    margin-top: 50px;\n  }\n\n  .ck-faq-item {\n    background: #fff;\n    border: 1px solid #e2e8f0;\n    border-radius: 10px;\n    margin-bottom: 15px;\n    overflow: hidden;\n  }\n\n  .ck-faq-summary::-webkit-details-marker { display: none; }\n  \n  .ck-faq-summary {\n    padding: 20px 25px;\n    font-size: 16px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    color: #111;\n  }\n\n  .ck-faq-icon {\n    font-size: 20px;\n    color: #94a3b8;\n    transition: transform 0.3s;\n  }\n  \n  .ck-faq-item[open] .ck-faq-icon { transform: rotate(45deg); color: #111; }\n  .ck-faq-content { padding: 0 25px 25px 25px; font-size: 15px; color: #4b5563; }\n  .ck-faq-item[open] .ck-faq-content { border-top: 1px solid #f1f5f9; padding-top: 20px; }\n\n  \/* =======================================\n     7. 手机端响应式\n  ======================================= *\/\n  @media (max-width: 768px) {\n    .ck-split-grid { grid-template-columns: 1fr; gap: 30px; }\n    .ck-mobile-reverse { display: flex; flex-direction: column-reverse; }\n    .ck-headline { font-size: 26px; }\n    .ck-icon-grid { grid-template-columns: 1fr 1fr; gap: 15px; }\n    .ck-btn { width: 100%; box-sizing: border-box; }\n    .ck-faq-container { padding: 30px 20px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ck-desc-container\"\u003e\n\n  \u003c!-- ================= 图文排版 1 ================= --\u003e\n  \u003cdiv class=\"ck-split-grid\"\u003e\n    \u003cdiv\u003e\n      \u003cimg class=\"ck-img\" src=\"https:\/\/hosinvest.shop\/cdn\/shop\/files\/image_237_1784886735249-37499414-95961645-79790057_0.jpg?v=1785488217\u0026amp;width=600\" alt=\"Compact Dish Drying Rack\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ck-split-content\"\u003e\n      \u003ch2 class=\"ck-headline\"\u003eToo many dishes crowding your sink and taking up counter space?\u003c\/h2\u003e\n      \u003cp class=\"ck-text\"\u003eStop juggling plates on the counter. This two-tier foldable rack expands for big loads and collapses flat for storage, so you reclaim usable counter space and keep the kitchen tidy after every meal.\u003c\/p\u003e\n      \u003ca href=\"#\" class=\"ck-btn\"\u003eGet Mine Now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ================= 四格核心卖点 ================= --\u003e\n  \u003cdiv class=\"ck-section\" style=\"text-align: center; padding-top: 20px;\"\u003e\n    \u003ch2 class=\"ck-headline\"\u003eReclaim a dry, tidy counter and faster cleanup today\u003c\/h2\u003e\n    \u003cp class=\"ck-text\" style=\"max-width: 650px; margin: 0 auto !important;\"\u003eTwo-tier expansion, quick drainage, and reversible setup combine to keep counters clear and make post-meal cleanup effortless.\u003c\/p\u003e\n    \n    \u003cdiv class=\"ck-icon-grid\"\u003e\n      \u003cdiv class=\"ck-icon-card\"\u003e\n        \u003cspan class=\"emoji\"\u003e🧰\u003c\/span\u003e\n        \u003ch4\u003eSave Space\u003c\/h4\u003e\n        \u003cp\u003eCollapses flat to free up counter and cabinet room.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ck-icon-card\"\u003e\n        \u003cspan class=\"emoji\"\u003e💧\u003c\/span\u003e\n        \u003ch4\u003eQuick Drain\u003c\/h4\u003e\n        \u003cp\u003eChannels water straight to sink for dry surfaces.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ck-icon-card\"\u003e\n        \u003cspan class=\"emoji\"\u003e🛠️\u003c\/span\u003e\n        \u003ch4\u003eTool-Free\u003c\/h4\u003e\n        \u003cp\u003eAssembles in seconds with no tools required.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ck-icon-card\"\u003e\n        \u003cspan class=\"emoji\"\u003e🛡️\u003c\/span\u003e\n        \u003ch4\u003eBuilt Tough\u003c\/h4\u003e\n        \u003cp\u003eCarbon-steel frame holds heavy pots reliably.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ================= 图文排版 2 (带数据展示) ================= --\u003e\n  \u003cdiv class=\"ck-split-grid ck-mobile-reverse\"\u003e\n    \u003cdiv class=\"ck-split-content\"\u003e\n      \u003ch2 class=\"ck-headline\"\u003eSee how much it improves your daily kitchen workflow\u003c\/h2\u003e\n      \u003cul class=\"ck-stats-list\"\u003e\n        \u003cli\u003e\n          \u003cdiv class=\"ck-stat-circle\"\u003e98%\u003c\/div\u003e\n          \u003cp class=\"ck-stat-text\"\u003eReported more counter space available after installing the rack.\u003c\/p\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cdiv class=\"ck-stat-circle\"\u003e97%\u003c\/div\u003e\n          \u003cp class=\"ck-stat-text\"\u003eExperienced faster cleanup with no puddles left behind.\u003c\/p\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cdiv class=\"ck-stat-circle\"\u003e96%\u003c\/div\u003e\n          \u003cp class=\"ck-stat-text\"\u003eFound loading heavy pans and plates safer and more stable.\u003c\/p\u003e\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003ca href=\"#\" class=\"ck-btn\"\u003eGet Mine Now\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cimg class=\"ck-img\" src=\"https:\/\/hosinvest.shop\/cdn\/shop\/files\/image_168_1784886735215-87901317-89495144-50335827_2.jpg?v=1785488217\u0026amp;width=600\" alt=\"Workflow Improvement\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ================= 图文排版 3 ================= --\u003e\n  \u003cdiv class=\"ck-split-grid\"\u003e\n    \u003cdiv\u003e\n      \u003cimg class=\"ck-img\" src=\"https:\/\/hosinvest.shop\/cdn\/shop\/files\/image_715_1784886735231-21287999-78065669-26356821_3.jpg?v=1785488217\u0026amp;width=600\" alt=\"Quick Drainage\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ck-split-content\"\u003e\n      \u003ch2 class=\"ck-headline\"\u003eSlow drainage leaves puddles and sticky counters after washing\u003c\/h2\u003e\n      \u003cp class=\"ck-text\"\u003eBuilt-in easy drainage channels move water directly to the sink, preventing puddles and sticky surfaces. Dry counters mean faster cleanup, fewer wipes, and no more soggy dishcloths.\u003c\/p\u003e\n      \u003ca href=\"#\" class=\"ck-btn\"\u003eGet Mine Now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ================= 竞品对比表 ================= --\u003e\n  \u003cdiv class=\"ck-section\" style=\"text-align: center;\"\u003e\n    \u003ch2 class=\"ck-headline\"\u003eWhat Makes Our Rack Special\u003c\/h2\u003e\n    \u003cp class=\"ck-text\" style=\"max-width: 600px; margin: 0 auto 30px auto !important;\"\u003eUnlike others that wobble or rust, this rack combines sturdy carbon-steel build, reversible setup, and fast drainage for practical, long-lasting counter organization.\u003c\/p\u003e\n    \n    \u003ctable class=\"ck-compare-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eFeatures\u003c\/th\u003e\n          \u003cth\u003eOur Smart Rack\u003c\/th\u003e\n          \u003cth\u003eOthers\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eCompact \u0026amp; Foldable\u003c\/td\u003e\n          \u003ctd class=\"ck-table-check\"\u003e✓\u003c\/td\u003e\n          \u003ctd class=\"ck-table-cross\"\u003e✗\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eDurable Carbon-Steel\u003c\/td\u003e\n          \u003ctd class=\"ck-table-check\"\u003e✓\u003c\/td\u003e\n          \u003ctd class=\"ck-table-cross\"\u003e✗\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eAutomatic Quick Drain\u003c\/td\u003e\n          \u003ctd class=\"ck-table-check\"\u003e✓\u003c\/td\u003e\n          \u003ctd class=\"ck-table-cross\"\u003e✗\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eTool-Free Assembly\u003c\/td\u003e\n          \u003ctd class=\"ck-table-check\"\u003e✓\u003c\/td\u003e\n          \u003ctd class=\"ck-table-cross\"\u003e✗\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ================= FAQ 模块 ================= --\u003e\n  \u003cdiv class=\"ck-faq-container\"\u003e\n    \u003ch2 class=\"ck-headline\" style=\"text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n    \u003cp class=\"ck-text\" style=\"text-align: center; margin-bottom: 30px !important;\"\u003eClear answers to help you choose confidently and avoid surprises.\u003c\/p\u003e\n\n    \u003cdetails class=\"ck-faq-item\" open\u003e\n      \u003csummary class=\"ck-faq-summary\"\u003e\n        Will it fit above my single-basin sink?\n        \u003cspan class=\"ck-faq-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"ck-faq-content\"\u003e\n        Yes. The reversible setup adjusts to fit most sinks and counters. Expand it when you need space, then fold it flat to store under cabinets or beside the sink.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ck-faq-item\"\u003e\n      \u003csummary class=\"ck-faq-summary\"\u003e\n        How does the drainage system work?\n        \u003cspan class=\"ck-faq-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"ck-faq-content\"\u003e\n        Integrated channels guide water directly to the sink so counters stay dry. No trays to empty and fewer wipedown moments after washing dishes.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ck-faq-item\"\u003e\n      \u003csummary class=\"ck-faq-summary\"\u003e\n        Is assembly difficult or are tools required?\n        \u003cspan class=\"ck-faq-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"ck-faq-content\"\u003e\n        No tools needed. The rack snaps together in minutes so you can start using it the same day without a toolbox or instructions hassle.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ck-faq-item\"\u003e\n      \u003csummary class=\"ck-faq-summary\"\u003e\n        Will it rust or bend with heavy pans?\n        \u003cspan class=\"ck-faq-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"ck-faq-content\"\u003e\n        Made from treated carbon-steel, it resists rust and holds heavy cookware without sagging, giving reliable support for skillets, pots, and stacked dishes.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ck-faq-item\"\u003e\n      \u003csummary class=\"ck-faq-summary\"\u003e\n        What if it doesn't work for my kitchen?\n        \u003cspan class=\"ck-faq-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"ck-faq-content\"\u003e\n        We offer straightforward returns and refunds. Try the rack risk-free and return within the policy window if it doesn’t fit your routine or space.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"1","offers":[{"title":"White","offer_id":54428181889388,"sku":null,"price":22.99,"currency_code":"USD","in_stock":true},{"title":"black","offer_id":54428181922156,"sku":null,"price":22.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0996\/3844\/4396\/files\/image_237_1784886735249-37499414-95961645-79790057_0.jpg?v=1789576199","url":"https:\/\/pakho.shop\/fr\/products\/compact-sink-smart-dish-drying-rack","provider":"pakho","version":"1.0","type":"link"}