{"product_id":"3-piece-collapsible-colander-set-with-self-draining-base","title":"3-Piece Collapsible Colander Set with Self-Draining Base","description":"\u003cstyle\u003e \/* =========================================================    COLLAPSIBLE COLANDER PDP    Scoped only inside #collapsible-colander-pdp ========================================================= *\/  \/* 开启纯 CSS 平滑滚动 *\/ html {   scroll-behavior: smooth; }  #collapsible-colander-pdp{   --pdp-green:#5F7F21;   --pdp-green-dark:#36501D;   --pdp-green-light:#EEF4E4;   --pdp-cream:#F8F7F2;   --pdp-white:#FFFFFF;   --pdp-charcoal:#272B25;   --pdp-text:#3F443C;   --pdp-muted:#73786F;   --pdp-yellow:#F4A900;   --pdp-line:rgba(54,80,29,.16);   --pdp-shadow:0 6px 20px rgba(27,39,20,.08);    width:100%;   max-width:900px;   margin:0 auto;   padding:10px 10px 40px;   box-sizing:border-box;   font-family:inherit;   color:var(--pdp-text);   line-height:1.55; }  #collapsible-colander-pdp *, #collapsible-colander-pdp *::before, #collapsible-colander-pdp *::after{   box-sizing:border-box; }  #collapsible-colander-pdp img{   display:block;   width:100%;   max-width:100%;   height:auto;   border-radius:8px !important; }  #collapsible-colander-pdp .pdp-block-card, #collapsible-colander-pdp .pdp-feature-card-v{   background:var(--pdp-cream);   border:none;   border-radius:12px;   box-shadow:var(--pdp-shadow);   margin:0 0 18px;   padding:22px;   overflow:hidden; }  #collapsible-colander-pdp .pdp-feature-card-v{   padding:20px; }  #collapsible-colander-pdp .pdp-section-tag, #collapsible-colander-pdp .pdp-feature-tag{   display:inline-flex;   align-items:center;   gap:6px;   padding:7px 11px;   margin:0 0 12px;   border-radius:999px;   background:var(--pdp-green-light);   color:var(--pdp-green-dark);   font-size:12px;   line-height:1;   font-weight:700;   letter-spacing:.04em;   text-transform:uppercase; }  #collapsible-colander-pdp .pdp-title{   margin:0 0 10px;   color:var(--pdp-green-dark);   font-size:32px;   line-height:1.08;   font-weight:800;   letter-spacing:-.025em; }  #collapsible-colander-pdp .pdp-heading{   margin:0 0 14px;   color:var(--pdp-green-dark);   font-size:25px;   line-height:1.15;   font-weight:800; }  #collapsible-colander-pdp .pdp-feature-title{   margin:0 0 7px;   color:var(--pdp-green-dark);   font-size:22px;   line-height:1.2;   font-weight:800; }  #collapsible-colander-pdp .pdp-copy{   margin:0;   color:var(--pdp-text);   font-size:16px; }  #collapsible-colander-pdp .pdp-small{   color:var(--pdp-muted);   font-size:13px; }  #collapsible-colander-pdp .pdp-highlight{   color:var(--pdp-green);   font-weight:800; }  #collapsible-colander-pdp .pdp-media{   margin-top:18px; }  #collapsible-colander-pdp .pdp-media img{   background:#ECEEE8; }  #collapsible-colander-pdp .pdp-image-note{   margin:7px 0 0;   text-align:center;   font-size:11px;   color:#8A8D86; }  \/* HERO *\/ #collapsible-colander-pdp .hero-badges{   display:flex;   flex-wrap:wrap;   gap:7px;   margin-bottom:12px; }  #collapsible-colander-pdp .hero-badge{   padding:6px 9px;   border-radius:999px;   font-size:11px;   font-weight:700;   line-height:1.2;   background:#E9F1DD;   color:var(--pdp-green-dark); }  #collapsible-colander-pdp .hero-badge:nth-child(2){   background:#FFF2CD;   color:#745400; }  #collapsible-colander-pdp .hero-badge:nth-child(3){   background:#F0F0EC;   color:#50544D; }  #collapsible-colander-pdp .pdp-rating{   display:flex;   flex-wrap:wrap;   align-items:center;   gap:8px;   margin:10px 0 12px;   font-size:14px;   font-weight:700; }  #collapsible-colander-pdp .pdp-stars{   color:var(--pdp-yellow);   letter-spacing:1px; }  #collapsible-colander-pdp .hero-lead{   margin:0;   padding:13px 15px;   background:var(--pdp-green-light);   border-radius:10px;   color:#344329;   font-size:16px;   font-weight:600; }  \/* PAIN POINT *\/ #collapsible-colander-pdp .pain-callout{   margin:0 0 15px;   padding:14px 15px;   border-left:4px solid var(--pdp-green);   background:#F0F5E9;   border-radius:0 10px 10px 0;   font-size:15px; }  \/* FEATURES *\/ #collapsible-colander-pdp .feature-benefit{   display:inline-block;   margin-top:11px;   color:var(--pdp-green);   font-size:14px;   font-weight:800; }  \/* HOW TO USE *\/ #collapsible-colander-pdp .pdp-steps{   display:grid;   gap:10px; }  #collapsible-colander-pdp .pdp-step{   display:flex;   gap:12px;   align-items:flex-start;   padding:13px 0;   border-bottom:1px solid var(--pdp-line); }  #collapsible-colander-pdp .pdp-step:last-child{   border-bottom:none; }  #collapsible-colander-pdp .step-number{   width:36px;   min-width:36px;   height:36px;   border-radius:50%;   display:flex;   align-items:center;   justify-content:center;   background:var(--pdp-yellow);   color:#fff;   font-size:17px;   font-weight:800; }  #collapsible-colander-pdp .step-title{   margin:0 0 3px;   color:var(--pdp-charcoal);   font-size:16px;   font-weight:800; }  #collapsible-colander-pdp .step-copy{   margin:0;   color:var(--pdp-muted);   font-size:14px; }  \/* SPEC TABLE *\/ #collapsible-colander-pdp .pdp-table-wrap{   overflow-x:auto;   -webkit-overflow-scrolling:touch;   margin-top:14px; }  #collapsible-colander-pdp .pdp-spec-table{   width:100%;   border-collapse:collapse;   font-size:14px; }  #collapsible-colander-pdp .pdp-spec-table th{   width:34%;   padding:12px 10px;   text-align:left;   vertical-align:top;   background:var(--pdp-green-dark);   color:#fff;   font-weight:700; }  #collapsible-colander-pdp .pdp-spec-table td{   padding:12px 10px;   border-bottom:1px solid var(--pdp-line);   background:transparent;   vertical-align:top; }  #collapsible-colander-pdp .spec-note{   padding:12px 14px;   margin-top:14px;   border-radius:99px;   background:#EDF3E6;   color:#45523A;   font-size:13px; }  \/* FAQ *\/ #collapsible-colander-pdp .pdp-faq-item{   border-bottom:1px solid var(--pdp-line); }  #collapsible-colander-pdp .pdp-faq-item:last-child{   border-bottom:none; }  #collapsible-colander-pdp .pdp-faq-item summary{   position:relative;   list-style:none;   cursor:pointer;   padding:16px 34px 16px 0;   color:var(--pdp-charcoal);   font-size:16px;   font-weight:750; }  #collapsible-colander-pdp .pdp-faq-item summary::-webkit-details-marker{   display:none; }  #collapsible-colander-pdp .pdp-faq-item summary::after{   content:'⌄';   position:absolute;   right:4px;   top:14px;   color:var(--pdp-green);   font-size:22px;   line-height:1;   transition:transform .25s ease; }  #collapsible-colander-pdp .pdp-faq-item[open] summary::after{   transform:rotate(180deg); }  #collapsible-colander-pdp .faq-answer{   padding:0 26px 15px 0;   font-size:14px;   color:var(--pdp-muted); }  \/* WHY US *\/ #collapsible-colander-pdp .why-grid{   display:grid;   grid-template-columns:repeat(2,minmax(0,1fr));   gap:10px;   margin-top:15px; }  #collapsible-colander-pdp .why-box{   min-height:90px;   padding:15px 10px;   display:flex;   align-items:center;   justify-content:center;   text-align:center;   border:2px solid var(--pdp-green);   border-radius:10px;   color:var(--pdp-green-dark);   background:#fff;   font-size:14px;   font-weight:800; }  \/* CONFIDENCE *\/ #collapsible-colander-pdp .confidence-strip{   display:grid;   grid-template-columns:repeat(3,minmax(0,1fr));   gap:9px;   margin-top:16px; }  #collapsible-colander-pdp .confidence-item{   padding:13px 7px;   text-align:center;   border-radius:10px;   background:#EEF4E5;   color:#435235;   font-size:12px;   font-weight:700; }  #collapsible-colander-pdp .confidence-icon{   display:block;   margin-bottom:5px;   font-size:22px; }  \/* SHIPPING *\/ #collapsible-colander-pdp .shipping-list{   display:grid;   gap:10px; }  #collapsible-colander-pdp .shipping-item{   display:flex;   gap:11px;   align-items:flex-start;   padding:14px;   background:#fff;   border:1.5px solid var(--pdp-green);   border-radius:10px; }  #collapsible-colander-pdp .shipping-icon{   font-size:21px;   line-height:1; }  #collapsible-colander-pdp .shipping-title{   margin:0 0 2px;   color:var(--pdp-green-dark);   font-size:15px;   font-weight:800; }  #collapsible-colander-pdp .shipping-copy{   margin:0;   color:var(--pdp-muted);   font-size:13px; }  \/* CTA *\/ #collapsible-colander-pdp .pdp-cta{   background:#1D281B;   color:#fff; }  #collapsible-colander-pdp .pdp-cta .pdp-section-tag{   background:rgba(255,255,255,.10);   color:#DDE9CF; }  #collapsible-colander-pdp .pdp-cta .pdp-heading{   color:#fff;   font-size:28px; }  #collapsible-colander-pdp .pdp-cta-copy{   margin:0 0 18px;   color:#D7E0D0;   font-size:15px; }  #collapsible-colander-pdp .pdp-buy-button{   display:flex;   align-items:center;   justify-content:center;   width:100%;   min-height:52px;   padding:14px 18px;   margin:0;   border:none;   border-radius:10px;   background:#7FA83A;   color:#fff;   text-decoration:none;   font-family:inherit;   font-size:17px;   font-weight:800;   cursor:pointer;   transition:transform .2s ease,opacity .2s ease; }  #collapsible-colander-pdp .pdp-buy-button:hover{   opacity:.94;   transform:translateY(-1px); }  #collapsible-colander-pdp .trust-row{   display:grid;   grid-template-columns:repeat(4,minmax(0,1fr));   gap:6px;   margin-top:16px; }  #collapsible-colander-pdp .trust-item{   text-align:center;   color:#D8E3D2;   font-size:10px;   line-height:1.3; }  #collapsible-colander-pdp .trust-item span{   display:block;   margin-bottom:4px;   font-size:20px; }  \/* REVIEWS *\/ #collapsible-colander-pdp .review-score-row{   display:flex;   gap:16px;   align-items:center;   margin-bottom:17px; }  #collapsible-colander-pdp .review-score{   color:var(--pdp-green-dark);   font-size:42px;   line-height:1;   font-weight:800; }  #collapsible-colander-pdp .review-bars{   display:grid;   gap:8px;   margin-bottom:18px; }  #collapsible-colander-pdp .review-bar-row{   display:grid;   grid-template-columns:38px 1fr 32px;   gap:8px;   align-items:center;   font-size:12px; }  #collapsible-colander-pdp .review-track{   height:8px;   overflow:hidden;   background:#DEE4D9;   border-radius:999px; }  #collapsible-colander-pdp .review-fill{   height:100%;   border-radius:999px;   background:var(--pdp-yellow); }  #collapsible-colander-pdp .ai-summary{   margin:0 0 15px;   padding:15px;   background:#EDF4E5;   border-left:4px solid var(--pdp-green);   border-radius:0 10px 10px 0; }  #collapsible-colander-pdp .ai-summary strong{   display:block;   margin-bottom:5px;   color:var(--pdp-green-dark); }  #collapsible-colander-pdp .review-card{   padding:15px 0;   border-bottom:1px solid var(--pdp-line); }  #collapsible-colander-pdp .review-card:last-child{   border-bottom:none; }  #collapsible-colander-pdp .review-name{   margin:3px 0;   color:var(--pdp-charcoal);   font-weight:800; }  #collapsible-colander-pdp .verified{   color:var(--pdp-green);   font-size:12px;   font-weight:700; }  #collapsible-colander-pdp .review-copy{   margin:7px 0 0;   font-size:14px;   color:var(--pdp-text); }  \/* MOBILE *\/ @media(max-width:600px){    #collapsible-colander-pdp{     padding:6px 7px 30px;   }    #collapsible-colander-pdp .pdp-block-card,   #collapsible-colander-pdp .pdp-feature-card-v{     padding:17px 15px;     margin-bottom:14px;   }    #collapsible-colander-pdp .pdp-title{     font-size:27px;   }    #collapsible-colander-pdp .pdp-heading{     font-size:22px;   }    #collapsible-colander-pdp .pdp-feature-title{     font-size:20px;   }    #collapsible-colander-pdp .pdp-copy{     font-size:15px;   }    #collapsible-colander-pdp .pdp-spec-table{     font-size:13px;   }    #collapsible-colander-pdp .pdp-spec-table th{     width:36%;     padding:11px 8px;   }    #collapsible-colander-pdp .pdp-spec-table td{     padding:11px 8px;   }    #collapsible-colander-pdp .why-grid{     gap:8px;   }    #collapsible-colander-pdp .why-box{     min-height:76px;     font-size:13px;   }    #collapsible-colander-pdp .confidence-strip{     grid-template-columns:1fr;   }    #collapsible-colander-pdp .trust-item{     font-size:9px;   }    #collapsible-colander-pdp .trust-item span{     font-size:18px;   } } \u003c\/style\u003e \u003cdiv id=\"collapsible-colander-pdp\"\u003e \u003c!-- =========================================================   01 HERO PRODUCT ========================================================= --\u003e \u003csection class=\"pdp-block-card\"\u003e \u003cdiv class=\"hero-badges\"\u003e \u003cspan class=\"hero-badge\"\u003e3-COLANDER SET\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003eSELF-DRAINING BASE\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003eSPACE-SAVING\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"pdp-section-tag\"\u003e🔥 Hero Product\u003c\/div\u003e \u003ch1 class=\"pdp-title\"\u003e3-Piece Collapsible Colander Set with Self-Draining Base\u003c\/h1\u003e \u003cdiv class=\"pdp-rating\"\u003e \u003cspan class=\"pdp-stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan\u003e4.9\/5\u003c\/span\u003e \u003cspan class=\"pdp-small\"\u003e• 1,280+ sold\u003c\/span\u003e \u003c\/div\u003e \u003cp class=\"hero-lead\"\u003eRinse produce, drain pasta and prep dinner \u003cspan class=\"pdp-highlight\"\u003e even when your sink is already full. \u003c\/span\u003e\u003c\/p\u003e \u003cdiv class=\"pdp-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/gif_88.gif?v=1788248985\" alt=\"\"\u003e\u003c\/div\u003e \u003c\/section\u003e \u003c!-- =========================================================   02 PAIN POINT ========================================================= --\u003e \u003csection class=\"pdp-block-card\"\u003e \u003cdiv class=\"pdp-section-tag\"\u003e⚠️ The Kitchen Problem\u003c\/div\u003e \u003ch2 class=\"pdp-heading\"\u003eStop Fighting for Sink Space\u003c\/h2\u003e \u003cdiv class=\"pain-callout\"\u003eA sink full of dishes shouldn't stop dinner prep. The included base lets excess water flow \u003cstrong\u003edirectly toward the sink from your countertop.\u003c\/strong\u003e \u003c\/div\u003e \u003cp class=\"pdp-copy\"\u003eRinse vegetables, wash grains or drain freshly cooked pasta without balancing a colander over dirty dishes.\u003c\/p\u003e \u003cdiv class=\"pdp-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/2_8af833f2-7d4a-4f98-9b17-61a8149486f8.png?v=1788248214\" alt=\"\"\u003e\u003c\/div\u003e \u003c\/section\u003e \u003c!-- =========================================================   03 KEY FEATURE 1 ========================================================= --\u003e \u003csection class=\"pdp-feature-card-v\"\u003e \u003cdiv class=\"pdp-feature-tag\"\u003eFeature 01\u003c\/div\u003e \u003ch2 class=\"pdp-feature-title\"\u003eDrain Directly Into the Sink\u003c\/h2\u003e \u003cp class=\"pdp-copy\"\u003eSet the colander on the included draining base near your sink. The grooved tray guides excess water toward the sink while your countertop stays more organized.\u003c\/p\u003e \u003cspan class=\"feature-benefit\"\u003e Less lifting. Less mess. More prep space. \u003c\/span\u003e \u003cdiv class=\"pdp-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/4_62874a71-0618-4225-803b-46725f865461.png?v=1788248215\" alt=\"\"\u003e\u003c\/div\u003e \u003c\/section\u003e \u003c!-- =========================================================   03 KEY FEATURE 2 ========================================================= --\u003e \u003csection class=\"pdp-feature-card-v\"\u003e \u003cdiv class=\"pdp-feature-tag\"\u003eFeature 02\u003c\/div\u003e \u003ch2 class=\"pdp-feature-title\"\u003eCollapse It. Stack It. Store It.\u003c\/h2\u003e \u003cp class=\"pdp-copy\"\u003eFlexible silicone walls collapse from approximately \u003cstrong\u003e3.5 in expanded\u003c\/strong\u003e to only about \u003cstrong\u003e1.2 in folded\u003c\/strong\u003e.\u003c\/p\u003e \u003cspan class=\"feature-benefit\"\u003e Built for drawers, cabinets and smaller kitchens. \u003c\/span\u003e \u003cdiv class=\"pdp-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/3_417d3959-f267-453a-aab6-c46a9b52da22.png?v=1788248214\" alt=\"\"\u003e\u003c\/div\u003e \u003c\/section\u003e \u003c!-- =========================================================   03 KEY FEATURE 3 ========================================================= --\u003e \u003csection class=\"pdp-feature-card-v\"\u003e \u003cdiv class=\"pdp-feature-tag\"\u003eFeature 03\u003c\/div\u003e \u003ch2 class=\"pdp-feature-title\"\u003e3 Sizes for Everyday Meal Prep\u003c\/h2\u003e \u003cp class=\"pdp-copy\"\u003eUse the right size for rinsing berries, washing vegetables, preparing grains or draining a family-size batch of pasta.\u003c\/p\u003e \u003cspan class=\"feature-benefit\"\u003e 3 QT • 4 QT • 5 QT \u003c\/span\u003e \u003cdiv class=\"pdp-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/9_ca3ac308-19ee-4f04-b5f8-da20b7f54a72.png?v=1788248215\" alt=\"\"\u003e\u003c\/div\u003e \u003c\/section\u003e \u003c!-- =========================================================   03 KEY FEATURE 4 ========================================================= --\u003e \u003csection class=\"pdp-feature-card-v\"\u003e \u003cdiv class=\"pdp-feature-tag\"\u003eFeature 04\u003c\/div\u003e \u003ch2 class=\"pdp-feature-title\"\u003eFood-Grade Silicone for Everyday Use\u003c\/h2\u003e \u003cp class=\"pdp-copy\"\u003eMade with food-grade, BPA-free silicone and designed for regular kitchen prep. When you're finished, place the colanders in the dishwasher for easy cleanup.\u003c\/p\u003e \u003cspan class=\"feature-benefit\"\u003e Dishwasher safe • Reusable • Flexible \u003c\/span\u003e \u003cdiv class=\"pdp-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/6_c8ae6e88-0f0c-4c90-97df-b3b742f7a4e0.png?v=1788248216\" alt=\"\"\u003e\u003c\/div\u003e \u003c\/section\u003e \u003c!-- =========================================================   04 HOW TO USE ========================================================= --\u003e \u003csection class=\"pdp-block-card\"\u003e \u003cdiv class=\"pdp-section-tag\"\u003e📖 How to Use\u003c\/div\u003e \u003ch2 class=\"pdp-heading\"\u003eFrom Flat to Ready in Seconds\u003c\/h2\u003e \u003cdiv class=\"pdp-steps\"\u003e \u003cdiv class=\"pdp-step\"\u003e \u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e \u003cdiv\u003e \u003cp class=\"step-title\"\u003eExpand the Colander\u003c\/p\u003e \u003cp class=\"step-copy\"\u003ePush the flexible silicone body downward until the bowl is fully open.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"pdp-step\"\u003e \u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e \u003cdiv\u003e \u003cp class=\"step-title\"\u003eAdd Your Food\u003c\/p\u003e \u003cp class=\"step-copy\"\u003eUse it for produce, pasta, rice, grains or other everyday kitchen prep.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"pdp-step\"\u003e \u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e \u003cdiv\u003e \u003cp class=\"step-title\"\u003ePosition the Drain Base\u003c\/p\u003e \u003cp class=\"step-copy\"\u003ePlace the grooved base at the countertop edge with the outlet directed toward the sink.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"pdp-step\"\u003e \u003cdiv class=\"step-number\"\u003e4\u003c\/div\u003e \u003cdiv\u003e \u003cp class=\"step-title\"\u003eDrain \u0026amp; Store\u003c\/p\u003e \u003cp class=\"step-copy\"\u003eLet excess water flow away, then rinse, collapse and stack the set when you're done.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"pdp-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/7_bfcf285f-942f-4fd3-82b4-cdf0915101ed.png?v=1788248216\" alt=\"\"\u003e\u003c\/div\u003e \u003c\/section\u003e \u003c!-- =========================================================   05 SPECIFICATIONS ========================================================= --\u003e \u003csection class=\"pdp-block-card\"\u003e \u003cdiv class=\"pdp-section-tag\"\u003e📏 Specifications\u003c\/div\u003e \u003ch2 class=\"pdp-heading\"\u003eProduct Specifications\u003c\/h2\u003e \u003cdiv class=\"pdp-table-wrap\"\u003e \u003ctable class=\"pdp-spec-table\"\u003e \u003ctbody\u003e \u003ctr\u003e \u003cth\u003eQuantity per Pack\u003c\/th\u003e \u003ctd\u003e3\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003cth\u003eFeature\u003c\/th\u003e \u003ctd\u003eDishwasher Safe, Collapsible, Durable, Non-slip, Sturdy\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003cth\u003eMaterial\u003c\/th\u003e \u003ctd\u003eSilicone\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003cth\u003eSieve or Colander Type\u003c\/th\u003e \u003ctd\u003eColander\u003c\/td\u003e \u003c\/tr\u003e \u003c\/tbody\u003e \u003c\/table\u003e \u003c\/div\u003e \u003cdiv class=\"pdp-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/8_f3baa29a-e3a1-4697-bde9-fb505c26c661.png?v=1788248817\" alt=\"\"\u003e\u003c\/div\u003e \u003c\/section\u003e \u003c!-- =========================================================   06 FAQ ========================================================= --\u003e \u003csection class=\"pdp-block-card\"\u003e \u003cdiv class=\"pdp-section-tag\"\u003e❓ FAQ\u003c\/div\u003e \u003ch2 class=\"pdp-heading\"\u003eQuestions? We've Got You.\u003c\/h2\u003e \u003cdetails class=\"pdp-faq-item\"\u003e \u003csummary\u003eWhat comes in the set?\u003c\/summary\u003e \u003cdiv class=\"faq-answer\"\u003eYou receive three collapsible colanders in small, medium and large sizes, plus one self-draining base.\u003c\/div\u003e \u003c\/details\u003e \u003cdetails class=\"pdp-faq-item\"\u003e \u003csummary\u003eHow does the self-draining base work?\u003c\/summary\u003e \u003cdiv class=\"faq-answer\"\u003ePosition the base on your countertop with its drainage outlet facing the sink. Place a colander on top and allow excess water to flow through the grooved base toward the sink.\u003c\/div\u003e \u003c\/details\u003e \u003cdetails class=\"pdp-faq-item\"\u003e \u003csummary\u003eCan I wash the colanders in a dishwasher?\u003c\/summary\u003e \u003cdiv class=\"faq-answer\"\u003eYes. The collapsible colanders are dishwasher safe for easier everyday cleanup.\u003c\/div\u003e \u003c\/details\u003e \u003cdetails class=\"pdp-faq-item\"\u003e \u003csummary\u003eWill the drain base work with every sink?\u003c\/summary\u003e \u003cdiv class=\"faq-answer\"\u003eThe design is intended to work with many common sink styles, including overmount sinks with raised edges. Very high farmhouse-style sink lips may prevent the draining outlet from positioning correctly, so compare your counter and sink edge before ordering.\u003c\/div\u003e \u003c\/details\u003e \u003c\/section\u003e \u003c!-- =========================================================   07 WHY US ========================================================= --\u003e \u003csection class=\"pdp-block-card\"\u003e \u003cdiv class=\"pdp-section-tag\"\u003e🌟 Why Choose This Set\u003c\/div\u003e \u003ch2 class=\"pdp-heading\"\u003eSmarter Prep for Busy Kitchens\u003c\/h2\u003e \u003cdiv class=\"why-grid\"\u003e \u003cdiv class=\"why-box\"\u003e3 Useful\u003cbr\u003eColander Sizes\u003c\/div\u003e \u003cdiv class=\"why-box\"\u003eCountertop\u003cbr\u003eSelf-Draining\u003c\/div\u003e \u003cdiv class=\"why-box\"\u003eApprox. 1.2'\u003cbr\u003eFolded Height\u003c\/div\u003e \u003cdiv class=\"why-box\"\u003eDishwasher\u003cbr\u003eSafe\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"pdp-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/5_482891ea-3626-4423-8284-0a531081ffee.png?v=1788248215\" alt=\"\"\u003e\u003c\/div\u003e \u003c\/section\u003e \u003c!-- =========================================================   08 SHOP WITH CONFIDENCE ========================================================= --\u003e \u003csection class=\"pdp-block-card\"\u003e \u003cdiv class=\"pdp-section-tag\"\u003e🛡️ Shop with Confidence\u003c\/div\u003e \u003ch2 class=\"pdp-heading\"\u003eMade for Real Everyday Meal Prep\u003c\/h2\u003e \u003cp class=\"pdp-copy\"\u003eFrom washing fresh produce to draining pasta, the flexible design gives you useful capacity when expanded and compact storage when collapsed.\u003c\/p\u003e \u003cdiv class=\"confidence-strip\"\u003e \u003cdiv class=\"confidence-item\"\u003e \u003cspan class=\"confidence-icon\"\u003e✓\u003c\/span\u003e Food-Grade Silicone\u003c\/div\u003e \u003cdiv class=\"confidence-item\"\u003e \u003cspan class=\"confidence-icon\"\u003e♻\u003c\/span\u003e Reusable Design\u003c\/div\u003e \u003cdiv class=\"confidence-item\"\u003e \u003cspan class=\"confidence-icon\"\u003e✦\u003c\/span\u003e Dishwasher Safe\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"pdp-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/10_7a3307b6-c664-455a-94e6-7e1f4a2f94e4.png?v=1788248215\" alt=\"\"\u003e\u003c\/div\u003e \u003c\/section\u003e \u003c!-- =========================================================   09 SHIPPING ========================================================= --\u003e \u003csection class=\"pdp-block-card\"\u003e \u003cdiv class=\"pdp-section-tag\"\u003e🚚 Shipping \u0026amp; Delivery\u003c\/div\u003e \u003ch2 class=\"pdp-heading\"\u003eSimple Shopping from Checkout to Kitchen\u003c\/h2\u003e \u003cdiv class=\"shipping-list\"\u003e \u003cdiv class=\"shipping-item\"\u003e \u003cdiv class=\"shipping-icon\"\u003e📦\u003c\/div\u003e \u003cdiv\u003e \u003cp class=\"shipping-title\"\u003eOrder Processing\u003c\/p\u003e \u003cp class=\"shipping-copy\"\u003eOrders are processed and dispatched within 24-48 hours.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"shipping-item\"\u003e \u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e \u003cdiv\u003e \u003cp class=\"shipping-title\"\u003eFree Shipping\u003c\/p\u003e \u003cp class=\"shipping-copy\"\u003eFree standard shipping on all orders over $35.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"shipping-item\"\u003e \u003cdiv class=\"shipping-icon\"\u003e↺\u003c\/div\u003e \u003cdiv\u003e \u003cp class=\"shipping-title\"\u003eEasy Returns\u003c\/p\u003e \u003cp class=\"shipping-copy\"\u003e30-day hassle-free money-back guarantee.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- =========================================================   10 CTA ========================================================= --\u003e \u003csection class=\"pdp-block-card pdp-cta\"\u003e \u003cdiv class=\"pdp-section-tag\"\u003e⚡ Upgrade Your Kitchen Setup\u003c\/div\u003e \u003ch2 class=\"pdp-heading\"\u003eMore Prep Space. Less Kitchen Clutter.\u003c\/h2\u003e \u003cp class=\"pdp-cta-copy\"\u003eGet three everyday sizes plus the countertop self-draining base in one compact, stackable set.\u003c\/p\u003e \u003c!-- 修改后的纯 HTML 锚点链接按钮 --\u003e \u003ca href=\"#\" class=\"pdp-buy-button\" id=\"collapsible-colander-shop-now\"\u003e GET THE 3-PIECE SET → \u003c\/a\u003e \u003cdiv class=\"trust-row\"\u003e \u003cdiv class=\"trust-item\"\u003e \u003cspan\u003e🥗\u003c\/span\u003e Food-Safe\u003c\/div\u003e \u003cdiv class=\"trust-item\"\u003e \u003cspan\u003e💧\u003c\/span\u003e Self-Draining\u003c\/div\u003e \u003cdiv class=\"trust-item\"\u003e \u003cspan\u003e↕\u003c\/span\u003e Collapsible\u003c\/div\u003e \u003cdiv class=\"trust-item\"\u003e \u003cspan\u003e✨\u003c\/span\u003e Easy Clean\u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- =========================================================   11 CUSTOMER REVIEWS ========================================================= --\u003e \u003csection class=\"pdp-block-card\"\u003e \u003cdiv class=\"pdp-section-tag\"\u003e💬 Customer Reviews\u003c\/div\u003e \u003ch2 class=\"pdp-heading\"\u003eWhat Customers Are Saying\u003c\/h2\u003e \u003cdiv class=\"review-score-row\"\u003e \u003cdiv class=\"review-score\"\u003e4.9\u003c\/div\u003e \u003cdiv\u003e \u003cdiv class=\"pdp-stars\"\u003e★★★★★\u003c\/div\u003e \u003cdiv class=\"pdp-small\"\u003eBased on 148 verified reviews\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"review-bars\"\u003e \u003cdiv class=\"review-bar-row\"\u003e \u003cspan\u003e5★\u003c\/span\u003e \u003cdiv class=\"review-track\"\u003e \u003cdiv class=\"review-fill\" style=\"width: 88%;\"\u003e\u003cbr\u003e\u003c\/div\u003e \u003c\/div\u003e \u003cspan\u003e88%\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"review-bar-row\"\u003e \u003cspan\u003e4★\u003c\/span\u003e \u003cdiv class=\"review-track\"\u003e \u003cdiv class=\"review-fill\" style=\"width: 9%;\"\u003e\u003cbr\u003e\u003c\/div\u003e \u003c\/div\u003e \u003cspan\u003e9%\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"review-bar-row\"\u003e \u003cspan\u003e3★\u003c\/span\u003e \u003cdiv class=\"review-track\"\u003e \u003cdiv class=\"review-fill\" style=\"width: 2%;\"\u003e\u003cbr\u003e\u003c\/div\u003e \u003c\/div\u003e \u003cspan\u003e2%\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"review-bar-row\"\u003e \u003cspan\u003e2★\u003c\/span\u003e \u003cdiv class=\"review-track\"\u003e \u003cdiv class=\"review-fill\" style=\"width: 1%;\"\u003e\u003cbr\u003e\u003c\/div\u003e \u003c\/div\u003e \u003cspan\u003e1%\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"review-bar-row\"\u003e \u003cspan\u003e1★\u003c\/span\u003e \u003cdiv class=\"review-track\"\u003e \u003cdiv class=\"review-fill\" style=\"width: 0%;\"\u003e\u003cbr\u003e\u003c\/div\u003e \u003c\/div\u003e \u003cspan\u003e0%\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"ai-summary\"\u003e \u003cstrong\u003e ✨ AI Review Summary \u003c\/strong\u003e \u003cspan class=\"pdp-small\"\u003e Customers consistently praise this set for its space-saving foldability and sturdy silicone design. The self-draining tray is highlighted as a game-changer when cooking with a full sink, making prep and cleanup significantly faster and easier. \u003c\/span\u003e \u003c\/div\u003e \u003c!-- REVIEW 01 --\u003e \u003cdiv class=\"review-card\"\u003e \u003cdiv class=\"pdp-stars\"\u003e★★★★★\u003c\/div\u003e \u003cdiv class=\"review-name\"\u003eSarah M.\u003c\/div\u003e \u003cp class=\"review-copy\"\u003eThe draining tray on the side of the sink is a total lifesaver! My sink is always full of big pots while I’m cooking, so being able to wash veggies directly on the counter without water going everywhere is amazing.\u003c\/p\u003e \u003c\/div\u003e \u003c!-- REVIEW 02 --\u003e \u003cdiv class=\"review-card\"\u003e \u003cdiv class=\"pdp-stars\"\u003e★★★★★\u003c\/div\u003e \u003cdiv class=\"review-name\"\u003eDavid K.\u003c\/div\u003e \u003cp class=\"review-copy\"\u003eSuper practical 3-piece set. They collapse down flat so they take up virtually zero cabinet space. Throwing them right into the dishwasher makes cleaning effortless.\u003c\/p\u003e \u003c\/div\u003e \u003c!-- REVIEW 03 --\u003e \u003cdiv class=\"review-card\"\u003e \u003cdiv class=\"pdp-stars\"\u003e★★★★★\u003c\/div\u003e \u003cdiv class=\"review-name\"\u003eEmily L.\u003c\/div\u003e \u003cp class=\"review-copy\"\u003eGreat quality silicone! Sturdy enough to hold heavy pasta without collapsing on itself, but folds down easily when you want to store it. Highly recommend!\u003c\/p\u003e \u003c\/div\u003e \u003c!-- REVIEW 04 --\u003e \u003cdiv class=\"review-card\"\u003e \u003cdiv class=\"pdp-stars\"\u003e★★★★★\u003c\/div\u003e \u003cdiv class=\"review-name\"\u003eJessica T.\u003c\/div\u003e \u003cp class=\"review-copy\"\u003eHaving three different sizes is so convenient. I use the small one for washing berries every morning and the large one for pasta dinners. Perfect for small apartment kitchens.\u003c\/p\u003e \u003c\/div\u003e \u003c!-- REVIEW 05 --\u003e \u003cdiv class=\"review-card\"\u003e \u003cdiv class=\"pdp-stars\"\u003e★★★★☆\u003c\/div\u003e \u003cdiv class=\"review-name\"\u003eMichael B.\u003c\/div\u003e \u003cp class=\"review-copy\"\u003eWorks exactly as advertised. The drain spout lines up nicely with my sink. Makes food prep much cleaner.\u003c\/p\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c\/div\u003e","brand":"mysite","offers":[{"title":"Multicolor","offer_id":53412568564079,"sku":"NC02372609014995-大绿+中蓝+小红+底座，盒装","price":39.99,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":53412568596847,"sku":"NC02372609014995-灰白色3件套+底座，盒装","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Green","offer_id":53412568629615,"sku":"NC02372609014995-绿色3件套+底座，盒装","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Red","offer_id":53412568662383,"sku":"NC02372609014995-红色3件套+底座，盒装","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":53412568695151,"sku":"NC02372609014995-蓝色3件套+底座，盒装","price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/1763\/2879\/files\/1_bcdd581b-29d4-40d5-b1c7-e2eb01decb70.png?v=1788319875","url":"https:\/\/ahlwoultra.com\/products\/3-piece-collapsible-colander-set-with-self-draining-base","provider":"ahlwoultra","version":"1.0","type":"link"}