{"product_id":"verterra-9-x-9-x-2-paperboard-bento-box-with-4-compartments-and-attached-window-lid-100-case","title":"VerTerra 9\" x 9\" x 2\" Paperboard Bento Box with 4 Compartments and Attached Window Lid - 100\/Case","description":"\u003cstyle\u003e\n  .product-description-container {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #2d3748;\n    line-height: 1.6;\n    max-width: 100%;\n  }\n  \n  .product-description-container h2 {\n    color: #234e52;\n    font-size: 1.85em;\n    margin-bottom: 18px;\n    font-weight: 700;\n    padding-bottom: 10px;\n    border-bottom: 3px solid #b2f5ea;\n  }\n  \n  .product-description-container p {\n    margin-bottom: 20px;\n    font-size: 16px;\n    color: #4a5568;\n  }\n  \n  .specs-table-wrapper {\n    margin: 28px 0;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);\n    border: 1px solid #e2e8f0;\n  }\n  \n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: white;\n  }\n  \n  .specs-table thead {\n    background: linear-gradient(135deg, #319795 0%, #2c7a7b 100%);\n  }\n  \n  .specs-table th {\n    color: white;\n    font-weight: 600;\n    padding: 20px 24px;\n    text-align: left;\n    font-size: 17px;\n    letter-spacing: 0.3px;\n  }\n  \n  .specs-table tbody tr {\n    border-bottom: 1px solid #f0f4f8;\n  }\n  \n  .specs-table tbody tr:nth-child(even) {\n    background-color: #f8ffff;\n  }\n  \n  .specs-table tbody tr:hover {\n    background-color: #f0ffff;\n  }\n  \n  .specs-table td {\n    padding: 18px 24px;\n    color: #4a5568;\n  }\n  \n  .specs-table td:first-child {\n    font-weight: 600;\n    color: #2d3748;\n    width: 38%;\n    border-right: 1px solid #edf2f7;\n  }\n  \n  .features-section {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    gap: 18px;\n    margin: 24px 0;\n  }\n  \n  .feature-item {\n    background: #f8ffff;\n    padding: 20px;\n    border-radius: 9px;\n    border: 1px solid #b2f5ea;\n    transition: all 0.3s ease;\n  }\n  \n  .feature-item:hover {\n    background: #f0ffff;\n    transform: translateY(-3px);\n    box-shadow: 0 8px 16px rgba(49, 151, 149, 0.1);\n  }\n  \n  .feature-item strong {\n    color: #234e52;\n    display: block;\n    margin-bottom: 8px;\n    font-size: 16px;\n    font-weight: 600;\n  }\n  \n  .feature-item span {\n    color: #4a5568;\n    font-size: 15px;\n    line-height: 1.5;\n  }\n  \n  .certification-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin: 22px 0;\n  }\n  \n  .badge {\n    padding: 9px 18px;\n    border-radius: 25px;\n    font-size: 14px;\n    font-weight: 500;\n    display: inline-flex;\n    align-items: center;\n  }\n  \n  .badge.eco {\n    background: #e6fffa;\n    color: #234e52;\n    border: 1px solid #b2f5ea;\n  }\n  \n  .badge.bento {\n    background: #fefcbf;\n    color: #744210;\n    border: 1px solid #faf089;\n  }\n  \n  .badge.cert {\n    background: #ebf8ff;\n    color: #2c5282;\n    border: 1px solid #bee3f8;\n  }\n  \n  .badge.resistant {\n    background: #faf5ff;\n    color: #553c9a;\n    border: 1px solid #e9d8fd;\n  }\n  \n  .dimensions-display {\n    background: linear-gradient(135deg, #f8ffff 0%, #f0ffff 100%);\n    border-radius: 10px;\n    padding: 24px;\n    margin: 24px 0;\n    border: 1px solid #b2f5ea;\n  }\n  \n  .dimensions-display h3 {\n    color: #234e52;\n    margin-bottom: 16px;\n    font-size: 18px;\n    font-weight: 600;\n  }\n  \n  .dimensions-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n    gap: 20px;\n  }\n  \n  .dimension {\n    text-align: center;\n    padding: 18px;\n    background: white;\n    border-radius: 8px;\n    border: 1px solid #e2e8f0;\n  }\n  \n  .dimension .value {\n    font-size: 24px;\n    font-weight: 700;\n    color: #2c7a7b;\n    margin-bottom: 6px;\n  }\n  \n  .dimension .label {\n    font-size: 14px;\n    color: #718096;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n  \n  .benefits-list {\n    list-style: none;\n    padding: 0;\n    margin: 24px 0;\n  }\n  \n  .benefits-list li {\n    padding: 12px 0 12px 32px;\n    position: relative;\n    color: #4a5568;\n    border-bottom: 1px solid #edf2f7;\n  }\n  \n  .benefits-list li:before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    color: #319795;\n    font-weight: bold;\n    font-size: 18px;\n  }\n  \n  .benefits-list li:last-child {\n    border-bottom: none;\n  }\n  \n  @media (max-width: 768px) {\n    .features-section {\n      grid-template-columns: 1fr;\n    }\n    \n    .dimensions-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n    \n    .specs-table-wrapper {\n      overflow-x: auto;\n    }\n    \n    .specs-table td:first-child {\n      width: 45%;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description-container\"\u003e\n\u003ch2\u003eVerTerra 4-Compartment Bento Box with Window Lid\u003c\/h2\u003e\n\u003cp\u003eElevate your food presentation with this sophisticated bento box from VerTerra. Crafted from eco-friendly kraft paper press board, this innovative design features four compartments with an attached window lid, creating the perfect solution for organized meal boxes and stylish food presentation.\u003c\/p\u003e\n\u003cdiv class=\"certification-badges\"\u003e\n\u003cspan class=\"badge eco\"\u003eUSDA Biobased Certified\u003c\/span\u003e \u003cspan class=\"badge bento\"\u003e4 Compartments\u003c\/span\u003e \u003cspan class=\"badge cert\"\u003eGrease \u0026amp; Water Resistant\u003c\/span\u003e \u003cspan class=\"badge resistant\"\u003eLocking Tabs\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cstrong\u003eMulti-Compartment Design\u003c\/strong\u003e \u003cspan\u003eFour separate sections with 90% high walls prevent food mixing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cstrong\u003eIntegrated Window Lid\u003c\/strong\u003e \u003cspan\u003eAttached clear window allows for product visibility and display\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cstrong\u003eSecure Closure System\u003c\/strong\u003e \u003cspan\u003eFour locking tabs (two top, two front) ensure secure transport\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cstrong\u003ePatented Fold Design\u003c\/strong\u003e \u003cspan\u003eFold-back lid stays out of the way during customer eating experience\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-table-wrapper\"\u003e\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\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e40698\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCase Quantity\u003c\/td\u003e\n\u003ctd\u003e100 bento boxes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e16 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003e9\" × 9\" × 2\" (Square)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompartments\u003c\/td\u003e\n\u003ctd\u003e4 compartments\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eKraft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eKraft Paperboard\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyle\u003c\/td\u003e\n\u003ctd\u003eFolded Top\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWindow\u003c\/td\u003e\n\u003ctd\u003eWith Window\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eGrease-Resistant • Locking Tabs • USDA Certified Biobased\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBento Boxes • Compartment Container\/Lid Combos\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimensions-display\"\u003e\n\u003ch3\u003eKey Measurements\u003c\/h3\u003e\n\u003cdiv class=\"dimensions-grid\"\u003e\n\u003cdiv class=\"dimension\"\u003e\n\u003cdiv class=\"value\"\u003e9\" × 9\" × 2\"\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eDimensions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimension\"\u003e\n\u003cdiv class=\"value\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eCompartments\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimension\"\u003e\n\u003cdiv class=\"value\"\u003e100\/Case\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eQuantity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimension\"\u003e\n\u003cdiv class=\"value\"\u003e16 lb\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eShipping Weight\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"benefits-list\"\u003e\n\u003cli\u003ePerfect for meal boxes, sandwiches, healthy meal prep, and charcuterie\u003c\/li\u003e\n\u003cli\u003eOil- and water-resistant design keeps food fresh during transport\u003c\/li\u003e\n\u003cli\u003eLightweight yet durable construction for easy handling\u003c\/li\u003e\n\u003cli\u003eClear window provides excellent product visibility for displays\u003c\/li\u003e\n\u003cli\u003eIdeal for grab-and-go applications and pre-packaged meals\u003c\/li\u003e\n\u003cli\u003eSleek modern design adds sophistication to food service\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eDesigned for food service establishments seeking elegant and organized meal presentation. The four-compartment bento box format is ideal for creating visually appealing meal combinations while maintaining food separation. The eco-friendly materials and thoughtful design features make this box perfect for modern food service operations focused on both presentation and sustainability.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42812322742356,"sku":"40698","price":419.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-01-07T093521.365.png?v=1767760586","url":"https:\/\/www.restaurantsupplywholesale.ca\/products\/verterra-9-x-9-x-2-paperboard-bento-box-with-4-compartments-and-attached-window-lid-100-case","provider":"Prime Restaurant Supply Wholesale","version":"1.0","type":"link"}