{"product_id":"collapsible-kitchen-colander","title":"Collapsible Kitchen Colander","description":"\u003cstyle\u003e\n  .collapsible-kitchen-colander-description {\n    width: 100%;\n    max-width: 100%;\n    color: #10243a;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .collapsible-kitchen-colander-description *,\n  .collapsible-kitchen-colander-description *::before,\n  .collapsible-kitchen-colander-description *::after {\n    box-sizing: border-box;\n  }\n\n  .collapsible-kitchen-colander-description p {\n    margin: 0;\n  }\n\n  .ckc-intro {\n    max-width: 960px;\n    margin: 0 0 26px;\n    color: #536174;\n    font-size: 15px;\n    line-height: 1.8;\n  }\n\n  .ckc-specifications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    margin: 0 0 28px;\n    border-top: 1px solid #d6dfe7;\n    border-left: 1px solid #d6dfe7;\n    background: #ffffff;\n  }\n\n  .ckc-specification {\n    min-width: 0;\n    min-height: 84px;\n    padding: 15px 16px;\n    border-right: 1px solid #d6dfe7;\n    border-bottom: 1px solid #d6dfe7;\n    background: #ffffff;\n  }\n\n  .ckc-specification-label {\n    display: block;\n    margin-bottom: 5px;\n    color: #69788b;\n    font-size: 9px;\n    font-weight: 750;\n    line-height: 1.4;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  .ckc-specification-value {\n    display: block;\n    color: #10243a;\n    font-size: 14px;\n    font-weight: 700;\n    line-height: 1.45;\n  }\n\n  .ckc-accordion {\n    border-top: 1px solid #d6dfe7;\n  }\n\n  .ckc-section {\n    border-bottom: 1px solid #d6dfe7;\n  }\n\n  .ckc-section details {\n    display: block;\n  }\n\n  .ckc-section summary {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 18px;\n    min-height: 62px;\n    padding: 15px 0;\n    color: #10243a;\n    font-size: 14px;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.01em;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .ckc-section summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ckc-summary-title {\n    display: flex;\n    align-items: center;\n    gap: 11px;\n  }\n\n  .ckc-section-number {\n    width: 28px;\n    height: 28px;\n    min-width: 28px;\n    border: 1px solid #cbd6df;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background: #ffffff;\n    color: #176a9e;\n    font-size: 10px;\n    font-weight: 750;\n    line-height: 1;\n  }\n\n  .ckc-toggle {\n    position: relative;\n    width: 28px;\n    height: 28px;\n    min-width: 28px;\n    border: 1px solid #cbd6df;\n    background: #ffffff;\n    overflow: hidden;\n  }\n\n  .ckc-toggle::before {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    width: 16px;\n    height: 16px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' fill='none' stroke='%2310243a' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.2 11.4A4 4 0 0 1 6.5 3.5 5.4 5.4 0 0 1 16.8 4a4 4 0 0 1 1 7.7V18H6.2v-6.6Z'\/%3E%3Cpath d='M6.2 14.2h11.6'\/%3E%3Cpath d='M8.5 18v2h7v-2'\/%3E%3C\/svg%3E\");\n    background-position: center;\n    background-repeat: no-repeat;\n    background-size: contain;\n    transform: translate(-50%, -50%) scale(1);\n    transition: transform 0.25s ease;\n  }\n\n  .ckc-section summary:hover .ckc-toggle::before,\n  .ckc-section summary:focus-visible .ckc-toggle::before {\n    transform: translate(-50%, -54%) scale(1.08);\n  }\n\n  .ckc-section details[open] .ckc-toggle::before {\n    transform: translate(-50%, -54%) scale(1.1);\n  }\n\n  .ckc-content {\n    max-width: 1040px;\n    padding: 0 0 24px 39px;\n    color: #526174;\n    font-size: 14px;\n    line-height: 1.75;\n  }\n\n  .ckc-content p {\n    margin: 0 0 13px;\n  }\n\n  .ckc-content p:last-child {\n    margin-bottom: 0;\n  }\n\n  .ckc-content ul {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .ckc-content li {\n    position: relative;\n    margin: 0;\n    padding: 9px 0 9px 18px;\n    border-bottom: 1px solid #e6ebf0;\n  }\n\n  .ckc-content li:last-child {\n    border-bottom: 0;\n  }\n\n  .ckc-content li::before {\n    content: \"\";\n    position: absolute;\n    top: 18px;\n    left: 1px;\n    width: 5px;\n    height: 5px;\n    background: #176a9e;\n  }\n\n  .ckc-content strong {\n    color: #10243a;\n    font-weight: 700;\n  }\n\n  .ckc-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    margin-top: 18px;\n    border-top: 1px solid #d6dfe7;\n    border-left: 1px solid #d6dfe7;\n  }\n\n  .ckc-feature-item {\n    min-height: 78px;\n    padding: 13px 14px;\n    border-right: 1px solid #d6dfe7;\n    border-bottom: 1px solid #d6dfe7;\n    background: #ffffff;\n  }\n\n  .ckc-feature-label {\n    display: block;\n    margin-bottom: 4px;\n    color: #69788b;\n    font-size: 9px;\n    font-weight: 750;\n    line-height: 1.4;\n    letter-spacing: 0.09em;\n    text-transform: uppercase;\n  }\n\n  .ckc-feature-value {\n    display: block;\n    color: #10243a;\n    font-size: 13px;\n    font-weight: 700;\n    line-height: 1.45;\n  }\n\n  .ckc-wholesale-table {\n    width: 100%;\n    margin-top: 18px;\n    border-collapse: collapse;\n    border: 1px solid #d6dfe7;\n    table-layout: fixed;\n  }\n\n  .ckc-wholesale-table th,\n  .ckc-wholesale-table td {\n    padding: 12px 14px;\n    border-right: 1px solid #d6dfe7;\n    border-bottom: 1px solid #d6dfe7;\n    text-align: left;\n    vertical-align: middle;\n  }\n\n  .ckc-wholesale-table th:last-child,\n  .ckc-wholesale-table td:last-child {\n    border-right: 0;\n  }\n\n  .ckc-wholesale-table tr:last-child th,\n  .ckc-wholesale-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .ckc-wholesale-table th {\n    width: 42%;\n    background: #f5f7f9;\n    color: #667487;\n    font-size: 9px;\n    font-weight: 750;\n    line-height: 1.4;\n    letter-spacing: 0.09em;\n    text-transform: uppercase;\n  }\n\n  .ckc-wholesale-table td {\n    background: #ffffff;\n    color: #10243a;\n    font-size: 13px;\n    font-weight: 700;\n    line-height: 1.45;\n  }\n\n  .ckc-order-summary {\n    margin-top: 16px;\n    padding: 15px 16px;\n    border: 1px solid #cbd6df;\n    border-left: 3px solid #176a9e;\n    background: #f7f9fb;\n  }\n\n  .ckc-order-summary-label {\n    display: block;\n    margin-bottom: 6px;\n    color: #176a9e;\n    font-size: 9px;\n    font-weight: 750;\n    line-height: 1.4;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  .ckc-order-summary p {\n    color: #526174;\n    font-size: 13px;\n    line-height: 1.7;\n  }\n\n  .ckc-order-summary strong {\n    color: #10243a;\n  }\n\n  .ckc-note {\n    margin-top: 15px;\n    padding: 13px 14px;\n    border: 1px solid #d6dfe7;\n    background: #f8fafb;\n    color: #59687a;\n    font-size: 12px;\n    line-height: 1.65;\n  }\n\n  .ckc-note strong {\n    color: #10243a;\n  }\n\n  @media screen and (max-width: 850px) {\n    .ckc-specifications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .ckc-feature-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media screen and (max-width: 600px) {\n    .collapsible-kitchen-colander-description {\n      font-size: 13px;\n    }\n\n    .ckc-intro {\n      margin-bottom: 22px;\n      font-size: 14px;\n    }\n\n    .ckc-specifications {\n      grid-template-columns: 1fr;\n    }\n\n    .ckc-specification {\n      min-height: auto;\n      padding: 13px 14px;\n    }\n\n    .ckc-section summary {\n      min-height: 58px;\n      padding: 13px 0;\n      font-size: 13px;\n    }\n\n    .ckc-summary-title {\n      gap: 9px;\n    }\n\n    .ckc-content {\n      padding: 0 0 21px;\n    }\n\n    .ckc-wholesale-table,\n    .ckc-wholesale-table tbody,\n    .ckc-wholesale-table tr,\n    .ckc-wholesale-table th,\n    .ckc-wholesale-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .ckc-wholesale-table tr {\n      border-bottom: 1px solid #d6dfe7;\n    }\n\n    .ckc-wholesale-table tr:last-child {\n      border-bottom: 0;\n    }\n\n    .ckc-wholesale-table th,\n    .ckc-wholesale-table td {\n      border-right: 0;\n      border-bottom: 0;\n    }\n\n    .ckc-wholesale-table th {\n      padding-bottom: 5px;\n    }\n\n    .ckc-wholesale-table td {\n      padding-top: 3px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"collapsible-kitchen-colander-description\"\u003e\n\u003cp class=\"ckc-intro\"\u003eA practical collapsible kitchen colander designed for rinsing, washing, and draining everyday ingredients while taking up minimal storage space. The flexible centre expands for use and folds flat after draining, while the sturdy side handles provide controlled lifting and carrying. Suitable for home kitchens, catering environments, kitchenware retailers, and general wholesale ranges.\u003c\/p\u003e\n\u003cdiv class=\"ckc-specifications\"\u003e\n\u003cdiv class=\"ckc-specification\"\u003e\n\u003cspan class=\"ckc-specification-label\"\u003eCarton contents\u003c\/span\u003e \u003cspan class=\"ckc-specification-value\"\u003e24 colanders\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ckc-specification\"\u003e\n\u003cspan class=\"ckc-specification-label\"\u003eWholesale unit price\u003c\/span\u003e \u003cspan class=\"ckc-specification-value\"\u003e£1.13\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ckc-specification\"\u003e\n\u003cspan class=\"ckc-specification-label\"\u003eWholesale carton price\u003c\/span\u003e \u003cspan class=\"ckc-specification-value\"\u003e£27.12\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ckc-specification\"\u003e\n\u003cspan class=\"ckc-specification-label\"\u003eMinimum order\u003c\/span\u003e \u003cspan class=\"ckc-specification-value\"\u003e1 carton · 24 pieces\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ckc-accordion\"\u003e\n\u003cdiv class=\"ckc-section\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\u003cspan class=\"ckc-summary-title\"\u003e \u003cspan class=\"ckc-section-number\"\u003e01\u003c\/span\u003e Space-Saving Everyday Food Preparation \u003c\/span\u003e \u003cspan class=\"ckc-toggle\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ckc-content\"\u003e\n\u003cp\u003eThe expandable bowl provides a practical draining area for rinsing fruit, vegetables, pasta, and other suitable ingredients. Perforated openings allow water to drain away, while the rigid outer frame helps the colander remain stable during routine kitchen use.\u003c\/p\u003e\n\u003cp\u003eAfter use, the flexible centre compresses to create a slim profile that is easier to store in cupboards, drawers, shelves, or compact preparation areas. Handles on both sides support secure lifting and controlled movement between the sink and work surface.\u003c\/p\u003e\n\u003cdiv class=\"ckc-feature-grid\"\u003e\n\u003cdiv class=\"ckc-feature-item\"\u003e\n\u003cspan class=\"ckc-feature-label\"\u003eStorage design\u003c\/span\u003e \u003cspan class=\"ckc-feature-value\"\u003eCollapses to 3 cm deep\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ckc-feature-item\"\u003e\n\u003cspan class=\"ckc-feature-label\"\u003eConstruction\u003c\/span\u003e \u003cspan class=\"ckc-feature-value\"\u003eRigid PP frame with flexible TPR\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ckc-feature-item\"\u003e\n\u003cspan class=\"ckc-feature-label\"\u003eHandling\u003c\/span\u003e \u003cspan class=\"ckc-feature-value\"\u003eTwo sturdy side handles\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ckc-section\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\u003cspan class=\"ckc-summary-title\"\u003e \u003cspan class=\"ckc-section-number\"\u003e02\u003c\/span\u003e Materials, Dimensions \u0026amp; Colour Assortment \u003c\/span\u003e \u003cspan class=\"ckc-toggle\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ckc-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eProduct type:\u003c\/strong\u003e Collapsible kitchen colander.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCollapsed dimensions:\u003c\/strong\u003e Approximately 3 cm high × 29 cm wide × 23.5 cm deep.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOpen dimensions:\u003c\/strong\u003e Approximately 8.5 cm high × 29 cm wide × 23.5 cm deep.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePackaged weight:\u003c\/strong\u003e Approximately 0.134 kg per unit.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMain materials:\u003c\/strong\u003e Durable polypropylene and thermoplastic rubber.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDesign:\u003c\/strong\u003e Expandable draining bowl with a rigid outer frame.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHandles:\u003c\/strong\u003e Two side handles for lifting and controlled draining.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eColour assortment:\u003c\/strong\u003e Grey and white.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRetail packaging:\u003c\/strong\u003e Swing tag.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRecommended uses:\u003c\/strong\u003e Rinsing and draining fruit, vegetables, pasta, and other suitable food ingredients.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"ckc-note\"\u003e\n\u003cstrong\u003eColour assortment note:\u003c\/strong\u003e Each wholesale carton contains grey and white products in an assorted selection. The exact quantity of each colour is not specified and may vary between cartons.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ckc-section\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\u003cspan class=\"ckc-summary-title\"\u003e \u003cspan class=\"ckc-section-number\"\u003e03\u003c\/span\u003e Use, Cleaning \u0026amp; Product Care \u003c\/span\u003e \u003cspan class=\"ckc-toggle\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ckc-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eBefore first use:\u003c\/strong\u003e Wash the colander and dry it thoroughly.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOpening:\u003c\/strong\u003e Hold the outer frame and gently press the flexible centre down until the bowl is fully expanded.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRinsing:\u003c\/strong\u003e Place suitable ingredients inside and rinse under clean running water.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDraining:\u003c\/strong\u003e Hold both side handles securely and allow excess water to drain through the perforated base.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCollapsing:\u003c\/strong\u003e Once empty, clean, and dry, press the flexible centre upward until the colander folds flat.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCleaning:\u003c\/strong\u003e Hand wash with warm water, standard washing-up liquid, and a soft sponge or cloth.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDrying:\u003c\/strong\u003e Allow all folds and drainage openings to dry fully before storage.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeat protection:\u003c\/strong\u003e Keep away from direct flames, hot cooking zones, and excessively hot cookware.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"ckc-note\"\u003e\n\u003cstrong\u003eCare note:\u003c\/strong\u003e Avoid sharp utensils, abrasive cleaning tools, and excessive force when expanding or collapsing the flexible centre.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ckc-section\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\u003cspan class=\"ckc-summary-title\"\u003e \u003cspan class=\"ckc-section-number\"\u003e04\u003c\/span\u003e Packaging \u0026amp; Wholesale Supply \u003c\/span\u003e \u003cspan class=\"ckc-toggle\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ckc-content\"\u003e\n\u003cp\u003eEach retail unit contains one collapsible kitchen colander supplied with a swing tag. The minimum wholesale purchase is one carton containing 24 units in a grey and white colour assortment.\u003c\/p\u003e\n\u003ctable class=\"ckc-wholesale-table product-wholesale-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eCarton contents\u003c\/th\u003e\n\u003ctd\u003e24 collapsible colanders\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCollapsed dimensions\u003c\/th\u003e\n\u003ctd\u003eApproximately H3 × W29 × D23.5 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOpen dimensions\u003c\/th\u003e\n\u003ctd\u003eApproximately H8.5 × W29 × D23.5 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterials\u003c\/th\u003e\n\u003ctd\u003ePolypropylene and thermoplastic rubber\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColour assortment\u003c\/th\u003e\n\u003ctd\u003eGrey and white\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWholesale unit price\u003c\/th\u003e\n\u003ctd\u003e£1.13\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCarton quantity\u003c\/th\u003e\n\u003ctd\u003e24 pieces\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMinimum order\u003c\/th\u003e\n\u003ctd\u003e1 carton\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMOQ total\u003c\/th\u003e\n\u003ctd\u003e£27.12\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRetail packaging\u003c\/th\u003e\n\u003ctd\u003eSwing tag\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"ckc-order-summary\"\u003e\n\u003cspan class=\"ckc-order-summary-label\"\u003e Wholesale order summary \u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003e1 retail unit = 1 collapsible colander\u003c\/strong\u003e\u003cbr\u003e\u003cstrong\u003eWholesale unit price = £1.13\u003c\/strong\u003e\u003cbr\u003e\u003cstrong\u003e1 carton = 24 colanders\u003c\/strong\u003e\u003cbr\u003e\u003cstrong\u003eMinimum order = 1 carton\u003c\/strong\u003e\u003cbr\u003eMinimum order total: \u003cstrong\u003e£27.12\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ckc-note\"\u003e\n\u003cstrong\u003eWholesale calculation:\u003c\/strong\u003e Original unit price £0.90 + 25% = £1.125, rounded to £1.13. £1.13 × 24 colanders = £27.12. The carton total is calculated from the displayed unit price rounded to the nearest penny.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":58735768142169,"sku":null,"price":1.13,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1067\/3451\/8617\/files\/1_34.png?v=1785430222","url":"https:\/\/homebasesupplies.co\/products\/collapsible-kitchen-colander","provider":"HOMEBASE SUPPLIES LIMITED","version":"1.0","type":"link"}