{"product_id":"expandable-over-sink-colander","title":"Expandable Over-Sink Colander","description":"\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 Feature 3 (材质与细节) -\u003e Specifications (参数) -\u003e FAQ (疑虑解答)\n详情图映射：Hero=image_0.png, Feature1=image_2.png, Feature2=image_1.png, Feature3=image_4.png\n规格图映射：Specs=image_5.png\n对比模块：未加入 (产品功能直观，无需复杂对比)\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    --primary: #2c3e50;\n    --text-main: #333333;\n    --text-sub: #666666;\n    --bg-body: #ffffff;\n    --bg-card: #f8f9fa;\n    --bg-soft: #e9ecef;\n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);\n    --border-color: #e0e0e0;\n    --spacing-section: clamp(2.5rem, 6vw, 4.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.7;\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: 1rem;\n    color: var(--primary);\n  }\n  .product-detail-container h2 {\n    font-size: clamp(24px, 3vw, 30px);\n    font-weight: 600;\n    margin-bottom: 1rem;\n    color: var(--primary);\n  }\n  .product-detail-container h3 {\n    font-size: 22px;\n    font-weight: 600;\n    margin-bottom: 0.75rem;\n  }\n  .product-detail-container p {\n    font-size: clamp(18px, 1.5vw, 20px);\n    margin-bottom: 1.5rem;\n    color: var(--text-sub);\n  }\n  .text-sm {\n    font-size: 16px;\n    color: var(--text-sub);\n  }\n\n  \/* Layout \u0026 Utilities *\/\n  .section-block {\n    margin-bottom: var(--spacing-section);\n  }\n  .pd-grid {\n    display: grid;\n    gap: clamp(2rem, 4vw, 4rem);\n    align-items: center;\n  }\n  \n  \/* Image Defaults (Scheme A) *\/\n  .product-detail-container img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-md);\n  }\n\n  \/* Placeholders *\/\n  .img-placeholder {\n    background-color: var(--bg-soft);\n    border: 2px dashed var(--border-color);\n    border-radius: var(--radius-md);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--text-sub);\n    font-family: monospace;\n    padding: 2rem;\n    text-align: center;\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    text-align: center;\n    max-width: 800px;\n    margin: 0 auto var(--spacing-section);\n  }\n  .trust-badge {\n    display: inline-block;\n    background: var(--bg-card);\n    padding: 0.5rem 1rem;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 500;\n    color: var(--primary);\n    margin-bottom: 1.5rem;\n  }\n\n  \/* Feature Sections *\/\n  .feature-item {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 2rem;\n  }\n  \n  @media (min-width: 768px) {\n    .feature-item {\n      grid-template-columns: 1fr 1fr;\n      gap: clamp(3rem, 6vw, 5rem);\n    }\n    .feature-item:nth-child(even) .feature-media {\n      order: 2;\n    }\n    .feature-item:nth-child(even) .feature-copy {\n      order: 1;\n    }\n  }\n\n  .feature-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.75rem;\n    margin-top: 1rem;\n  }\n  .feature-tag {\n    background: var(--bg-card);\n    padding: 0.4rem 0.8rem;\n    border-radius: 4px;\n    font-size: 16px;\n    color: var(--primary);\n    font-weight: 500;\n  }\n\n  \/* Specs Section *\/\n  .specs-container {\n    background: var(--bg-card);\n    padding: clamp(1.5rem, 3vw, 2.5rem);\n    border-radius: var(--radius-lg);\n  }\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n  .specs-table th, .specs-table td {\n    padding: 1rem 0;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n    font-size: 18px;\n  }\n  .specs-table th {\n    color: var(--primary);\n    font-weight: 600;\n    width: 40%;\n  }\n  .specs-table tr:last-child th, .specs-table tr:last-child td {\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    }\n    .specs-table thead { display: none; }\n    .specs-table tr { margin-bottom: 1.5rem; border-bottom: 1px solid var(--border-color); }\n    .specs-table th { padding-bottom: 0.5rem; border: none; }\n    .specs-table td { padding-top: 0; color: var(--text-sub); border: none; }\n  }\n\n  \/* FAQ Section *\/\n  .faq-item {\n    margin-bottom: 1.5rem;\n    border-bottom: 1px solid var(--border-color);\n    padding-bottom: 1.5rem;\n  }\n  .faq-question {\n    font-size: 20px;\n    font-weight: 600;\n    color: var(--primary);\n    margin-bottom: 0.75rem;\n    display: flex;\n    align-items: center;\n  }\n  .faq-question::before {\n    content: \"Q.\";\n    margin-right: 0.75rem;\n    color: var(--text-sub);\n  }\n  .faq-answer {\n    font-size: 18px;\n    color: var(--text-sub);\n    padding-left: 2rem;\n  }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"section-block hero-section\"\u003e\n\u003cdiv class=\"trust-badge\"\u003ePremium Stainless Steel Essentials\u003c\/div\u003e\n\n\u003ch1\u003eSimplify Your Kitchen Prep with Expandable Over-the-Sink Draining\u003c\/h1\u003e\n\n\u003cp\u003eMaximize your workspace and streamline rinsing, straining, and drying with a professional-grade colander designed to fit your sink perfectly.\u003c\/p\u003e\n\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624160412\/ad7f02432e3eae05429fb0d84090ff0d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003cdiv class=\"feature-item section-block\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624160412\/76552416285e3ddb34f7ddd79166b28e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eUniversal Fit for Any Sink\u003c\/h2\u003e\n\n\u003cp\u003eDesigned with versatile telescoping handles, this colander effortlessly extends to bridge most standard kitchen sinks. Transform your sink into a stable rinsing station, freeing up valuable countertop space during meal prep or cleanup.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eExpandable Design\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSpace Saving\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSecure Grip\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item section-block\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img50\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624160412\/369e8b9e69835ebebf2adb71ddbbe4bc.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eMasterful Draining \u0026amp; Rinsing\u003c\/h2\u003e\n\n\u003cp\u003eEngineered with a fine stainless steel mesh basket that drains water quickly while keeping pasta, rice, and small vegetables securely inside. The large capacity is perfect for handling heavy loads of produce or air-drying dishes hygienically.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eFine Mesh\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eFast Draining\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eLarge Capacity\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item section-block\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img51\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624160412\/194e136428c61992c2b7fde67b184a9f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBuilt for the Everyday Kitchen\u003c\/h2\u003e\n\n\u003cp\u003eCrafted entirely from durable, rust-resistant stainless steel for long-lasting performance. Integrated resting feet allow it to stand solidly on countertops or inside the sink basin for versatile use beyond the over-the-sink position.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eRust Resistant\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eCountertop Stable\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDishwasher Safe\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMaterial\u003c\/th\u003e\n\t\t\t\u003ctd\u003eStainless Steel\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eColor\u003c\/th\u003e\n\t\t\t\u003ctd\u003eSilver (Natural Stainless Steel)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eDimensions (Basket)\u003c\/th\u003e\n\t\t\t\u003ctd\u003e33 x 24.5 x 7.5 cm (12.99\" x 9.65\" x 2.95\")\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eTotal Expanded Length\u003c\/th\u003e\n\t\t\t\u003ctd\u003e45.5 cm (17.91\")\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeatures\u003c\/th\u003e\n\t\t\t\u003ctd\u003eExpandable handles, Fine mesh basket, Integrated feet\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eCare Instructions\u003c\/th\u003e\n\t\t\t\u003ctd\u003eDishwasher safe\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003cdiv style=\"margin-top: 1rem; display: none;\"\u003e[ 📷 需替换：spec_1 (image_5.png - for reference only, data extracted above) ]\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill this fit my specific sink?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe adjustable handles are designed to extend and fit across most standard double or single kitchen sinks securely. (Expands up to 45.5 cm \/ 17.91\")\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the mesh fine enough for small grains like rice?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes, the fine mesh basket is effectively designed to strain small items like rice, quinoa, or angel hair pasta without letting them fall through.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I clean the mesh basket thoroughly?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe all-stainless steel construction makes it easy to rinse clean immediately after use. For a thorough clean, it is fully dishwasher safe.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Standard)","offer_id":45771465883839,"sku":"0625-13100096","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🔥 2-Pack (One for Veggies, One for Dishes)","offer_id":45771465916607,"sku":"0625-13105774","price":39.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/ad7f02432e3eae05429fb0d84090ff0d.jpg?v=1782364260","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/expandable-over-sink-colander","provider":"Bak","version":"1.0","type":"link"}