{"product_id":"ecopax-9-x-9-x-3-3-compartment-mineral-filled-plastic-microwaveable-black-take-out-container-with-lid-150-case","title":"Ecopax 9\" x 9\" x 3\" 3-Compartment Mineral-Filled Plastic Microwaveable Black Take-Out Container with Lid - 150\/Case","description":"\u003cstyle\u003e\n  .product-description-container {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #2d3748;\n    max-width: 1000px;\n    margin: 0 auto;\n    line-height: 1.6;\n  }\n  \n  .product-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 24px;\n    padding-bottom: 16px;\n    border-bottom: 2px solid #e2e8f0;\n    position: relative;\n  }\n  \n  .product-title:after {\n    content: '';\n    position: absolute;\n    bottom: -2px;\n    left: 0;\n    width: 100px;\n    height: 2px;\n    background: #4a5568;\n  }\n  \n  .specs-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 32px 0;\n    border-radius: 10px;\n    overflow: hidden;\n    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);\n    border: 1px solid #e2e8f0;\n  }\n  \n  .specs-table thead th {\n    background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);\n    color: white;\n    padding: 20px 24px;\n    font-weight: 600;\n    font-size: 18px;\n    text-align: left;\n    letter-spacing: 0.5px;\n  }\n  \n  .specs-table tbody tr {\n    transition: background-color 0.2s ease;\n  }\n  \n  .specs-table tbody tr:hover {\n    background-color: #f7fafc;\n  }\n  \n  .specs-table td {\n    padding: 18px 24px;\n    border-bottom: 1px solid #edf2f7;\n  }\n  \n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n  \n  .specs-table .spec-name {\n    font-weight: 600;\n    color: #2d3748;\n    width: 40%;\n    padding-right: 20px;\n    background-color: #f8fafc;\n    border-right: 1px solid #e2e8f0;\n  }\n  \n  .specs-table .spec-value {\n    color: #4a5568;\n    font-weight: 500;\n  }\n  \n  .features-section {\n    background: linear-gradient(to right, #f8fafc, #f1f5f9);\n    padding: 24px;\n    border-radius: 10px;\n    margin: 28px 0;\n    border-left: 4px solid #4a5568;\n  }\n  \n  .features-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n  }\n  \n  .features-title:before {\n    content: '';\n    width: 6px;\n    height: 6px;\n    background: #4a5568;\n    border-radius: 50%;\n    margin-right: 12px;\n  }\n  \n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));\n    gap: 12px;\n  }\n  \n  .feature-tag {\n    background: white;\n    color: #4a5568;\n    padding: 10px 16px;\n    border-radius: 8px;\n    font-size: 14px;\n    font-weight: 500;\n    text-align: center;\n    border: 1px solid #e2e8f0;\n    transition: all 0.2s ease;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);\n  }\n  \n  .feature-tag:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);\n    border-color: #cbd5e0;\n  }\n  \n  .product-details {\n    font-size: 16px;\n    color: #4a5568;\n    margin: 28px 0;\n  }\n  \n  .product-details p {\n    margin-bottom: 16px;\n  }\n  \n  .highlight-box {\n    background-color: white;\n    border: 1px solid #e2e8f0;\n    padding: 22px;\n    margin: 24px 0;\n    border-radius: 10px;\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n  }\n  \n  .highlight-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 12px;\n    font-size: 18px;\n    display: flex;\n    align-items: center;\n  }\n  \n  .highlight-title:before {\n    content: '✓';\n    background: #48bb78;\n    color: white;\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-right: 12px;\n    font-size: 14px;\n  }\n  \n  .dimensions-box {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));\n    gap: 16px;\n    margin-top: 16px;\n  }\n  \n  .dimension-item {\n    background: #f7fafc;\n    padding: 16px;\n    border-radius: 8px;\n    text-align: center;\n    border: 1px solid #e2e8f0;\n  }\n  \n  .dimension-label {\n    display: block;\n    font-weight: 600;\n    color: #4a5568;\n    margin-bottom: 6px;\n    font-size: 14px;\n  }\n  \n  .dimension-value {\n    font-size: 20px;\n    font-weight: 700;\n    color: #2d3748;\n  }\n  \n  .benefit-item {\n    padding: 6px 0;\n    padding-left: 20px;\n    position: relative;\n  }\n  \n  .benefit-item:before {\n    content: '→';\n    position: absolute;\n    left: 0;\n    color: #4a5568;\n  }\n  \n  @media (max-width: 768px) {\n    .specs-table {\n      display: block;\n      overflow-x: auto;\n    }\n    \n    .features-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n    \n    .product-title {\n      font-size: 22px;\n    }\n    \n    .dimensions-box {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description-container\"\u003e\n  \u003ch1 class=\"product-title\"\u003eEcopax PCO993-BK-150 3-Compartment Take-Out Containers\u003c\/h1\u003e\n  \n  \u003cdiv class=\"product-details\"\u003e\n    \u003cp\u003eIdeal for restaurants and food service businesses, these 9\" square 3-compartment containers provide the perfect solution for serving complete meals with separated entrees and sides. Crafted from sustainable materials with superior durability and food-safe features.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003ctable class=\"specs-table\"\u003e\n    \u003cthead\u003e\n      \u003ctr\u003e\n        \u003cth colspan=\"2\"\u003eProduct Specifications\u003c\/th\u003e\n      \u003c\/tr\u003e\n    \u003c\/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"spec-name\"\u003eSKU #\u003c\/td\u003e\n        \u003ctd class=\"spec-value\"\u003e440058\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"spec-name\"\u003eShipping Weight\u003c\/td\u003e\n        \u003ctd class=\"spec-value\"\u003e23 lb.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"spec-name\"\u003eQuantity\u003c\/td\u003e\n        \u003ctd class=\"spec-value\"\u003e150 per Case\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"spec-name\"\u003eDimensions\u003c\/td\u003e\n        \u003ctd class=\"spec-value\"\u003e9\" × 9\" × 3\"\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"spec-name\"\u003eCompartments\u003c\/td\u003e\n        \u003ctd class=\"spec-value\"\u003e3 Compartments\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"spec-name\"\u003eColor\u003c\/td\u003e\n        \u003ctd class=\"spec-value\"\u003eBlack\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"spec-name\"\u003eMaterial\u003c\/td\u003e\n        \u003ctd class=\"spec-value\"\u003eMineral-Filled Polypropylene\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"spec-name\"\u003eLid Material\u003c\/td\u003e\n        \u003ctd class=\"spec-value\"\u003ePolypropylene (Clear)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"spec-name\"\u003eLid Type\u003c\/td\u003e\n        \u003ctd class=\"spec-value\"\u003eDome \u0026amp; Vented\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"spec-name\"\u003eTemperature Range\u003c\/td\u003e\n        \u003ctd class=\"spec-value\"\u003e0°F to 275°F\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"spec-name\"\u003eMax Temperature\u003c\/td\u003e\n        \u003ctd class=\"spec-value\"\u003e275°F (135°C)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"spec-name\"\u003eShape\u003c\/td\u003e\n        \u003ctd class=\"spec-value\"\u003eSquare\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"spec-name\"\u003eStyle\u003c\/td\u003e\n        \u003ctd class=\"spec-value\"\u003eUnhinged Container with Lid\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"spec-name\"\u003eLid Window\u003c\/td\u003e\n        \u003ctd class=\"spec-value\"\u003eWith Window\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n        \u003ctd class=\"spec-value\"\u003eCompartment Container \/ Lid Combo\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"spec-name\"\u003eWeight Classification\u003c\/td\u003e\n        \u003ctd class=\"spec-value\"\u003eStandard\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n  \n  \u003cdiv class=\"features-section\"\u003e\n    \u003cdiv class=\"features-title\"\u003ePremium Features\u003c\/div\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003cdiv class=\"feature-tag\"\u003eBPA Free\u003c\/div\u003e\n      \u003cdiv class=\"feature-tag\"\u003eCut-Resistant\u003c\/div\u003e\n      \u003cdiv class=\"feature-tag\"\u003eFreezer Safe\u003c\/div\u003e\n      \u003cdiv class=\"feature-tag\"\u003eGrease-Resistant\u003c\/div\u003e\n      \u003cdiv class=\"feature-tag\"\u003eLeakproof\u003c\/div\u003e\n      \u003cdiv class=\"feature-tag\"\u003eMicrowavable\u003c\/div\u003e\n      \u003cdiv class=\"feature-tag\"\u003eRecyclable\u003c\/div\u003e\n      \u003cdiv class=\"feature-tag\"\u003eStackable\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"product-details\"\u003e\n    \u003cdiv class=\"highlight-box\"\u003e\n      \u003cdiv class=\"highlight-title\"\u003eThree-Compartment Design\u003c\/div\u003e\n      \u003cp\u003eKeep sides, entrees, and sauces perfectly separated with three distinct compartments. The thoughtful design prevents food mixing while allowing customers to enjoy a complete meal in one convenient container.\u003c\/p\u003e\n      \n      \u003cdiv class=\"highlight-title\" style=\"margin-top: 20px;\"\u003eOverall Dimensions\u003c\/div\u003e\n      \u003cdiv class=\"dimensions-box\"\u003e\n        \u003cdiv class=\"dimension-item\"\u003e\n          \u003cspan class=\"dimension-label\"\u003eLength\u003c\/span\u003e\n          \u003cspan class=\"dimension-value\"\u003e9\"\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"dimension-item\"\u003e\n          \u003cspan class=\"dimension-label\"\u003eWidth\u003c\/span\u003e\n          \u003cspan class=\"dimension-value\"\u003e9\"\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"dimension-item\"\u003e\n          \u003cspan class=\"dimension-label\"\u003eHeight\u003c\/span\u003e\n          \u003cspan class=\"dimension-value\"\u003e3\"\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp\u003eThe base is constructed from \u003cstrong\u003emineral-filled sustainable polypropylene\u003c\/strong\u003e, offering excellent durability and environmental responsibility. The clear vented dome lid allows steam to escape while providing visibility of the container's contents.\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cstrong\u003eKey Benefits:\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cdiv class=\"benefit-item\"\u003eVented lid design releases moisture to keep food fresh\u003c\/div\u003e\n    \u003cdiv class=\"benefit-item\"\u003eCut-resistant and leakproof construction\u003c\/div\u003e\n    \u003cdiv class=\"benefit-item\"\u003eWithstands oils and grease without compromise\u003c\/div\u003e\n    \u003cdiv class=\"benefit-item\"\u003eSuitable for both hot and cold food items\u003c\/div\u003e\n    \u003cdiv class=\"benefit-item\"\u003ePerfect for to-go meals, leftovers, and meal prep\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42810388643924,"sku":"440058","price":248.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-01-06T125952.103.png?v=1767686411","url":"https:\/\/www.restaurantsupplywholesale.ca\/products\/ecopax-9-x-9-x-3-3-compartment-mineral-filled-plastic-microwaveable-black-take-out-container-with-lid-150-case","provider":"Prime Restaurant Supply Wholesale","version":"1.0","type":"link"}