{"product_id":"tellus-products-48-oz-compostable-fiber-bowl-300-case","title":"Tellus Products 48 oz. Compostable Fiber Bowl - 300\/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: #276749;\n    font-size: 1.85em;\n    margin-bottom: 18px;\n    font-weight: 700;\n    padding-bottom: 10px;\n    border-bottom: 3px solid #9ae6b4;\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, #38a169 0%, #2f855a 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: #f9fff9;\n  }\n  \n  .specs-table tbody tr:hover {\n    background-color: #f0fff4;\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: #f9fff9;\n    padding: 20px;\n    border-radius: 9px;\n    border: 1px solid #c6f6d5;\n    transition: all 0.3s ease;\n  }\n  \n  .feature-item:hover {\n    background: #f0fff4;\n    transform: translateY(-3px);\n    box-shadow: 0 8px 16px rgba(56, 161, 105, 0.1);\n  }\n  \n  .feature-item strong {\n    color: #22543d;\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.usa {\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.large {\n    background: #faf5ff;\n    color: #553c9a;\n    border: 1px solid #e9d8fd;\n  }\n  \n  .dimensions-display {\n    background: linear-gradient(135deg, #f8fff9 0%, #f0fff4 100%);\n    border-radius: 10px;\n    padding: 24px;\n    margin: 24px 0;\n    border: 1px solid #c6f6d5;\n  }\n  \n  .dimensions-display h3 {\n    color: #22543d;\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: #2f855a;\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: #38a169;\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\n\u003cdiv class=\"product-description-container\"\u003e\n  \u003ch2\u003eTellus Products 48 oz. Compostable Fiber Bowl\u003c\/h2\u003e\n  \n  \u003cp\u003eExperience generous sustainable dining with our large-capacity compostable fiber bowl. Made in the USA with domestic and imported plant fibers, this bowl offers a substantial 48 oz. capacity while maintaining environmental responsibility. Perfect for establishments seeking to reduce their carbon footprint with compostable dinnerware alternatives.\u003c\/p\u003e\n  \n  \u003cdiv class=\"certification-badges\"\u003e\n    \u003cspan class=\"badge eco\"\u003eNo PFAS Added\u003c\/span\u003e\n    \u003cspan class=\"badge usa\"\u003eMade in USA\u003c\/span\u003e\n    \u003cspan class=\"badge cert\"\u003eBPI Certified\u003c\/span\u003e\n    \u003cspan class=\"badge large\"\u003e48 oz. Capacity\u003c\/span\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"features-section\"\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cstrong\u003eLarge Capacity\u003c\/strong\u003e\n      \u003cspan\u003e48 oz. volume perfect for generous portions, family meals, and catering\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cstrong\u003eMade in USA\u003c\/strong\u003e\n      \u003cspan\u003eManufactured with domestic and imported plant fibers for reduced carbon footprint\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cstrong\u003eTemperature Versatile\u003c\/strong\u003e\n      \u003cspan\u003eSuitable for both hot and cold foods, microwavable, and freezer safe\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cstrong\u003eCompatible Design\u003c\/strong\u003e\n      \u003cspan\u003eWorks with compatible lids (sold separately) for complete sustainable packaging\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \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\u003e40695\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eCase Quantity\u003c\/td\u003e\n          \u003ctd\u003e300 bowls\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eShipping Weight\u003c\/td\u003e\n          \u003ctd\u003e17 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eCapacity\u003c\/td\u003e\n          \u003ctd\u003e48 oz.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eTop Diameter\u003c\/td\u003e\n          \u003ctd\u003e8 inches\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eBottom Diameter\u003c\/td\u003e\n          \u003ctd\u003e4 5\/8 inches\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eHeight\u003c\/td\u003e\n          \u003ctd\u003e4 inches\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eColor\u003c\/td\u003e\n          \u003ctd\u003eBeige\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eMaterial\u003c\/td\u003e\n          \u003ctd\u003eMolded Plant Fiber\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eCompartments\u003c\/td\u003e\n          \u003ctd\u003e1 compartment\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eStyle\u003c\/td\u003e\n          \u003ctd\u003eUncoated • Unhinged\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eFeatures\u003c\/td\u003e\n          \u003ctd\u003eCommercially Compostable • Microwavable • Freezer Safe • Kosher\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eType\u003c\/td\u003e\n          \u003ctd\u003eBowls • Containers\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n  \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\"\u003e48 oz\u003c\/div\u003e\n        \u003cdiv class=\"label\"\u003eCapacity\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dimension\"\u003e\n        \u003cdiv class=\"value\"\u003e8\" × 4\"\u003c\/div\u003e\n        \u003cdiv class=\"label\"\u003eTop Dia. × Height\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dimension\"\u003e\n        \u003cdiv class=\"value\"\u003e4 5\/8\"\u003c\/div\u003e\n        \u003cdiv class=\"label\"\u003eBottom Diameter\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dimension\"\u003e\n        \u003cdiv class=\"value\"\u003e300\/Case\u003c\/div\u003e\n        \u003cdiv class=\"label\"\u003eQuantity\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cul class=\"benefits-list\"\u003e\n    \u003cli\u003eIdeal for restaurants, caterers, and food service operations\u003c\/li\u003e\n    \u003cli\u003ePerfect for grain bowls, warm salads, ice cream, and entrees\u003c\/li\u003e\n    \u003cli\u003eNatural beige color with no dyes or artificial coloring\u003c\/li\u003e\n    \u003cli\u003ePFAS-free construction eliminates \"forever chemical\" concerns\u003c\/li\u003e\n    \u003cli\u003eCertified 100% compostable in municipal or industrial facilities\u003c\/li\u003e\n    \u003cli\u003ePromotes sustainability while efficiently serving customers\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \n  \u003cp\u003eDesigned for food service establishments requiring generous portion sizes without compromising environmental values. The substantial 48 oz. capacity makes this bowl ideal for family meals, catering events, and restaurants serving hearty portions. Support sustainable practices while delivering exceptional dining experiences with this large-format compostable bowl.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42812312191060,"sku":"40695","price":127.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-01-07T092213.804.png?v=1767759757","url":"https:\/\/www.restaurantsupplywholesale.ca\/products\/tellus-products-48-oz-compostable-fiber-bowl-300-case","provider":"Prime Restaurant Supply Wholesale","version":"1.0","type":"link"}