{"product_id":"retractable-sink-drainer-basket","title":"Retractable Sink Drainer Basket","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：厨房水槽伸缩沥水篮\n  目标受众：追求厨房整洁高效的家庭用户\n  视觉风格：现代简约，强调实用性和干净的厨房场景\n  配色策略：采用米色\/暖灰色调为主，营造干净、温馨的厨房氛围\n  模块顺序：Hero (场景引入) -\u003e Feature 1 (核心机制：伸缩适配) -\u003e Feature 2 (核心功能：高效沥水) -\u003e Compare (痛点对比) -\u003e Feature 3 (信任与耐用性) -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=image_0.png, Feature1=image_1.png, Feature2=image_4.png, Compare=image_2.png, Feature3=image_5.png\n  规格图映射：Specs=image_6.png (仅用于确认颜色和大致SKU，无具体数据)\n  对比模块：已加入。报告明确要求展示使用前后对比，直观体现解决积水痛点。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* Design System Variables *\/\n      --primary: #6b7280; \/* Neutral Grey for professional feel *\/\n      --primary-hover: #4b5563;\n      --text-main: #1f2937;\n      --text-sub: #4b5563;\n      --bg-body: #ffffff;\n      --bg-card: #f9fafb;\n      --bg-soft: #f3f4f6;\n      --success: #10b981;\n      --error: #ef4444;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);\n      --border-color: #e5e7eb;\n      --spacing-section: clamp(2.5rem, 6vw, 5rem);\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 42px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 16px;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 600;\n      margin-bottom: 20px;\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin-bottom: 12px;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 16px;\n    }\n\n    \/* Reusable Components *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .pd-image-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      background: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-size: 14px;\n      padding: 20px;\n      min-height: 300px;\n    }\n\n    .pd-tag-group {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 16px;\n    }\n\n    .pd-tag {\n      background: var(--bg-soft);\n      color: var(--text-sub);\n      padding: 6px 14px;\n      border-radius: 20px;\n      font-size: 16px;\n      font-weight: 500;\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      max-width: 800px;\n      margin: 0 auto var(--spacing-section);\n    }\n\n    .pd-hero-trust {\n      display: inline-block;\n      color: var(--primary);\n      font-weight: 500;\n      margin-bottom: 12px;\n      font-size: 16px;\n      letter-spacing: 1px;\n      text-transform: uppercase;\n    }\n\n    \/* Feature Sections (Z-Pattern) *\/\n    .pd-feature {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    .pd-feature-media,\n    .pd-feature-copy {\n      flex: 1;\n    }\n\n    \/* Alternating Layout for Desktop *\/\n    @media (min-width: 768px) {\n      .pd-feature.reverse {\n        flex-direction: row-reverse;\n      }\n    }\n\n    \/* Mobile Layout *\/\n    @media (max-width: 767px) {\n      .pd-feature {\n        flex-direction: column;\n      }\n\n      .pd-feature-media {\n        width: 100%;\n      }\n    }\n\n    \/* Compare Section *\/\n    .pd-compare-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 20px;\n      margin-top: 30px;\n    }\n\n    .pd-compare-card {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      border: 1px solid var(--border-color);\n    }\n\n    .pd-compare-header {\n      padding: 15px;\n      font-weight: 700;\n      font-size: 20px;\n      text-align: center;\n      color: white;\n    }\n\n    .pd-compare-header.bad { background: var(--error); }\n    .pd-compare-header.good { background: var(--success); }\n\n    .pd-compare-body { padding: 20px; }\n    .pd-compare-body p { font-size: 16px; margin-bottom: 10px; }\n\n    @media (max-width: 600px) {\n      .pd-compare-grid { grid-template-columns: 1fr; }\n    }\n\n    \/* Specs \u0026 FAQ *\/\n    .pd-specs-list {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n      gap: 20px;\n      background: var(--bg-card);\n      padding: 30px;\n      border-radius: var(--radius-lg);\n    }\n\n    .pd-spec-item dt {\n      font-weight: 600;\n      color: var(--text-main);\n      margin-bottom: 8px;\n      font-size: 18px;\n    }\n    .pd-spec-item dd {\n      color: var(--text-sub);\n      margin: 0;\n      font-size: 18px;\n    }\n\n    .pd-faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 20px;\n      margin-bottom: 20px;\n    }\n\n    .pd-faq-item:last-child { border-bottom: none; }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cspan class=\"pd-hero-trust\"\u003eKitchen Essentials Simplified\u003c\/span\u003e\n\u003ch1\u003eThe Universal Over-the-Sink Rinse \u0026amp; Drain Solution\u003c\/h1\u003e\n\n\u003cp\u003eEffortlessly wash produce, drain pasta, and dry dishes directly over your sink. Keep your countertops dry and maximize your kitchen workspace.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img46\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260514173903\/785d2e3020c285cc9f4cb1df3d127ad0.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img47\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260514173530\/5d8b56b4388ca8358db2becf751e40a1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eUniversally Compatible, Instantly Adjustable\u003c\/h2\u003e\n\n\u003cp\u003eNo need to measure your sink before buying. The smart telescopic design smoothly expands to bridge across most standard sinks. It rests securely on the countertop, supported by non-slip rubber feet that prevent shifting and protect surfaces from scratches during use.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tag-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003eSmooth Retraction\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eNon-Slip Rubber Feet\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSecure Fit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Efficient Draining (The Core Benefit) --\u003e\n\n\u003cdiv class=\"pd-section pd-feature reverse\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260514173530\/04a0cbd2b60beed733afa812f3821ab4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eRapid Draining, Cleaner Prep\u003c\/h2\u003e\n\n\u003cp\u003eSay goodbye to water pooling around your food. The flat base is engineered with densely packed, uniform drainage holes that allow water to flow through instantly. Rinse fruits and vegetables thoroughly under running water without them sitting in the dirty runoff.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tag-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003eUniform Holes\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eFast Water Flow\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eHygienic Rinsing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Compare Section (Value Proposition) --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eUpgrade Your Kitchen Workflow\u003c\/h2\u003e\n\n\u003cp style=\"margin:0;display: block;width: 100%;\"\u003e \u003c\/p\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260514173530\/a208b0b4b1d14e95211f7afc3f425667.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Quality \u0026 Safety (Trust) --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img50\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260514173530\/e14ec5b3314717c92ac25517d4827a94.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eHeavy-Duty and Food-Safe\u003c\/h2\u003e\n\n\u003cp\u003eBuilt to handle daily kitchen demands. Crafted from thick, durable food-grade plastic that is BPA-free and heat-resistant. Its sturdy structure can hold heavier items without bowing, making it perfect for draining hot pasta or holding a large batch of produce.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tag-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003eBPA Free Material\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eHeat Resistant\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSolid Structure\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eDishwasher Safe\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-spec-item\"\u003e\n\u003cdl\u003e\n\t\u003cdt\u003eMaterial\u003c\/dt\u003e\n\t\u003cdd\u003eFood-grade PP Plastic (BPA Free)\u003c\/dd\u003e\n\u003c\/dl\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-spec-item\"\u003e\n\u003cdl\u003e\n\t\u003cdt\u003eDesign Features\u003c\/dt\u003e\n\t\u003cdd\u003eTelescopic extension, Non-slip rubber feet, Hanging hole\u003c\/dd\u003e\n\u003c\/dl\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-spec-item\"\u003e\n\u003cdl\u003e\n\t\u003cdt\u003eFinish\u003c\/dt\u003e\n\t\u003cdd\u003eMatte\u003c\/dd\u003e\n\u003c\/dl\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-spec-item\"\u003e\n\u003cdl\u003e\n\t\u003cdt\u003eCare Instructions\u003c\/dt\u003e\n\t\u003cdd\u003eDishwasher safe; easy to wipe clean.\u003c\/dd\u003e\n\u003c\/dl\u003e\n\u003c\/div\u003e\n\n\u003cdl class=\"pd-specs-list\"\u003e\n\u003c\/dl\u003e\n\u003c\/div\u003e\n\u003c!-- E. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eIs it safe for draining boiling pasta water?\u003c\/h3\u003e\n\n\u003cp\u003eYes, absolutely. The material is heat-resistant and specifically designed to handle hot liquids from draining cooked pasta, potatoes, or blanched vegetables without warping.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eHow do I store it when not in use?\u003c\/h3\u003e\n\n\u003cp\u003eIt is designed for easy storage. You can retract it to its compact size to fit in a drawer or cabinet, or use the integrated hanging hole on the side to hang it on a hook.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eWill this scratch my sink or countertop?\u003c\/h3\u003e\n\n\u003cp\u003eNo. The bottom corners feature soft, non-slip rubber pads. These pads provide grip to keep the colander stable during use and act as a protective barrier for your sink and counter surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Large-Shallow (7 cm) \/ 1 Basket (Standard)","offer_id":45637033328831,"sku":"0514-18290856","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Extra Large-Deeper (9.5 cm) \/ 1 Basket (Standard)","offer_id":45637033361599,"sku":"0514-18293430","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Large-Shallow (7 cm) \/ 2 Baskets (Hygiene Set: 1 for Veggies, 1 for Dishes)","offer_id":45637033394367,"sku":"0514-18295072","price":39.95,"currency_code":"USD","in_stock":true},{"title":"Extra Large-Deeper (9.5 cm) \/ 2 Baskets (Hygiene Set: 1 for Veggies, 1 for Dishes)","offer_id":45637033427135,"sku":"0514-18292649","price":39.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/785d2e3020c285cc9f4cb1df3d127ad0.jpg?v=1778753260","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/retractable-sink-drainer-basket","provider":"Bak","version":"1.0","type":"link"}