{"product_id":"collapsible-self-draining-colander-set","title":"Collapsible Self-Draining Colander Set","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #2e7d32;\n      --primary-hover: #1b5e20;\n      --text-main: #212121;\n      --text-sub: #616161;\n      --bg-body: #ffffff;\n      --bg-card: #ffffff;\n      --bg-soft: #f1f8e9;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 10px 20px rgba(0,0,0,0.05);\n      --border-color: #e0e0e0;\n\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      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 16px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .spec-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 14px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-description,\n    .product-detail-container .feature-tag,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge {\n      font-size: 18px;\n      line-height: 1.6;\n      font-weight: 400;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .detail-section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Image Rules *\/\n    .image-placeholder {\n      width: 100%;\n      aspect-ratio: 16 \/ 10;\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      padding: 20px;\n      text-align: center;\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--text-sub);\n      box-sizing: border-box;\n    }\n\n    \/* Intro \/ Hero Block *\/\n    .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      padding: 24px 0;\n    }\n\n    .hero-text-content {\n      text-align: center;\n    }\n\n    .hero-badge-container {\n      display: flex;\n      justify-content: center;\n      margin-bottom: 12px;\n    }\n\n    .badge {\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 600;\n      display: inline-block;\n    }\n\n    .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    \/* Feature Sections *\/\n    .features-container {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 16px;\n    }\n\n    .feature-tag {\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* Specifications Table *\/\n    .specifications-section {\n      background-color: var(--bg-soft);\n      padding: 32px 24px;\n      border-radius: var(--radius-lg);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px 8px;\n      vertical-align: top;\n    }\n\n    .spec-table td:first-child {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 30%;\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n    }\n\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 16px;\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n    }\n\n    .faq-question {\n      margin-bottom: 8px;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    \/* Responsive Lock \u0026 Layouts *\/\n    @media (min-width: 768px) {\n      .hero-section {\n        padding: 40px 0;\n      }\n\n      .feature-item {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 40px;\n        align-items: center;\n      }\n\n      \/* Z-Pattern for Desktop *\/\n      .feature-item:nth-child(even) {\n        direction: rtl;\n      }\n\n      .feature-item:nth-child(even) .feature-copy {\n        direction: ltr;\n      }\n\n      .feature-item:nth-child(even) .feature-media {\n        direction: ltr;\n      }\n    }\n\n    @media (max-width: 767px) {\n      \/* Mobile Lock: Image First -\u003e Text Second *\/\n      .feature-item {\n        flex-direction: column !important;\n      }\n\n      .feature-media {\n        order: 1;\n      }\n\n      .feature-copy {\n        order: 2;\n      }\n\n      \/* Responsive Specifications Mobile Rules *\/\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table thead {\n        display: none;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table td:first-child {\n        width: 100%;\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Collapsible Food-Grade Silicone Draining Colander Set with Draining Base\nTarget Audience: Home cooks seeking space-saving, efficient kitchenware\nVisual Style: Modern, clean, and nature-inspired\nColor Strategy: Eco-friendly green primary accent with neutral grays and soft background washes\nModule Order: Intro\/Hero -\u003e Feature 1 (Collapsible Design) -\u003e Feature 2 (Versatile Use) -\u003e Feature 3 (Food-Grade Quality) -\u003e Feature 4 (Multiple Sizes) -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_4, Feature1=detail_3, Feature2=detail_2, Feature3=detail_1, Feature4=detail_5\nSpecification Data Source: spec_1 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Not included (No specific comparison image or direct verified comparison data provided)\nInformation Boundary: Strictly relies on facts extracted from the product analysis report, detail images, and spec sheet. No unverified material or performance claims have been added.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Content Block --\u003e\n\u003csection class=\"hero-section detail-section\"\u003e\n\u003cdiv class=\"hero-text-content\"\u003e\n\u003cdiv class=\"hero-badge-container\"\u003e\u003cspan class=\"badge\"\u003eSelf-Draining \u0026amp; Space-Saving Design\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003eSelf-Draining Collapsible Colander (3 Colanders + 1 Draining Base)\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eKeep your kitchen countertops dry and neat with our innovative sloped draining base and collapsible nesting food prep baskets.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img101\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260911174634\/cd7c2a653dc9e15074018140084cabd5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-container detail-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img102\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260911174635\/20e69e19f9065d175aaff789d3979c92.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 class=\"feature-title\"\u003eCollapsible Design to Save Kitchen Space\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eEasily folds down flat to reduce height by approximately two-thirds. This ultra-flat design fits neatly inside drawers, cabinets, or cramped cupboard spaces to keep your kitchen perfectly organized.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eFolds Flat\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEasy Storage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Versatile Kitchen Helper --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img107\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260911174635\/bfe3a0750a39e61908017ec5a38b57e3.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 class=\"feature-title\"\u003eVersatile Kitchen Helper for Daily Prep\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eIdeal for multiple meal prep needs. Effortlessly rinse fresh fruits and vegetables, drain cooked pasta, or wash grains and pulses using the finely spaced draining holes at the base of each basket.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eRinse \u0026amp; Drain\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eWashing Grains\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Durable Food-Grade Silicone --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img108\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260911174634\/61c3c2ffbf20e4ebfd107bfbc626f788.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 class=\"feature-title\"\u003eDurable Food-Grade Silicone Quality\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eCrafted with flexible, food-safe silicone and sturdy plastic handles. Built for long-lasting reuse, it handles hot water safely while keeping hands clear of steam, and is completely dishwasher safe for easy cleaning.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eFood-Safe Silicone\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!-- Feature 4: Three Sizes --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img109\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260911174635\/76e703cfa100abc286132e699483f332.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 class=\"feature-title\"\u003eThree Different Sizes for Every Kitchen Task\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eThe set provides three nesting sizes to perfectly match your portion sizes and kitchen tasks, including Small (8 inches), Medium (9.5 inches), and Large (11.5 inches) colanders.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eSmall: 8\" \/ 20.3 cm\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eMedium: 9.5\" \/ 24.1 cm\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eLarge: 11.5\" \/ 29.2 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Block --\u003e\n\n\u003csection class=\"specifications-section detail-section\"\u003e\n\u003ch2 class=\"spec-title\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Included Items\"\u003e\u003cspan class=\"spec-value\"\u003e3 Colanders + 1 Draining Base\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003e\u003cspan class=\"spec-value\"\u003eSmall: 8.0 in (20.3 cm) diameter\u003cbr\u003e\n\t\t\tMedium: 9.5 in (24.1 cm) diameter\u003cbr\u003e\n\t\t\tLarge: 11.5 in (29.2 cm) diameter\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Materials\"\u003e\u003cspan class=\"spec-value\"\u003eFood-grade silicone (collapsible body) and PP plastic (rim, handles, and base)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Color Configurations\"\u003e\u003cspan class=\"spec-value\"\u003eRed Set, Green Set, Blue Set, Greyish White Set, or Mixed Color Set (Large Green, Medium Blue, Small Red)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Safety \u0026amp; Care\"\u003e\u003cspan class=\"spec-value\"\u003eDishwasher safe, heat-resistant structure safe for hot water draining\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection class=\"faq-section detail-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 How does the self-draining base work?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe set includes a custom-designed, sloped white base with a built-in spout. Simply position the colander onto this base with the spout projecting over the edge of your sink, allowing water to drain automatically without accumulating on your countertop.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 What materials are these colanders made of?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe flexible, collapsible center of each basket is made of durable food-grade silicone, while the solid top rims, double handles, and the separate self-draining base are constructed from high-quality PP plastic.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Are these colanders safe for draining boiling water?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes. The premium food-grade silicone and plastic structure are designed to withstand hot water temperatures, making them ideal for draining pasta and rinsing hot foods safely without melting or releasing harmful compounds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Vibrant Tri-Color","offer_id":52867987406980,"sku":"20260921-140337-2848","price":34.95,"currency_code":"USD","in_stock":true},{"title":"Alabaster Gray","offer_id":52867987439748,"sku":"20260921-140337-4462","price":34.95,"currency_code":"USD","in_stock":true},{"title":"Sage Green","offer_id":52867987472516,"sku":"20260921-140337-8790","price":34.95,"currency_code":"USD","in_stock":true},{"title":"Nordic Blue","offer_id":52867987505284,"sku":"20260921-140337-6360","price":34.95,"currency_code":"USD","in_stock":true},{"title":"Crimson Red","offer_id":52867987538052,"sku":"20260921-140337-5930","price":34.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0961\/3053\/1460\/files\/cd7c2a653dc9e15074018140084cabd5.jpg?v=1789970740","url":"https:\/\/everyneeding.com\/products\/collapsible-self-draining-colander-set","provider":"Everyneeding","version":"1.0","type":"link"}