{"product_id":"foldable-space-saving-sink-basket","title":"Foldable Space-Saving Sink Basket","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：厨房功能性工具（可折叠沥水篮）\n目标受众：小户型、房车、宿舍住户，追求空间效率和便捷性的家庭厨师。\n视觉风格：现代、整洁、实用主义。配色采用清新自然的绿色和米白，搭配柔和的背景色。\n配色策略：\n- Primary: #8FB378 (来自产品绿色)\n- BG Body: #FFFFFF\n- BG Soft: #F5F7F2\n- Text Main: #333333\n- Text Sub: #666666\n模块顺序：\n1. Hero (核心价值：省空间+沥水)\n2. Feature 1: Foldable Design (解决痛点：收纳)\n3. Feature 2: Fast Draining (核心功能：使用体验)\n4. Feature 3: Handle \u0026 Hook (加分项：便利性)\n5. Multi-Use Scenario (扩展场景)\n6. Specifications (参数底部兜底)\n7. FAQ (解决疑虑)\n详情图映射：\n- Hero: [📷 需替换：image_6.png] (强调沥水瞬间和场景)\n- Feature 1 (Foldable): [📷 需替换：image_5.png] (强调收纳效果)\n- Feature 2 (Draining): [📷 需替换：image_4.png] (展示多场景沥水)\n- Feature 3 (Handle\/Hook): [📷 需替换：image_3.png] (突出提手和挂钩细节)\n- Multi-Use: [📷 需替换：image_2.png] (展示展开过程和不同形态)\n规格图映射：\n- Specs: [📷 需替换：image_1.png] (用于提取尺寸数据)\n对比模块：未加入。产品卖点清晰，无需与竞品强行对比。\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* Design System Variables *\/\n    --primary: #8FB378;\n    --primary-hover: #7A9A65;\n    --text-main: #333333;\n    --text-sub: #555555;\n    --bg-body: #FFFFFF;\n    --bg-card: #FFFFFF;\n    --bg-soft: #F5F7F2;\n    --radius-md: 12px;\n    --radius-lg: 20px;\n    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n    --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);\n    --border-color: #E0E0E0;\n    \n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    line-height: 1.6;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n  }\n\n  \/* Typography *\/\n  .product-detail-container h1,\n  .product-detail-container h2,\n  .product-detail-container h3 {\n    font-weight: 700;\n    line-height: 1.2;\n    margin-bottom: 1rem;\n    color: var(--text-main);\n  }\n\n  .product-detail-container h1 {\n    font-size: clamp(32px, 5vw, 44px);\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 4vw, 32px);\n  }\n\n  .product-detail-container h3 {\n    font-size: 22px;\n  }\n\n  .product-detail-container p {\n    font-size: 18px;\n    margin-bottom: 1.5rem;\n    color: var(--text-sub);\n  }\n\n  \/* Layout Utilities *\/\n  .pd-section {\n    margin-bottom: clamp(3rem, 8vw, 5rem);\n  }\n\n  .pd-grid-2 {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: clamp(2rem, 4vw, 4rem);\n    align-items: center;\n  }\n\n  @media (min-width: 768px) {\n    .pd-grid-2 {\n      grid-template-columns: 1fr 1fr;\n    }\n    .pd-grid-2.reverse {\n      direction: rtl;\n    }\n    .pd-grid-2.reverse \u003e * {\n      direction: ltr;\n    }\n  }\n\n  \/* Components *\/\n  .pd-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-md);\n  }\n\n  .pd-tag {\n    display: inline-block;\n    background: var(--bg-soft);\n    color: var(--primary);\n    padding: 0.5rem 1rem;\n    border-radius: 50px;\n    font-weight: 600;\n    font-size: 16px;\n    margin-bottom: 1rem;\n  }\n\n  .pd-card {\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    padding: clamp(1.5rem, 3vw, 2.5rem);\n    box-shadow: var(--shadow-sm);\n    height: 100%;\n  }\n\n  \/* --- Module Specific Styles --- *\/\n\n  \/* Hero *\/\n  .hero-section {\n    text-align: center;\n    max-width: 800px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n  .hero-image-container {\n    margin-top: 2rem;\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    box-shadow: var(--shadow-lg);\n  }\n\n  \/* Feature Sections *\/\n  .feature-copy ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.8rem;\n  }\n  .feature-copy li {\n    background: var(--bg-soft);\n    padding: 0.4rem 0.8rem;\n    border-radius: var(--radius-md);\n    font-size: 16px;\n    color: var(--text-sub);\n  }\n\n  \/* Multi-Use Scenario *\/\n  .multi-use-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 1.5rem;\n    margin-top: 2rem;\n  }\n  .multi-use-item {\n    text-align: center;\n  }\n  .multi-use-img-wrap {\n    aspect-ratio: 1\/1;\n    border-radius: var(--radius-md);\n    overflow: hidden;\n    margin-bottom: 1rem;\n    background: var(--bg-soft);\n  }\n  .multi-use-img-wrap img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  \/* Specifications *\/\n  .specs-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    border: 1px solid var(--border-color);\n    border-radius: var(--radius-md);\n    overflow: hidden;\n  }\n  .specs-table th,\n  .specs-table td {\n    padding: 1rem;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n  }\n  .specs-table th {\n    background: var(--bg-soft);\n    font-weight: 600;\n    width: 35%;\n  }\n  .specs-table tr:last-child td,\n  .specs-table tr:last-child th {\n    border-bottom: none;\n  }\n\n  @media (max-width: 767px) {\n    .specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n      display: block;\n      width: 100%;\n      border: none;\n    }\n    .specs-table tr {\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n    .specs-table th {\n      display: none;\n    }\n    .specs-table td {\n      padding: 0.8rem 1rem;\n      border-bottom: 1px solid var(--border-color);\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n    .specs-table td:last-child {\n      border-bottom: none;\n    }\n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 600;\n      color: var(--text-main);\n      margin-right: 1rem;\n    }\n  }\n\n  \/* FAQ *\/\n  .faq-item {\n    border-bottom: 1px solid var(--border-color);\n    padding: 1.5rem 0;\n  }\n  .faq-item:last-child {\n    border-bottom: none;\n  }\n  .faq-question {\n    font-weight: 700;\n    font-size: 20px;\n    margin-bottom: 0.5rem;\n    display: flex;\n    align-items: baseline;\n  }\n  .faq-question::before {\n    content: \"Q.\";\n    color: var(--primary);\n    margin-right: 0.5rem;\n    font-size: 18px;\n  }\n  .faq-answer {\n    color: var(--text-sub);\n    padding-left: 1.5rem;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. Intro \/ Hero --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cspan class=\"pd-tag\"\u003eSmart Design for Kitchens\u003c\/span\u003e\n\u003ch1\u003eMaster Your Kitchen Space: Foldable \u0026amp; Fast-Draining Basket\u003c\/h1\u003e\n\n\u003cp\u003eRinse, drain, and store with ease. This versatile basket collapses flat to save precious counter and cabinet space, making it essential for compact living.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-image-container\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img59\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260703133216\/f44b37991265101aa3ca26964d12c732.png\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\u003c!-- Feature 1: Foldable \u0026 Storage --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img60\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260703133011\/5776841dd5e2aced0bf17f7042b0628e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eReclaim Your Cabinet Space\u003c\/h2\u003e\n\n\u003cp\u003eTransform a full-sized colander into a slim, compact disc in seconds. Its innovative collapsible design allows it to tuck away easily in drawers, cupboards, or hang flat on a hook. It's the ultimate space-saving solution for small apartments, RVs, and dorms.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003eFolds Flat\u003c\/li\u003e\n\t\u003cli\u003eEasy Storage\u003c\/li\u003e\n\t\u003cli\u003eSpace Saver\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Fast Draining --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-grid-2 reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img61\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260703133216\/deba392bc998c325beba3e583a875071.png\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eRapid, Mess-Free Draining\u003c\/h2\u003e\n\n\u003cp\u003eEngineered with densely packed drainage slots on both the sides and bottom, water flows out instantly and thoroughly. Say goodbye to soggy salads and pooling water when draining pasta or rinsing produce. Keep your food fresh and your counter dry.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003eDense Slots\u003c\/li\u003e\n\t\u003cli\u003eQuick Flow\u003c\/li\u003e\n\t\u003cli\u003eBottom \u0026amp; Side Holes\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Handle \u0026 Hook --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img62\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260703133216\/10e8ae6a955e99a88791380c954585c0.png\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eEasy to Lift, Secure to Drain\u003c\/h2\u003e\n\n\u003cp\u003eThe sturdy, arching handle makes lifting and transporting food from sink to counter effortless, even when full. A clever integrated hook on the front allows the basket to rest securely on most sink dividers for convenient, hands-free draining.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003eRaised Handle\u003c\/li\u003e\n\t\u003cli\u003eSink Hook\u003c\/li\u003e\n\t\u003cli\u003ePortable\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Multi-Use Scenario Block --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eThe Ultimate Kitchen Multitasker\u003c\/h2\u003e\n\n\u003cp style=\"text-align: center; max-width: 700px; margin: 0 auto 2rem;\"\u003eFrom prepping fresh ingredients to draining hot noodles, its versatile design adapts to your daily cooking needs.\u003c\/p\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img63\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260703133216\/1f1bbd628631233dc05b48c51e197b68.png\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section\" style=\"background: var(--bg-soft); padding: 3rem 2rem; border-radius: var(--radius-lg);\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cdiv style=\"max-width: 800px; margin: 0 auto;\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eQuality Food-Safe Plastic\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\u003c!-- Dimensions from image_1.png: 15cm x 10cm x 7cm. Converted to inches: 5.9\" x 3.9\" x 2.8\" --\u003e\n\t\t\t\u003ctd data-label=\"Expanded Dimensions\"\u003eApprox. 15 x 10 x 7 cm (5.9 x 3.9 x 2.8 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\u003c!-- Colors seen in image_1.png --\u003e\n\t\t\t\u003ctd data-label=\"Available Colors\"\u003eGreen, Off-White\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Key Features\"\u003eFoldable design, Raised carrying handle, Integrated sink hook, Dense drainage slots\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv style=\"max-width: 800px; margin: 0 auto;\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this basket dishwasher safe?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eWe recommend hand washing with warm soapy water. The smooth surface is easy to clean, and hand washing helps prolong the life of the folding mechanism.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I use this for draining hot pasta water?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes, the material is designed to handle normal kitchen tasks, including draining water from boiled pasta or noodles.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill the hook fit on my sink?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe front hook is designed to fit over most standard central sink dividers or thin sink edges for hands-free draining.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Green)","offer_id":45556173078575,"sku":"0703-14488889","price":12.95,"currency_code":"USD","in_stock":true},{"title":"1-Pack (White)","offer_id":45556173111343,"sku":"0703-14487709","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🎁 2-Pack (1 Green + 1 White) - Save 20% 🔥","offer_id":45556173144111,"sku":"0703-14481238","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🎁 2-Pack (2 Green) - Save 20%","offer_id":45556173176879,"sku":"0703-14486262","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🎁 2-Pack (2 White) - Save 20%","offer_id":45556173209647,"sku":"0703-14482567","price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0711\/6406\/7887\/files\/f44b37991265101aa3ca26964d12c732.png?v=1783061358","url":"https:\/\/shoplarke.com\/products\/foldable-space-saving-sink-basket","provider":"Shoplarke","version":"1.0","type":"link"}