{"title":"Disposable Bakery Supplies","description":"\u003cdiv class=\"!flex items-center gap-3\"\u003e\n\u003cp class=\"text-left text-base font-semibold leading-5 hover:underline text-green-500 active:text-green-700 active:underline m-0 p-0\"\u003eDisposable Bakery Supplies\u003c\/p\u003e\n\u003c\/div\u003e","products":[{"product_id":"choice-10-x-6-3-4-x-12-natural-kraft-paper-customizable-shopping-bag-with-handles-250-case","title":"10\" x 6 3\/4\" x 12\" Natural Kraft Paper Customizable Shopping Bag with Handles - 250\/Case","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eChoice Natural Kraft Shopping Bags - Product Description\u003c\/title\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700\u0026amp;family=Raleway:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Raleway', sans-serif;\n            color: #5d4037;\n            line-height: 1.6;\n            background-color: #faf5ee;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 8px 30px rgba(0,0,0,0.08);\n            overflow: hidden;\n            margin: 20px 0;\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #6d4c41 0%, #8d6e63 100%);\n            padding: 50px 40px;\n            text-align: center;\n            color: white;\n            position: relative;\n        }\n        \n        .eco-badge {\n            position: absolute;\n            top: 20px;\n            right: 20px;\n            background: #4caf50;\n            color: white;\n            padding: 8px 15px;\n            border-radius: 50px;\n            font-size: 0.9rem;\n            font-weight: 600;\n        }\n        \n        .product-title {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 2.8rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 1.4rem;\n            max-width: 800px;\n            margin: 0 auto;\n            opacity: 0.9;\n            font-weight: 400;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n            padding: 40px;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n            text-align: center;\n            position: relative;\n        }\n        \n        .bag-icon {\n            font-size: 180px;\n            color: #6d4c41;\n            margin-bottom: 20px;\n            text-shadow: 0 5px 15px rgba(109, 76, 65, 0.3);\n        }\n        \n        .dimensions {\n            background: #f5f5f5;\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 20px;\n            display: inline-block;\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n        }\n        \n        .features-title {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 1.8rem;\n            margin-bottom: 25px;\n            color: #4e342e;\n            position: relative;\n            padding-bottom: 12px;\n        }\n        \n        .features-title:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 50px;\n            height: 3px;\n            background-color: #8d6e63;\n        }\n        \n        .features-list {\n            list-style-type: none;\n            margin-bottom: 30px;\n        }\n        \n        .features-list li {\n            margin-bottom: 16px;\n            padding-left: 40px;\n            position: relative;\n            font-size: 1.1rem;\n        }\n        \n        .features-list li:before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            top: -2px;\n            width: 28px;\n            height: 28px;\n            background: #e8f5e9;\n            color: #4caf50;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n            background: #faf5ee;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .specs-table td {\n            padding: 15px 20px;\n            border-bottom: 1px solid #e8e8e8;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .specs-table td:first-child {\n            font-weight: 600;\n            color: #4e342e;\n            width: 40%;\n        }\n        \n        .features-section {\n            background: linear-gradient(to right, #faf5ee 0%, #f1e8de 100%);\n            padding: 50px 40px;\n            text-align: center;\n        }\n        \n        .features-title-main {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 2rem;\n            margin-bottom: 40px;\n            color: #4e342e;\n        }\n        \n        .features-grid {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 30px;\n        }\n        \n        .feature-item {\n            background: white;\n            padding: 30px 25px;\n            border-radius: 12px;\n            width: 250px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.06);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        .feature-item:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 25px rgba(0,0,0,0.1);\n        }\n        \n        .feature-icon {\n            font-size: 2.8rem;\n            margin-bottom: 20px;\n            color: #6d4c41;\n        }\n        \n        .applications {\n            padding: 60px 40px;\n            background: white;\n            text-align: center;\n        }\n        \n        .applications-title {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 2rem;\n            margin-bottom: 40px;\n            color: #4e342e;\n        }\n        \n        .applications-grid {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 30px;\n        }\n        \n        .application-item {\n            width: 220px;\n            text-align: center;\n        }\n        \n        .application-icon {\n            width: 80px;\n            height: 80px;\n            background: #f1e8de;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 20px;\n            font-size: 2.2rem;\n            color: #6d4c41;\n            transition: transform 0.3s ease, background 0.3s ease;\n        }\n        \n        .application-item:hover .application-icon {\n            transform: scale(1.1);\n            background: #6d4c41;\n            color: white;\n        }\n        \n        .application-item h3 {\n            font-family: 'Montserrat', sans-serif;\n            margin-bottom: 15px;\n            color: #4e342e;\n        }\n        \n        .benefits-section {\n            padding: 60px 40px;\n            background: linear-gradient(to right, #6d4c41 0%, #8d6e63 100%);\n            color: white;\n            text-align: center;\n        }\n        \n        .benefits-title {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 2.2rem;\n            margin-bottom: 40px;\n        }\n        \n        .benefits-grid {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 40px;\n        }\n        \n        .benefit-item {\n            background: rgba(255, 255, 255, 0.15);\n            backdrop-filter: blur(5px);\n            padding: 30px 25px;\n            border-radius: 12px;\n            width: 280px;\n            border: 1px solid rgba(255, 255, 255, 0.2);\n        }\n        \n        .benefit-icon {\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n        }\n        \n        .cta-section {\n            padding: 70px 40px;\n            text-align: center;\n            background: white;\n        }\n        \n        .cta-title {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 2.2rem;\n            margin-bottom: 20px;\n            color: #4e342e;\n        }\n        \n        .cta-text {\n            max-width: 700px;\n            margin: 0 auto 30px;\n            font-size: 1.2rem;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: #6d4c41;\n            color: white;\n            padding: 18px 45px;\n            border-radius: 50px;\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600;\n            font-size: 1.2rem;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 15px rgba(109, 76, 65, 0.3);\n        }\n        \n        .cta-button:hover {\n            background: #8d6e63;\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(109, 76, 65, 0.4);\n        }\n        \n        @media (max-width: 768px) {\n            .product-header {\n                padding: 30px 20px;\n            }\n            \n            .product-title {\n                font-size: 2.2rem;\n            }\n            \n            .product-subtitle {\n                font-size: 1.1rem;\n            }\n            \n            .product-content {\n                flex-direction: column;\n                padding: 20px;\n            }\n            \n            .bag-icon {\n                font-size: 120px;\n            }\n            \n            .features-section, .applications, .benefits-section {\n                padding: 30px 20px;\n            }\n            \n            .feature-item, .benefit-item {\n                width: 100%;\n                max-width: 300px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003cdiv class=\"eco-badge\"\u003eECO-FRIENDLY\u003c\/div\u003e\n            \u003ch1 class=\"product-title\"\u003eChoice Natural Kraft Shopping Bags\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003ePackage your purchases with our simple, sturdy, and eco-friendly kraft paper shopping bags\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"bag-icon\"\u003e\n                    \u003ci class=\"fas fa-shopping-bag\"\u003e\u003c\/i\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"dimensions\"\u003e\n                    \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e 10\" x 6 3\/4\" x 12\"\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cp\u003eRectangular base for stability\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003ch2 class=\"features-title\"\u003eProduct Features\u003c\/h2\u003e\n                \u003cul class=\"features-list\"\u003e\n                    \u003cli\u003eMade from natural kraft paper - eco-friendly and biodegradable\u003c\/li\u003e\n                    \u003cli\u003eSturdy handles for comfortable carrying\u003c\/li\u003e\n                    \u003cli\u003eRectangular base allows the bag to stand steady and upright\u003c\/li\u003e\n                    \u003cli\u003eDurable construction protects your purchases\u003c\/li\u003e\n                    \u003cli\u003eNeutral color works with any branding or store aesthetic\u003c\/li\u003e\n                    \u003cli\u003ePerfect for retail, gifts, and various merchandise\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \n                \u003ch2 class=\"features-title\"\u003eSpecifications\u003c\/h2\u003e\n                \u003ctable class=\"specs-table\"\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eMaterial\u003c\/td\u003e\n                        \u003ctd\u003eNatural kraft paper\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eDimensions\u003c\/td\u003e\n                        \u003ctd\u003e10\" x 6 3\/4\" x 12\"\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eBase Type\u003c\/td\u003e\n                        \u003ctd\u003eRectangular (self-standing)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eHandles\u003c\/td\u003e\n                        \u003ctd\u003eSturdy paper handles\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eEco-Friendly\u003c\/td\u003e\n                        \u003ctd\u003eBiodegradable and recyclable\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"features-section\"\u003e\n            \u003ch2 class=\"features-title-main\"\u003eKey Features\u003c\/h2\u003e\n            \u003cdiv class=\"features-grid\"\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e\n                        \u003ci class=\"fas fa-box\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003eSturdy Base\u003c\/h3\u003e\n                    \u003cp\u003eRectangular base allows the bag to stand steady and upright\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e\n                        \u003ci class=\"fas fa-hand-holding\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003eComfortable Handles\u003c\/h3\u003e\n                    \u003cp\u003eSturdy handles make carrying purchases simple and easy\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e\n                        \u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003eProtective\u003c\/h3\u003e\n                    \u003cp\u003eDurable construction keeps contents safe during transport\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e\n                        \u003ci class=\"fas fa-leaf\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003eEco-Friendly\u003c\/h3\u003e\n                    \u003cp\u003eMade from natural kraft paper that's biodegradable\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"applications\"\u003e\n            \u003ch2 class=\"applications-title\"\u003ePerfect For\u003c\/h2\u003e\n            \u003cdiv class=\"applications-grid\"\u003e\n                \u003cdiv class=\"application-item\"\u003e\n                    \u003cdiv class=\"application-icon\"\u003e\n                        \u003ci class=\"fas fa-store\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003eRetail Stores\u003c\/h3\u003e\n                    \u003cp\u003eIdeal for clothing, gifts, and various merchandise\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003e\n                    \u003cdiv class=\"application-icon\"\u003e\n                        \u003ci class=\"fas fa-gift\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003eGift Packaging\u003c\/h3\u003e\n                    \u003cp\u003ePerfect for presenting gifts in an elegant way\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003e\n                    \u003cdiv class=\"application-icon\"\u003e\n                        \u003ci class=\"fas fa-tshirt\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003eClothing Boutiques\u003c\/h3\u003e\n                    \u003cp\u003eGreat for apparel and fashion items\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003e\n                    \u003cdiv class=\"application-icon\"\u003e\n                        \u003ci class=\"fas fa-cookie-bite\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003eBakeries \u0026amp; Food\u003c\/h3\u003e\n                    \u003cp\u003eSafe for food items and baked goods\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"benefits-section\"\u003e\n            \u003ch2 class=\"benefits-title\"\u003eKey Benefits\u003c\/h2\u003e\n            \u003cdiv class=\"benefits-grid\"\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e\n                        \u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003eCustomer Convenience\u003c\/h3\u003e\n                    \u003cp\u003eEasy to carry with sturdy handles and stable base\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e\n                        \u003ci class=\"fas fa-palette\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003eBranding Ready\u003c\/h3\u003e\n                    \u003cp\u003eNatural kraft color provides perfect canvas for branding\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e\n                        \u003ci class=\"fas fa-recycle\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003eEco-Conscious\u003c\/h3\u003e\n                    \u003cp\u003eAppeal to environmentally aware customers\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cta-section\"\u003e\n            \u003ch2 class=\"cta-title\"\u003eElevate Your Packaging\u003c\/h2\u003e\n            \u003cp class=\"cta-text\"\u003eProvide your customers with convenient, eco-friendly packaging that protects their purchases and enhances your brand image.\u003c\/p\u003e\n            \u003ca href=\"#\" class=\"cta-button\"\u003eOrder Now\u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42487418257492,"sku":null,"price":103.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2750938.jpg?v=1758303563"},{"product_id":"choice-full-size-foil-steam-table-pan-deep-3-3-8-depth-full-size-deep-50-case","title":"Full Size Foil Steam Table Pan Deep 3 3\/8\" Depth - Full Size Deep - 50\/Case","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eChoice Full Size Foil Steam Table Pan\u003c\/title\u003e\n    \u003cstyle\u003e\n        .product-description {\n            font-family: 'Helvetica Neue', Arial, sans-serif;\n            color: #333;\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-title {\n            font-size: 28px;\n            font-weight: 700;\n            color: #2c3e50;\n            margin-bottom: 15px;\n            text-align: center;\n            border-bottom: 2px solid #e67e22;\n            padding-bottom: 10px;\n        }\n        \n        .product-highlights {\n            display: flex;\n            justify-content: space-between;\n            flex-wrap: wrap;\n            margin: 25px 0;\n        }\n        \n        .highlight-item {\n            flex-basis: 30%;\n            text-align: center;\n            padding: 20px 15px;\n            margin-bottom: 15px;\n            background-color: #f9f9f9;\n            border-radius: 8px;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.1);\n            transition: transform 0.3s ease;\n        }\n        \n        .highlight-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n        }\n        \n        .highlight-icon {\n            font-size: 40px;\n            color: #e67e22;\n            margin-bottom: 15px;\n        }\n        \n        .highlight-title {\n            font-weight: 600;\n            font-size: 18px;\n            margin-bottom: 10px;\n            color: #2c3e50;\n        }\n        \n        .product-details {\n            background-color: #f5f5f5;\n            padding: 25px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border-left: 4px solid #e67e22;\n        }\n        \n        .detail-heading {\n            font-size: 22px;\n            font-weight: 600;\n            color: #2c3e50;\n            margin-bottom: 15px;\n        }\n        \n        .capacity-badge {\n            display: inline-block;\n            background-color: #e67e22;\n            color: white;\n            padding: 8px 15px;\n            border-radius: 20px;\n            font-weight: 600;\n            margin: 15px 0;\n        }\n        \n        .usage-list {\n            columns: 2;\n            column-gap: 30px;\n            margin: 20px 0;\n        }\n        \n        .usage-list li {\n            margin-bottom: 10px;\n            break-inside: avoid;\n        }\n        \n        .benefit-box {\n            background-color: #2c3e50;\n            color: white;\n            padding: 25px;\n            border-radius: 8px;\n            margin: 25px 0;\n        }\n        \n        .benefit-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 15px;\n            color: #e67e22;\n        }\n        \n        @media (max-width: 768px) {\n            .highlight-item {\n                flex-basis: 100%;\n            }\n            \n            .usage-list {\n                columns: 1;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description\"\u003e\n        \u003ch1 class=\"product-title\"\u003eChoice Full Size Foil Steam Table Pan\u003c\/h1\u003e\n        \n        \u003cdiv class=\"product-highlights\"\u003e\n            \u003cdiv class=\"highlight-item\"\u003e\n                \u003cdiv class=\"highlight-icon\"\u003e🔥\u003c\/div\u003e\n                \u003cdiv class=\"highlight-title\"\u003eSuperior Temperature Retention\u003c\/div\u003e\n                \u003cp\u003eKeep your food at perfect serving temperature for extended periods\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"highlight-item\"\u003e\n                \u003cdiv class=\"highlight-icon\"\u003e🎯\u003c\/div\u003e\n                \u003cdiv class=\"highlight-title\"\u003eVersatile Usage\u003c\/div\u003e\n                \u003cp\u003eIdeal for cooking, storing, and serving all menu items\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"highlight-item\"\u003e\n                \u003cdiv class=\"highlight-icon\"\u003e🍽️\u003c\/div\u003e\n                \u003cdiv class=\"highlight-title\"\u003eEnhanced Presentation\u003c\/div\u003e\n                \u003cp\u003eElevate your food presentation for any event size\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-details\"\u003e\n            \u003ch2 class=\"detail-heading\"\u003eProduct Details\u003c\/h2\u003e\n            \u003cp\u003eConserve your food's temperature and enhance your presentation with this Choice full size foil steam table pan!\u003c\/p\u003e\n            \n            \u003cdiv class=\"capacity-badge\"\u003eCapacity: 346 fl. oz.\u003c\/div\u003e\n            \n            \u003cp\u003eGreat for cooking, storing, and serving all your:\u003c\/p\u003e\n            \u003cul class=\"usage-list\"\u003e\n                \u003cli\u003eEntrees\u003c\/li\u003e\n                \u003cli\u003eSides\u003c\/li\u003e\n                \u003cli\u003eAppetizers\u003c\/li\u003e\n                \u003cli\u003eDesserts\u003c\/li\u003e\n                \u003cli\u003eSoups and sauces\u003c\/li\u003e\n                \u003cli\u003eCasseroles\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"benefit-box\"\u003e\n            \u003ch2 class=\"benefit-title\"\u003ePerfect For Any Event\u003c\/h2\u003e\n            \u003cp\u003eThis versatile pan is perfect for banquets and events of any size. It provides unparalleled temperature retention and can hold up to 346 fl. oz. of your signature menu items.\u003c\/p\u003e\n            \u003cp\u003eWhether you're catering a wedding, hosting a buffet, or managing food service in your restaurant, this pan delivers professional results every time.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42487427235924,"sku":null,"price":137.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2418897.jpg?v=1758303911"},{"product_id":"lavex-lil-herc-55-60-gallon-1-2-mil-38-x-58-low-density-medium-duty-black-trash-bag-can-liner-100-case","title":"Li'l Herc 55-60 Gallon 1.2 Mil 38\" x 58\" Low-Density Medium-Duty Black Trash Bag \/ Can Liner - 100\/Case","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eLavex Li'l Herc Medium-Duty Black Trash Bags\u003c\/title\u003e\n    \u003cstyle\u003e\n        .product-description {\n            font-family: 'Helvetica Neue', Arial, sans-serif;\n            color: #333;\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 20px;\n            line-height: 1.6;\n        }\n        \n        .product-title {\n            font-size: 28px;\n            font-weight: 700;\n            color: #2c3e50;\n            margin-bottom: 15px;\n            text-align: center;\n            border-bottom: 2px solid #27ae60;\n            padding-bottom: 10px;\n        }\n        \n        .product-highlights {\n            display: flex;\n            justify-content: space-between;\n            flex-wrap: wrap;\n            margin: 25px 0;\n            gap: 15px;\n        }\n        \n        .highlight-item {\n            flex-basis: 30%;\n            text-align: center;\n            padding: 20px 15px;\n            margin-bottom: 15px;\n            background-color: #f9f9f9;\n            border-radius: 8px;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.1);\n            transition: transform 0.3s ease;\n        }\n        \n        .highlight-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n        }\n        \n        .highlight-icon {\n            font-size: 40px;\n            color: #27ae60;\n            margin-bottom: 15px;\n        }\n        \n        .highlight-title {\n            font-weight: 600;\n            font-size: 18px;\n            margin-bottom: 10px;\n            color: #2c3e50;\n        }\n        \n        .product-details {\n            background-color: #f5f5f5;\n            padding: 25px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border-left: 4px solid #27ae60;\n        }\n        \n        .detail-heading {\n            font-size: 22px;\n            font-weight: 600;\n            color: #2c3e50;\n            margin-bottom: 15px;\n        }\n        \n        .capacity-badge {\n            display: inline-block;\n            background-color: #27ae60;\n            color: white;\n            padding: 8px 15px;\n            border-radius: 20px;\n            font-weight: 600;\n            margin: 15px 0;\n            font-size: 18px;\n        }\n        \n        .usage-list {\n            columns: 2;\n            column-gap: 30px;\n            margin: 20px 0;\n        }\n        \n        .usage-list li {\n            margin-bottom: 10px;\n            break-inside: avoid;\n            padding-left: 5px;\n        }\n        \n        .benefit-box {\n            background-color: #2c3e50;\n            color: white;\n            padding: 25px;\n            border-radius: 8px;\n            margin: 25px 0;\n        }\n        \n        .benefit-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 15px;\n            color: #27ae60;\n        }\n        \n        .environment-section {\n            display: flex;\n            align-items: center;\n            background: linear-gradient(to right, #e8f5e9, #ffffff);\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n        }\n        \n        .environment-icon {\n            font-size: 50px;\n            color: #27ae60;\n            margin-right: 20px;\n            flex-shrink: 0;\n        }\n        \n        .brand-trust {\n            text-align: center;\n            padding: 20px;\n            font-style: italic;\n            border-top: 1px dashed #ccc;\n            border-bottom: 1px dashed #ccc;\n            margin: 25px 0;\n        }\n        \n        @media (max-width: 768px) {\n            .highlight-item {\n                flex-basis: 100%;\n            }\n            \n            .usage-list {\n                columns: 1;\n            }\n            \n            .environment-section {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            .environment-icon {\n                margin-right: 0;\n                margin-bottom: 15px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description\"\u003e\n        \u003ch1 class=\"product-title\"\u003eLavex Li'l Herc Medium-Duty Black Trash Bags\u003c\/h1\u003e\n        \n        \u003cdiv class=\"brand-trust\"\u003e\n            \u003cp\u003eTrusted brand Lavex Li'l Herc has designed the economical 55-60 gallon medium-duty black trash bag as a solution to all of your waste management needs!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-highlights\"\u003e\n            \u003cdiv class=\"highlight-item\"\u003e\n                \u003cdiv class=\"highlight-icon\"\u003e💪\u003c\/div\u003e\n                \u003cdiv class=\"highlight-title\"\u003eMedium-Duty Strength\u003c\/div\u003e\n                \u003cp\u003eStrong, reliable solution for all your waste collection needs\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"highlight-item\"\u003e\n                \u003cdiv class=\"highlight-icon\"\u003e💰\u003c\/div\u003e\n                \u003cdiv class=\"highlight-title\"\u003eEconomical\u003c\/div\u003e\n                \u003cp\u003eCost-effective waste management without compromising quality\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"highlight-item\"\u003e\n                \u003cdiv class=\"highlight-icon\"\u003e🌿\u003c\/div\u003e\n                \u003cdiv class=\"highlight-title\"\u003eEco-Friendly\u003c\/div\u003e\n                \u003cp\u003eEnvironmentally-friendly low density liner material\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-details\"\u003e\n            \u003ch2 class=\"detail-heading\"\u003eProduct Details\u003c\/h2\u003e\n            \u003cp\u003eChoose this 55-60 gallon Lavex Li'l Herc medium-duty black trash bag for an economical, strong solution to waste collection.\u003c\/p\u003e\n            \n            \u003cdiv class=\"capacity-badge\"\u003eCapacity: 55-60 Gallons\u003c\/div\u003e\n            \n            \u003cp\u003eThis versatile can liner is perfect for:\u003c\/p\u003e\n            \u003cul class=\"usage-list\"\u003e\n                \u003cli\u003eBars and restaurants\u003c\/li\u003e\n                \u003cli\u003eCommercial kitchens\u003c\/li\u003e\n                \u003cli\u003eCatered events\u003c\/li\u003e\n                \u003cli\u003eOffice buildings\u003c\/li\u003e\n                \u003cli\u003eHospitality venues\u003c\/li\u003e\n                \u003cli\u003eRetail establishments\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"environment-section\"\u003e\n            \u003cdiv class=\"environment-icon\"\u003e🌎\u003c\/div\u003e\n            \u003cdiv\u003e\n                \u003ch2 class=\"benefit-title\"\u003eEco-Friendly Solution\u003c\/h2\u003e\n                \u003cp\u003eWith all of the same benefits of a traditional low density liner, this bag is environmentally-friendly so you can save money and go green!\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"benefit-box\"\u003e\n            \u003ch2 class=\"benefit-title\"\u003eVersatile Application\u003c\/h2\u003e\n            \u003cp\u003eIdeal for various commercial and hospitality settings, these trash bags provide reliable containment for all your waste management needs. The medium-duty construction offers the perfect balance of strength and value.\u003c\/p\u003e\n            \u003cp\u003eWhether you're managing waste in a busy kitchen, serving customers at a bar, or handling cleanup after catered events, these bags deliver consistent performance.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42487431430228,"sku":null,"price":52.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2258185.jpg?v=1758304201"},{"product_id":"choice-half-size-foil-steam-table-pan-deep-2-9-16-depth-100-case","title":"Half Size Foil Steam Table Pan Deep 2 9\/16\" Depth - 100\/Case","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eChoice Half-Size Foil Steam Table Pan\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            background-color: #f9f9f9;\n            line-height: 1.6;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 30px auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            padding: 20px;\n            background: linear-gradient(135deg, #fff 0%, #f3f3f3 100%);\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            color: #2c3e50;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: #7f8c8d;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .highlight {\n            color: #e67e22;\n            font-weight: 600;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            margin-bottom: 40px;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            background: linear-gradient(45deg, #f5f5f5, #e0e0e0);\n            border-radius: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 30px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n        }\n        \n        .image-placeholder {\n            font-size: 5rem;\n            color: #e67e22;\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 300px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-bottom: 30px;\n        }\n        \n        .feature {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            text-align: center;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            transition: transform 0.3s ease;\n        }\n        \n        .feature:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.1);\n        }\n        \n        .feature i {\n            font-size: 2.5rem;\n            color: #e67e22;\n            margin-bottom: 15px;\n        }\n        \n        .feature h3 {\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n            color: #2c3e50;\n        }\n        \n        .capacity-badge {\n            background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);\n            color: white;\n            padding: 12px 25px;\n            border-radius: 30px;\n            font-weight: 700;\n            font-size: 1.5rem;\n            display: inline-block;\n            margin: 20px 0;\n            box-shadow: 0 5px 15px rgba(230, 126, 34, 0.3);\n        }\n        \n        .usage-section {\n            background: white;\n            padding: 30px;\n            border-radius: 10px;\n            margin: 30px 0;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        \n        .section-title {\n            font-size: 1.8rem;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #e67e22;\n            display: inline-block;\n        }\n        \n        .usage-list {\n            columns: 2;\n            column-gap: 30px;\n            margin: 20px 0;\n        }\n        \n        .usage-list li {\n            margin-bottom: 12px;\n            break-inside: avoid;\n            padding-left: 5px;\n            list-style-type: none;\n            position: relative;\n        }\n        \n        .usage-list li:before {\n            content: \"•\";\n            color: #e67e22;\n            font-weight: bold;\n            display: inline-block;\n            width: 1em;\n            margin-left: -1em;\n        }\n        \n        .benefits-section {\n            background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);\n            color: white;\n            padding: 40px;\n            border-radius: 10px;\n            margin: 30px 0;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n        }\n        \n        .benefits-section .section-title {\n            color: #e67e22;\n            border-bottom: 2px solid #e67e22;\n        }\n        \n        .testimonial {\n            background: white;\n            padding: 25px;\n            border-radius: 10px;\n            margin: 25px 0;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n            font-style: italic;\n            position: relative;\n        }\n        \n        .testimonial:before {\n            content: \"\"\";\n            font-size: 5rem;\n            color: #e67e22;\n            opacity: 0.2;\n            position: absolute;\n            top: 10px;\n            left: 15px;\n        }\n        \n        .call-to-action {\n            text-align: center;\n            padding: 30px;\n            background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);\n            color: white;\n            border-radius: 10px;\n            margin: 30px 0;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: white;\n            color: #e67e22;\n            padding: 15px 40px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 700;\n            font-size: 1.2rem;\n            margin-top: 20px;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.2);\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.3);\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .usage-list {\n                columns: 1;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eChoice Half-Size Foil Steam Table Pan\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eConserve your food's temperature and \u003cspan class=\"highlight\"\u003eenhance your presentation\u003c\/span\u003e with this premium half-size foil steam table pan!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"image-placeholder\"\u003e\n                    \u003ci class=\"fas fa-utensils\"\u003e\u003c\/i\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"capacity-badge\"\u003e\n                    \u003ci class=\"fas fa-weight-hanging\"\u003e\u003c\/i\u003e Capacity: 120 fl. oz.\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"features-grid\"\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003ci class=\"fas fa-thermometer-half\"\u003e\u003c\/i\u003e\n                        \u003ch3\u003eTemperature Retention\u003c\/h3\u003e\n                        \u003cp\u003eKeeps food at perfect serving temperature for hours\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature\"\u003e\n                        \u003ci class=\"fas fa-utensil-spoon\"\u003e\u003c\/i\u003e\n                        \u003ch3\u003eVersatile Use\u003c\/h3\u003e\n                        \u003cp\u003eIdeal for cooking, storing, and serving\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature\"\u003e\n                        \u003ci class=\"fas fa-cheese\"\u003e\u003c\/i\u003e\n                        \u003ch3\u003ePerfect Size\u003c\/h3\u003e\n                        \u003cp\u003eHalf-size design fits standard steam tables\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature\"\u003e\n                        \u003ci class=\"fas fa-award\"\u003e\u003c\/i\u003e\n                        \u003ch3\u003ePremium Quality\u003c\/h3\u003e\n                        \u003cp\u003eDurable foil construction for repeated use\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"usage-section\"\u003e\n            \u003ch2 class=\"section-title\"\u003eIdeal For All Your Culinary Needs\u003c\/h2\u003e\n            \u003cp\u003eGreat for cooking, storing, and serving all your menu items. This versatile pan is perfect for banquets and events of any size.\u003c\/p\u003e\n            \n            \u003cul class=\"usage-list\"\u003e\n                \u003cli\u003eEntrees and main dishes\u003c\/li\u003e\n                \u003cli\u003eSide dishes and vegetables\u003c\/li\u003e\n                \u003cli\u003eAppetizers and hors d'oeuvres\u003c\/li\u003e\n                \u003cli\u003eDesserts and pastries\u003c\/li\u003e\n                \u003cli\u003eSauces and gravies\u003c\/li\u003e\n                \u003cli\u003eSalads and cold dishes\u003c\/li\u003e\n                \u003cli\u003eCasseroles and baked dishes\u003c\/li\u003e\n                \u003cli\u003eBuffet service and catering\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"benefits-section\"\u003e\n            \u003ch2 class=\"section-title\"\u003eUnparalleled Performance\u003c\/h2\u003e\n            \u003cp\u003eThis half-size steam table pan provides unparalleled temperature retention and can hold up to 120 fl. oz. of your signature menu items. Whether you're running a restaurant, catering business, or hosting special events, this pan delivers professional results.\u003c\/p\u003e\n            \n            \u003cdiv class=\"testimonial\"\u003e\n                \"We've been using these pans in our catering business for years. The temperature control is exceptional, and the half-size is perfect for most of our side dishes and desserts. Highly recommend!\"\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"call-to-action\"\u003e\n            \u003ch2\u003eUpgrade Your Food Service Today\u003c\/h2\u003e\n            \u003cp\u003eExperience the difference that quality steam table pans make in your food presentation and temperature maintenance.\u003c\/p\u003e\n            \u003ca href=\"#\" class=\"cta-button\"\u003eAdd to Cart\u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42487442210900,"sku":null,"price":93.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2805899.jpg?v=1758304445"},{"product_id":"dart-c57pst1-clearseal-hinged-lid-plastic-container-6-x-5-13-16-x-3-500-case","title":"Dart C57PST1 ClearSeal Hinged Lid Plastic Container 6\" x 5 13\/16\" x 3\" - 500\/Case","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eDart ClearSeal Hinged Lid Container\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            background-color: #f9f9f9;\n            line-height: 1.6;\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 5px 25px rgba(0,0,0,0.1);\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #2c3e50 0%, #4a6491 100%);\n            color: white;\n            padding: 40px;\n            text-align: center;\n        }\n        \n        .product-title {\n            font-size: 2.8rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 1.3rem;\n            max-width: 800px;\n            margin: 0 auto;\n            opacity: 0.9;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            background: linear-gradient(45deg, #f5f7fa, #e4e8f0);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 40px;\n        }\n        \n        .image-placeholder {\n            font-size: 6rem;\n            color: #4a6491;\n            text-align: center;\n        }\n        \n        .image-caption {\n            margin-top: 20px;\n            font-style: italic;\n            color: #666;\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 300px;\n            padding: 40px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature {\n            background: #f8f9fa;\n            padding: 20px;\n            border-radius: 8px;\n            text-align: center;\n            border-left: 4px solid #4a6491;\n            transition: transform 0.3s ease;\n        }\n        \n        .feature:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.1);\n        }\n        \n        .feature i {\n            font-size: 2.5rem;\n            color: #4a6491;\n            margin-bottom: 15px;\n        }\n        \n        .feature h3 {\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n            color: #2c3e50;\n        }\n        \n        .applications {\n            background: #eef2f7;\n            padding: 40px;\n        }\n        \n        .section-title {\n            font-size: 1.8rem;\n            color: #2c3e50;\n            margin-bottom: 25px;\n            text-align: center;\n            position: relative;\n            padding-bottom: 15px;\n        }\n        \n        .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 3px;\n            background: #4a6491;\n        }\n        \n        .applications-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            text-align: center;\n        }\n        \n        .application {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.08);\n        }\n        \n        .application i {\n            font-size: 2rem;\n            color: #4a6491;\n            margin-bottom: 15px;\n        }\n        \n        .benefits {\n            padding: 40px;\n            background: white;\n        }\n        \n        .benefits-list {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .benefit-item {\n            display: flex;\n            align-items: center;\n            margin-bottom: 20px;\n            padding: 15px;\n            background: #f8f9fa;\n            border-radius: 8px;\n        }\n        \n        .benefit-icon {\n            font-size: 1.8rem;\n            color: #4a6491;\n            margin-right: 20px;\n            flex-shrink: 0;\n        }\n        \n        .ideal-for {\n            background: linear-gradient(135deg, #2c3e50 0%, #4a6491 100%);\n            color: white;\n            padding: 40px;\n            text-align: center;\n        }\n        \n        .business-list {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 15px;\n            margin-top: 25px;\n        }\n        \n        .business-item {\n            background: rgba(255, 255, 255, 0.15);\n            padding: 12px 20px;\n            border-radius: 30px;\n            backdrop-filter: blur(5px);\n        }\n        \n        .call-to-action {\n            padding: 40px;\n            text-align: center;\n            background: white;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: #4a6491;\n            color: white;\n            padding: 16px 45px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 700;\n            font-size: 1.2rem;\n            margin-top: 20px;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 15px rgba(74, 100, 145, 0.3);\n        }\n        \n        .cta-button:hover {\n            background: #3a5481;\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(74, 100, 145, 0.4);\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2.2rem;\n            }\n            \n            .product-subtitle {\n                font-size: 1.1rem;\n            }\n            \n            .product-content {\n                flex-direction: column;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eDart C57PST1 ClearSeal Hinged Lid Container\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eLock in freshness with the ultimate takeout experience\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"image-placeholder\"\u003e\n                        \u003ci class=\"fas fa-utensils\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cp class=\"image-caption\"\u003eClear container with secure hinged lid\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003ch2 class=\"section-title\"\u003ePremium Food Container\u003c\/h2\u003e\n                \u003cp\u003eGive your customers the ultimate experience by letting them take home salads, sandwiches, cookies, and pasta with this clear hinged container!\u003c\/p\u003e\n                \n                \u003cdiv class=\"features-grid\"\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003ci class=\"fas fa-lock\"\u003e\u003c\/i\u003e\n                        \u003ch3\u003eSecure Seal\u003c\/h3\u003e\n                        \u003cp\u003eHinged lid locks in freshness and prevents leaks\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature\"\u003e\n                        \u003ci class=\"fas fa-eye\"\u003e\u003c\/i\u003e\n                        \u003ch3\u003eClear Visibility\u003c\/h3\u003e\n                        \u003cp\u003eShowcase your food with crystal clear OPS plastic\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature\"\u003e\n                        \u003ci class=\"fas fa-recycle\"\u003e\u003c\/i\u003e\n                        \u003ch3\u003eDurable Material\u003c\/h3\u003e\n                        \u003cp\u003eHigh-quality plastic built for repeated use\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature\"\u003e\n                        \u003ci class=\"fas fa-utensils\"\u003e\u003c\/i\u003e\n                        \u003ch3\u003eVersatile Use\u003c\/h3\u003e\n                        \u003cp\u003ePerfect for a wide variety of food items\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"applications\"\u003e\n            \u003ch2 class=\"section-title\"\u003ePerfect For\u003c\/h2\u003e\n            \u003cdiv class=\"applications-grid\"\u003e\n                \u003cdiv class=\"application\"\u003e\n                    \u003ci class=\"fas fa-leaf\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eSalads\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"application\"\u003e\n                    \u003ci class=\"fas fa-bread-slice\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eSandwiches\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"application\"\u003e\n                    \u003ci class=\"fas fa-cookie\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eCookies\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"application\"\u003e\n                    \u003ci class=\"fas fa-pasta\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003ePasta\u003c\/h3\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"benefits\"\u003e\n            \u003ch2 class=\"section-title\"\u003eKey Benefits\u003c\/h2\u003e\n            \u003cdiv class=\"benefits-list\"\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e\n                        \u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003ch3\u003eSecure Hinged Lid\u003c\/h3\u003e\n                        \u003cp\u003eKeeps food fresh and prevents spills during transport\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e\n                        \u003ci class=\"fas fa-store\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003ch3\u003eProfessional Presentation\u003c\/h3\u003e\n                        \u003cp\u003eClear design showcases your food beautifully\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e\n                        \u003ci class=\"fas fa-arrows-alt-h\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003ch3\u003eStackable Design\u003c\/h3\u003e\n                        \u003cp\u003eEfficient storage when not in use\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"ideal-for\"\u003e\n            \u003ch2 class=\"section-title\" style=\"color: white;\"\u003eIdeal For\u003c\/h2\u003e\n            \u003cp\u003eComprised of OPS plastic, this container is perfect for various food service establishments:\u003c\/p\u003e\n            \n            \u003cdiv class=\"business-list\"\u003e\n                \u003cdiv class=\"business-item\"\u003eDeli Counters\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eConcession Stands\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eFood Trucks\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eCafés \u0026amp; Bistros\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eTake-out Restaurants\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eCatering Services\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"call-to-action\"\u003e\n            \u003ch2 class=\"section-title\"\u003eUpgrade Your Takeout Experience\u003c\/h2\u003e\n            \u003cp\u003eOffer your customers the premium presentation and freshness protection they deserve.\u003c\/p\u003e\n            \u003ca href=\"#\" class=\"cta-button\"\u003eOrder Now\u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42487451484244,"sku":null,"price":120.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2691377.jpg?v=1758305002"},{"product_id":"enjay-b-fb12-12-x-12-x-12-flexbox-white-adjustable-cake-bakery-box-25-case","title":"Enjay B-FB12 12\" x 12\" x 12\" Flexbox White Adjustable Cake \/ Bakery Box - 25\/Case","description":"\u003cdiv class=\"enjay-product-description\"\u003e\n  \u003cdiv class=\"product-intro\"\u003e\n    \u003ch2\u003eEnjay Converters B-FB12 FlexBox Tall Cakes Box\u003c\/h2\u003e\n    \u003cp class=\"intro-text\"\u003eRevolutionary adjustable-height packaging solution for specialty baked goods and tiered cakes\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"key-features\"\u003e\n    \u003ch3\u003eKey Features\u003c\/h3\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e📏\u003c\/div\u003e\n        \u003cdiv class=\"feature-text\"\u003e\n          \u003ch4\u003eAdjustable Height\u003c\/h4\u003e\n          \u003cp\u003ePerforated sides allow you to customize box height (12\", 10\", or 8\")\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e👁️\u003c\/div\u003e\n        \u003cdiv class=\"feature-text\"\u003e\n          \u003ch4\u003eFrost-Free Window\u003c\/h4\u003e\n          \u003cp\u003eClear lid provides excellent visibility of contents\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e📦\u003c\/div\u003e\n        \u003cdiv class=\"feature-text\"\u003e\n          \u003ch4\u003eEasy Assembly\u003c\/h4\u003e\n          \u003cp\u003eLock-style construction for quick, secure setup\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🎂\u003c\/div\u003e\n        \u003cdiv class=\"feature-text\"\u003e\n          \u003ch4\u003eDrop Side Design\u003c\/h4\u003e\n          \u003cp\u003eSimplifies loading and unloading of delicate cakes\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specifications-section\"\u003e\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003cdiv class=\"specs-table-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth colspan=\"2\"\u003eEnjay Converters B-FB12 Specifications\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eQuantity\u003c\/td\u003e\n            \u003ctd\u003e25\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd\u003e18.2 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eDimensions\u003c\/td\u003e\n            \u003ctd\u003e12\" x 12\" x 12\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eAssembly Style\u003c\/td\u003e\n            \u003ctd\u003eLock Corner\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eColor\u003c\/td\u003e\n            \u003ctd\u003eWhite\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eFeatures\u003c\/td\u003e\n            \u003ctd\u003eNo PFAS Added, Stackable\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMaterial\u003c\/td\u003e\n            \u003ctd\u003eCardboard, Corrugated Cardboard\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\u003eShape\u003c\/td\u003e\n            \u003ctd\u003eSquare\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eStyle\u003c\/td\u003e\n            \u003ctd\u003eCorrugated\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eType\u003c\/td\u003e\n            \u003ctd\u003eBakery Boxes, Cake Boxes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eUPC Code\u003c\/td\u003e\n            \u003ctd\u003e625475039234\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-details\"\u003e\n    \u003ch3\u003eProduct Details\u003c\/h3\u003e\n    \u003cp\u003ePackage and transport your tiered and tall cakes with this versatile Enjay B-FB12 12\" x 12\" x 12\" Flexbox white adjustable cake\/bakery box. This innovative box features perforated sides that are easy to remove, allowing you to adjust the height to perfectly accommodate your cakes and specialty desserts.\u003c\/p\u003e\n    \n    \u003cp\u003eChoose from three height options: leave it as is for a 12\" height, tear at the first perforation line for a 10\" high box, or use the second perforation line for an 8\" box. This exclusive Flexbox feature provides unparalleled flexibility for your bakery business.\u003c\/p\u003e\n    \n    \u003cp\u003eThe drop side construction makes loading and unloading cakes effortless while maintaining their structural integrity. The corrugated body has a clean white exterior with a kraft interior, combining aesthetics with durability.\u003c\/p\u003e\n    \n    \u003cp\u003eThe frost-free lid ensures your cakes remain visible during transport and storage. These stackable boxes save valuable space when not in use. Offer your customers a premium cake box that simplifies display, transport, and presentation while protecting their delicate creations.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.enjay-product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n}\n\n.product-intro {\n  text-align: center;\n  margin-bottom: 40px;\n  padding-bottom: 20px;\n  border-bottom: 1px solid #eaeaea;\n}\n\n.product-intro h2 {\n  color: #2c5530;\n  font-size: 28px;\n  margin-bottom: 10px;\n}\n\n.intro-text {\n  font-size: 18px;\n  color: #5a5a5a;\n  font-style: italic;\n}\n\n.key-features {\n  margin-bottom: 40px;\n}\n\n.key-features h3 {\n  color: #2c5530;\n  font-size: 24px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 20px;\n}\n\n.feature-item {\n  display: flex;\n  align-items: flex-start;\n  background: #f9f9f9;\n  padding: 20px;\n  border-radius: 8px;\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n\n.feature-item:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n}\n\n.feature-icon {\n  font-size: 24px;\n  margin-right: 15px;\n  flex-shrink: 0;\n}\n\n.feature-text h4 {\n  margin: 0 0 8px 0;\n  color: #2c5530;\n  font-size: 18px;\n}\n\n.feature-text p {\n  margin: 0;\n  color: #666;\n  line-height: 1.5;\n}\n\n.specifications-section {\n  margin-bottom: 40px;\n}\n\n.specifications-section h3 {\n  color: #2c5530;\n  font-size: 24px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n}\n\n.specs-table-container {\n  overflow-x: auto;\n  border-radius: 8px;\n  box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.specs-table thead th {\n  background: #2c5530;\n  color: white;\n  padding: 15px;\n  text-align: center;\n  font-size: 18px;\n  font-weight: 600;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background: #f8f9fa;\n}\n\n.specs-table tbody tr:hover {\n  background: #e9f5e9;\n}\n\n.specs-table td {\n  padding: 12px 15px;\n  border-bottom: 1px solid #eaeaea;\n}\n\n.specs-table td:first-child {\n  font-weight: 600;\n  color: #2c5530;\n  width: 40%;\n}\n\n.product-details {\n  margin-bottom: 30px;\n}\n\n.product-details h3 {\n  color: #2c5530;\n  font-size: 24px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n}\n\n.product-details p {\n  line-height: 1.6;\n  margin-bottom: 15px;\n  color: #444;\n}\n\n@media (max-width: 768px) {\n  .enjay-product-description {\n    padding: 15px;\n  }\n  \n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .product-intro h2 {\n    font-size: 24px;\n  }\n  \n  .intro-text {\n    font-size: 16px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723266723924,"sku":null,"price":187.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T124939.246.png?v=1764489110"},{"product_id":"enjay-b-fb14-14-x-14-x-12-flexbox-white-adjustable-cake-bakery-box-25-case","title":"Enjay B-FB14 14\" x 14\" x 12\" Flexbox White Adjustable Cake \/ Bakery Box - 25\/Case","description":"\u003cdiv class=\"enjay-product-description\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003ch1\u003eEnjay Converters B-FB14 FlexBox Tall Cakes Box\u003c\/h1\u003e\n    \u003cp class=\"subtitle\"\u003ePremium adjustable-height packaging for specialty baked goods and tiered cakes\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"features-section\"\u003e\n    \u003ch2\u003eRevolutionary Features\u003c\/h2\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e📏\u003c\/div\u003e\n        \u003ch3\u003eAdjustable Height\u003c\/h3\u003e\n        \u003cp\u003ePerforated sides allow customization to 12\", 10\", or 8\" heights\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e👁️\u003c\/div\u003e\n        \u003ch3\u003eFrost-Free Window\u003c\/h3\u003e\n        \u003cp\u003eClear lid provides perfect visibility of your creations\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e📦\u003c\/div\u003e\n        \u003ch3\u003eEasy Assembly\u003c\/h3\u003e\n        \u003cp\u003eLock-style construction for quick, secure setup\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🎂\u003c\/div\u003e\n        \u003ch3\u003eDrop Side Design\u003c\/h3\u003e\n        \u003cp\u003eSimplifies loading and unloading of delicate cakes\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specifications-section\"\u003e\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table-wrapper\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth colspan=\"2\"\u003eEnjay Converters B-FB14 Technical Details\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e25\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e23.37 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eDimensions\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e14\" × 14\" × 12\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eAssembly Style\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eLock Corner\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eWhite\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eNo PFAS Added, Stackable\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eCardboard, Corrugated Cardboard\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eCompartments\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1 Compartment\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eSquare\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eCorrugated\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBakery Boxes, Cake Boxes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e625475039241\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-details\"\u003e\n    \u003ch2\u003eProduct Details\u003c\/h2\u003e\n    \u003cp\u003ePackage and transport your tiered and tall cakes with this versatile Enjay B-FB14 14\" × 14\" × 12\" Flexbox white adjustable cake\/bakery box. This innovative box features perforated sides that are easy to remove, allowing you to adjust the height to perfectly accommodate your cakes and specialty desserts.\u003c\/p\u003e\n    \n    \u003cp\u003eChoose from three height options: leave it as is for a 12\" height, tear at the first perforation line for a 10\" high box, or use the second perforation line for an 8\" box. This exclusive Flexbox feature provides unparalleled flexibility for your bakery business.\u003c\/p\u003e\n    \n    \u003cp\u003eThe drop side construction makes loading and unloading cakes effortless while maintaining their structural integrity. The corrugated body has a clean white exterior with a kraft interior, combining aesthetics with durability.\u003c\/p\u003e\n    \n    \u003cp\u003eThe frost-free lid ensures your cakes remain visible during transport and storage. These stackable boxes save valuable space when not in use. Offer your customers a premium cake box that simplifies display, transport, and presentation while protecting their delicate creations.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.enjay-product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n  line-height: 1.6;\n}\n\n.product-header {\n  text-align: center;\n  margin-bottom: 40px;\n  padding-bottom: 20px;\n  border-bottom: 1px solid #eaeaea;\n}\n\n.product-header h1 {\n  color: #2c5530;\n  font-size: 32px;\n  margin-bottom: 10px;\n  font-weight: 700;\n}\n\n.subtitle {\n  font-size: 18px;\n  color: #5a5a5a;\n  font-style: italic;\n  margin: 0;\n}\n\n.features-section {\n  margin-bottom: 40px;\n}\n\n.features-section h2 {\n  color: #2c5530;\n  font-size: 26px;\n  margin-bottom: 25px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 25px;\n}\n\n.feature-card {\n  background: #f9f9f9;\n  padding: 25px 20px;\n  border-radius: 10px;\n  text-align: center;\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border: 1px solid #eaeaea;\n}\n\n.feature-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n}\n\n.feature-icon {\n  font-size: 40px;\n  margin-bottom: 15px;\n}\n\n.feature-card h3 {\n  margin: 0 0 12px 0;\n  color: #2c5530;\n  font-size: 20px;\n}\n\n.feature-card p {\n  margin: 0;\n  color: #666;\n  line-height: 1.5;\n}\n\n.specifications-section {\n  margin-bottom: 40px;\n}\n\n.specifications-section h2 {\n  color: #2c5530;\n  font-size: 26px;\n  margin-bottom: 25px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n}\n\n.specs-table-wrapper {\n  overflow-x: auto;\n  border-radius: 10px;\n  box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n  min-width: 600px;\n}\n\n.specs-table thead th {\n  background: linear-gradient(135deg, #2c5530, #3a6b3f);\n  color: white;\n  padding: 18px;\n  text-align: center;\n  font-size: 20px;\n  font-weight: 600;\n  letter-spacing: 0.5px;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background: #f8f9fa;\n}\n\n.specs-table tbody tr:hover {\n  background: #e9f5e9;\n  transition: background 0.2s ease;\n}\n\n.specs-table td {\n  padding: 14px 18px;\n  border-bottom: 1px solid #eaeaea;\n}\n\n.spec-label {\n  font-weight: 600;\n  color: #2c5530;\n  width: 40%;\n  border-right: 1px solid #eaeaea;\n}\n\n.spec-value {\n  color: #444;\n}\n\n.product-details {\n  margin-bottom: 30px;\n}\n\n.product-details h2 {\n  color: #2c5530;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n}\n\n.product-details p {\n  line-height: 1.7;\n  margin-bottom: 18px;\n  color: #444;\n  text-align: justify;\n}\n\n@media (max-width: 768px) {\n  .enjay-product-description {\n    padding: 15px;\n  }\n  \n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .product-header h1 {\n    font-size: 26px;\n  }\n  \n  .subtitle {\n    font-size: 16px;\n  }\n  \n  .specs-table thead th {\n    font-size: 18px;\n    padding: 14px;\n  }\n  \n  .specs-table td {\n    padding: 12px 14px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723273572436,"sku":null,"price":232.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T125728.806.png?v=1764489528"},{"product_id":"enjay-b-fb10-10-x-10-x-12-flexbox-white-adjustable-cake-bakery-box-25-case","title":"Enjay B-FB10 10\" x 10\" x 12\" Flexbox White Adjustable Cake \/ Bakery Box - 25\/Case","description":"\u003cdiv class=\"enjay-product-description\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003ch1\u003eEnjay Converters B-FB10 FlexBox Tall Cakes Box\u003c\/h1\u003e\n    \u003cp class=\"subtitle\"\u003ePremium adjustable-height packaging solution for specialty baked goods and tiered cakes\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"features-section\"\u003e\n    \u003ch2\u003eRevolutionary Features\u003c\/h2\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e📏\u003c\/div\u003e\n        \u003ch3\u003eAdjustable Height\u003c\/h3\u003e\n        \u003cp\u003ePerforated sides allow customization to 12\", 10\", or 8\" heights\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e👁️\u003c\/div\u003e\n        \u003ch3\u003eClear Plastic Lid\u003c\/h3\u003e\n        \u003cp\u003eProvides perfect visibility of your cake creations\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e📦\u003c\/div\u003e\n        \u003ch3\u003eEasy Assembly\u003c\/h3\u003e\n        \u003cp\u003eLock-style construction for quick, secure setup\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🎂\u003c\/div\u003e\n        \u003ch3\u003eDrop Side Design\u003c\/h3\u003e\n        \u003cp\u003eSimplifies loading and unloading of delicate cakes\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specifications-section\"\u003e\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table-wrapper\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth colspan=\"2\"\u003eEnjay Converters B-FB10 Technical Details\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e25\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e15.75 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eDimensions\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e10\" × 10\" × 12\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eAssembly Style\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eLock Corner\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eWhite\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eNo PFAS Added, Stackable\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eCardboard, Corrugated Cardboard\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eCompartments\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1 Compartment\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eSquare\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eCorrugated\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBakery Boxes, Cake Boxes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e625475039227\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-details\"\u003e\n    \u003ch2\u003eProduct Details\u003c\/h2\u003e\n    \u003cp\u003ePackage and transport your tiered and tall cakes with this versatile Enjay B-FB10 10\" × 10\" × 12\" Flexbox white adjustable cake\/bakery box. This innovative box features perforated sides that are easy to remove, allowing you to adjust the height to perfectly accommodate your cakes and specialty desserts.\u003c\/p\u003e\n    \n    \u003cp\u003eChoose from three height options: leave it as is for a 12\" height, tear at the first perforation line for a 10\" high box, or use the second perforation line for an 8\" box. This exclusive Flexbox feature provides unparalleled flexibility for your bakery business.\u003c\/p\u003e\n    \n    \u003cp\u003eThe drop side construction makes loading and unloading cakes effortless while maintaining their structural integrity. The corrugated body has a clean white exterior with a kraft interior, combining aesthetics with durability.\u003c\/p\u003e\n    \n    \u003cp\u003eThe clear plastic lid ensures your cakes remain visible during transport and storage. These stackable boxes save valuable space when not in use. Offer your customers a premium cake box that simplifies display, transport, and presentation while protecting their delicate creations.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"benefits-section\"\u003e\n    \u003ch2\u003eKey Benefits\u003c\/h2\u003e\n    \u003cdiv class=\"benefits-grid\"\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003ePerfect for storing and transporting tall and tiered cakes\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eClear plastic lid makes contents easily viewable\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003ePerforated sides offer variably flexible height options\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eLock-style construction keeps baked goods secure\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eDrop side makes cake loading and unloading easy\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eStackable design for efficient storage\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.enjay-product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n  line-height: 1.6;\n}\n\n.product-header {\n  text-align: center;\n  margin-bottom: 40px;\n  padding-bottom: 20px;\n  border-bottom: 1px solid #eaeaea;\n}\n\n.product-header h1 {\n  color: #2c5530;\n  font-size: 32px;\n  margin-bottom: 10px;\n  font-weight: 700;\n}\n\n.subtitle {\n  font-size: 18px;\n  color: #5a5a5a;\n  font-style: italic;\n  margin: 0;\n}\n\n.features-section {\n  margin-bottom: 40px;\n}\n\n.features-section h2 {\n  color: #2c5530;\n  font-size: 26px;\n  margin-bottom: 25px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 25px;\n}\n\n.feature-card {\n  background: #f9f9f9;\n  padding: 25px 20px;\n  border-radius: 10px;\n  text-align: center;\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border: 1px solid #eaeaea;\n}\n\n.feature-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n}\n\n.feature-icon {\n  font-size: 40px;\n  margin-bottom: 15px;\n}\n\n.feature-card h3 {\n  margin: 0 0 12px 0;\n  color: #2c5530;\n  font-size: 20px;\n}\n\n.feature-card p {\n  margin: 0;\n  color: #666;\n  line-height: 1.5;\n}\n\n.specifications-section {\n  margin-bottom: 40px;\n}\n\n.specifications-section h2 {\n  color: #2c5530;\n  font-size: 26px;\n  margin-bottom: 25px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n}\n\n.specs-table-wrapper {\n  overflow-x: auto;\n  border-radius: 10px;\n  box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n  min-width: 600px;\n}\n\n.specs-table thead th {\n  background: linear-gradient(135deg, #2c5530, #3a6b3f);\n  color: white;\n  padding: 18px;\n  text-align: center;\n  font-size: 20px;\n  font-weight: 600;\n  letter-spacing: 0.5px;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background: #f8f9fa;\n}\n\n.specs-table tbody tr:hover {\n  background: #e9f5e9;\n  transition: background 0.2s ease;\n}\n\n.specs-table td {\n  padding: 14px 18px;\n  border-bottom: 1px solid #eaeaea;\n}\n\n.spec-label {\n  font-weight: 600;\n  color: #2c5530;\n  width: 40%;\n  border-right: 1px solid #eaeaea;\n}\n\n.spec-value {\n  color: #444;\n}\n\n.product-details {\n  margin-bottom: 40px;\n}\n\n.product-details h2 {\n  color: #2c5530;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n}\n\n.product-details p {\n  line-height: 1.7;\n  margin-bottom: 18px;\n  color: #444;\n  text-align: justify;\n}\n\n.benefits-section {\n  margin-bottom: 30px;\n}\n\n.benefits-section h2 {\n  color: #2c5530;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 15px;\n}\n\n.benefit-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 12px 15px;\n  background: #f8f9fa;\n  border-radius: 8px;\n  transition: background 0.2s ease;\n}\n\n.benefit-item:hover {\n  background: #e9f5e9;\n}\n\n.checkmark {\n  color: #2c5530;\n  font-weight: bold;\n  margin-right: 10px;\n  font-size: 18px;\n}\n\n@media (max-width: 768px) {\n  .enjay-product-description {\n    padding: 15px;\n  }\n  \n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .benefits-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .product-header h1 {\n    font-size: 26px;\n  }\n  \n  .subtitle {\n    font-size: 16px;\n  }\n  \n  .specs-table thead th {\n    font-size: 18px;\n    padding: 14px;\n  }\n  \n  .specs-table td {\n    padding: 12px 14px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723286745172,"sku":null,"price":160.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T130207.007.png?v=1764489830"},{"product_id":"enjay-b-fb16-16-x-16-x-12-flexbox-white-adjustable-cake-bakery-box-25-case","title":"Enjay B-FB16 16\" x 16\" x 12\" Flexbox White Adjustable Cake \/ Bakery Box - 25\/Case","description":"\u003cdiv class=\"enjay-product-description\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003ch1\u003eEnjay Converters B-FB16 FlexBox Tall Cakes Box\u003c\/h1\u003e\n    \u003cp class=\"subtitle\"\u003ePremium adjustable-height packaging for large specialty cakes and tiered creations\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"features-section\"\u003e\n    \u003ch2\u003eRevolutionary Features\u003c\/h2\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e📏\u003c\/div\u003e\n        \u003ch3\u003eAdjustable Height\u003c\/h3\u003e\n        \u003cp\u003ePerforated sides allow customization to 12\", 10\", or 8\" heights\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e👁️\u003c\/div\u003e\n        \u003ch3\u003eFrost-Free Window\u003c\/h3\u003e\n        \u003cp\u003eClear lid provides perfect visibility of your creations\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e📦\u003c\/div\u003e\n        \u003ch3\u003eEasy Assembly\u003c\/h3\u003e\n        \u003cp\u003eLock-style construction for quick, secure setup\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🎂\u003c\/div\u003e\n        \u003ch3\u003eDrop Side Design\u003c\/h3\u003e\n        \u003cp\u003eSimplifies loading and unloading of delicate cakes\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specifications-section\"\u003e\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table-wrapper\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth colspan=\"2\"\u003eEnjay Converters B-FB16 Technical Details\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e25\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e29.15 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eDimensions\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e16\" × 16\" × 12\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eAssembly Style\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eLock Corner\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eWhite\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eNo PFAS Added, Stackable\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eCardboard, Corrugated Cardboard\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eSquare\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eCorrugated\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBakery Boxes, Cake Boxes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e625475039258\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-details\"\u003e\n    \u003ch2\u003eProduct Details\u003c\/h2\u003e\n    \u003cp\u003ePackage and transport your tiered and tall cakes with this versatile Enjay B-FB16 16\" × 16\" × 12\" Flexbox white adjustable cake\/bakery box. This innovative box features perforated sides that are easy to remove, allowing you to adjust the height to perfectly accommodate your cakes and specialty desserts.\u003c\/p\u003e\n    \n    \u003cp\u003eChoose from three height options: leave it as is for a 12\" height, tear at the first perforation line for a 10\" high box, or use the second perforation line for an 8\" box. This exclusive Flexbox feature provides unparalleled flexibility for your bakery business.\u003c\/p\u003e\n    \n    \u003cp\u003eThe drop side construction makes loading and unloading cakes effortless while maintaining their structural integrity. The corrugated body has a clean white exterior with a kraft interior, combining aesthetics with durability.\u003c\/p\u003e\n    \n    \u003cp\u003eThe frost-free lid ensures your cakes remain visible during transport and storage. These stackable boxes save valuable space when not in use. Offer your customers a premium cake box that simplifies display, transport, and presentation while protecting their delicate creations.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"benefits-section\"\u003e\n    \u003ch2\u003eKey Benefits\u003c\/h2\u003e\n    \u003cdiv class=\"benefits-grid\"\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003ePerfect for storing and transporting tall and tiered cakes\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eFrost-free lid window makes contents easily viewable\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003ePerforated sides offer variably flexible height options\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eLock-style construction keeps baked goods secure\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eDrop side makes cake loading and unloading easy\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eStackable design for efficient storage\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.enjay-product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n  line-height: 1.6;\n}\n\n.product-header {\n  text-align: center;\n  margin-bottom: 40px;\n  padding-bottom: 20px;\n  border-bottom: 1px solid #eaeaea;\n}\n\n.product-header h1 {\n  color: #2c5530;\n  font-size: 32px;\n  margin-bottom: 10px;\n  font-weight: 700;\n}\n\n.subtitle {\n  font-size: 18px;\n  color: #5a5a5a;\n  font-style: italic;\n  margin: 0;\n}\n\n.features-section {\n  margin-bottom: 40px;\n}\n\n.features-section h2 {\n  color: #2c5530;\n  font-size: 26px;\n  margin-bottom: 25px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 25px;\n}\n\n.feature-card {\n  background: #f9f9f9;\n  padding: 25px 20px;\n  border-radius: 10px;\n  text-align: center;\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border: 1px solid #eaeaea;\n}\n\n.feature-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n}\n\n.feature-icon {\n  font-size: 40px;\n  margin-bottom: 15px;\n}\n\n.feature-card h3 {\n  margin: 0 0 12px 0;\n  color: #2c5530;\n  font-size: 20px;\n}\n\n.feature-card p {\n  margin: 0;\n  color: #666;\n  line-height: 1.5;\n}\n\n.specifications-section {\n  margin-bottom: 40px;\n}\n\n.specifications-section h2 {\n  color: #2c5530;\n  font-size: 26px;\n  margin-bottom: 25px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n}\n\n.specs-table-wrapper {\n  overflow-x: auto;\n  border-radius: 10px;\n  box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n  min-width: 600px;\n}\n\n.specs-table thead th {\n  background: linear-gradient(135deg, #2c5530, #3a6b3f);\n  color: white;\n  padding: 18px;\n  text-align: center;\n  font-size: 20px;\n  font-weight: 600;\n  letter-spacing: 0.5px;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background: #f8f9fa;\n}\n\n.specs-table tbody tr:hover {\n  background: #e9f5e9;\n  transition: background 0.2s ease;\n}\n\n.specs-table td {\n  padding: 14px 18px;\n  border-bottom: 1px solid #eaeaea;\n}\n\n.spec-label {\n  font-weight: 600;\n  color: #2c5530;\n  width: 40%;\n  border-right: 1px solid #eaeaea;\n}\n\n.spec-value {\n  color: #444;\n}\n\n.product-details {\n  margin-bottom: 40px;\n}\n\n.product-details h2 {\n  color: #2c5530;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n}\n\n.product-details p {\n  line-height: 1.7;\n  margin-bottom: 18px;\n  color: #444;\n  text-align: justify;\n}\n\n.benefits-section {\n  margin-bottom: 30px;\n}\n\n.benefits-section h2 {\n  color: #2c5530;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 15px;\n}\n\n.benefit-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 12px 15px;\n  background: #f8f9fa;\n  border-radius: 8px;\n  transition: background 0.2s ease;\n}\n\n.benefit-item:hover {\n  background: #e9f5e9;\n}\n\n.checkmark {\n  color: #2c5530;\n  font-weight: bold;\n  margin-right: 10px;\n  font-size: 18px;\n}\n\n@media (max-width: 768px) {\n  .enjay-product-description {\n    padding: 15px;\n  }\n  \n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .benefits-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .product-header h1 {\n    font-size: 26px;\n  }\n  \n  .subtitle {\n    font-size: 16px;\n  }\n  \n  .specs-table thead th {\n    font-size: 18px;\n    padding: 14px;\n  }\n  \n  .specs-table td {\n    padding: 12px 14px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723293954132,"sku":null,"price":275.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T131321.403.png?v=1764490515"},{"product_id":"enjay-b-fb8-8-x-8-x-12-flexbox-white-adjustable-cake-bakery-box-25-case","title":"Enjay B-FB8 8\" x 8\" x 12\" Flexbox White Adjustable Cake \/ Bakery Box - 25\/Case","description":"\u003cdiv class=\"enjay-product-description\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003ch1\u003eEnjay Converters B-FB8 FlexBox Tall Cakes Box\u003c\/h1\u003e\n    \u003cp class=\"subtitle\"\u003eCompact adjustable-height packaging solution for specialty cakes and baked goods\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"features-section\"\u003e\n    \u003ch2\u003eRevolutionary Features\u003c\/h2\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e📏\u003c\/div\u003e\n        \u003ch3\u003eAdjustable Height\u003c\/h3\u003e\n        \u003cp\u003ePerforated sides allow customization to 12\", 10\", or 8\" heights\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e👁️\u003c\/div\u003e\n        \u003ch3\u003eClear Plastic Lid\u003c\/h3\u003e\n        \u003cp\u003eProvides perfect visibility of your cake creations\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e📦\u003c\/div\u003e\n        \u003ch3\u003eEasy Assembly\u003c\/h3\u003e\n        \u003cp\u003eLock-style construction for quick, secure setup\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🎂\u003c\/div\u003e\n        \u003ch3\u003eDrop Side Design\u003c\/h3\u003e\n        \u003cp\u003eSimplifies loading and unloading of delicate cakes\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specifications-section\"\u003e\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table-wrapper\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth colspan=\"2\"\u003eEnjay Converters B-FB8 Technical Details\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e25\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e12 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eDimensions\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e8\" × 8\" × 12\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eAssembly Style\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eLock Corner\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eWhite\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eNo PFAS Added, Stackable\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eCardboard, Corrugated Cardboard\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eCompartments\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1 Compartment\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eSquare\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eCorrugated\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBakery Boxes, Cake Boxes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e625475040872\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-details\"\u003e\n    \u003ch2\u003eProduct Details\u003c\/h2\u003e\n    \u003cp\u003ePackage and transport your tiered and tall cakes with this versatile Enjay B-FB8 8\" × 8\" × 12\" Flexbox white adjustable cake\/bakery box. This innovative box features perforated sides that are easy to remove, allowing you to adjust the height to perfectly accommodate your cakes and specialty desserts.\u003c\/p\u003e\n    \n    \u003cp\u003eChoose from three height options: leave it as is for a 12\" height, tear at the first perforation line for a 10\" high box, or use the second perforation line for an 8\" box. This exclusive Flexbox feature provides unparalleled flexibility for your bakery business.\u003c\/p\u003e\n    \n    \u003cp\u003eThe drop side construction makes loading and unloading cakes effortless while maintaining their structural integrity. The corrugated body has a clean white exterior with a kraft interior, combining aesthetics with durability.\u003c\/p\u003e\n    \n    \u003cp\u003eThe clear plastic lid ensures your cakes remain visible during transport and storage. These stackable boxes save valuable space when not in use. Offer your customers a premium cake box that simplifies display, transport, and presentation while protecting their delicate creations.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"benefits-section\"\u003e\n    \u003ch2\u003eKey Benefits\u003c\/h2\u003e\n    \u003cdiv class=\"benefits-grid\"\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003ePerfect for storing and transporting tall and tiered cakes\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eClear plastic lid makes contents easily viewable\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003ePerforated sides offer variably flexible height options\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eLock-style construction keeps baked goods secure\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eDrop side makes cake loading and unloading easy\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eStackable design for efficient storage\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.enjay-product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n  line-height: 1.6;\n}\n\n.product-header {\n  text-align: center;\n  margin-bottom: 40px;\n  padding-bottom: 20px;\n  border-bottom: 1px solid #eaeaea;\n}\n\n.product-header h1 {\n  color: #2c5530;\n  font-size: 32px;\n  margin-bottom: 10px;\n  font-weight: 700;\n}\n\n.subtitle {\n  font-size: 18px;\n  color: #5a5a5a;\n  font-style: italic;\n  margin: 0;\n}\n\n.features-section {\n  margin-bottom: 40px;\n}\n\n.features-section h2 {\n  color: #2c5530;\n  font-size: 26px;\n  margin-bottom: 25px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 25px;\n}\n\n.feature-card {\n  background: #f9f9f9;\n  padding: 25px 20px;\n  border-radius: 10px;\n  text-align: center;\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border: 1px solid #eaeaea;\n}\n\n.feature-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n}\n\n.feature-icon {\n  font-size: 40px;\n  margin-bottom: 15px;\n}\n\n.feature-card h3 {\n  margin: 0 0 12px 0;\n  color: #2c5530;\n  font-size: 20px;\n}\n\n.feature-card p {\n  margin: 0;\n  color: #666;\n  line-height: 1.5;\n}\n\n.specifications-section {\n  margin-bottom: 40px;\n}\n\n.specifications-section h2 {\n  color: #2c5530;\n  font-size: 26px;\n  margin-bottom: 25px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n}\n\n.specs-table-wrapper {\n  overflow-x: auto;\n  border-radius: 10px;\n  box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n  min-width: 600px;\n}\n\n.specs-table thead th {\n  background: linear-gradient(135deg, #2c5530, #3a6b3f);\n  color: white;\n  padding: 18px;\n  text-align: center;\n  font-size: 20px;\n  font-weight: 600;\n  letter-spacing: 0.5px;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background: #f8f9fa;\n}\n\n.specs-table tbody tr:hover {\n  background: #e9f5e9;\n  transition: background 0.2s ease;\n}\n\n.specs-table td {\n  padding: 14px 18px;\n  border-bottom: 1px solid #eaeaea;\n}\n\n.spec-label {\n  font-weight: 600;\n  color: #2c5530;\n  width: 40%;\n  border-right: 1px solid #eaeaea;\n}\n\n.spec-value {\n  color: #444;\n}\n\n.product-details {\n  margin-bottom: 40px;\n}\n\n.product-details h2 {\n  color: #2c5530;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n}\n\n.product-details p {\n  line-height: 1.7;\n  margin-bottom: 18px;\n  color: #444;\n  text-align: justify;\n}\n\n.benefits-section {\n  margin-bottom: 30px;\n}\n\n.benefits-section h2 {\n  color: #2c5530;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 15px;\n}\n\n.benefit-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 12px 15px;\n  background: #f8f9fa;\n  border-radius: 8px;\n  transition: background 0.2s ease;\n}\n\n.benefit-item:hover {\n  background: #e9f5e9;\n}\n\n.checkmark {\n  color: #2c5530;\n  font-weight: bold;\n  margin-right: 10px;\n  font-size: 18px;\n}\n\n@media (max-width: 768px) {\n  .enjay-product-description {\n    padding: 15px;\n  }\n  \n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .benefits-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .product-header h1 {\n    font-size: 26px;\n  }\n  \n  .subtitle {\n    font-size: 16px;\n  }\n  \n  .specs-table thead th {\n    font-size: 18px;\n    padding: 14px;\n  }\n  \n  .specs-table td {\n    padding: 12px 14px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723296051284,"sku":null,"price":154.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T132017.567.png?v=1764490904"},{"product_id":"enjay-b-blk-885-8-x-8-x-5-black-cake-bakery-box-100-bundle","title":"Enjay B-BLK-885 8\" x 8\" x 5\" Black Cake \/ Bakery Box - 100\/Bundle","description":"\u003cdiv class=\"enjay-product-description\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003ch1\u003eEnjay Converters B-BLK-885 Bakery Box\u003c\/h1\u003e\n    \u003cp class=\"subtitle\"\u003ePremium black lock-corner bakery boxes for elegant cake presentation and transport\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"features-section\"\u003e\n    \u003ch2\u003ePremium Features\u003c\/h2\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e♻️\u003c\/div\u003e\n        \u003ch3\u003eEco-Friendly\u003c\/h3\u003e\n        \u003cp\u003eMade from strong recycled fiberboard materials\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e✨\u003c\/div\u003e\n        \u003ch3\u003eFingerprint Resistant\u003c\/h3\u003e\n        \u003cp\u003eShiny laminated coating maintains pristine appearance\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e⚡\u003c\/div\u003e\n        \u003ch3\u003eQuick Assembly\u003c\/h3\u003e\n        \u003cp\u003eOne-piece lock corner design assembles in seconds\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e📦\u003c\/div\u003e\n        \u003ch3\u003eSpace Efficient\u003c\/h3\u003e\n        \u003cp\u003eShips flat for optimal storage efficiency\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specifications-section\"\u003e\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table-wrapper\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth colspan=\"2\"\u003eEnjay Converters B-BLK-885 Technical Details\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e100\/Bundle\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e31.25 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eDimensions\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e8\" × 8\" × 5\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eAssembly Style\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eLock Corner\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBlack\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eConstruction\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1-Piece\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eNo PFAS Added, Recyclable\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003ePaperboard\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eCompartments\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1 Compartment\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eRectangle\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eNon-Corrugated\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBakery Boxes, Cake Boxes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eWindow\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eWithout Window\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e400012975189\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-details\"\u003e\n    \u003ch2\u003eProduct Details\u003c\/h2\u003e\n    \u003cp\u003ePackage and transport your carefully prepared baked goods with this premium Enjay B-BLK-885 8\" × 8\" × 5\" black cake and bakery box. Crafted from strong recycled fiberboard materials, this box provides exceptional durability while supporting eco-conscious business practices.\u003c\/p\u003e\n    \n    \u003cp\u003eThe innovative one-piece lock corner design allows these boxes to ship completely flat, maximizing storage efficiency until needed. When it's time to use them, they assemble in seconds without any tools or complicated instructions.\u003c\/p\u003e\n    \n    \u003cp\u003eThe elegant black finish features a shiny film laminated coating that resists fingerprints and maintains its sophisticated appearance during transport. This smooth surface is perfect for adding pressure-sensitive labels, custom branding, or decorative elements to personalize your packaging.\u003c\/p\u003e\n    \n    \u003cp\u003eDesigned for single-service use and fully recyclable, these boxes make cleanup effortless while reducing environmental impact. Offer your customers premium packaging that protects their purchases while making a stylish statement.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"benefits-section\"\u003e\n    \u003ch2\u003eKey Benefits\u003c\/h2\u003e\n    \u003cdiv class=\"benefits-grid\"\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eMade of eco-friendly recycled fiberboard\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eLaminated coating resists fingerprints\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eConvenient one-piece lock corner design\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eEnsures baked goods are protected during transport\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eDisposable and easy to clean up\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003ePerfect for pressure-sensitive labels and customization\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"assembly-section\"\u003e\n    \u003ch2\u003eEasy Assembly Process\u003c\/h2\u003e\n    \u003cdiv class=\"assembly-steps\"\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n        \u003cp\u003eUnfold the flat box from its compact storage form\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n        \u003cp\u003eFold up all four sides to create the box structure\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n        \u003cp\u003eSecure the lock corners by interlocking the tabs\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e4\u003c\/div\u003e\n        \u003cp\u003eYour premium bakery box is ready for use\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.enjay-product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n  line-height: 1.6;\n}\n\n.product-header {\n  text-align: center;\n  margin-bottom: 40px;\n  padding-bottom: 20px;\n  border-bottom: 2px solid #eaeaea;\n}\n\n.product-header h1 {\n  color: #2c2c2c;\n  font-size: 32px;\n  margin-bottom: 10px;\n  font-weight: 700;\n  letter-spacing: -0.5px;\n}\n\n.subtitle {\n  font-size: 18px;\n  color: #666;\n  font-style: italic;\n  margin: 0;\n  font-weight: 400;\n}\n\n.features-section {\n  margin-bottom: 40px;\n}\n\n.features-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 25px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 25px;\n}\n\n.feature-card {\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  padding: 25px 20px;\n  border-radius: 12px;\n  text-align: center;\n  transition: all 0.3s ease;\n  border: 1px solid #eaeaea;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n}\n\n.feature-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n  border-color: #d0d0d0;\n}\n\n.feature-icon {\n  font-size: 40px;\n  margin-bottom: 15px;\n  display: block;\n}\n\n.feature-card h3 {\n  margin: 0 0 12px 0;\n  color: #2c2c2c;\n  font-size: 20px;\n  font-weight: 600;\n}\n\n.feature-card p {\n  margin: 0;\n  color: #666;\n  line-height: 1.5;\n  font-size: 14px;\n}\n\n.specifications-section {\n  margin-bottom: 40px;\n}\n\n.specifications-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 25px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.specs-table-wrapper {\n  overflow-x: auto;\n  border-radius: 12px;\n  box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n  background: white;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n  min-width: 600px;\n  border-radius: 12px;\n  overflow: hidden;\n}\n\n.specs-table thead th {\n  background: linear-gradient(135deg, #2c2c2c 0%, #4a4a4a 100%);\n  color: white;\n  padding: 20px;\n  text-align: center;\n  font-size: 20px;\n  font-weight: 700;\n  letter-spacing: 0.5px;\n  border: none;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background: #f8f9fa;\n}\n\n.specs-table tbody tr:nth-child(odd) {\n  background: #ffffff;\n}\n\n.specs-table tbody tr:hover {\n  background: #f0f0f0;\n  transition: background 0.2s ease;\n}\n\n.specs-table td {\n  padding: 16px 20px;\n  border-bottom: 1px solid #eaeaea;\n  font-size: 15px;\n}\n\n.spec-label {\n  font-weight: 600;\n  color: #2c2c2c;\n  width: 40%;\n  border-right: 1px solid #eaeaea;\n  background: #f8f9fa;\n}\n\n.spec-value {\n  color: #444;\n  font-weight: 500;\n}\n\n.product-details {\n  margin-bottom: 40px;\n}\n\n.product-details h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.product-details p {\n  line-height: 1.7;\n  margin-bottom: 18px;\n  color: #444;\n  text-align: justify;\n  font-size: 15px;\n}\n\n.benefits-section {\n  margin-bottom: 40px;\n}\n\n.benefits-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 15px;\n}\n\n.benefit-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 15px 18px;\n  background: #f8f9fa;\n  border-radius: 8px;\n  transition: all 0.2s ease;\n  border-left: 4px solid #2c2c2c;\n}\n\n.benefit-item:hover {\n  background: #f0f0f0;\n  transform: translateX(5px);\n}\n\n.checkmark {\n  color: #2c2c2c;\n  font-weight: bold;\n  margin-right: 12px;\n  font-size: 18px;\n  margin-top: 2px;\n}\n\n.benefit-item span:last-child {\n  flex: 1;\n  font-size: 15px;\n  line-height: 1.4;\n}\n\n.assembly-section {\n  margin-bottom: 30px;\n}\n\n.assembly-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.assembly-steps {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n  gap: 20px;\n}\n\n.assembly-step {\n  text-align: center;\n  padding: 25px 20px;\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  border-radius: 12px;\n  border: 1px solid #eaeaea;\n  transition: transform 0.3s ease;\n}\n\n.assembly-step:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n}\n\n.step-number {\n  width: 50px;\n  height: 50px;\n  background: #2c2c2c;\n  color: white;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin: 0 auto 15px;\n  font-weight: bold;\n  font-size: 20px;\n  box-shadow: 0 3px 8px rgba(0,0,0,0.15);\n}\n\n.assembly-step p {\n  margin: 0;\n  color: #666;\n  line-height: 1.5;\n  font-size: 14px;\n}\n\n@media (max-width: 768px) {\n  .enjay-product-description {\n    padding: 15px;\n  }\n  \n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .benefits-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .assembly-steps {\n    grid-template-columns: 1fr;\n  }\n  \n  .product-header h1 {\n    font-size: 26px;\n  }\n  \n  .subtitle {\n    font-size: 16px;\n  }\n  \n  .specs-table thead th {\n    font-size: 18px;\n    padding: 16px;\n  }\n  \n  .specs-table td {\n    padding: 14px 16px;\n  }\n  \n  .feature-card, .assembly-step {\n    padding: 20px 15px;\n  }\n}\n\n@media (max-width: 480px) {\n  .product-header h1 {\n    font-size: 22px;\n  }\n  \n  .features-section h2,\n  .specifications-section h2,\n  .product-details h2,\n  .benefits-section h2,\n  .assembly-section h2 {\n    font-size: 22px;\n  }\n  \n  .specs-table {\n    min-width: 100%;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723297787988,"sku":null,"price":141.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T132657.579.png?v=1764491463"},{"product_id":"enjay-b-blk-10105-10-x-10-x-5-black-cake-bakery-box-100-bundle","title":"Enjay B-BLK-10105 10\" x 10\" x 5\" Black Cake \/ Bakery Box - 100\/Bundle","description":"\u003cdiv class=\"enjay-product-description\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003ch1\u003eEnjay Converters B-BLK-10105 Bakery Box\u003c\/h1\u003e\n    \u003cp class=\"subtitle\"\u003ePremium 10\" black lock-corner bakery boxes for elegant cake presentation and secure transport\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"features-section\"\u003e\n    \u003ch2\u003ePremium Features\u003c\/h2\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e♻️\u003c\/div\u003e\n        \u003ch3\u003eEco-Friendly\u003c\/h3\u003e\n        \u003cp\u003eMade from strong recycled fiberboard materials\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e✨\u003c\/div\u003e\n        \u003ch3\u003eFingerprint Resistant\u003c\/h3\u003e\n        \u003cp\u003eShiny laminated coating maintains pristine appearance\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e⚡\u003c\/div\u003e\n        \u003ch3\u003eQuick Assembly\u003c\/h3\u003e\n        \u003cp\u003eOne-piece lock corner design assembles in seconds\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e📦\u003c\/div\u003e\n        \u003ch3\u003eSpace Efficient\u003c\/h3\u003e\n        \u003cp\u003eShips flat for optimal storage efficiency\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specifications-section\"\u003e\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table-wrapper\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth colspan=\"2\"\u003eEnjay Converters B-BLK-10105 Technical Details\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e100\/Bundle\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e41.7 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eDimensions\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e10\" × 10\" × 5\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eAssembly Style\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eLock Corner\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBlack\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eConstruction\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1-Piece\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eNo PFAS Added, Recyclable\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003ePaperboard\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eCompartments\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1 Compartment\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eRectangle\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eNon-Corrugated\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBakery Boxes, Cake Boxes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eWindow\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eWithout Window\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e400012975233\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-details\"\u003e\n    \u003ch2\u003eProduct Details\u003c\/h2\u003e\n    \u003cp\u003ePackage and transport your carefully prepared baked goods with this premium Enjay B-BLK-10105 10\" × 10\" × 5\" black cake and bakery box. Crafted from strong recycled fiberboard materials, this box provides exceptional durability while supporting eco-conscious business practices.\u003c\/p\u003e\n    \n    \u003cp\u003eThe innovative one-piece lock corner design allows these boxes to ship completely flat, maximizing storage efficiency until needed. When it's time to use them, they assemble in seconds without any tools or complicated instructions.\u003c\/p\u003e\n    \n    \u003cp\u003eThe elegant black finish features a shiny film laminated coating that resists fingerprints and maintains its sophisticated appearance during transport. This smooth surface is perfect for adding pressure-sensitive labels, custom branding, or decorative elements to personalize your packaging.\u003c\/p\u003e\n    \n    \u003cp\u003eDesigned for single-service use and fully recyclable, these boxes make cleanup effortless while reducing environmental impact. Offer your customers premium packaging that protects their purchases while making a stylish statement.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"benefits-section\"\u003e\n    \u003ch2\u003eKey Benefits\u003c\/h2\u003e\n    \u003cdiv class=\"benefits-grid\"\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eMade of eco-friendly recycled fiberboard\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eLaminated coating resists fingerprints\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eConvenient one-piece lock corner design\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eEnsures baked goods are protected during transport\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eDisposable for an easy cleanup\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003ePerfect for pressure-sensitive labels and customization\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"assembly-section\"\u003e\n    \u003ch2\u003eEasy Assembly Process\u003c\/h2\u003e\n    \u003cdiv class=\"assembly-steps\"\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n        \u003cp\u003eUnfold the flat box from its compact storage form\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n        \u003cp\u003eFold up all four sides to create the box structure\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n        \u003cp\u003eSecure the lock corners by interlocking the tabs\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e4\u003c\/div\u003e\n        \u003cp\u003eYour premium bakery box is ready for use\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.enjay-product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n  line-height: 1.6;\n}\n\n.product-header {\n  text-align: center;\n  margin-bottom: 40px;\n  padding-bottom: 20px;\n  border-bottom: 2px solid #eaeaea;\n}\n\n.product-header h1 {\n  color: #2c2c2c;\n  font-size: 32px;\n  margin-bottom: 10px;\n  font-weight: 700;\n  letter-spacing: -0.5px;\n}\n\n.subtitle {\n  font-size: 18px;\n  color: #666;\n  font-style: italic;\n  margin: 0;\n  font-weight: 400;\n}\n\n.features-section {\n  margin-bottom: 40px;\n}\n\n.features-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 25px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 25px;\n}\n\n.feature-card {\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  padding: 25px 20px;\n  border-radius: 12px;\n  text-align: center;\n  transition: all 0.3s ease;\n  border: 1px solid #eaeaea;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n}\n\n.feature-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n  border-color: #d0d0d0;\n}\n\n.feature-icon {\n  font-size: 40px;\n  margin-bottom: 15px;\n  display: block;\n}\n\n.feature-card h3 {\n  margin: 0 0 12px 0;\n  color: #2c2c2c;\n  font-size: 20px;\n  font-weight: 600;\n}\n\n.feature-card p {\n  margin: 0;\n  color: #666;\n  line-height: 1.5;\n  font-size: 14px;\n}\n\n.specifications-section {\n  margin-bottom: 40px;\n}\n\n.specifications-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 25px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.specs-table-wrapper {\n  overflow-x: auto;\n  border-radius: 12px;\n  box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n  background: white;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n  min-width: 600px;\n  border-radius: 12px;\n  overflow: hidden;\n}\n\n.specs-table thead th {\n  background: linear-gradient(135deg, #2c2c2c 0%, #4a4a4a 100%);\n  color: white;\n  padding: 20px;\n  text-align: center;\n  font-size: 20px;\n  font-weight: 700;\n  letter-spacing: 0.5px;\n  border: none;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background: #f8f9fa;\n}\n\n.specs-table tbody tr:nth-child(odd) {\n  background: #ffffff;\n}\n\n.specs-table tbody tr:hover {\n  background: #f0f0f0;\n  transition: background 0.2s ease;\n}\n\n.specs-table td {\n  padding: 16px 20px;\n  border-bottom: 1px solid #eaeaea;\n  font-size: 15px;\n}\n\n.spec-label {\n  font-weight: 600;\n  color: #2c2c2c;\n  width: 40%;\n  border-right: 1px solid #eaeaea;\n  background: #f8f9fa;\n}\n\n.spec-value {\n  color: #444;\n  font-weight: 500;\n}\n\n.product-details {\n  margin-bottom: 40px;\n}\n\n.product-details h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.product-details p {\n  line-height: 1.7;\n  margin-bottom: 18px;\n  color: #444;\n  text-align: justify;\n  font-size: 15px;\n}\n\n.benefits-section {\n  margin-bottom: 40px;\n}\n\n.benefits-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 15px;\n}\n\n.benefit-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 15px 18px;\n  background: #f8f9fa;\n  border-radius: 8px;\n  transition: all 0.2s ease;\n  border-left: 4px solid #2c2c2c;\n}\n\n.benefit-item:hover {\n  background: #f0f0f0;\n  transform: translateX(5px);\n}\n\n.checkmark {\n  color: #2c2c2c;\n  font-weight: bold;\n  margin-right: 12px;\n  font-size: 18px;\n  margin-top: 2px;\n}\n\n.benefit-item span:last-child {\n  flex: 1;\n  font-size: 15px;\n  line-height: 1.4;\n}\n\n.assembly-section {\n  margin-bottom: 30px;\n}\n\n.assembly-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.assembly-steps {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n  gap: 20px;\n}\n\n.assembly-step {\n  text-align: center;\n  padding: 25px 20px;\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  border-radius: 12px;\n  border: 1px solid #eaeaea;\n  transition: transform 0.3s ease;\n}\n\n.assembly-step:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n}\n\n.step-number {\n  width: 50px;\n  height: 50px;\n  background: #2c2c2c;\n  color: white;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin: 0 auto 15px;\n  font-weight: bold;\n  font-size: 20px;\n  box-shadow: 0 3px 8px rgba(0,0,0,0.15);\n}\n\n.assembly-step p {\n  margin: 0;\n  color: #666;\n  line-height: 1.5;\n  font-size: 14px;\n}\n\n@media (max-width: 768px) {\n  .enjay-product-description {\n    padding: 15px;\n  }\n  \n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .benefits-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .assembly-steps {\n    grid-template-columns: 1fr;\n  }\n  \n  .product-header h1 {\n    font-size: 26px;\n  }\n  \n  .subtitle {\n    font-size: 16px;\n  }\n  \n  .specs-table thead th {\n    font-size: 18px;\n    padding: 16px;\n  }\n  \n  .specs-table td {\n    padding: 14px 16px;\n  }\n  \n  .feature-card, .assembly-step {\n    padding: 20px 15px;\n  }\n}\n\n@media (max-width: 480px) {\n  .product-header h1 {\n    font-size: 22px;\n  }\n  \n  .features-section h2,\n  .specifications-section h2,\n  .product-details h2,\n  .benefits-section h2,\n  .assembly-section h2 {\n    font-size: 22px;\n  }\n  \n  .specs-table {\n    min-width: 100%;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723298934868,"sku":null,"price":166.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T133558.905.png?v=1764491780"},{"product_id":"enjay-b-blk-10145-14-x-10-x-5-black-1-4-sheet-cake-box-100-bundle","title":"Enjay B-BLK-10145 14\" x 10\" x 5\" Black 1\/4 Sheet Cake Box - 100\/Bundle","description":"\u003cdiv class=\"enjay-product-description\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003ch1\u003eEnjay Converters B-BLK-10145 Bakery Box\u003c\/h1\u003e\n    \u003cp class=\"subtitle\"\u003ePremium 14\" black 1\/4 sheet cake boxes for elegant presentation and secure transport\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"features-section\"\u003e\n    \u003ch2\u003ePremium Features\u003c\/h2\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e♻️\u003c\/div\u003e\n        \u003ch3\u003eEco-Friendly\u003c\/h3\u003e\n        \u003cp\u003eMade from strong recycled fiberboard materials\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e✨\u003c\/div\u003e\n        \u003ch3\u003eFingerprint Resistant\u003c\/h3\u003e\n        \u003cp\u003eShiny laminated coating maintains pristine appearance\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e⚡\u003c\/div\u003e\n        \u003ch3\u003eQuick Assembly\u003c\/h3\u003e\n        \u003cp\u003eOne-piece lock corner design assembles in seconds\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e📦\u003c\/div\u003e\n        \u003ch3\u003eSpace Efficient\u003c\/h3\u003e\n        \u003cp\u003eShips flat for optimal storage efficiency\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specifications-section\"\u003e\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table-wrapper\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth colspan=\"2\"\u003eEnjay Converters B-BLK-10145 Technical Details\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e100\/Bundle\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e53.7 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eDimensions\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e14\" × 10\" × 5\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eAssembly Style\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eLock Corner\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBlack\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eConstruction\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1-Piece\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eNo PFAS Added, Recyclable\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eLid Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eFlat\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003ePaperboard\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eCompartments\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1 Compartment\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eRectangle\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eNon-Corrugated\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eCake Boxes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eWindow\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eWithout Window\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e625475005178\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-details\"\u003e\n    \u003ch2\u003eProduct Details\u003c\/h2\u003e\n    \u003cp\u003ePackage and transport your carefully prepared baked goods with this premium Enjay B-BLK-10145 14\" × 10\" × 5\" black 1\/4 sheet cake box. Crafted from strong recycled fiberboard materials, this box provides exceptional durability while supporting eco-conscious business practices.\u003c\/p\u003e\n    \n    \u003cp\u003eThe innovative one-piece lock corner design allows these boxes to ship completely flat, maximizing storage efficiency until needed. When it's time to use them, they assemble in seconds without any tools or complicated instructions.\u003c\/p\u003e\n    \n    \u003cp\u003eThe elegant black finish features a shiny film laminated coating that resists fingerprints and maintains its sophisticated appearance during transport. This smooth surface is perfect for adding pressure-sensitive labels, custom branding, or decorative elements to personalize your packaging.\u003c\/p\u003e\n    \n    \u003cp\u003eDesigned for single-service use and fully recyclable, these boxes make cleanup effortless while reducing environmental impact. Offer your customers premium packaging that protects their purchases while making a stylish statement.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"benefits-section\"\u003e\n    \u003ch2\u003eKey Benefits\u003c\/h2\u003e\n    \u003cdiv class=\"benefits-grid\"\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eMade of eco-friendly recycled fiberboard\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eLaminated coating resists fingerprints\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eConvenient one-piece lock corner design\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eEnsures baked goods are protected during transport\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eDisposable and easy to clean up\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003ePerfect for pressure-sensitive labels and customization\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"assembly-section\"\u003e\n    \u003ch2\u003eEasy Assembly Process\u003c\/h2\u003e\n    \u003cdiv class=\"assembly-steps\"\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n        \u003cp\u003eUnfold the flat box from its compact storage form\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n        \u003cp\u003eFold up all four sides to create the box structure\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n        \u003cp\u003eSecure the lock corners by interlocking the tabs\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e4\u003c\/div\u003e\n        \u003cp\u003eYour premium 1\/4 sheet cake box is ready for use\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.enjay-product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n  line-height: 1.6;\n}\n\n.product-header {\n  text-align: center;\n  margin-bottom: 40px;\n  padding-bottom: 20px;\n  border-bottom: 2px solid #eaeaea;\n}\n\n.product-header h1 {\n  color: #2c2c2c;\n  font-size: 32px;\n  margin-bottom: 10px;\n  font-weight: 700;\n  letter-spacing: -0.5px;\n}\n\n.subtitle {\n  font-size: 18px;\n  color: #666;\n  font-style: italic;\n  margin: 0;\n  font-weight: 400;\n}\n\n.features-section {\n  margin-bottom: 40px;\n}\n\n.features-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 25px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 25px;\n}\n\n.feature-card {\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  padding: 25px 20px;\n  border-radius: 12px;\n  text-align: center;\n  transition: all 0.3s ease;\n  border: 1px solid #eaeaea;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n}\n\n.feature-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n  border-color: #d0d0d0;\n}\n\n.feature-icon {\n  font-size: 40px;\n  margin-bottom: 15px;\n  display: block;\n}\n\n.feature-card h3 {\n  margin: 0 0 12px 0;\n  color: #2c2c2c;\n  font-size: 20px;\n  font-weight: 600;\n}\n\n.feature-card p {\n  margin: 0;\n  color: #666;\n  line-height: 1.5;\n  font-size: 14px;\n}\n\n.specifications-section {\n  margin-bottom: 40px;\n}\n\n.specifications-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 25px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.specs-table-wrapper {\n  overflow-x: auto;\n  border-radius: 12px;\n  box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n  background: white;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n  min-width: 600px;\n  border-radius: 12px;\n  overflow: hidden;\n}\n\n.specs-table thead th {\n  background: linear-gradient(135deg, #2c2c2c 0%, #4a4a4a 100%);\n  color: white;\n  padding: 20px;\n  text-align: center;\n  font-size: 20px;\n  font-weight: 700;\n  letter-spacing: 0.5px;\n  border: none;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background: #f8f9fa;\n}\n\n.specs-table tbody tr:nth-child(odd) {\n  background: #ffffff;\n}\n\n.specs-table tbody tr:hover {\n  background: #f0f0f0;\n  transition: background 0.2s ease;\n}\n\n.specs-table td {\n  padding: 16px 20px;\n  border-bottom: 1px solid #eaeaea;\n  font-size: 15px;\n}\n\n.spec-label {\n  font-weight: 600;\n  color: #2c2c2c;\n  width: 40%;\n  border-right: 1px solid #eaeaea;\n  background: #f8f9fa;\n}\n\n.spec-value {\n  color: #444;\n  font-weight: 500;\n}\n\n.product-details {\n  margin-bottom: 40px;\n}\n\n.product-details h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.product-details p {\n  line-height: 1.7;\n  margin-bottom: 18px;\n  color: #444;\n  text-align: justify;\n  font-size: 15px;\n}\n\n.benefits-section {\n  margin-bottom: 40px;\n}\n\n.benefits-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 15px;\n}\n\n.benefit-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 15px 18px;\n  background: #f8f9fa;\n  border-radius: 8px;\n  transition: all 0.2s ease;\n  border-left: 4px solid #2c2c2c;\n}\n\n.benefit-item:hover {\n  background: #f0f0f0;\n  transform: translateX(5px);\n}\n\n.checkmark {\n  color: #2c2c2c;\n  font-weight: bold;\n  margin-right: 12px;\n  font-size: 18px;\n  margin-top: 2px;\n}\n\n.benefit-item span:last-child {\n  flex: 1;\n  font-size: 15px;\n  line-height: 1.4;\n}\n\n.assembly-section {\n  margin-bottom: 30px;\n}\n\n.assembly-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.assembly-steps {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n  gap: 20px;\n}\n\n.assembly-step {\n  text-align: center;\n  padding: 25px 20px;\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  border-radius: 12px;\n  border: 1px solid #eaeaea;\n  transition: transform 0.3s ease;\n}\n\n.assembly-step:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n}\n\n.step-number {\n  width: 50px;\n  height: 50px;\n  background: #2c2c2c;\n  color: white;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin: 0 auto 15px;\n  font-weight: bold;\n  font-size: 20px;\n  box-shadow: 0 3px 8px rgba(0,0,0,0.15);\n}\n\n.assembly-step p {\n  margin: 0;\n  color: #666;\n  line-height: 1.5;\n  font-size: 14px;\n}\n\n@media (max-width: 768px) {\n  .enjay-product-description {\n    padding: 15px;\n  }\n  \n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .benefits-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .assembly-steps {\n    grid-template-columns: 1fr;\n  }\n  \n  .product-header h1 {\n    font-size: 26px;\n  }\n  \n  .subtitle {\n    font-size: 16px;\n  }\n  \n  .specs-table thead th {\n    font-size: 18px;\n    padding: 16px;\n  }\n  \n  .specs-table td {\n    padding: 14px 16px;\n  }\n  \n  .feature-card, .assembly-step {\n    padding: 20px 15px;\n  }\n}\n\n@media (max-width: 480px) {\n  .product-header h1 {\n    font-size: 22px;\n  }\n  \n  .features-section h2,\n  .specifications-section h2,\n  .product-details h2,\n  .benefits-section h2,\n  .assembly-section h2 {\n    font-size: 22px;\n  }\n  \n  .specs-table {\n    min-width: 100%;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723300376660,"sku":null,"price":174.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T134017.859.png?v=1764492139"},{"product_id":"enjay-b-fb18-18-x-18-x-12-flexbox-white-adjustable-cake-bakery-box-25-case","title":"Enjay B-FB18 18\" x 18\" x 12\" Flexbox White Adjustable Cake \/ Bakery Box - 25\/Case","description":"\u003cdiv class=\"enjay-product-description\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003ch1\u003eEnjay Converters B-FB18 FlexBox Tall Cakes Box\u003c\/h1\u003e\n    \u003cp class=\"subtitle\"\u003ePremium 18\" adjustable-height packaging for large specialty cakes and tiered creations\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"features-section\"\u003e\n    \u003ch2\u003eRevolutionary Features\u003c\/h2\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e📏\u003c\/div\u003e\n        \u003ch3\u003eAdjustable Height\u003c\/h3\u003e\n        \u003cp\u003ePerforated sides allow customization to 12\", 10\", or 8\" heights\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e👁️\u003c\/div\u003e\n        \u003ch3\u003eFrost-Free Window\u003c\/h3\u003e\n        \u003cp\u003eClear lid provides perfect visibility of your creations\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e⚡\u003c\/div\u003e\n        \u003ch3\u003eEasy Assembly\u003c\/h3\u003e\n        \u003cp\u003eLock-style construction for quick, secure setup\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🎂\u003c\/div\u003e\n        \u003ch3\u003eDrop Side Design\u003c\/h3\u003e\n        \u003cp\u003eSimplifies loading and unloading of delicate cakes\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specifications-section\"\u003e\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table-wrapper\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth colspan=\"2\"\u003eEnjay Converters B-FB18 Technical Details\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e25\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e33.22 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eDimensions\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e18\" × 18\" × 12\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eAssembly Style\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eLock Corner\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eWhite\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eConstruction\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e2-Piece\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eNo PFAS Added, Stackable\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eCardboard, Corrugated Cardboard\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eCompartments\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1 Compartment\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eSquare\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eCorrugated\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBakery Boxes, Cake Boxes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eWindow\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eWith Window\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e625475039265\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-details\"\u003e\n    \u003ch2\u003eProduct Details\u003c\/h2\u003e\n    \u003cp\u003ePackage and transport your tiered and tall cakes with this versatile Enjay B-FB18 18\" × 18\" × 12\" Flexbox white adjustable cake\/bakery box. This innovative box features perforated sides that are easy to remove, allowing you to adjust the height to perfectly accommodate your cakes and specialty desserts.\u003c\/p\u003e\n    \n    \u003cp\u003eChoose from three height options: leave it as is for a 12\" height, tear at the first perforation line for a 10\" high box, or use the second perforation line for an 8\" box. This exclusive Flexbox feature provides unparalleled flexibility for your bakery business.\u003c\/p\u003e\n    \n    \u003cp\u003eThe drop side construction makes loading and unloading cakes effortless while maintaining their structural integrity. The corrugated body has a clean white exterior with a kraft interior, combining aesthetics with durability.\u003c\/p\u003e\n    \n    \u003cp\u003eThe frost-free lid ensures your cakes remain visible during transport and storage. These stackable boxes save valuable space when not in use. Offer your customers a premium cake box that simplifies display, transport, and presentation while protecting their delicate creations.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"benefits-section\"\u003e\n    \u003ch2\u003eKey Benefits\u003c\/h2\u003e\n    \u003cdiv class=\"benefits-grid\"\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003ePerfect for storing and transporting tall and tiered cakes\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eFrost-free lid window makes contents easily viewable\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003ePerforated sides offer variably flexible height options\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eLock-style construction keeps baked goods secure\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eDrop side makes cake loading and unloading easy\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eStackable design for efficient storage\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"assembly-section\"\u003e\n    \u003ch2\u003eEasy Assembly Process\u003c\/h2\u003e\n    \u003cdiv class=\"assembly-steps\"\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n        \u003cp\u003eUnfold the flat box components from storage\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n        \u003cp\u003eFold up sides and secure lock corners\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n        \u003cp\u003eAdjust height by removing perforated sections if needed\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e4\u003c\/div\u003e\n        \u003cp\u003eYour premium FlexBox is ready for cake display\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.enjay-product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n  line-height: 1.6;\n}\n\n.product-header {\n  text-align: center;\n  margin-bottom: 40px;\n  padding-bottom: 20px;\n  border-bottom: 2px solid #eaeaea;\n}\n\n.product-header h1 {\n  color: #2c5530;\n  font-size: 32px;\n  margin-bottom: 10px;\n  font-weight: 700;\n  letter-spacing: -0.5px;\n}\n\n.subtitle {\n  font-size: 18px;\n  color: #5a5a5a;\n  font-style: italic;\n  margin: 0;\n  font-weight: 400;\n}\n\n.features-section {\n  margin-bottom: 40px;\n}\n\n.features-section h2 {\n  color: #2c5530;\n  font-size: 26px;\n  margin-bottom: 25px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 25px;\n}\n\n.feature-card {\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  padding: 25px 20px;\n  border-radius: 12px;\n  text-align: center;\n  transition: all 0.3s ease;\n  border: 1px solid #eaeaea;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n}\n\n.feature-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n  border-color: #d0d0d0;\n}\n\n.feature-icon {\n  font-size: 40px;\n  margin-bottom: 15px;\n  display: block;\n}\n\n.feature-card h3 {\n  margin: 0 0 12px 0;\n  color: #2c5530;\n  font-size: 20px;\n  font-weight: 600;\n}\n\n.feature-card p {\n  margin: 0;\n  color: #666;\n  line-height: 1.5;\n  font-size: 14px;\n}\n\n.specifications-section {\n  margin-bottom: 40px;\n}\n\n.specifications-section h2 {\n  color: #2c5530;\n  font-size: 26px;\n  margin-bottom: 25px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.specs-table-wrapper {\n  overflow-x: auto;\n  border-radius: 12px;\n  box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n  background: white;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n  min-width: 600px;\n  border-radius: 12px;\n  overflow: hidden;\n}\n\n.specs-table thead th {\n  background: linear-gradient(135deg, #2c5530 0%, #3a6b3f 100%);\n  color: white;\n  padding: 20px;\n  text-align: center;\n  font-size: 20px;\n  font-weight: 700;\n  letter-spacing: 0.5px;\n  border: none;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background: #f8f9fa;\n}\n\n.specs-table tbody tr:nth-child(odd) {\n  background: #ffffff;\n}\n\n.specs-table tbody tr:hover {\n  background: #e9f5e9;\n  transition: background 0.2s ease;\n}\n\n.specs-table td {\n  padding: 16px 20px;\n  border-bottom: 1px solid #eaeaea;\n  font-size: 15px;\n}\n\n.spec-label {\n  font-weight: 600;\n  color: #2c5530;\n  width: 40%;\n  border-right: 1px solid #eaeaea;\n  background: #f8f9fa;\n}\n\n.spec-value {\n  color: #444;\n  font-weight: 500;\n}\n\n.product-details {\n  margin-bottom: 40px;\n}\n\n.product-details h2 {\n  color: #2c5530;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.product-details p {\n  line-height: 1.7;\n  margin-bottom: 18px;\n  color: #444;\n  text-align: justify;\n  font-size: 15px;\n}\n\n.benefits-section {\n  margin-bottom: 40px;\n}\n\n.benefits-section h2 {\n  color: #2c5530;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 15px;\n}\n\n.benefit-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 15px 18px;\n  background: #f8f9fa;\n  border-radius: 8px;\n  transition: all 0.2s ease;\n  border-left: 4px solid #2c5530;\n}\n\n.benefit-item:hover {\n  background: #e9f5e9;\n  transform: translateX(5px);\n}\n\n.checkmark {\n  color: #2c5530;\n  font-weight: bold;\n  margin-right: 12px;\n  font-size: 18px;\n  margin-top: 2px;\n}\n\n.benefit-item span:last-child {\n  flex: 1;\n  font-size: 15px;\n  line-height: 1.4;\n}\n\n.assembly-section {\n  margin-bottom: 30px;\n}\n\n.assembly-section h2 {\n  color: #2c5530;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.assembly-steps {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n  gap: 20px;\n}\n\n.assembly-step {\n  text-align: center;\n  padding: 25px 20px;\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  border-radius: 12px;\n  border: 1px solid #eaeaea;\n  transition: transform 0.3s ease;\n}\n\n.assembly-step:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n}\n\n.step-number {\n  width: 50px;\n  height: 50px;\n  background: #2c5530;\n  color: white;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin: 0 auto 15px;\n  font-weight: bold;\n  font-size: 20px;\n  box-shadow: 0 3px 8px rgba(0,0,0,0.15);\n}\n\n.assembly-step p {\n  margin: 0;\n  color: #666;\n  line-height: 1.5;\n  font-size: 14px;\n}\n\n@media (max-width: 768px) {\n  .enjay-product-description {\n    padding: 15px;\n  }\n  \n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .benefits-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .assembly-steps {\n    grid-template-columns: 1fr;\n  }\n  \n  .product-header h1 {\n    font-size: 26px;\n  }\n  \n  .subtitle {\n    font-size: 16px;\n  }\n  \n  .specs-table thead th {\n    font-size: 18px;\n    padding: 16px;\n  }\n  \n  .specs-table td {\n    padding: 14px 16px;\n  }\n  \n  .feature-card, .assembly-step {\n    padding: 20px 15px;\n  }\n}\n\n@media (max-width: 480px) {\n  .product-header h1 {\n    font-size: 22px;\n  }\n  \n  .features-section h2,\n  .specifications-section h2,\n  .product-details h2,\n  .benefits-section h2,\n  .assembly-section h2 {\n    font-size: 22px;\n  }\n  \n  .specs-table {\n    min-width: 100%;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723301326932,"sku":null,"price":335.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T134557.849.png?v=1764492462"},{"product_id":"enjay-b-blk-12126-12-x-12-x-6-black-cake-box-50-bundle","title":"Enjay B-BLK-12126 12\" x 12\" x 6\" Black Cake Box - 50\/Bundle","description":"\u003cdiv class=\"enjay-product-description\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003ch1\u003eEnjay Converters B-BLK-12126 Bakery Box\u003c\/h1\u003e\n    \u003cp class=\"subtitle\"\u003ePremium 12\" black square cake boxes for elegant presentation and secure transport\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"features-section\"\u003e\n    \u003ch2\u003ePremium Features\u003c\/h2\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e♻️\u003c\/div\u003e\n        \u003ch3\u003eEco-Friendly\u003c\/h3\u003e\n        \u003cp\u003eMade from strong recycled fiberboard materials\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e✨\u003c\/div\u003e\n        \u003ch3\u003eFingerprint Resistant\u003c\/h3\u003e\n        \u003cp\u003eShiny laminated coating maintains pristine appearance\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e⚡\u003c\/div\u003e\n        \u003ch3\u003eQuick Assembly\u003c\/h3\u003e\n        \u003cp\u003eOne-piece lock corner design assembles in seconds\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e📦\u003c\/div\u003e\n        \u003ch3\u003eSpace Efficient\u003c\/h3\u003e\n        \u003cp\u003eShips flat for optimal storage efficiency\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specifications-section\"\u003e\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table-wrapper\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth colspan=\"2\"\u003eEnjay Converters B-BLK-12126 Technical Details\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e50\/Bundle\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e21.1 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eDimensions\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e12\" × 12\" × 6\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eAssembly Style\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eLock Corner\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBlack\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eConstruction\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1-Piece\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eNo PFAS Added, Recyclable\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003ePaperboard\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eCompartments\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1 Compartment\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eSquare\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eNon-Corrugated\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eCake Boxes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eWindow\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eWithout Window\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e625475005185\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-details\"\u003e\n    \u003ch2\u003eProduct Details\u003c\/h2\u003e\n    \u003cp\u003ePackage and transport your carefully prepared baked goods with this premium Enjay B-BLK-12126 12\" × 12\" × 6\" black cake box. Crafted from strong recycled fiberboard materials, this box provides exceptional durability while supporting eco-conscious business practices.\u003c\/p\u003e\n    \n    \u003cp\u003eThe innovative one-piece lock corner design allows these boxes to ship completely flat, maximizing storage efficiency until needed. When it's time to use them, they assemble in seconds without any tools or complicated instructions.\u003c\/p\u003e\n    \n    \u003cp\u003eThe elegant black finish features a shiny film laminated coating that resists fingerprints and maintains its sophisticated appearance during transport. This smooth surface is perfect for adding pressure-sensitive labels, custom branding, or decorative elements to personalize your packaging.\u003c\/p\u003e\n    \n    \u003cp\u003eDesigned for single-service use and fully recyclable, these boxes make cleanup effortless while reducing environmental impact. Offer your customers premium packaging that protects their purchases while making a stylish statement.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"benefits-section\"\u003e\n    \u003ch2\u003eKey Benefits\u003c\/h2\u003e\n    \u003cdiv class=\"benefits-grid\"\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eMade of eco-friendly recycled fiberboard\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eLaminated coating resists fingerprints\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eConvenient one-piece lock corner design\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eEnsures baked goods are protected during transport\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eDisposable and easy to clean up\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003ePerfect for pressure-sensitive labels and customization\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"assembly-section\"\u003e\n    \u003ch2\u003eEasy Assembly Process\u003c\/h2\u003e\n    \u003cdiv class=\"assembly-steps\"\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n        \u003cp\u003eUnfold the flat box from its compact storage form\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n        \u003cp\u003eFold up all four sides to create the box structure\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n        \u003cp\u003eSecure the lock corners by interlocking the tabs\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e4\u003c\/div\u003e\n        \u003cp\u003eYour premium cake box is ready for use\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.enjay-product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n  line-height: 1.6;\n}\n\n.product-header {\n  text-align: center;\n  margin-bottom: 40px;\n  padding-bottom: 20px;\n  border-bottom: 2px solid #eaeaea;\n}\n\n.product-header h1 {\n  color: #2c2c2c;\n  font-size: 32px;\n  margin-bottom: 10px;\n  font-weight: 700;\n  letter-spacing: -0.5px;\n}\n\n.subtitle {\n  font-size: 18px;\n  color: #666;\n  font-style: italic;\n  margin: 0;\n  font-weight: 400;\n}\n\n.features-section {\n  margin-bottom: 40px;\n}\n\n.features-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 25px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 25px;\n}\n\n.feature-card {\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  padding: 25px 20px;\n  border-radius: 12px;\n  text-align: center;\n  transition: all 0.3s ease;\n  border: 1px solid #eaeaea;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n}\n\n.feature-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n  border-color: #d0d0d0;\n}\n\n.feature-icon {\n  font-size: 40px;\n  margin-bottom: 15px;\n  display: block;\n}\n\n.feature-card h3 {\n  margin: 0 0 12px 0;\n  color: #2c2c2c;\n  font-size: 20px;\n  font-weight: 600;\n}\n\n.feature-card p {\n  margin: 0;\n  color: #666;\n  line-height: 1.5;\n  font-size: 14px;\n}\n\n.specifications-section {\n  margin-bottom: 40px;\n}\n\n.specifications-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 25px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.specs-table-wrapper {\n  overflow-x: auto;\n  border-radius: 12px;\n  box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n  background: white;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n  min-width: 600px;\n  border-radius: 12px;\n  overflow: hidden;\n}\n\n.specs-table thead th {\n  background: linear-gradient(135deg, #2c2c2c 0%, #4a4a4a 100%);\n  color: white;\n  padding: 20px;\n  text-align: center;\n  font-size: 20px;\n  font-weight: 700;\n  letter-spacing: 0.5px;\n  border: none;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background: #f8f9fa;\n}\n\n.specs-table tbody tr:nth-child(odd) {\n  background: #ffffff;\n}\n\n.specs-table tbody tr:hover {\n  background: #f0f0f0;\n  transition: background 0.2s ease;\n}\n\n.specs-table td {\n  padding: 16px 20px;\n  border-bottom: 1px solid #eaeaea;\n  font-size: 15px;\n}\n\n.spec-label {\n  font-weight: 600;\n  color: #2c2c2c;\n  width: 40%;\n  border-right: 1px solid #eaeaea;\n  background: #f8f9fa;\n}\n\n.spec-value {\n  color: #444;\n  font-weight: 500;\n}\n\n.product-details {\n  margin-bottom: 40px;\n}\n\n.product-details h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.product-details p {\n  line-height: 1.7;\n  margin-bottom: 18px;\n  color: #444;\n  text-align: justify;\n  font-size: 15px;\n}\n\n.benefits-section {\n  margin-bottom: 40px;\n}\n\n.benefits-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 15px;\n}\n\n.benefit-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 15px 18px;\n  background: #f8f9fa;\n  border-radius: 8px;\n  transition: all 0.2s ease;\n  border-left: 4px solid #2c2c2c;\n}\n\n.benefit-item:hover {\n  background: #f0f0f0;\n  transform: translateX(5px);\n}\n\n.checkmark {\n  color: #2c2c2c;\n  font-weight: bold;\n  margin-right: 12px;\n  font-size: 18px;\n  margin-top: 2px;\n}\n\n.benefit-item span:last-child {\n  flex: 1;\n  font-size: 15px;\n  line-height: 1.4;\n}\n\n.assembly-section {\n  margin-bottom: 30px;\n}\n\n.assembly-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.assembly-steps {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n  gap: 20px;\n}\n\n.assembly-step {\n  text-align: center;\n  padding: 25px 20px;\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  border-radius: 12px;\n  border: 1px solid #eaeaea;\n  transition: transform 0.3s ease;\n}\n\n.assembly-step:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n}\n\n.step-number {\n  width: 50px;\n  height: 50px;\n  background: #2c2c2c;\n  color: white;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin: 0 auto 15px;\n  font-weight: bold;\n  font-size: 20px;\n  box-shadow: 0 3px 8px rgba(0,0,0,0.15);\n}\n\n.assembly-step p {\n  margin: 0;\n  color: #666;\n  line-height: 1.5;\n  font-size: 14px;\n}\n\n@media (max-width: 768px) {\n  .enjay-product-description {\n    padding: 15px;\n  }\n  \n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .benefits-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .assembly-steps {\n    grid-template-columns: 1fr;\n  }\n  \n  .product-header h1 {\n    font-size: 26px;\n  }\n  \n  .subtitle {\n    font-size: 16px;\n  }\n  \n  .specs-table thead th {\n    font-size: 18px;\n    padding: 16px;\n  }\n  \n  .specs-table td {\n    padding: 14px 16px;\n  }\n  \n  .feature-card, .assembly-step {\n    padding: 20px 15px;\n  }\n}\n\n@media (max-width: 480px) {\n  .product-header h1 {\n    font-size: 22px;\n  }\n  \n  .features-section h2,\n  .specifications-section h2,\n  .product-details h2,\n  .benefits-section h2,\n  .assembly-section h2 {\n    font-size: 22px;\n  }\n  \n  .specs-table {\n    min-width: 100%;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723302113364,"sku":null,"price":108.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T135258.140.png?v=1764492806"},{"product_id":"enjay-b-blk-14195-19-x-14-x-5-black-half-sheet-cake-bakery-box-50-bundle","title":"Enjay B-BLK-14195 19\" x 14\" x 5\" Black Half Sheet Cake \/ Bakery Box - 50\/Bundle","description":"\u003cdiv class=\"enjay-product-description\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003ch1\u003eEnjay Converters B-BLK-14195 Bakery Box\u003c\/h1\u003e\n    \u003cp class=\"subtitle\"\u003ePremium 19\" black half sheet cake boxes for elegant presentation and secure transport\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"features-section\"\u003e\n    \u003ch2\u003ePremium Features\u003c\/h2\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e♻️\u003c\/div\u003e\n        \u003ch3\u003eEco-Friendly\u003c\/h3\u003e\n        \u003cp\u003eMade from strong recycled fiberboard materials\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e✨\u003c\/div\u003e\n        \u003ch3\u003eFingerprint Resistant\u003c\/h3\u003e\n        \u003cp\u003eShiny laminated coating maintains pristine appearance\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e⚡\u003c\/div\u003e\n        \u003ch3\u003eQuick Assembly\u003c\/h3\u003e\n        \u003cp\u003eOne-piece lock corner design assembles in seconds\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e📦\u003c\/div\u003e\n        \u003ch3\u003eSpace Efficient\u003c\/h3\u003e\n        \u003cp\u003eShips flat for optimal storage efficiency\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specifications-section\"\u003e\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table-wrapper\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth colspan=\"2\"\u003eEnjay Converters B-BLK-14195 Technical Details\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e50\/Bundle\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e37 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eDimensions\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e19\" × 14\" × 5\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eAssembly Style\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eLock Corner\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBlack\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eConstruction\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1-Piece\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eNo PFAS Added, Recyclable\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003ePaperboard\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eCompartments\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1 Compartment\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eRectangle\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eNon-Corrugated\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBakery Boxes, Cake Boxes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eWindow\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eWithout Window\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e625475012527\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-details\"\u003e\n    \u003ch2\u003eProduct Details\u003c\/h2\u003e\n    \u003cp\u003ePackage and transport your carefully prepared baked goods with this premium Enjay B-BLK-14195 19\" × 14\" × 5\" black half sheet cake box. Crafted from strong recycled fiberboard materials, this box provides exceptional durability while supporting eco-conscious business practices.\u003c\/p\u003e\n    \n    \u003cp\u003eThe innovative one-piece lock corner design allows these boxes to ship completely flat, maximizing storage efficiency until needed. When it's time to use them, they assemble in seconds without any tools or complicated instructions.\u003c\/p\u003e\n    \n    \u003cp\u003eThe elegant black finish features a shiny film laminated coating that resists fingerprints and maintains its sophisticated appearance during transport. This smooth surface is perfect for adding pressure-sensitive labels, custom branding, or decorative elements to personalize your packaging.\u003c\/p\u003e\n    \n    \u003cp\u003eDesigned for single-service use and fully recyclable, these boxes make cleanup effortless while reducing environmental impact. Offer your customers premium packaging that protects their purchases while making a stylish statement.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"benefits-section\"\u003e\n    \u003ch2\u003eKey Benefits\u003c\/h2\u003e\n    \u003cdiv class=\"benefits-grid\"\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eMade of eco-friendly recycled fiberboard\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eLaminated coating resists fingerprints\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eConvenient one-piece lock corner design\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eEnsures baked goods are protected during transport\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eDisposable and easy to clean up\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003ePerfect for pressure-sensitive labels and customization\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"assembly-section\"\u003e\n    \u003ch2\u003eEasy Assembly Process\u003c\/h2\u003e\n    \u003cdiv class=\"assembly-steps\"\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n        \u003cp\u003eUnfold the flat box from its compact storage form\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n        \u003cp\u003eFold up all four sides to create the box structure\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n        \u003cp\u003eSecure the lock corners by interlocking the tabs\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e4\u003c\/div\u003e\n        \u003cp\u003eYour premium half sheet cake box is ready for use\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.enjay-product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n  line-height: 1.6;\n}\n\n.product-header {\n  text-align: center;\n  margin-bottom: 40px;\n  padding-bottom: 20px;\n  border-bottom: 2px solid #eaeaea;\n}\n\n.product-header h1 {\n  color: #2c2c2c;\n  font-size: 32px;\n  margin-bottom: 10px;\n  font-weight: 700;\n  letter-spacing: -0.5px;\n}\n\n.subtitle {\n  font-size: 18px;\n  color: #666;\n  font-style: italic;\n  margin: 0;\n  font-weight: 400;\n}\n\n.features-section {\n  margin-bottom: 40px;\n}\n\n.features-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 25px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 25px;\n}\n\n.feature-card {\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  padding: 25px 20px;\n  border-radius: 12px;\n  text-align: center;\n  transition: all 0.3s ease;\n  border: 1px solid #eaeaea;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n}\n\n.feature-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n  border-color: #d0d0d0;\n}\n\n.feature-icon {\n  font-size: 40px;\n  margin-bottom: 15px;\n  display: block;\n}\n\n.feature-card h3 {\n  margin: 0 0 12px 0;\n  color: #2c2c2c;\n  font-size: 20px;\n  font-weight: 600;\n}\n\n.feature-card p {\n  margin: 0;\n  color: #666;\n  line-height: 1.5;\n  font-size: 14px;\n}\n\n.specifications-section {\n  margin-bottom: 40px;\n}\n\n.specifications-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 25px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.specs-table-wrapper {\n  overflow-x: auto;\n  border-radius: 12px;\n  box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n  background: white;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n  min-width: 600px;\n  border-radius: 12px;\n  overflow: hidden;\n}\n\n.specs-table thead th {\n  background: linear-gradient(135deg, #2c2c2c 0%, #4a4a4a 100%);\n  color: white;\n  padding: 20px;\n  text-align: center;\n  font-size: 20px;\n  font-weight: 700;\n  letter-spacing: 0.5px;\n  border: none;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background: #f8f9fa;\n}\n\n.specs-table tbody tr:nth-child(odd) {\n  background: #ffffff;\n}\n\n.specs-table tbody tr:hover {\n  background: #f0f0f0;\n  transition: background 0.2s ease;\n}\n\n.specs-table td {\n  padding: 16px 20px;\n  border-bottom: 1px solid #eaeaea;\n  font-size: 15px;\n}\n\n.spec-label {\n  font-weight: 600;\n  color: #2c2c2c;\n  width: 40%;\n  border-right: 1px solid #eaeaea;\n  background: #f8f9fa;\n}\n\n.spec-value {\n  color: #444;\n  font-weight: 500;\n}\n\n.product-details {\n  margin-bottom: 40px;\n}\n\n.product-details h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.product-details p {\n  line-height: 1.7;\n  margin-bottom: 18px;\n  color: #444;\n  text-align: justify;\n  font-size: 15px;\n}\n\n.benefits-section {\n  margin-bottom: 40px;\n}\n\n.benefits-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 15px;\n}\n\n.benefit-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 15px 18px;\n  background: #f8f9fa;\n  border-radius: 8px;\n  transition: all 0.2s ease;\n  border-left: 4px solid #2c2c2c;\n}\n\n.benefit-item:hover {\n  background: #f0f0f0;\n  transform: translateX(5px);\n}\n\n.checkmark {\n  color: #2c2c2c;\n  font-weight: bold;\n  margin-right: 12px;\n  font-size: 18px;\n  margin-top: 2px;\n}\n\n.benefit-item span:last-child {\n  flex: 1;\n  font-size: 15px;\n  line-height: 1.4;\n}\n\n.assembly-section {\n  margin-bottom: 30px;\n}\n\n.assembly-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.assembly-steps {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n  gap: 20px;\n}\n\n.assembly-step {\n  text-align: center;\n  padding: 25px 20px;\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  border-radius: 12px;\n  border: 1px solid #eaeaea;\n  transition: transform 0.3s ease;\n}\n\n.assembly-step:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n}\n\n.step-number {\n  width: 50px;\n  height: 50px;\n  background: #2c2c2c;\n  color: white;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin: 0 auto 15px;\n  font-weight: bold;\n  font-size: 20px;\n  box-shadow: 0 3px 8px rgba(0,0,0,0.15);\n}\n\n.assembly-step p {\n  margin: 0;\n  color: #666;\n  line-height: 1.5;\n  font-size: 14px;\n}\n\n@media (max-width: 768px) {\n  .enjay-product-description {\n    padding: 15px;\n  }\n  \n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .benefits-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .assembly-steps {\n    grid-template-columns: 1fr;\n  }\n  \n  .product-header h1 {\n    font-size: 26px;\n  }\n  \n  .subtitle {\n    font-size: 16px;\n  }\n  \n  .specs-table thead th {\n    font-size: 18px;\n    padding: 16px;\n  }\n  \n  .specs-table td {\n    padding: 14px 16px;\n  }\n  \n  .feature-card, .assembly-step {\n    padding: 20px 15px;\n  }\n}\n\n@media (max-width: 480px) {\n  .product-header h1 {\n    font-size: 22px;\n  }\n  \n  .features-section h2,\n  .specifications-section h2,\n  .product-details h2,\n  .benefits-section h2,\n  .assembly-section h2 {\n    font-size: 22px;\n  }\n  \n  .specs-table {\n    min-width: 100%;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723303129172,"sku":null,"price":216.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T135735.051.png?v=1764493147"},{"product_id":"enjay-b-tulipsingleblack-4-x-4-x-3-3-4-black-single-cupcake-tulip-box-with-1-compartment-insert-100-case","title":"Enjay B-TULIPSINGLEBLACK 4\" x 4\" x 3 3\/4\" Black Single Cupcake Tulip Box with 1 Compartment Insert - 100\/Case","description":"\u003cdiv class=\"enjay-product-description\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003ch1\u003eEnjay Converters B-TULIPSINGLEBLACK\u003c\/h1\u003e\n    \u003cp class=\"subtitle\"\u003ePremium black single cupcake tulip boxes with elegant European design\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"features-section\"\u003e\n    \u003ch2\u003ePremium Features\u003c\/h2\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🌷\u003c\/div\u003e\n        \u003ch3\u003eTulip Design\u003c\/h3\u003e\n        \u003cp\u003eElegant European-style tulip shape for premium presentation\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🧁\u003c\/div\u003e\n        \u003ch3\u003eCupcake Insert\u003c\/h3\u003e\n        \u003cp\u003eIncludes matching 1-compartment cupcake insert for secure transport\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e⚡\u003c\/div\u003e\n        \u003ch3\u003eQuick Assembly\u003c\/h3\u003e\n        \u003cp\u003eOne-piece construction with built-in locking corners\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🎨\u003c\/div\u003e\n        \u003ch3\u003eCustomizable\u003c\/h3\u003e\n        \u003cp\u003eUnmarked surface perfect for custom labels and stamps\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specifications-section\"\u003e\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table-wrapper\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth colspan=\"2\"\u003eEnjay Converters B-TULIPSINGLEBLACK Technical Details\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e100\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e8.6 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eDimensions\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e4\" × 4\" × 3¾\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eInsert Slot Diameter\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e2½\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eAssembly Style\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eLock Corner\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBlack\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eConstruction\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1-Piece\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eNo PFAS Added\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eCompartments\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1 Compartment\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eTulip\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eNon-Corrugated\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eDonut Boxes, Tulip Boxes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eWindow\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eWithout Window\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e625475008179\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-details\"\u003e\n    \u003ch2\u003eProduct Details\u003c\/h2\u003e\n    \u003cp\u003eEasily distribute baked goods at your bakery or gourmet cupcake shop with this premium Enjay B-TULIPSINGLEBLACK 4\" × 4\" × 3¾\" black single cupcake tulip box. Whether you're packaging and selling cupcakes, pastries, or your signature cookies, this elegant box provides the perfect solution for individual dessert presentations.\u003c\/p\u003e\n    \n    \u003cp\u003eFeaturing a convenient one-piece construction with built-in locking corners, this box assembles quickly and securely. The innovative tulip design creates a sophisticated European aesthetic that elevates your baked goods presentation while ensuring maximum protection during transport.\u003c\/p\u003e\n    \n    \u003cp\u003eEach box includes a matching cupcake insert with a 2½\" diameter slot designed to fit standard 2\" baking cups. The crisp black color and unmarked surface provide the perfect canvas for custom labels, stamps, or branding elements, allowing you to personalize each package for your unique business identity.\u003c\/p\u003e\n    \n    \u003cp\u003eBuilt strong to protect your delicate creations while on display or in transit, these tulip boxes are perfect for single cupcakes, small pastries, or individual dessert portions. The secure locking corners and sturdy construction ensure your baked goods arrive in perfect condition.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"benefits-section\"\u003e\n    \u003ch2\u003eKey Benefits\u003c\/h2\u003e\n    \u003cdiv class=\"benefits-grid\"\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003ePerfect for packaging and selling baked goods at bakeries and donut shops\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eComes with a matching 1-compartment cupcake insert\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eGreat for single cupcakes and small personal desserts\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eEnsures baked goods are protected during transport\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eBuilt-in locking corners for secure assembly\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eElegant European tulip design for premium presentation\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"assembly-section\"\u003e\n    \u003ch2\u003eEasy Assembly Process\u003c\/h2\u003e\n    \u003cdiv class=\"assembly-steps\"\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n        \u003cp\u003eUnfold the flat tulip box from its compact form\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n        \u003cp\u003eFold up sides and secure built-in locking corners\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n        \u003cp\u003eInsert the cupcake holder for secure dessert placement\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e4\u003c\/div\u003e\n        \u003cp\u003eYour elegant tulip box is ready for presentation\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compatibility-section\"\u003e\n    \u003ch2\u003ePerfect For\u003c\/h2\u003e\n    \u003cdiv class=\"compatibility-grid\"\u003e\n      \u003cdiv class=\"compatibility-item\"\u003e\n        \u003cspan class=\"compatibility-icon\"\u003e🧁\u003c\/span\u003e\n        \u003cspan\u003eSingle Cupcakes\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"compatibility-item\"\u003e\n        \u003cspan class=\"compatibility-icon\"\u003e🍩\u003c\/span\u003e\n        \u003cspan\u003eDonuts \u0026amp; Pastries\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"compatibility-item\"\u003e\n        \u003cspan class=\"compatibility-icon\"\u003e🍪\u003c\/span\u003e\n        \u003cspan\u003eCookies \u0026amp; Macarons\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"compatibility-item\"\u003e\n        \u003cspan class=\"compatibility-icon\"\u003e🎂\u003c\/span\u003e\n        \u003cspan\u003eSmall Desserts\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.enjay-product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n  line-height: 1.6;\n}\n\n.product-header {\n  text-align: center;\n  margin-bottom: 40px;\n  padding-bottom: 20px;\n  border-bottom: 2px solid #eaeaea;\n}\n\n.product-header h1 {\n  color: #2c2c2c;\n  font-size: 32px;\n  margin-bottom: 10px;\n  font-weight: 700;\n  letter-spacing: -0.5px;\n}\n\n.subtitle {\n  font-size: 18px;\n  color: #666;\n  font-style: italic;\n  margin: 0;\n  font-weight: 400;\n}\n\n.features-section {\n  margin-bottom: 40px;\n}\n\n.features-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 25px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 25px;\n}\n\n.feature-card {\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  padding: 25px 20px;\n  border-radius: 12px;\n  text-align: center;\n  transition: all 0.3s ease;\n  border: 1px solid #eaeaea;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n}\n\n.feature-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n  border-color: #d0d0d0;\n}\n\n.feature-icon {\n  font-size: 40px;\n  margin-bottom: 15px;\n  display: block;\n}\n\n.feature-card h3 {\n  margin: 0 0 12px 0;\n  color: #2c2c2c;\n  font-size: 20px;\n  font-weight: 600;\n}\n\n.feature-card p {\n  margin: 0;\n  color: #666;\n  line-height: 1.5;\n  font-size: 14px;\n}\n\n.specifications-section {\n  margin-bottom: 40px;\n}\n\n.specifications-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 25px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.specs-table-wrapper {\n  overflow-x: auto;\n  border-radius: 12px;\n  box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n  background: white;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n  min-width: 600px;\n  border-radius: 12px;\n  overflow: hidden;\n}\n\n.specs-table thead th {\n  background: linear-gradient(135deg, #2c2c2c 0%, #4a4a4a 100%);\n  color: white;\n  padding: 20px;\n  text-align: center;\n  font-size: 20px;\n  font-weight: 700;\n  letter-spacing: 0.5px;\n  border: none;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background: #f8f9fa;\n}\n\n.specs-table tbody tr:nth-child(odd) {\n  background: #ffffff;\n}\n\n.specs-table tbody tr:hover {\n  background: #f0f0f0;\n  transition: background 0.2s ease;\n}\n\n.specs-table td {\n  padding: 16px 20px;\n  border-bottom: 1px solid #eaeaea;\n  font-size: 15px;\n}\n\n.spec-label {\n  font-weight: 600;\n  color: #2c2c2c;\n  width: 40%;\n  border-right: 1px solid #eaeaea;\n  background: #f8f9fa;\n}\n\n.spec-value {\n  color: #444;\n  font-weight: 500;\n}\n\n.product-details {\n  margin-bottom: 40px;\n}\n\n.product-details h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.product-details p {\n  line-height: 1.7;\n  margin-bottom: 18px;\n  color: #444;\n  text-align: justify;\n  font-size: 15px;\n}\n\n.benefits-section {\n  margin-bottom: 40px;\n}\n\n.benefits-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 15px;\n}\n\n.benefit-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 15px 18px;\n  background: #f8f9fa;\n  border-radius: 8px;\n  transition: all 0.2s ease;\n  border-left: 4px solid #2c2c2c;\n}\n\n.benefit-item:hover {\n  background: #f0f0f0;\n  transform: translateX(5px);\n}\n\n.checkmark {\n  color: #2c2c2c;\n  font-weight: bold;\n  margin-right: 12px;\n  font-size: 18px;\n  margin-top: 2px;\n}\n\n.benefit-item span:last-child {\n  flex: 1;\n  font-size: 15px;\n  line-height: 1.4;\n}\n\n.assembly-section {\n  margin-bottom: 40px;\n}\n\n.assembly-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.assembly-steps {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n  gap: 20px;\n}\n\n.assembly-step {\n  text-align: center;\n  padding: 25px 20px;\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  border-radius: 12px;\n  border: 1px solid #eaeaea;\n  transition: transform 0.3s ease;\n}\n\n.assembly-step:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n}\n\n.step-number {\n  width: 50px;\n  height: 50px;\n  background: #2c2c2c;\n  color: white;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin: 0 auto 15px;\n  font-weight: bold;\n  font-size: 20px;\n  box-shadow: 0 3px 8px rgba(0,0,0,0.15);\n}\n\n.assembly-step p {\n  margin: 0;\n  color: #666;\n  line-height: 1.5;\n  font-size: 14px;\n}\n\n.compatibility-section {\n  margin-bottom: 30px;\n}\n\n.compatibility-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.compatibility-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 20px;\n}\n\n.compatibility-item {\n  text-align: center;\n  padding: 20px 15px;\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  border-radius: 10px;\n  border: 1px solid #eaeaea;\n  transition: transform 0.3s ease;\n}\n\n.compatibility-item:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n}\n\n.compatibility-icon {\n  font-size: 32px;\n  margin-bottom: 10px;\n  display: block;\n}\n\n.compatibility-item span:last-child {\n  font-weight: 600;\n  color: #2c2c2c;\n  font-size: 14px;\n}\n\n@media (max-width: 768px) {\n  .enjay-product-description {\n    padding: 15px;\n  }\n  \n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .benefits-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .assembly-steps {\n    grid-template-columns: 1fr;\n  }\n  \n  .compatibility-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .product-header h1 {\n    font-size: 26px;\n  }\n  \n  .subtitle {\n    font-size: 16px;\n  }\n  \n  .specs-table thead th {\n    font-size: 18px;\n    padding: 16px;\n  }\n  \n  .specs-table td {\n    padding: 14px 16px;\n  }\n  \n  .feature-card, .assembly-step, .compatibility-item {\n    padding: 20px 15px;\n  }\n}\n\n@media (max-width: 480px) {\n  .product-header h1 {\n    font-size: 22px;\n  }\n  \n  .features-section h2,\n  .specifications-section h2,\n  .product-details h2,\n  .benefits-section h2,\n  .assembly-section h2,\n  .compatibility-section h2 {\n    font-size: 22px;\n  }\n  \n  .specs-table {\n    min-width: 100%;\n  }\n  \n  .compatibility-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723304636500,"sku":null,"price":126.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T140330.995.png?v=1764493526"},{"product_id":"enjay-b-tulipdoubleblack-9-3-8-x-6-x-6-1-2-black-double-cupcake-tulip-box-with-2-compartment-insert-100-case","title":"Enjay B-TULIPDOUBLEBLACK 9 3\/8\" x 6\" x 6 1\/2\" Black Double Cupcake Tulip Box with 2 Compartment Insert - 100\/Case","description":"\u003cdiv class=\"enjay-product-description\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003ch1\u003eEnjay Converters B-TULIPDOUBLEBLACK\u003c\/h1\u003e\n    \u003cp class=\"subtitle\"\u003ePremium black double cupcake tulip boxes with elegant European design and convenient handles\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"features-section\"\u003e\n    \u003ch2\u003ePremium Features\u003c\/h2\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🌷\u003c\/div\u003e\n        \u003ch3\u003eDouble Tulip Design\u003c\/h3\u003e\n        \u003cp\u003eElegant European-style tulip shape for two cupcakes\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🧁\u003c\/div\u003e\n        \u003ch3\u003eDual Cupcake Inserts\u003c\/h3\u003e\n        \u003cp\u003eIncludes matching 2-compartment cupcake insert\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e⚡\u003c\/div\u003e\n        \u003ch3\u003eQuick Assembly\u003c\/h3\u003e\n        \u003cp\u003eOne-piece construction with built-in locking corners\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🎨\u003c\/div\u003e\n        \u003ch3\u003eCustomizable\u003c\/h3\u003e\n        \u003cp\u003eUnmarked surface perfect for custom labels and stamps\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specifications-section\"\u003e\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table-wrapper\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth colspan=\"2\"\u003eEnjay Converters B-TULIPDOUBLEBLACK Technical Details\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e100\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e16 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eDimensions\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e9⅜\" × 6\" × 6½\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eHeight (with handles)\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e6½\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eHeight (without handles)\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e5½\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eInsert Slot Diameter\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e2½\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eAssembly Style\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eLock Corner\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBlack\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eConstruction\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1-Piece\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eNo PFAS Added\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003ePaperboard\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eCompartments\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e2 Compartments\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eTulip\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eNon-Corrugated\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eTulip Boxes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eWindow\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eWithout Window\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e625475008186\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-details\"\u003e\n    \u003ch2\u003eProduct Details\u003c\/h2\u003e\n    \u003cp\u003eEasily distribute baked goods at your bakery or gourmet cupcake shop with this premium Enjay B-TULIPDOUBLEBLACK 9⅜\" × 6\" × 6½\" black double cupcake tulip box. Whether you're packaging and selling cupcakes, pastries, or your signature cookies, this elegant box provides the perfect solution for dual dessert presentations with convenient carrying handles.\u003c\/p\u003e\n    \n    \u003cp\u003eFeaturing a convenient one-piece construction with built-in locking corners, this box assembles quickly and securely. The innovative tulip design creates a sophisticated European aesthetic that elevates your baked goods presentation while ensuring maximum protection during transport.\u003c\/p\u003e\n    \n    \u003cp\u003eEach box includes a matching dual cupcake insert with 2½\" diameter slots designed to fit standard 2\" baking cups. The crisp black color and unmarked surface provide the perfect canvas for custom labels, stamps, or branding elements, allowing you to personalize each package for your unique business identity.\u003c\/p\u003e\n    \n    \u003cp\u003eBuilt strong to protect your delicate creations while on display or in transit, these tulip boxes are perfect for two cupcakes, small pastries, or individual dessert portions. The secure locking corners, sturdy construction, and convenient handles ensure your baked goods arrive in perfect condition.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"benefits-section\"\u003e\n    \u003ch2\u003eKey Benefits\u003c\/h2\u003e\n    \u003cdiv class=\"benefits-grid\"\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003ePerfect for packaging and selling baked goods at bakeries and donut shops\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eComes with a matching 2-compartment cupcake insert\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eGreat for cupcakes and small personal desserts\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eEnsures baked goods are protected during transport\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eBuilt-in locking corners for secure assembly\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cspan class=\"checkmark\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eConvenient carrying handles for easy transport\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"assembly-section\"\u003e\n    \u003ch2\u003eEasy Assembly Process\u003c\/h2\u003e\n    \u003cdiv class=\"assembly-steps\"\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n        \u003cp\u003eUnfold the flat tulip box from its compact form\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n        \u003cp\u003eFold up sides and secure built-in locking corners\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n        \u003cp\u003eInsert the dual cupcake holder for secure dessert placement\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"assembly-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e4\u003c\/div\u003e\n        \u003cp\u003eYour elegant double tulip box is ready for presentation\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compatibility-section\"\u003e\n    \u003ch2\u003ePerfect For\u003c\/h2\u003e\n    \u003cdiv class=\"compatibility-grid\"\u003e\n      \u003cdiv class=\"compatibility-item\"\u003e\n        \u003cspan class=\"compatibility-icon\"\u003e🧁\u003c\/span\u003e\n        \u003cspan\u003eDouble Cupcakes\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"compatibility-item\"\u003e\n        \u003cspan class=\"compatibility-icon\"\u003e🍩\u003c\/span\u003e\n        \u003cspan\u003eDonuts \u0026amp; Pastries\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"compatibility-item\"\u003e\n        \u003cspan class=\"compatibility-icon\"\u003e🍪\u003c\/span\u003e\n        \u003cspan\u003eCookies \u0026amp; Macarons\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"compatibility-item\"\u003e\n        \u003cspan class=\"compatibility-icon\"\u003e🎂\u003c\/span\u003e\n        \u003cspan\u003eSmall Desserts\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.enjay-product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n  line-height: 1.6;\n}\n\n.product-header {\n  text-align: center;\n  margin-bottom: 40px;\n  padding-bottom: 20px;\n  border-bottom: 2px solid #eaeaea;\n}\n\n.product-header h1 {\n  color: #2c2c2c;\n  font-size: 32px;\n  margin-bottom: 10px;\n  font-weight: 700;\n  letter-spacing: -0.5px;\n}\n\n.subtitle {\n  font-size: 18px;\n  color: #666;\n  font-style: italic;\n  margin: 0;\n  font-weight: 400;\n}\n\n.features-section {\n  margin-bottom: 40px;\n}\n\n.features-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 25px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 25px;\n}\n\n.feature-card {\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  padding: 25px 20px;\n  border-radius: 12px;\n  text-align: center;\n  transition: all 0.3s ease;\n  border: 1px solid #eaeaea;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n}\n\n.feature-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n  border-color: #d0d0d0;\n}\n\n.feature-icon {\n  font-size: 40px;\n  margin-bottom: 15px;\n  display: block;\n}\n\n.feature-card h3 {\n  margin: 0 0 12px 0;\n  color: #2c2c2c;\n  font-size: 20px;\n  font-weight: 600;\n}\n\n.feature-card p {\n  margin: 0;\n  color: #666;\n  line-height: 1.5;\n  font-size: 14px;\n}\n\n.specifications-section {\n  margin-bottom: 40px;\n}\n\n.specifications-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 25px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.specs-table-wrapper {\n  overflow-x: auto;\n  border-radius: 12px;\n  box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n  background: white;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n  min-width: 600px;\n  border-radius: 12px;\n  overflow: hidden;\n}\n\n.specs-table thead th {\n  background: linear-gradient(135deg, #2c2c2c 0%, #4a4a4a 100%);\n  color: white;\n  padding: 20px;\n  text-align: center;\n  font-size: 20px;\n  font-weight: 700;\n  letter-spacing: 0.5px;\n  border: none;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background: #f8f9fa;\n}\n\n.specs-table tbody tr:nth-child(odd) {\n  background: #ffffff;\n}\n\n.specs-table tbody tr:hover {\n  background: #f0f0f0;\n  transition: background 0.2s ease;\n}\n\n.specs-table td {\n  padding: 16px 20px;\n  border-bottom: 1px solid #eaeaea;\n  font-size: 15px;\n}\n\n.spec-label {\n  font-weight: 600;\n  color: #2c2c2c;\n  width: 40%;\n  border-right: 1px solid #eaeaea;\n  background: #f8f9fa;\n}\n\n.spec-value {\n  color: #444;\n  font-weight: 500;\n}\n\n.product-details {\n  margin-bottom: 40px;\n}\n\n.product-details h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.product-details p {\n  line-height: 1.7;\n  margin-bottom: 18px;\n  color: #444;\n  text-align: justify;\n  font-size: 15px;\n}\n\n.benefits-section {\n  margin-bottom: 40px;\n}\n\n.benefits-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 15px;\n}\n\n.benefit-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 15px 18px;\n  background: #f8f9fa;\n  border-radius: 8px;\n  transition: all 0.2s ease;\n  border-left: 4px solid #2c2c2c;\n}\n\n.benefit-item:hover {\n  background: #f0f0f0;\n  transform: translateX(5px);\n}\n\n.checkmark {\n  color: #2c2c2c;\n  font-weight: bold;\n  margin-right: 12px;\n  font-size: 18px;\n  margin-top: 2px;\n}\n\n.benefit-item span:last-child {\n  flex: 1;\n  font-size: 15px;\n  line-height: 1.4;\n}\n\n.assembly-section {\n  margin-bottom: 40px;\n}\n\n.assembly-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.assembly-steps {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n  gap: 20px;\n}\n\n.assembly-step {\n  text-align: center;\n  padding: 25px 20px;\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  border-radius: 12px;\n  border: 1px solid #eaeaea;\n  transition: transform 0.3s ease;\n}\n\n.assembly-step:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n}\n\n.step-number {\n  width: 50px;\n  height: 50px;\n  background: #2c2c2c;\n  color: white;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin: 0 auto 15px;\n  font-weight: bold;\n  font-size: 20px;\n  box-shadow: 0 3px 8px rgba(0,0,0,0.15);\n}\n\n.assembly-step p {\n  margin: 0;\n  color: #666;\n  line-height: 1.5;\n  font-size: 14px;\n}\n\n.compatibility-section {\n  margin-bottom: 30px;\n}\n\n.compatibility-section h2 {\n  color: #2c2c2c;\n  font-size: 26px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #eaeaea;\n  text-align: center;\n  font-weight: 600;\n}\n\n.compatibility-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 20px;\n}\n\n.compatibility-item {\n  text-align: center;\n  padding: 20px 15px;\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  border-radius: 10px;\n  border: 1px solid #eaeaea;\n  transition: transform 0.3s ease;\n}\n\n.compatibility-item:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n}\n\n.compatibility-icon {\n  font-size: 32px;\n  margin-bottom: 10px;\n  display: block;\n}\n\n.compatibility-item span:last-child {\n  font-weight: 600;\n  color: #2c2c2c;\n  font-size: 14px;\n}\n\n@media (max-width: 768px) {\n  .enjay-product-description {\n    padding: 15px;\n  }\n  \n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .benefits-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .assembly-steps {\n    grid-template-columns: 1fr;\n  }\n  \n  .compatibility-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .product-header h1 {\n    font-size: 26px;\n  }\n  \n  .subtitle {\n    font-size: 16px;\n  }\n  \n  .specs-table thead th {\n    font-size: 18px;\n    padding: 16px;\n  }\n  \n  .specs-table td {\n    padding: 14px 16px;\n  }\n  \n  .feature-card, .assembly-step, .compatibility-item {\n    padding: 20px 15px;\n  }\n}\n\n@media (max-width: 480px) {\n  .product-header h1 {\n    font-size: 22px;\n  }\n  \n  .features-section h2,\n  .specifications-section h2,\n  .product-details h2,\n  .benefits-section h2,\n  .assembly-section h2,\n  .compatibility-section h2 {\n    font-size: 22px;\n  }\n  \n  .specs-table {\n    min-width: 100%;\n  }\n  \n  .compatibility-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723311386708,"sku":null,"price":235.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T140941.204.png?v=1764493864"},{"product_id":"enjay-b-tulipquadblack-8-x-8-x-6-1-2-black-quad-cupcake-tulip-box-with-4-compartment-insert-100-case","title":"Enjay B-TULIPQUADBLACK 8\" x 8\" x 6 1\/2\" Black Quad Cupcake Tulip Box with 4 Compartment Insert - 100\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"product-overview\"\u003e\n    \u003ch2\u003eProduct Overview\u003c\/h2\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003ePerfect for packaging and selling baked goods at bakeries and donut shops\u003c\/li\u003e\n      \u003cli\u003eComes with a matching 4 compartment cupcake insert\u003c\/li\u003e\n      \u003cli\u003eGreat for cupcakes and small personal desserts\u003c\/li\u003e\n      \u003cli\u003eEnsures baked goods are protected during transport\u003c\/li\u003e\n      \u003cli\u003eBuilt-in locking corners for easy assembly\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-details\"\u003e\n    \u003ch2\u003eEnjay Converters B-TULIPQUADBLACK Details\u003c\/h2\u003e\n    \u003cp\u003eEasily distribute baked goods at your bakery or gourmet cupcake shop with this Enjay B-TULIPQUADBLACK 8\" x 8\" x 6 1\/2\" black quad cupcake tulip box. Whether you are packaging and selling cupcakes, pastries, or your signature cookies, this box is sure to do the trick!\u003c\/p\u003e\n    \u003cp\u003eIt has a convenient, one-piece construction as well as an insert to make transporting your delicious treats easier! Once it is assembled with its built-in locking corners, it has enough room to hold a small order of four cupcakes. Boasting a crisp, black color and trendy European design, this box will help you easily pack baked goods for your customers.\u003c\/p\u003e\n    \u003cp\u003eThis box is built strong to ensure your items are protected while on display or in transport. Use it with the cupcake insert or on its own! The insert cutouts are 2 1\/2\" in diameter and are designed to fit 2\" baking cups. It is even unmarked, so you can quickly add custom labels and stamps for a pop of personalization.\u003c\/p\u003e\n    \n    \u003cdiv class=\"dimensions\"\u003e\n      \u003ch3\u003eOverall Dimensions\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eLength: 8\"\u003c\/li\u003e\n        \u003cli\u003eWidth: 8\"\u003c\/li\u003e\n        \u003cli\u003eHeight: 6 1\/2\"\u003c\/li\u003e\n        \u003cli\u003eInsert Slot Diameter: 2 1\/2\"\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specifications\"\u003e\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table\"\u003e\n      \u003ctable\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e100\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e24.6 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eLength\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e8 Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eWidth\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e8 Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eHeight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e6 1\/2 Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eAssembly Style\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eLock Corner\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBlack\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eConstruction\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1-Piece\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eNo PFAS Added\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003ePaperboard\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eNumber of Compartments\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e4 Compartments\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eTulip\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eNon-Corrugated\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eCupcake Boxes, Tulip Boxes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eWindow\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eWithout Window\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e625475008193\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 100%;\n}\n\n.product-description h2 {\n  color: #2c3e50;\n  font-size: 24px;\n  margin-bottom: 15px;\n  padding-bottom: 8px;\n  border-bottom: 2px solid #f1c40f;\n}\n\n.product-description h3 {\n  color: #34495e;\n  font-size: 20px;\n  margin: 20px 0 15px;\n}\n\n.product-overview {\n  margin-bottom: 30px;\n}\n\n.feature-list {\n  list-style: none;\n  padding-left: 0;\n}\n\n.feature-list li {\n  position: relative;\n  padding: 8px 0 8px 30px;\n  margin-bottom: 5px;\n}\n\n.feature-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  color: #27ae60;\n  font-weight: bold;\n  font-size: 18px;\n}\n\n.product-details {\n  margin-bottom: 30px;\n}\n\n.product-details p {\n  margin-bottom: 15px;\n}\n\n.dimensions {\n  background-color: #f8f9fa;\n  padding: 15px;\n  border-radius: 5px;\n  margin-top: 20px;\n}\n\n.dimensions ul {\n  list-style: none;\n  padding-left: 0;\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n  gap: 10px;\n}\n\n.dimensions li {\n  padding: 5px 0;\n}\n\n.specifications {\n  margin-top: 30px;\n}\n\n.specs-table {\n  overflow-x: auto;\n}\n\n.specs-table table {\n  width: 100%;\n  border-collapse: collapse;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n  border-radius: 8px;\n  overflow: hidden;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f8f9fa;\n}\n\n.specs-table tr:hover {\n  background-color: #e9ecef;\n}\n\n.spec-label {\n  font-weight: 600;\n  padding: 12px 15px;\n  background-color: #2c3e50;\n  color: white;\n  width: 40%;\n}\n\n.spec-value {\n  padding: 12px 15px;\n  background-color: white;\n}\n\n@media (max-width: 768px) {\n  .spec-label {\n    width: 50%;\n  }\n  \n  .dimensions ul {\n    grid-template-columns: 1fr;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723312173140,"sku":null,"price":287.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T141428.903.png?v=1764494165"},{"product_id":"inno-pak-26-x-18-x-4-white-kraft-cake-tray-bakery-box-50-case","title":"Inno-Pak 26\" x 18\" x 4\" White \/ Kraft Cake Tray \/ Bakery Box - 50\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"product-overview\"\u003e\n    \u003ch2\u003eProduct Overview\u003c\/h2\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003eCan be used as a one-piece tray or paired with a compatible box top (sold separately)\u003c\/li\u003e\n      \u003cli\u003eDurable corrugated construction keeps items secure\u003c\/li\u003e\n      \u003cli\u003eEasy assembly with lock corners\u003c\/li\u003e\n      \u003cli\u003eShips flat to maximize storage space\u003c\/li\u003e\n      \u003cli\u003ePerfect for cakes, cupcakes, and pastries\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-details\"\u003e\n    \u003ch2\u003eInno-Pak LLC 095245300 Details\u003c\/h2\u003e\n    \u003cp\u003eShowcase your delicious bakery treats with this Inno-Pak 26\" x 18\" x 4\" white cake tray \/ bakery box! This multipurpose tray can serve as a stand-alone bakery box or can be paired with a compatible lid for added convenience.\u003c\/p\u003e\n    \u003cp\u003eThe durable corrugated cardboard construction ensures that your baked goods remain secure during transport, making this cake tray the perfect packaging solution for cakes, cupcakes, and pastries. This premium packaging option offers a simple touch of elegance to your baked goods.\u003c\/p\u003e\n    \u003cp\u003eThis sturdy cake tray keeps items protected while the classic white exterior and natural kraft interior provide the perfect backdrop for your beautiful creations. The box features easy assembly with lock corners and ships flat to maximize storage space, making it an efficient choice for your commercial kitchen.\u003c\/p\u003e\n    \n    \u003cdiv class=\"dimensions\"\u003e\n      \u003ch3\u003eOverall Dimensions\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eLength: 26\"\u003c\/li\u003e\n        \u003cli\u003eWidth: 18\"\u003c\/li\u003e\n        \u003cli\u003eHeight: 4\"\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specifications\"\u003e\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table\"\u003e\n      \u003ctable\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e50\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e35.4 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eLength\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e26 Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eWidth\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e18 Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eHeight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e4 Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eAssembly Style\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eLock Corner\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eWhite\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eConstruction\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1-Piece\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eMade in America, No PFAS Added, Recyclable\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eCardboard\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eNumber of Compartments\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1 Compartment\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePattern\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003ePlain\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eRectangle\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eCorrugated\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBakery Trays, Box Bottom\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eWindow\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eWithout Window\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e838702009249\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 100%;\n}\n\n.product-description h2 {\n  color: #2c3e50;\n  font-size: 24px;\n  margin-bottom: 15px;\n  padding-bottom: 8px;\n  border-bottom: 2px solid #e67e22;\n  position: relative;\n}\n\n.product-description h2:after {\n  content: '';\n  position: absolute;\n  bottom: -2px;\n  left: 0;\n  width: 60px;\n  height: 2px;\n  background-color: #d35400;\n}\n\n.product-description h3 {\n  color: #34495e;\n  font-size: 20px;\n  margin: 20px 0 15px;\n}\n\n.product-overview {\n  margin-bottom: 30px;\n  background: #f8f9fa;\n  padding: 20px;\n  border-radius: 8px;\n}\n\n.feature-list {\n  list-style: none;\n  padding-left: 0;\n}\n\n.feature-list li {\n  position: relative;\n  padding: 10px 0 10px 35px;\n  margin-bottom: 8px;\n  border-bottom: 1px dashed #e9ecef;\n}\n\n.feature-list li:last-child {\n  border-bottom: none;\n}\n\n.feature-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  color: #27ae60;\n  font-weight: bold;\n  font-size: 18px;\n  background: #eafaf1;\n  width: 26px;\n  height: 26px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.product-details {\n  margin-bottom: 30px;\n}\n\n.product-details p {\n  margin-bottom: 15px;\n}\n\n.dimensions {\n  background: linear-gradient(135deg, #fff9f2 0%, #fff 100%);\n  padding: 20px;\n  border-radius: 8px;\n  margin-top: 20px;\n  border-left: 4px solid #e67e22;\n}\n\n.dimensions ul {\n  list-style: none;\n  padding-left: 0;\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n  gap: 10px;\n}\n\n.dimensions li {\n  padding: 8px 0;\n  font-weight: 500;\n}\n\n.specifications {\n  margin-top: 30px;\n}\n\n.specs-table {\n  overflow-x: auto;\n  border-radius: 10px;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n}\n\n.specs-table table {\n  width: 100%;\n  border-collapse: collapse;\n  border-radius: 10px;\n  overflow: hidden;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f8f9fa;\n}\n\n.specs-table tr:hover {\n  background-color: #f1f8ff;\n  transition: background-color 0.2s ease;\n}\n\n.spec-label {\n  font-weight: 600;\n  padding: 14px 18px;\n  background-color: #2c3e50;\n  color: white;\n  width: 35%;\n  border-right: 1px solid #34495e;\n}\n\n.spec-value {\n  padding: 14px 18px;\n  background-color: white;\n}\n\n.specs-table tr:last-child .spec-label {\n  border-bottom-left-radius: 8px;\n}\n\n.specs-table tr:last-child .spec-value {\n  border-bottom-right-radius: 8px;\n}\n\n@media (max-width: 768px) {\n  .spec-label {\n    width: 45%;\n  }\n  \n  .dimensions ul {\n    grid-template-columns: 1fr;\n  }\n  \n  .product-overview {\n    padding: 15px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723313352788,"sku":null,"price":192.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T142016.902.png?v=1764494497"},{"product_id":"inno-pak-to-go-fresh-19-x-14-x-4-kraft-auto-popup-window-cake-bakery-box-50-case","title":"Inno-Pak To Go Fresh 19\" x 14\" x 4\" Kraft Auto-Popup Window Cake \/ Bakery Box - 50\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003ch1\u003eInno-Pak To Go Fresh Auto-Popup Window Bakery Box\u003c\/h1\u003e\n    \u003cp class=\"subtitle\"\u003ePremium packaging with optimal product visibility\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-overview\"\u003e\n    \u003ch2\u003eProduct Highlights\u003c\/h2\u003e\n    \u003cdiv class=\"highlights-grid\"\u003e\n      \u003cdiv class=\"highlight-item\"\u003e\n        \u003cdiv class=\"highlight-icon\"\u003e🎯\u003c\/div\u003e\n        \u003cdiv class=\"highlight-text\"\u003ePremium packaging with eye-catching fresh design\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"highlight-item\"\u003e\n        \u003cdiv class=\"highlight-icon\"\u003e👁️\u003c\/div\u003e\n        \u003cdiv class=\"highlight-text\"\u003eClear plastic window for optimal product visibility\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"highlight-item\"\u003e\n        \u003cdiv class=\"highlight-icon\"\u003e⚡\u003c\/div\u003e\n        \u003cdiv class=\"highlight-text\"\u003eQuick assembly with auto-popup feature\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"highlight-item\"\u003e\n        \u003cdiv class=\"highlight-icon\"\u003e🌱\u003c\/div\u003e\n        \u003cdiv class=\"highlight-text\"\u003eEco-friendly recycled paperboard construction\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"highlight-item\"\u003e\n        \u003cdiv class=\"highlight-icon\"\u003e🎂\u003c\/div\u003e\n        \u003cdiv class=\"highlight-text\"\u003ePerfect for cakes, cupcakes, and pastries\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-details\"\u003e\n    \u003ch2\u003eProduct Details\u003c\/h2\u003e\n    \u003cp\u003eShowcase the freshness of your baked goods with this Inno-Pak To Go Fresh 19\" x 14\" x 4\" kraft auto-popup window cake and bakery box! This premium packaging option boasts an eye-catching fresh design, making it an excellent choice for displaying your cakes, cupcakes, pastries, and other treats.\u003c\/p\u003e\n    \n    \u003cp\u003eThe clear plastic window provides optimal product visibility without sacrificing durability, allowing your customers to catch a tantalizing glimpse of the delicious treats inside. Constructed from uncoated recycled paperboard, this bakery box is not only visually appealing but also environmentally conscious.\u003c\/p\u003e\n    \n    \u003cp\u003eThe exclusive spine relief design ensures easy closure and opening, making it convenient for customers to access their favorite treats. With its quick assembly auto-popup feature, this box saves valuable time in busy foodservice operations and offers high-end sturdiness, keeping your products secure and protected.\u003c\/p\u003e\n\n    \u003cdiv class=\"dimensions-section\"\u003e\n      \u003ch3\u003eDimensions\u003c\/h3\u003e\n      \u003cdiv class=\"dimensions-grid\"\u003e\n        \u003cdiv class=\"dimension\"\u003e\n          \u003cspan class=\"dimension-label\"\u003eLength\u003c\/span\u003e\n          \u003cspan class=\"dimension-value\"\u003e19 Inches\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"dimension\"\u003e\n          \u003cspan class=\"dimension-label\"\u003eWidth\u003c\/span\u003e\n          \u003cspan class=\"dimension-value\"\u003e14 Inches\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"dimension\"\u003e\n          \u003cspan class=\"dimension-label\"\u003eHeight\u003c\/span\u003e\n          \u003cspan class=\"dimension-value\"\u003e4 Inches\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specifications\"\u003e\n    \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e50\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e29 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eDimensions\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e19\" x 14\" x 4\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eAssembly Style\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eAuto-Popup\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eKraft\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eConstruction\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1-Piece\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eMade in America, No PFAS Added, Recyclable\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003ePaperboard\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eCompartments\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1 Compartment\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePattern\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eTo Go Fresh\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eProduct Line\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eTo Go Fresh\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eRectangle\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eNon-Corrugated\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBakery Boxes, Cake Boxes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eWindow\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eWith Window\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n            \u003ctd class=\"spec-value upc-code\"\u003e842644086428\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"benefits-section\"\u003e\n    \u003ch2\u003eKey Benefits\u003c\/h2\u003e\n    \u003cdiv class=\"benefits-grid\"\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003ch3\u003eTime-Saving Assembly\u003c\/h3\u003e\n        \u003cp\u003eAuto-popup feature allows for quick setup, perfect for busy foodservice operations.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003ch3\u003eProduct Visibility\u003c\/h3\u003e\n        \u003cp\u003eClear window showcases your baked goods while keeping them protected.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003ch3\u003eEco-Friendly\u003c\/h3\u003e\n        \u003cp\u003eMade from uncoated recycled paperboard with recyclable construction.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003ch3\u003ePremium Design\u003c\/h3\u003e\n        \u003cp\u003eEye-catching fresh design elevates your brand presentation.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;\n  color: #2d3748;\n  line-height: 1.6;\n  max-width: 100%;\n}\n\n.product-header {\n  text-align: center;\n  margin-bottom: 40px;\n  padding-bottom: 20px;\n  border-bottom: 1px solid #e2e8f0;\n}\n\n.product-header h1 {\n  color: #2d3748;\n  font-size: 32px;\n  font-weight: 700;\n  margin-bottom: 8px;\n}\n\n.subtitle {\n  color: #718096;\n  font-size: 18px;\n  font-weight: 400;\n}\n\n.product-description h2 {\n  color: #2d3748;\n  font-size: 24px;\n  font-weight: 600;\n  margin: 30px 0 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #ed8936;\n  position: relative;\n}\n\n.product-description h2:after {\n  content: '';\n  position: absolute;\n  bottom: -2px;\n  left: 0;\n  width: 60px;\n  height: 2px;\n  background-color: #dd6b20;\n}\n\n.product-description h3 {\n  color: #4a5568;\n  font-size: 20px;\n  font-weight: 600;\n  margin: 25px 0 15px;\n}\n\n.product-overview {\n  margin-bottom: 40px;\n}\n\n.highlights-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 20px;\n  margin-top: 20px;\n}\n\n.highlight-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 15px;\n  padding: 20px;\n  background: linear-gradient(135deg, #fffaf0 0%, #fff 100%);\n  border-radius: 12px;\n  border-left: 4px solid #ed8936;\n  transition: transform 0.2s ease, box-shadow 0.2s ease;\n}\n\n.highlight-item:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px rgba(237, 137, 54, 0.15);\n}\n\n.highlight-icon {\n  font-size: 24px;\n  flex-shrink: 0;\n}\n\n.highlight-text {\n  font-weight: 500;\n  color: #2d3748;\n}\n\n.product-details {\n  margin-bottom: 40px;\n}\n\n.product-details p {\n  margin-bottom: 16px;\n  font-size: 16px;\n}\n\n.dimensions-section {\n  background: linear-gradient(135deg, #f7fafc 0%, #fff 100%);\n  padding: 25px;\n  border-radius: 12px;\n  margin-top: 25px;\n  border: 1px solid #e2e8f0;\n}\n\n.dimensions-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n  gap: 15px;\n  margin-top: 15px;\n}\n\n.dimension {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  padding: 15px;\n  background: white;\n  border-radius: 8px;\n  border: 1px solid #e2e8f0;\n}\n\n.dimension-label {\n  font-size: 14px;\n  color: #718096;\n  margin-bottom: 5px;\n}\n\n.dimension-value {\n  font-size: 16px;\n  font-weight: 600;\n  color: #2d3748;\n}\n\n.specifications {\n  margin: 40px 0;\n}\n\n.specs-table-container {\n  overflow-x: auto;\n  border-radius: 12px;\n  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f7fafc;\n}\n\n.specs-table tr:hover {\n  background-color: #edf2f7;\n  transition: background-color 0.2s ease;\n}\n\n.spec-label {\n  font-weight: 600;\n  padding: 16px 20px;\n  background-color: #2d3748;\n  color: white;\n  width: 35%;\n  border-right: 1px solid #4a5568;\n  font-size: 14px;\n}\n\n.spec-value {\n  padding: 16px 20px;\n  background-color: white;\n  color: #4a5568;\n  font-size: 14px;\n}\n\n.upc-code {\n  font-family: 'Courier New', monospace;\n  font-weight: 700;\n  color: #2d3748;\n  font-size: 16px;\n}\n\n.benefits-section {\n  margin-top: 50px;\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 25px;\n  margin-top: 20px;\n}\n\n.benefit-card {\n  background: linear-gradient(135deg, #fffaf0 0%, #fed7d7 100%);\n  padding: 25px;\n  border-radius: 12px;\n  border: 1px solid #fed7d7;\n  transition: transform 0.3s ease;\n}\n\n.benefit-card:hover {\n  transform: translateY(-5px);\n}\n\n.benefit-card h3 {\n  color: #c05621;\n  margin-bottom: 12px;\n  font-size: 18px;\n}\n\n.benefit-card p {\n  color: #744210;\n  font-size: 14px;\n  line-height: 1.5;\n}\n\n@media (max-width: 768px) {\n  .product-header h1 {\n    font-size: 24px;\n  }\n  \n  .subtitle {\n    font-size: 16px;\n  }\n  \n  .highlights-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .spec-label {\n    width: 40%;\n  }\n  \n  .benefits-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .dimensions-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723314237524,"sku":null,"price":206.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T142451.757.png?v=1764494802"},{"product_id":"inno-pak-to-go-fresh-10-x-10-x-5-kraft-auto-popup-window-cake-bakery-box-100-case","title":"To Go Fresh 10\" x 10\" x 5\" Kraft Auto-Popup Window Cake \/ Bakery Box - 100\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-section\"\u003e\n    \u003ch2\u003ePremium Auto-Popup Bakery Box\u003c\/h2\u003e\n    \u003cp\u003eShowcase the freshness of your baked goods with this Inno-Pak To Go Fresh 10\" x 10\" x 5\" kraft auto-popup window cake\/bakery box! This premium packaging option boasts an eye-catching fresh design, making it perfect for displaying cakes, cupcakes, pastries, and other treats.\u003c\/p\u003e\n    \n    \u003cp\u003eThe clear plastic window provides optimal product visibility without sacrificing durability, allowing customers to see the delicious treats inside. Constructed from uncoated recycled paperboard, this bakery box is both visually appealing and environmentally conscious.\u003c\/p\u003e\n    \n    \u003cp\u003eWith its quick assembly auto-popup feature, this box saves valuable time in busy foodservice operations while offering high-end sturdiness to keep your products secure and protected. The exclusive spine relief design ensures easy closure and opening for customer convenience.\u003c\/p\u003e\n    \n    \u003cdiv class=\"upc-section\"\u003e\n      \u003cstrong\u003eUPC Code:\u003c\/strong\u003e 400017557861\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003cdiv class=\"specs-table\"\u003e\n      \u003ctable\u003e\n        \u003ctr\u003e\n          \u003cth\u003eSpecification\u003c\/th\u003e\n          \u003cth\u003eDetails\u003c\/th\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eQuantity\u003c\/td\u003e\n          \u003ctd\u003e100\/Case\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eDimensions\u003c\/td\u003e\n          \u003ctd\u003e10\" L × 10\" W × 5\" H\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eShipping Weight\u003c\/td\u003e\n          \u003ctd\u003e33.6 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eAssembly Style\u003c\/td\u003e\n          \u003ctd\u003eAuto-Popup\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\u003eConstruction\u003c\/td\u003e\n          \u003ctd\u003e1-Piece\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eMaterial\u003c\/td\u003e\n          \u003ctd\u003ePaperboard\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eFeatures\u003c\/td\u003e\n          \u003ctd\u003eMade in America • No PFAS Added • Recyclable\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eNumber of Compartments\u003c\/td\u003e\n          \u003ctd\u003e1 Compartment\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ePattern\u003c\/td\u003e\n          \u003ctd\u003eTo Go Fresh\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eProduct Line\u003c\/td\u003e\n          \u003ctd\u003eTo Go Fresh\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eShape\u003c\/td\u003e\n          \u003ctd\u003eSquare\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eStyle\u003c\/td\u003e\n          \u003ctd\u003eNon-Corrugated\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eType\u003c\/td\u003e\n          \u003ctd\u003eBakery Boxes • Cake Boxes\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      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"features-section\"\u003e\n    \u003ch3\u003eKey Features\u003c\/h3\u003e\n    \u003cul class=\"features-list\"\u003e\n      \u003cli\u003ePremium packaging with eye-catching fresh design\u003c\/li\u003e\n      \u003cli\u003eClear plastic window for optimal product visibility\u003c\/li\u003e\n      \u003cli\u003eQuick assembly with auto-popup feature\u003c\/li\u003e\n      \u003cli\u003eEco-friendly uncoated recycled paperboard construction\u003c\/li\u003e\n      \u003cli\u003ePerfect for cakes, cupcakes, and pastries\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.description-section h2 {\n  color: #2c5530;\n  font-size: 28px;\n  margin-bottom: 20px;\n  border-bottom: 2px solid #e8f5e9;\n  padding-bottom: 10px;\n}\n\n.description-section p {\n  margin-bottom: 15px;\n  font-size: 16px;\n}\n\n.upc-section {\n  background-color: #f8f9fa;\n  padding: 12px 15px;\n  border-radius: 6px;\n  margin: 20px 0;\n  font-size: 16px;\n  border-left: 4px solid #2c5530;\n}\n\n.specs-section h3, .features-section h3 {\n  color: #2c5530;\n  font-size: 22px;\n  margin: 30px 0 15px;\n  padding-bottom: 8px;\n  border-bottom: 1px solid #e8f5e9;\n}\n\n.specs-table {\n  overflow-x: auto;\n  margin: 20px 0;\n  border-radius: 8px;\n  box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n}\n\n.specs-table table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table th {\n  background-color: #2c5530;\n  color: white;\n  padding: 15px;\n  text-align: left;\n  font-weight: 600;\n}\n\n.specs-table td {\n  padding: 15px;\n  border-bottom: 1px solid #eaeaea;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f8f9fa;\n}\n\n.specs-table tr:hover {\n  background-color: #e8f5e9;\n}\n\n.features-list {\n  list-style-type: none;\n  padding-left: 0;\n}\n\n.features-list li {\n  padding: 10px 0 10px 30px;\n  position: relative;\n  font-size: 16px;\n}\n\n.features-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  color: #2c5530;\n  font-weight: bold;\n  font-size: 18px;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 0 15px;\n  }\n  \n  .description-section h2 {\n    font-size: 24px;\n  }\n  \n  .specs-table th, .specs-table td {\n    padding: 10px;\n    font-size: 14px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723317547092,"sku":null,"price":215.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T142918.544.png?v=1764495171"},{"product_id":"inno-pak-to-go-fresh-14-x-10-x-4-kraft-auto-popup-window-cake-bakery-box-100-case","title":"Inno-Pak To Go Fresh 14\" x 10\" x 4\" Kraft Auto-Popup Window Cake \/ Bakery Box - 100\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-section\"\u003e\n    \u003ch2\u003eInno-Pak To Go Fresh Auto-Popup Bakery Box\u003c\/h2\u003e\n    \u003cp\u003eShowcase the freshness of your baked goods with this premium 14\" x 10\" x 4\" kraft auto-popup window bakery box. Featuring an eye-catching design with a clear plastic window, this packaging solution offers optimal product visibility while maintaining durability.\u003c\/p\u003e\n    \n    \u003cp\u003eConstructed from eco-friendly uncoated recycled paperboard, this bakery box combines visual appeal with environmental consciousness. The exclusive spine relief design ensures easy closure and opening, while the quick assembly auto-popup feature saves valuable time in busy foodservice operations.\u003c\/p\u003e\n    \n    \u003cdiv class=\"upc-section\"\u003e\n      \u003cstrong\u003eUPC Code:\u003c\/strong\u003e 842644086411\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003cdiv class=\"specs-table\"\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eSpecification\u003c\/th\u003e\n            \u003cth\u003eDetails\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eQuantity\u003c\/td\u003e\n            \u003ctd\u003e100\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eDimensions\u003c\/td\u003e\n            \u003ctd\u003e14\" L × 10\" W × 4\" H\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd\u003e37.1 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eAssembly Style\u003c\/td\u003e\n            \u003ctd\u003eAuto-Popup\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\u003eConstruction\u003c\/td\u003e\n            \u003ctd\u003e1-Piece\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMaterial\u003c\/td\u003e\n            \u003ctd\u003ePaperboard\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eFeatures\u003c\/td\u003e\n            \u003ctd\u003eMade in America • No PFAS Added • Recyclable\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eNumber of Compartments\u003c\/td\u003e\n            \u003ctd\u003e1 Compartment\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003ePattern\u003c\/td\u003e\n            \u003ctd\u003eTo Go Fresh\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eProduct Line\u003c\/td\u003e\n            \u003ctd\u003eTo Go Fresh\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eShape\u003c\/td\u003e\n            \u003ctd\u003eRectangle\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eStyle\u003c\/td\u003e\n            \u003ctd\u003eNon-Corrugated\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eType\u003c\/td\u003e\n            \u003ctd\u003eBakery Boxes • Cake Boxes\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        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"features-section\"\u003e\n    \u003ch3\u003eKey Features\u003c\/h3\u003e\n    \u003cul class=\"features-list\"\u003e\n      \u003cli\u003ePremium packaging with eye-catching fresh design\u003c\/li\u003e\n      \u003cli\u003eClear plastic window for optimal product visibility\u003c\/li\u003e\n      \u003cli\u003eQuick assembly with auto-popup feature\u003c\/li\u003e\n      \u003cli\u003eEco-friendly uncoated recycled paperboard construction\u003c\/li\u003e\n      \u003cli\u003ePerfect for cakes, cupcakes, and pastries\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.description-section h2 {\n  color: #2c5530;\n  font-size: 28px;\n  margin-bottom: 20px;\n  border-bottom: 2px solid #e8f5e9;\n  padding-bottom: 10px;\n}\n\n.description-section p {\n  margin-bottom: 15px;\n  font-size: 16px;\n}\n\n.upc-section {\n  background-color: #f8f9fa;\n  padding: 12px 15px;\n  border-radius: 6px;\n  margin: 20px 0;\n  font-size: 16px;\n  border-left: 4px solid #2c5530;\n}\n\n.specs-section h3, .features-section h3 {\n  color: #2c5530;\n  font-size: 22px;\n  margin: 30px 0 15px;\n  padding-bottom: 8px;\n  border-bottom: 1px solid #e8f5e9;\n}\n\n.specs-table {\n  overflow-x: auto;\n  margin: 20px 0;\n  border-radius: 8px;\n  box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n}\n\n.specs-table table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table th {\n  background-color: #2c5530;\n  color: white;\n  padding: 15px;\n  text-align: left;\n  font-weight: 600;\n}\n\n.specs-table td {\n  padding: 15px;\n  border-bottom: 1px solid #eaeaea;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f8f9fa;\n}\n\n.specs-table tr:hover {\n  background-color: #e8f5e9;\n}\n\n.features-list {\n  list-style-type: none;\n  padding-left: 0;\n}\n\n.features-list li {\n  padding: 10px 0 10px 30px;\n  position: relative;\n  font-size: 16px;\n}\n\n.features-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  color: #2c5530;\n  font-weight: bold;\n  font-size: 18px;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 0 15px;\n  }\n  \n  .description-section h2 {\n    font-size: 24px;\n  }\n  \n  .specs-table th, .specs-table td {\n    padding: 10px;\n    font-size: 14px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723321610324,"sku":null,"price":208.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T144344.769.png?v=1764496030"},{"product_id":"crystalware-full-size-foil-steam-table-pan-deep-3-3-8-depth-50-case","title":"Crystalware Full Size Foil Steam Table Pan Deep 3 3\/8\" Depth - 50\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"product-intro\"\u003e\n\u003ch2\u003ePremium Full Size Steam Table Pans\u003c\/h2\u003e\n\u003cp\u003eStep up your superior service and present a variety of foods in these Crystalware deep full size foil steam table pans! Perfect for banquets, catering events, or food service operations, these durable pans feature a full curl rim and are designed to streamline your service.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-features\"\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDurable 58 gauge aluminum foil construction\u003c\/li\u003e\n\u003cli\u003eSturdy design with a full curl rim (steam pan lid sold separately)\u003c\/li\u003e\n\u003cli\u003eHolds up to 346 fl. oz. (16.5 lb.)\u003c\/li\u003e\n\u003cli\u003eDisposable for quick cleanup at catered events\u003c\/li\u003e\n\u003cli\u003e100% recyclable and environmentally conscious\u003c\/li\u003e\n\u003cli\u003ePerfect for sides, entrees, appetizers, and desserts\u003c\/li\u003e\n\u003cli\u003eFreezer safe and oven safe for versatile use\u003c\/li\u003e\n\u003cli\u003eKosher certified\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specifications\"\u003e\n\u003ch3\u003eSpecifications\u003c\/h3\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e50\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e12.1 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eLength\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e20 3\/4 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eWidth\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e12 3\/4 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eDepth\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e3 3\/8 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eCapacity\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e16.5 lb. \/ 346 oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eSilver\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eDisposable, Freezer Safe, Kosher, Oven Safe, Recyclable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eGauge\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e58 Gauge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eAluminum Foil\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003ePan Type\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eSteam Table Pans\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eRectangle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eSize\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eFull Size\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003ePans\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eUsage\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eStandard Duty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e10815797016595\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-benefits\"\u003e\n\u003ch3\u003eVersatile \u0026amp; Efficient\u003c\/h3\u003e\n\u003cp\u003eThese deep full size foil steam table pans allow you to prepare, freeze, cook, and serve your dishes all in the same pan! Once your meal service is finished, simply dispose of the pan for fast and easy cleanup. Add efficiency and reliability to your service with Crystalware steam table pans.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e\u003cbr\u003eLength: 20 3\/4\"\u003cbr\u003eWidth: 12 3\/4\"\u003cbr\u003eDepth: 3 3\/8\"\u003cbr\u003eCapacity: 346 fl. oz.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 100%;\n}\n\n.product-intro h2 {\n  color: #2c3e50;\n  font-size: 28px;\n  margin-bottom: 15px;\n  border-bottom: 2px solid #e74c3c;\n  padding-bottom: 10px;\n}\n\n.product-intro p {\n  font-size: 16px;\n  margin-bottom: 20px;\n}\n\n.product-features h3,\n.specifications h3,\n.product-benefits h3 {\n  color: #2c3e50;\n  font-size: 22px;\n  margin: 25px 0 15px;\n  padding-bottom: 8px;\n  border-bottom: 1px solid #ecf0f1;\n}\n\n.product-features ul {\n  list-style-type: none;\n  padding-left: 0;\n}\n\n.product-features li {\n  position: relative;\n  padding-left: 25px;\n  margin-bottom: 10px;\n  font-size: 15px;\n}\n\n.product-features li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  color: #27ae60;\n  font-weight: bold;\n}\n\n.specs-table-container {\n  overflow-x: auto;\n  margin: 20px 0;\n  border-radius: 8px;\n  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f8f9fa;\n}\n\n.specs-table tr:hover {\n  background-color: #f1f8ff;\n}\n\n.spec-label {\n  font-weight: 600;\n  padding: 12px 15px;\n  border-right: 1px solid #e0e0e0;\n  width: 35%;\n  color: #2c3e50;\n  background-color: #f5f7fa;\n}\n\n.spec-value {\n  padding: 12px 15px;\n  color: #34495e;\n}\n\n.specs-table tr {\n  border-bottom: 1px solid #e0e0e0;\n}\n\n.specs-table tr:last-child {\n  border-bottom: none;\n}\n\n.product-benefits p {\n  font-size: 15px;\n  margin-bottom: 15px;\n}\n\n.product-benefits strong {\n  color: #2c3e50;\n}\n\n@media (max-width: 768px) {\n  .product-intro h2 {\n    font-size: 24px;\n  }\n  \n  .product-features h3,\n  .specifications h3,\n  .product-benefits h3 {\n    font-size: 20px;\n  }\n  \n  .spec-label {\n    width: 40%;\n  }\n}\n\n@media (max-width: 480px) {\n  .specs-table {\n    font-size: 14px;\n  }\n  \n  .spec-label,\n  .spec-value {\n    padding: 10px 8px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723334914132,"sku":null,"price":123.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-30T150933.130.png?v=1764497291"},{"product_id":"14-x-10-x-4-white-customizable-cake-bakery-box-100-bundle","title":"14\" x 10\" x 4\" White Customizable Cake \/ Bakery Box - 100\/Bundle","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-section\"\u003e\n    \u003ch2\u003e14\" x 10\" x 4\" White Cake \u0026amp; Bakery Box\u003c\/h2\u003e\n    \u003cp\u003ePackage and transport your carefully prepared baked goods with this premium white cake and bakery box. The one-piece design allows the lid to be opened easily and then tucked back into place to securely protect your contents.\u003c\/p\u003e\n    \n    \u003cp\u003eMade with durable clay-coated kraft board, this white exterior provides the perfect canvas for personalization with stamps or labels. Entice your customers into taking home your delicious cakes, cookies, or muffins while ensuring your bakery is complete with this durable packaging solution.\u003c\/p\u003e\n    \n    \u003cdiv class=\"upc-section\"\u003e\n      \u003cstrong\u003eUPC Code:\u003c\/strong\u003e 000000061414\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003cdiv class=\"specs-table\"\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eSpecification\u003c\/th\u003e\n            \u003cth\u003eDetails\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eDimensions\u003c\/td\u003e\n            \u003ctd\u003e14\" Length × 10\" Width × 4\" Height\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMaterial\u003c\/td\u003e\n            \u003ctd\u003eClay-Coated Kraft Board\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eColor\u003c\/td\u003e\n            \u003ctd\u003eWhite\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eDesign\u003c\/td\u003e\n            \u003ctd\u003eOne-Piece Construction\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eAssembly\u003c\/td\u003e\n            \u003ctd\u003eEasy to Assemble\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eApplications\u003c\/td\u003e\n            \u003ctd\u003eQuarter-Sheet Cakes, Donuts, Cookies, Muffins\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eCustomization\u003c\/td\u003e\n            \u003ctd\u003ePerfect for Stamps or Labels\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"features-section\"\u003e\n    \u003ch3\u003eKey Features\u003c\/h3\u003e\n    \u003cul class=\"features-list\"\u003e\n      \u003cli\u003ePerfect for quarter-sheet cakes, donuts, cookies, or muffins\u003c\/li\u003e\n      \u003cli\u003eMade with durable clay-coated kraft board\u003c\/li\u003e\n      \u003cli\u003eWhite exterior makes it easy to personalize with stamps or labels\u003c\/li\u003e\n      \u003cli\u003eEasy to assemble\u003c\/li\u003e\n      \u003cli\u003eSecure lid closure for safe transport\u003c\/li\u003e\n      \u003cli\u003eProfessional appearance for bakery goods\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n  padding: 20px;\n}\n\n.description-section h2 {\n  color: #2c5aa0;\n  font-size: 28px;\n  margin-bottom: 20px;\n  border-bottom: 2px solid #e8f0fe;\n  padding-bottom: 10px;\n  font-weight: 600;\n}\n\n.description-section p {\n  margin-bottom: 15px;\n  font-size: 16px;\n  color: #555;\n}\n\n.upc-section {\n  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n  padding: 12px 20px;\n  border-radius: 8px;\n  margin: 25px 0;\n  font-size: 16px;\n  border-left: 4px solid #2c5aa0;\n  box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n}\n\n.specs-section h3, .features-section h3 {\n  color: #2c5aa0;\n  font-size: 22px;\n  margin: 35px 0 20px;\n  padding-bottom: 8px;\n  border-bottom: 1px solid #e8f0fe;\n  font-weight: 600;\n}\n\n.specs-table {\n  overflow-x: auto;\n  margin: 25px 0;\n  border-radius: 10px;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n}\n\n.specs-table table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n  border-radius: 10px;\n  overflow: hidden;\n}\n\n.specs-table th {\n  background: linear-gradient(135deg, #2c5aa0 0%, #3a6bc0 100%);\n  color: white;\n  padding: 16px 20px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 16px;\n}\n\n.specs-table td {\n  padding: 14px 20px;\n  border-bottom: 1px solid #eaeaea;\n  font-size: 15px;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f8f9fa;\n}\n\n.specs-table tr:hover {\n  background-color: #e8f0fe;\n  transition: background-color 0.3s ease;\n}\n\n.specs-table tr:last-child td {\n  border-bottom: none;\n}\n\n.features-list {\n  list-style-type: none;\n  padding-left: 0;\n  margin: 20px 0;\n}\n\n.features-list li {\n  padding: 12px 0 12px 40px;\n  position: relative;\n  font-size: 16px;\n  margin-bottom: 8px;\n  border-bottom: 1px solid #f0f0f0;\n}\n\n.features-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  color: #2c5aa0;\n  font-weight: bold;\n  font-size: 18px;\n  background: #e8f0fe;\n  width: 28px;\n  height: 28px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 15px;\n  }\n  \n  .description-section h2 {\n    font-size: 24px;\n  }\n  \n  .specs-table th, .specs-table td {\n    padding: 12px 15px;\n    font-size: 14px;\n  }\n  \n  .features-list li {\n    padding-left: 35px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723343138900,"sku":null,"price":164.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T150828.714.png?v=1764497406"},{"product_id":"d-w-fine-pack-9-5-8-foil-pie-pan-1-3-16-deep-500-case","title":"D\u0026W Fine Pack 9 5\/8\" Foil Pie Pan 1 3\/16\" Deep - 500\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-section\"\u003e\n    \u003ch2\u003eProduct Overview\u003c\/h2\u003e\n    \u003cp\u003eKeep up with the high demand for your famous pies with this D\u0026amp;W Fine Pack 9 5\/8\" foil pie pan! Created with efficiency in mind, this disposable item is perfect for cafes, restaurants, and other establishments that bake multiple pies per day to ensure all customer requests are being fulfilled.\u003c\/p\u003e\n    \n    \u003cdiv class=\"features-grid\"\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003ePerfect for establishments baking multiple pies per day\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eFeatures a full curl rim\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003e45 gauge aluminum resists breaking\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003e33 fluid oz. capacity\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eDisposable for easy cleanup\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp\u003eIts modest size gives you the opportunity to create smaller pies or meal quiches, allowing you to sell either by the piece, or by the entire pie. Featuring a full curl rim, this pie pan can also be used for displaying your baked goods in pie cases or countertop pie stands.\u003c\/p\u003e\n    \n    \u003cp\u003eIn addition, the 45 gauge aluminum material is strong enough to resist breaking, but flexible enough to bend to allow for easier serving. With a capacity of 33 fluid oz., this pie pan is ideal for fruit pies, pudding pies, dinner pies, or even quiches. Since it is easily disposed of at the end of the night, cleanup is minimal and you can even send the extras home with your guests or patrons.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003e500\/Case\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003e23.07 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eDepth\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003e1 3\/16 Inches\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eBottom Diameter\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003e7 Inches\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eInterior Top Diameter\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003e8 11\/16 Inches\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eTop Diameter\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003e9 5\/8 Inches\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eCapacity\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003e33 oz.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eSilver\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eBPA Free, Made in America\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eGauge\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003e45 Gauge\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eAluminum Foil\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003ePan Type\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003ePie Pans\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eRound\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eBulk Pie Pans\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eUsage\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eStandard Duty\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003e705105004884\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"dimensions-section\"\u003e\n    \u003ch2\u003eOverall Dimensions\u003c\/h2\u003e\n    \u003cul\u003e\n      \u003cli\u003eTop Outside Diameter: 9 5\/8\"\u003c\/li\u003e\n      \u003cli\u003eTop Inside Diameter: 8 11\/16\"\u003c\/li\u003e\n      \u003cli\u003eBottom Diameter: 7\"\u003c\/li\u003e\n      \u003cli\u003eDepth: 1 3\/16\"\u003c\/li\u003e\n      \u003cli\u003eCapacity: 33 oz.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.product-description h2 {\n  color: #2c5530;\n  border-bottom: 2px solid #e8f5e8;\n  padding-bottom: 8px;\n  margin-top: 30px;\n  margin-bottom: 20px;\n  font-weight: 600;\n}\n\n.description-section p {\n  margin-bottom: 16px;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 12px;\n  margin: 20px 0;\n}\n\n.feature-item {\n  display: flex;\n  align-items: flex-start;\n}\n\n.check-icon {\n  background-color: #4caf50;\n  color: white;\n  border-radius: 50%;\n  width: 20px;\n  height: 20px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-right: 10px;\n  flex-shrink: 0;\n  font-size: 12px;\n}\n\n.specs-table-container {\n  overflow-x: auto;\n  border-radius: 8px;\n  box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n  margin: 20px 0;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f9f9f9;\n}\n\n.specs-table tr:hover {\n  background-color: #f0f7f0;\n}\n\n.spec-label {\n  font-weight: 600;\n  padding: 12px 15px;\n  border-bottom: 1px solid #eaeaea;\n  width: 40%;\n  color: #2c5530;\n}\n\n.spec-value {\n  padding: 12px 15px;\n  border-bottom: 1px solid #eaeaea;\n  color: #555;\n}\n\n.dimensions-section ul {\n  list-style-type: none;\n  padding-left: 0;\n}\n\n.dimensions-section li {\n  padding: 8px 0;\n  position: relative;\n  padding-left: 20px;\n}\n\n.dimensions-section li:before {\n  content: \"•\";\n  color: #4caf50;\n  font-weight: bold;\n  position: absolute;\n  left: 0;\n}\n\n@media (min-width: 768px) {\n  .features-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723348119636,"sku":null,"price":463.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-30T151346.172.png?v=1764497625"},{"product_id":"28-x-20-x-4-pink-full-sheet-2-piece-cake-bakery-box-50-bundle","title":"28\" x 20\" x 4\" Pink Full Sheet 2-Piece Cake \/ Bakery Box - 50\/Bundle","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-section\"\u003e\n    \u003ch2\u003e28\" x 20\" x 4\" Pink Full Sheet Cake \u0026amp; Bakery Box\u003c\/h2\u003e\n    \u003cp\u003eWatch your delicious baked goods soar out of the door with this premium pink full sheet cake and bakery box! Entice your customers into taking home your delectable cakes, cookies, or cupcakes with this versatile packaging solution.\u003c\/p\u003e\n    \n    \u003cp\u003eThe innovative two-piece design allows the lid to be opened easily and securely tucked back into place to protect your contents. With 25 boxes per bundle, the two-piece construction provides incredible versatility - use them as complete bakery boxes or separate them into 50 individual serving trays!\u003c\/p\u003e\n    \n    \u003cdiv class=\"upc-section\"\u003e\n      \u003cstrong\u003eUPC Code:\u003c\/strong\u003e 6281-2pb\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003cdiv class=\"specs-table\"\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eSpecification\u003c\/th\u003e\n            \u003cth\u003eDetails\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eDimensions\u003c\/td\u003e\n            \u003ctd\u003e28\" Length × 20\" Width × 4\" Height\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eQuantity\u003c\/td\u003e\n            \u003ctd\u003e50\/Bundle (25 complete boxes)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd\u003e38.71 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eAssembly Style\u003c\/td\u003e\n            \u003ctd\u003eLock Corner\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eColor\u003c\/td\u003e\n            \u003ctd\u003ePink\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eConstruction\u003c\/td\u003e\n            \u003ctd\u003e2-Piece\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMaterial\u003c\/td\u003e\n            \u003ctd\u003ePaperboard\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eDesign\u003c\/td\u003e\n            \u003ctd\u003ePlain\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eFeatures\u003c\/td\u003e\n            \u003ctd\u003eMade in America • No PFAS Added • Recyclable\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eNumber of Compartments\u003c\/td\u003e\n            \u003ctd\u003e1 Compartment\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eShape\u003c\/td\u003e\n            \u003ctd\u003eRectangle\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eStyle\u003c\/td\u003e\n            \u003ctd\u003eNon-Corrugated\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eType\u003c\/td\u003e\n            \u003ctd\u003eBakery Boxes • Cake Boxes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eWindow\u003c\/td\u003e\n            \u003ctd\u003eWithout Window\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"features-section\"\u003e\n    \u003ch3\u003eKey Features\u003c\/h3\u003e\n    \u003cul class=\"features-list\"\u003e\n      \u003cli\u003eMade from 100% recycled paperboard with minimum 35% post-consumer content\u003c\/li\u003e\n      \u003cli\u003e25 cake\/bakery boxes or 50 trays per bundle - incredible versatility\u003c\/li\u003e\n      \u003cli\u003eFull telescoping top; comes unmarked for custom labels and stamps\u003c\/li\u003e\n      \u003cli\u003eLock corners for easy assembly and flat storage\u003c\/li\u003e\n      \u003cli\u003eNo added PFAS - environmentally conscious\u003c\/li\u003e\n      \u003cli\u003ePerfect for full sheet cakes, cookies, and cupcakes\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"equivalent-section\"\u003e\n    \u003ch3\u003eEquivalent Item\u003c\/h3\u003e\n    \u003cp class=\"equivalent-item\"\u003eSouthern Champion 0899\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n  padding: 20px;\n}\n\n.description-section h2 {\n  color: #d81b60;\n  font-size: 28px;\n  margin-bottom: 20px;\n  border-bottom: 2px solid #fce4ec;\n  padding-bottom: 10px;\n  font-weight: 600;\n}\n\n.description-section p {\n  margin-bottom: 15px;\n  font-size: 16px;\n  color: #555;\n}\n\n.upc-section {\n  background: linear-gradient(135deg, #f8f9fa 0%, #fce4ec 100%);\n  padding: 12px 20px;\n  border-radius: 8px;\n  margin: 25px 0;\n  font-size: 16px;\n  border-left: 4px solid #d81b60;\n  box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n}\n\n.specs-section h3, .features-section h3, .equivalent-section h3 {\n  color: #d81b60;\n  font-size: 22px;\n  margin: 35px 0 20px;\n  padding-bottom: 8px;\n  border-bottom: 1px solid #fce4ec;\n  font-weight: 600;\n}\n\n.specs-table {\n  overflow-x: auto;\n  margin: 25px 0;\n  border-radius: 10px;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n}\n\n.specs-table table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n  border-radius: 10px;\n  overflow: hidden;\n}\n\n.specs-table th {\n  background: linear-gradient(135deg, #d81b60 0%, #ec407a 100%);\n  color: white;\n  padding: 16px 20px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 16px;\n}\n\n.specs-table td {\n  padding: 14px 20px;\n  border-bottom: 1px solid #eaeaea;\n  font-size: 15px;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f8f9fa;\n}\n\n.specs-table tr:hover {\n  background-color: #fce4ec;\n  transition: background-color 0.3s ease;\n}\n\n.specs-table tr:last-child td {\n  border-bottom: none;\n}\n\n.features-list {\n  list-style-type: none;\n  padding-left: 0;\n  margin: 20px 0;\n}\n\n.features-list li {\n  padding: 12px 0 12px 40px;\n  position: relative;\n  font-size: 16px;\n  margin-bottom: 8px;\n  border-bottom: 1px solid #f0f0f0;\n}\n\n.features-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  color: #d81b60;\n  font-weight: bold;\n  font-size: 18px;\n  background: #fce4ec;\n  width: 28px;\n  height: 28px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.equivalent-section {\n  background: linear-gradient(135deg, #f8f9fa 0%, #e8f5e8 100%);\n  padding: 20px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border-left: 4px solid #4caf50;\n}\n\n.equivalent-item {\n  font-size: 18px;\n  font-weight: 600;\n  color: #2e7d32;\n  margin: 0;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 15px;\n  }\n  \n  .description-section h2 {\n    font-size: 24px;\n  }\n  \n  .specs-table th, .specs-table td {\n    padding: 12px 15px;\n    font-size: 14px;\n  }\n  \n  .features-list li {\n    padding-left: 35px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723359785044,"sku":null,"price":187.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T151737.369.png?v=1764497948"},{"product_id":"18-x-14-x-5-white-half-sheet-cake-bakery-box-50-bundle","title":"18\" x 14\" x 5\" White Half Sheet Cake \/ Bakery Box - 50\/Bundle","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-section\"\u003e\n    \u003ch2\u003e18\" x 14\" x 5\" White Half Sheet Cake \u0026amp; Bakery Box\u003c\/h2\u003e\n    \u003cp\u003eExpertly package decadent desserts with this premium white half sheet cake and bakery box! Perfect for merchandising cakes, pies, pastries, and muffins at your bakery, this versatile packaging solution provides endless possibilities to fulfill your packing needs while giving customers peace of mind when taking your treats to go.\u003c\/p\u003e\n    \n    \u003cp\u003eDesigned with ease-of-use in mind, this box features a simple one-piece construction with locking corners that fit securely together for expedited assembly. The bright white color and unmarked exterior provide the perfect canvas for custom labels or stamps, allowing you to add personalized branding that makes your products stand out.\u003c\/p\u003e\n    \n    \u003cdiv class=\"upc-section\"\u003e\n      \u003cstrong\u003eUPC Code:\u003c\/strong\u003e 6180\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003cdiv class=\"specs-table\"\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eSpecification\u003c\/th\u003e\n            \u003cth\u003eDetails\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eDimensions\u003c\/td\u003e\n            \u003ctd\u003e18\" Length × 14\" Width × 5\" Height\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eQuantity\u003c\/td\u003e\n            \u003ctd\u003e50\/Bundle\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd\u003e35.8 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eAssembly Style\u003c\/td\u003e\n            \u003ctd\u003eLock Corner\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eColor\u003c\/td\u003e\n            \u003ctd\u003eWhite\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eConstruction\u003c\/td\u003e\n            \u003ctd\u003e1-Piece\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMaterial\u003c\/td\u003e\n            \u003ctd\u003ePaperboard\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eFeatures\u003c\/td\u003e\n            \u003ctd\u003eNo PFAS Added\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eNumber of Compartments\u003c\/td\u003e\n            \u003ctd\u003e1 Compartment\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eShape\u003c\/td\u003e\n            \u003ctd\u003eRectangle\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eStyle\u003c\/td\u003e\n            \u003ctd\u003eNon-Corrugated\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eType\u003c\/td\u003e\n            \u003ctd\u003eBakery Boxes • Cake Boxes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eWindow\u003c\/td\u003e\n            \u003ctd\u003eWithout Window\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"features-section\"\u003e\n    \u003ch3\u003eKey Features\u003c\/h3\u003e\n    \u003cul class=\"features-list\"\u003e\n      \u003cli\u003ePerfect for special orders and single sales\u003c\/li\u003e\n      \u003cli\u003eWhite color can be used for any occasion\u003c\/li\u003e\n      \u003cli\u003eSimple one-piece construction\u003c\/li\u003e\n      \u003cli\u003eTuck top lid for quick, easy, and convenient service\u003c\/li\u003e\n      \u003cli\u003eLock corners facilitate assembly and enable flat storage\u003c\/li\u003e\n      \u003cli\u003eIdeal for half sheet cakes, pies, pastries, and muffins\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"assembly-section\"\u003e\n    \u003ch3\u003eEasy Assembly\u003c\/h3\u003e\n    \u003cp\u003eAssembling this lock corner bakery box is quick and simple! The innovative locking corner design allows for fast setup in less than 60 seconds, ensuring your boxes are ready to safely store or transport your finest cakes, pies, and other sweet treats.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n  padding: 20px;\n}\n\n.description-section h2 {\n  color: #2c3e50;\n  font-size: 28px;\n  margin-bottom: 20px;\n  border-bottom: 2px solid #ecf0f1;\n  padding-bottom: 10px;\n  font-weight: 600;\n}\n\n.description-section p {\n  margin-bottom: 15px;\n  font-size: 16px;\n  color: #555;\n}\n\n.upc-section {\n  background: linear-gradient(135deg, #f8f9fa 0%, #ecf0f1 100%);\n  padding: 12px 20px;\n  border-radius: 8px;\n  margin: 25px 0;\n  font-size: 16px;\n  border-left: 4px solid #2c3e50;\n  box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n}\n\n.specs-section h3, .features-section h3, .assembly-section h3 {\n  color: #2c3e50;\n  font-size: 22px;\n  margin: 35px 0 20px;\n  padding-bottom: 8px;\n  border-bottom: 1px solid #ecf0f1;\n  font-weight: 600;\n}\n\n.specs-table {\n  overflow-x: auto;\n  margin: 25px 0;\n  border-radius: 10px;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n}\n\n.specs-table table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n  border-radius: 10px;\n  overflow: hidden;\n}\n\n.specs-table th {\n  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);\n  color: white;\n  padding: 16px 20px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 16px;\n}\n\n.specs-table td {\n  padding: 14px 20px;\n  border-bottom: 1px solid #eaeaea;\n  font-size: 15px;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f8f9fa;\n}\n\n.specs-table tr:hover {\n  background-color: #ecf0f1;\n  transition: background-color 0.3s ease;\n}\n\n.specs-table tr:last-child td {\n  border-bottom: none;\n}\n\n.features-list {\n  list-style-type: none;\n  padding-left: 0;\n  margin: 20px 0;\n}\n\n.features-list li {\n  padding: 12px 0 12px 40px;\n  position: relative;\n  font-size: 16px;\n  margin-bottom: 8px;\n  border-bottom: 1px solid #f0f0f0;\n}\n\n.features-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  color: #27ae60;\n  font-weight: bold;\n  font-size: 18px;\n  background: #ecf0f1;\n  width: 28px;\n  height: 28px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.assembly-section {\n  background: linear-gradient(135deg, #f8f9fa 0%, #e8f8f5 100%);\n  padding: 20px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border-left: 4px solid #27ae60;\n}\n\n.assembly-section p {\n  margin: 0;\n  font-size: 16px;\n  color: #555;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 15px;\n  }\n  \n  .description-section h2 {\n    font-size: 24px;\n  }\n  \n  .specs-table th, .specs-table td {\n    padding: 12px 15px;\n    font-size: 14px;\n  }\n  \n  .features-list li {\n    padding-left: 35px;\n  }\n  \n  .assembly-section {\n    padding: 15px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723369091156,"sku":null,"price":163.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T152333.431.png?v=1764498356"},{"product_id":"d-w-1-1-2-lb-aluminum-foil-loaf-pan-500-case","title":"D\u0026W 1 1\/2 lb. Aluminum Foil Loaf Pan - 500\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"description-section\"\u003e\n\u003ch2\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eGreat for breads, fruit cakes, or jelly rolls, this D\u0026amp;W Fine Pack 15640 1 1\/2 lb. aluminum foil loaf pan is the perfect addition to your bakery. Aluminum foil bakeware cuts down on clean up costs and saves time. Just bake in the pan and throw it away!\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eCuts down on clean up costs\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eDisposable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003e34 gauge aluminum foil\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eFull curl rim\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eMade of durable aluminum foil\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePerfect for breads, fruit cakes, or jelly rolls\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eMade of durable, 34 gauge aluminum foil, this 1 1\/2 lb. loaf pan features a full curl rim for added strength and stability during baking and handling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e500\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e18.15 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eLength\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e8 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eWidth\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e4 1\/4 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eDepth\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e2 5\/16 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eBottom Length\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e6 3\/4 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eInterior Length\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e7 3\/8 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eBottom Width\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e3 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eInterior Width\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e3 5\/8 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eCapacity\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e1.5 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eSilver\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eBPA Free, Made in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eGauge\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e34 Gauge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eAluminum Foil\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003ePan Type\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eLoaf Pans\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eRectangle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003ePans\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eUsage\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eStandard Duty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e705105616513\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimensions-section\"\u003e\n\u003ch2\u003eOverall Dimensions\u003c\/h2\u003e\n\u003cdiv class=\"dimensions-grid\"\u003e\n\u003cdiv class=\"dimension-item\"\u003e\n\u003cspan class=\"dimension-label\"\u003eTop Outside:\u003c\/span\u003e \u003cspan class=\"dimension-value\"\u003e8\"L x 4 1\/4\"W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimension-item\"\u003e\n\u003cspan class=\"dimension-label\"\u003eTop Inside:\u003c\/span\u003e \u003cspan class=\"dimension-value\"\u003e7 3\/8\"L x 3 5\/8\"W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimension-item\"\u003e\n\u003cspan class=\"dimension-label\"\u003eBottom:\u003c\/span\u003e \u003cspan class=\"dimension-value\"\u003e6 3\/4\"L x 3\"W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimension-item\"\u003e\n\u003cspan class=\"dimension-label\"\u003eDepth:\u003c\/span\u003e \u003cspan class=\"dimension-value\"\u003e2 5\/16\"\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.product-description h2 {\n  color: #2c5530;\n  border-bottom: 2px solid #e8f5e8;\n  padding-bottom: 8px;\n  margin-top: 30px;\n  margin-bottom: 20px;\n  font-weight: 600;\n}\n\n.description-section p {\n  margin-bottom: 16px;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 12px;\n  margin: 20px 0;\n}\n\n.feature-item {\n  display: flex;\n  align-items: flex-start;\n}\n\n.check-icon {\n  background-color: #4caf50;\n  color: white;\n  border-radius: 50%;\n  width: 20px;\n  height: 20px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-right: 10px;\n  flex-shrink: 0;\n  font-size: 12px;\n}\n\n.specs-table-container {\n  overflow-x: auto;\n  border-radius: 8px;\n  box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n  margin: 20px 0;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f9f9f9;\n}\n\n.specs-table tr:hover {\n  background-color: #f0f7f0;\n}\n\n.spec-label {\n  font-weight: 600;\n  padding: 12px 15px;\n  border-bottom: 1px solid #eaeaea;\n  width: 40%;\n  color: #2c5530;\n}\n\n.spec-value {\n  padding: 12px 15px;\n  border-bottom: 1px solid #eaeaea;\n  color: #555;\n}\n\n.dimensions-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 10px;\n  margin-top: 15px;\n}\n\n.dimension-item {\n  display: flex;\n  justify-content: space-between;\n  padding: 8px 0;\n  border-bottom: 1px dashed #eaeaea;\n}\n\n.dimension-label {\n  font-weight: 500;\n  color: #555;\n}\n\n.dimension-value {\n  font-weight: 600;\n  color: #2c5530;\n}\n\n@media (min-width: 768px) {\n  .features-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n  \n  .dimensions-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723370958932,"sku":null,"price":324.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-30T152827.413.png?v=1764498513"},{"product_id":"14-x-14-x-5-pink-cake-bakery-box-50-bundle","title":"14\" x 14\" x 5\" Pink Cake \/ Bakery Box - 50\/Bundle","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-section\"\u003e\n    \u003ch2\u003e14\" x 14\" x 5\" Pink Square Cake \u0026amp; Bakery Box\u003c\/h2\u003e\n    \u003cp\u003eWatch your delicious baked goods soar out of the door with this charming pink square cake and bakery box! This elegant packaging solution is perfect for offering your delicious cakes, pies, and other baked goods on the go for customers.\u003c\/p\u003e\n    \n    \u003cp\u003eThe innovative one-piece design allows the lid to be opened easily and securely tucked back into place to protect your contents. Made from eco-friendly materials and featuring a beautiful pink color, this box combines functionality with aesthetic appeal to enhance your bakery's presentation.\u003c\/p\u003e\n    \n    \u003cdiv class=\"upc-section\"\u003e\n      \u003cstrong\u003eUPC Code:\u003c\/strong\u003e 6142-1pb\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003cdiv class=\"specs-table\"\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eSpecification\u003c\/th\u003e\n            \u003cth\u003eDetails\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eDimensions\u003c\/td\u003e\n            \u003ctd\u003e14\" Length × 14\" Width × 5\" Height\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eQuantity\u003c\/td\u003e\n            \u003ctd\u003e50\/Bundle\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd\u003e38.5 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eAssembly Style\u003c\/td\u003e\n            \u003ctd\u003eLock Corner\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eColor\u003c\/td\u003e\n            \u003ctd\u003ePink\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eConstruction\u003c\/td\u003e\n            \u003ctd\u003e1-Piece\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMaterial\u003c\/td\u003e\n            \u003ctd\u003ePaperboard\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eFeatures\u003c\/td\u003e\n            \u003ctd\u003eMade in America • No PFAS Added • Recyclable\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eNumber of Compartments\u003c\/td\u003e\n            \u003ctd\u003e1 Compartment\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eShape\u003c\/td\u003e\n            \u003ctd\u003eSquare\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eStyle\u003c\/td\u003e\n            \u003ctd\u003eNon-Corrugated\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eType\u003c\/td\u003e\n            \u003ctd\u003eBakery Boxes • Cake Boxes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eWindow\u003c\/td\u003e\n            \u003ctd\u003eWithout Window\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"features-section\"\u003e\n    \u003ch3\u003eKey Features\u003c\/h3\u003e\n    \u003cul class=\"features-list\"\u003e\n      \u003cli\u003eMade from 100% recycled paperboard with minimum 35% post-consumer content\u003c\/li\u003e\n      \u003cli\u003eShips flat to maximize your storage space\u003c\/li\u003e\n      \u003cli\u003eFold-and-lock corners for easy assembly\u003c\/li\u003e\n      \u003cli\u003eComes unmarked for custom labels and stamps\u003c\/li\u003e\n      \u003cli\u003ePerfect square shape for elegant presentation\u003c\/li\u003e\n      \u003cli\u003eDurable construction for secure transport\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"equivalent-section\"\u003e\n    \u003ch3\u003eEquivalent Item\u003c\/h3\u003e\n    \u003cp class=\"equivalent-item\"\u003eSouthern Champion 0891\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"benefits-section\"\u003e\n    \u003ch3\u003eWhy Choose This Box?\u003c\/h3\u003e\n    \u003cdiv class=\"benefits-grid\"\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003ch4\u003eEco-Friendly\u003c\/h4\u003e\n        \u003cp\u003eMade from recycled materials with no PFAS added\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003ch4\u003eEasy Storage\u003c\/h4\u003e\n        \u003cp\u003eShips flat and stores efficiently\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003ch4\u003eQuick Assembly\u003c\/h4\u003e\n        \u003cp\u003eLock corner design for fast setup\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003ch4\u003eCustomizable\u003c\/h4\u003e\n        \u003cp\u003ePerfect for branding with labels and stamps\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n  padding: 20px;\n}\n\n.description-section h2 {\n  color: #e91e63;\n  font-size: 28px;\n  margin-bottom: 20px;\n  border-bottom: 2px solid #fce4ec;\n  padding-bottom: 10px;\n  font-weight: 600;\n}\n\n.description-section p {\n  margin-bottom: 15px;\n  font-size: 16px;\n  color: #555;\n}\n\n.upc-section {\n  background: linear-gradient(135deg, #f8f9fa 0%, #fce4ec 100%);\n  padding: 12px 20px;\n  border-radius: 8px;\n  margin: 25px 0;\n  font-size: 16px;\n  border-left: 4px solid #e91e63;\n  box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n}\n\n.specs-section h3, .features-section h3, .equivalent-section h3, .benefits-section h3 {\n  color: #e91e63;\n  font-size: 22px;\n  margin: 35px 0 20px;\n  padding-bottom: 8px;\n  border-bottom: 1px solid #fce4ec;\n  font-weight: 600;\n}\n\n.specs-table {\n  overflow-x: auto;\n  margin: 25px 0;\n  border-radius: 10px;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n}\n\n.specs-table table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n  border-radius: 10px;\n  overflow: hidden;\n}\n\n.specs-table th {\n  background: linear-gradient(135deg, #e91e63 0%, #ec407a 100%);\n  color: white;\n  padding: 16px 20px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 16px;\n}\n\n.specs-table td {\n  padding: 14px 20px;\n  border-bottom: 1px solid #eaeaea;\n  font-size: 15px;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f8f9fa;\n}\n\n.specs-table tr:hover {\n  background-color: #fce4ec;\n  transition: background-color 0.3s ease;\n}\n\n.specs-table tr:last-child td {\n  border-bottom: none;\n}\n\n.features-list {\n  list-style-type: none;\n  padding-left: 0;\n  margin: 20px 0;\n}\n\n.features-list li {\n  padding: 12px 0 12px 40px;\n  position: relative;\n  font-size: 16px;\n  margin-bottom: 8px;\n  border-bottom: 1px solid #f0f0f0;\n}\n\n.features-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  color: #e91e63;\n  font-weight: bold;\n  font-size: 18px;\n  background: #fce4ec;\n  width: 28px;\n  height: 28px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.equivalent-section {\n  background: linear-gradient(135deg, #f8f9fa 0%, #e8f5e8 100%);\n  padding: 20px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border-left: 4px solid #4caf50;\n}\n\n.equivalent-item {\n  font-size: 18px;\n  font-weight: 600;\n  color: #2e7d32;\n  margin: 0;\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 20px;\n  margin: 20px 0;\n}\n\n.benefit-item {\n  background: linear-gradient(135deg, #f8f9fa 0%, #fce4ec 100%);\n  padding: 20px;\n  border-radius: 8px;\n  border-left: 4px solid #e91e63;\n}\n\n.benefit-item h4 {\n  color: #e91e63;\n  margin: 0 0 10px 0;\n  font-size: 18px;\n  font-weight: 600;\n}\n\n.benefit-item p {\n  margin: 0;\n  color: #555;\n  font-size: 14px;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 15px;\n  }\n  \n  .description-section h2 {\n    font-size: 24px;\n  }\n  \n  .specs-table th, .specs-table td {\n    padding: 12px 15px;\n    font-size: 14px;\n  }\n  \n  .features-list li {\n    padding-left: 35px;\n  }\n  \n  .benefits-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .equivalent-section {\n    padding: 15px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723372564564,"sku":null,"price":161.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T153014.184.png?v=1764498711"},{"product_id":"d-w-1-lb-foil-bread-loaf-pan-500-case","title":"D\u0026W 1 lb. Foil Bread Loaf Pan - 500\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"intro-section\"\u003e\n    \u003ch2\u003eD\u0026amp;W Fine Pack A79 1 lb. Foil Bread Loaf Pan\u003c\/h2\u003e\n    \u003cp\u003eThis versatile foil bread loaf pan is sure to be a valuable asset to your bakery. Whether you're making bread, fruit cakes, or jelly rolls, this 1 lb. foil mini loaf pan is guaranteed to boost your efficiency and allow you to provide your customers with the best baked goods possible!\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"features-section\"\u003e\n    \u003ch3\u003eKey Features\u003c\/h3\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv class=\"feature-text\"\u003ePerfect for baking bread, fruit cakes, or jelly rolls\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv class=\"feature-text\"\u003eDurable 30 gauge aluminum foil construction\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv class=\"feature-text\"\u003eSturdy design with a full curl rim\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv class=\"feature-text\"\u003eHolds up to 1 lb.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv class=\"feature-text\"\u003eDisposable for quick cleanup\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv class=\"feature-text\"\u003eMade in USA, BPA Free, Oven \u0026amp; Freezer Safe\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"benefits-section\"\u003e\n    \u003cdiv class=\"benefit\"\u003e\n      \u003ch3\u003eEfficiency Booster\u003c\/h3\u003e\n      \u003cp\u003eBaking in this disposable foil loaf pan reduces the cleanup required of reusable pans to save you valuable time. This pan can not only be baked in, but can then be used to store product or combined with a compatible lid to send your delicious creations home with customers!\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"benefit\"\u003e\n      \u003ch3\u003eStrong Construction\u003c\/h3\u003e\n      \u003cp\u003eMade of 30 gauge aluminum, this sturdy loaf pan can securely hold up to 1 lb. of product. The pan's full curl rim gives it extra strength and rigidity to help protect the product contained within.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"benefit\"\u003e\n      \u003ch3\u003eMulti-Purpose\u003c\/h3\u003e\n      \u003cp\u003eCompatible with the D\u0026amp;W Fine Pack 4299 clear dome lid (sold separately), this small 1 lb. loaf pan is perfectly sized for miniature loaves of banana, zucchini, pumpkin, or virtually any other bread you can imagine, and even small casseroles or meatloaf. The possibilities are endless!\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"specifications-section\"\u003e\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003cdiv class=\"specs-table\"\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-name\"\u003eCapacity\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e1 lb.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-name\"\u003eMaterial\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eAluminum Foil\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-name\"\u003eGauge\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e30 Gauge\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-name\"\u003eLength\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e6 1\/8 Inches\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-name\"\u003eWidth\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e3 3\/4 Inches\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-name\"\u003eDepth\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e2 Inches\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-name\"\u003eBottom Length\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e4 13\/16 Inches\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-name\"\u003eBottom Width\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e2 1\/2 Inches\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-name\"\u003eInterior Length\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e5 9\/16 Inches\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-name\"\u003eInterior Width\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e3 1\/4 Inches\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-name\"\u003eQuantity\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e500\/Case\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-name\"\u003eUPC Code\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e15430\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.intro-section h2 {\n  color: #2c5530;\n  font-size: 28px;\n  margin-bottom: 15px;\n  border-bottom: 2px solid #e8f4ea;\n  padding-bottom: 10px;\n}\n\n.intro-section p {\n  font-size: 16px;\n  margin-bottom: 25px;\n}\n\n.features-section h3 {\n  color: #2c5530;\n  font-size: 22px;\n  margin-bottom: 20px;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n  gap: 15px;\n  margin-bottom: 30px;\n}\n\n.feature-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n}\n\n.feature-icon {\n  background-color: #4a9c5f;\n  color: white;\n  border-radius: 50%;\n  width: 24px;\n  height: 24px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n  font-weight: bold;\n  font-size: 14px;\n}\n\n.feature-text {\n  font-size: 15px;\n}\n\n.benefits-section {\n  margin-bottom: 30px;\n}\n\n.benefit {\n  margin-bottom: 25px;\n  padding: 20px;\n  background-color: #f9fdfa;\n  border-radius: 8px;\n  border-left: 4px solid #4a9c5f;\n}\n\n.benefit h3 {\n  color: #2c5530;\n  font-size: 18px;\n  margin-bottom: 10px;\n}\n\n.benefit p {\n  font-size: 15px;\n  margin: 0;\n}\n\n.specifications-section h3 {\n  color: #2c5530;\n  font-size: 22px;\n  margin-bottom: 20px;\n}\n\n.specs-table {\n  border-radius: 8px;\n  overflow: hidden;\n  box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n  margin-bottom: 20px;\n}\n\n.spec-row {\n  display: flex;\n  border-bottom: 1px solid #eaeaea;\n}\n\n.spec-row:last-child {\n  border-bottom: none;\n}\n\n.spec-row:nth-child(odd) {\n  background-color: #f9f9f9;\n}\n\n.spec-row:nth-child(even) {\n  background-color: white;\n}\n\n.spec-name {\n  flex: 1;\n  padding: 12px 15px;\n  font-weight: 600;\n  background-color: #f0f7f1;\n  color: #2c5530;\n}\n\n.spec-value {\n  flex: 2;\n  padding: 12px 15px;\n}\n\n@media (max-width: 768px) {\n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .spec-row {\n    flex-direction: column;\n  }\n  \n  .spec-name, .spec-value {\n    width: 100%;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723372990548,"sku":null,"price":240.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-30T153521.334.png?v=1764498853"},{"product_id":"d-w-fine-pack-9-x-1-foil-pie-pan-1-000-case","title":"D\u0026W Fine Pack 9\" x 1\" Foil Pie Pan - 1,000\/Case","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eD\u0026amp;W Fine Pack 10904 Product Description\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Custom Styles for Product Description *\/\n        .product-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            max-width: 800px;\n            margin: 0 auto;\n            line-height: 1.6;\n        }\n        \n        .product-title {\n            font-size: 28px;\n            font-weight: 700;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 10px;\n        }\n        \n        .product-overview {\n            background-color: #f8f9fa;\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        \n        .highlights {\n            list-style-type: none;\n            padding-left: 0;\n        }\n        \n        .highlights li {\n            margin-bottom: 12px;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .highlight-icon {\n            color: #27ae60;\n            margin-right: 10px;\n            font-weight: bold;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .specs-table th {\n            background-color: #3498db;\n            color: white;\n            padding: 15px;\n            text-align: left;\n            font-weight: 600;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e0e0e0;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8f9fa;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #e3f2fd;\n        }\n        \n        .product-details {\n            margin-top: 30px;\n            padding: 20px;\n            background-color: #fff;\n            border-radius: 8px;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background-color: #2c3e50;\n            color: white;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin-top: 10px;\n        }\n        \n        .dimensions-section {\n            background-color: #e8f4fc;\n            padding: 15px;\n            border-radius: 6px;\n            margin: 20px 0;\n        }\n        \n        .dimensions-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: #2c3e50;\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description\"\u003e\n        \u003ch1 class=\"product-title\"\u003eD\u0026amp;W Fine Pack 9\" Aluminum Foil Pie Pan - Case of 1,000\u003c\/h1\u003e\n        \n        \u003cdiv class=\"product-overview\"\u003e\n            \u003ch2\u003eProduct Overview\u003c\/h2\u003e\n            \u003cul class=\"highlights\"\u003e\n                \u003cli\u003e\n                    \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n                    \u003cspan\u003eMade of durable 40 gauge aluminum\u003c\/span\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n                    \u003cspan\u003eFeatures a medium depth design perfect for pies and quiches\u003c\/span\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n                    \u003cspan\u003eIdeal for baking, transporting, and storing pies\u003c\/span\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n                    \u003cspan\u003eFull curl rim for added sturdiness\u003c\/span\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n                    \u003cspan\u003eGreat for bakery, restaurant, or retail applications\u003c\/span\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n                    \u003cspan\u003eDisposable for easy cleanup\u003c\/span\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n                    \u003cspan\u003eBPA Free, Oven Safe, and Made in America\u003c\/span\u003e\n                \u003c\/li\u003e\n            \u003c\/ul\u003e\n            \n            \u003cdiv class=\"upc-code\"\u003eUPC Code: 10904\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n        \u003ctable class=\"specs-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                    \u003cth\u003eDetails\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e1,000\/Case\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e32.67 lb.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eDepth\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e1 Inch\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eBottom Diameter\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e6 3\/8 Inches\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eInterior Top Diameter\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e8 Inches\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eTop Diameter\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e9 Inches\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eCapacity\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e21 oz.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eColor\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eSilver\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eBPA Free, Made in America, Oven Safe\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eGauge\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e40 Gauge\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eAluminum Foil\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003ePan Type\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003ePie Pans\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eShape\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eRound\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eBulk Pie Pans\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eUsage\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eStandard Duty\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"product-details\"\u003e\n            \u003ch2\u003eProduct Details\u003c\/h2\u003e\n            \u003cp\u003eKeep up with the demand for your signature pies with this D\u0026amp;W Fine Pack 9\" x 1\" medium depth foil pie pan! Whether you're selling pies by the slice, or whole pies to go, this pan is perfect for cafes, restaurants, bakeries, and other venues that bake and serve multiple pies per day.\u003c\/p\u003e\n            \n            \u003cp\u003eCreated with convenience and efficiency in mind, this pan allows your signature goods to go from oven to table or display in no time at all. From meat pies, to quiches, and even heavy fruit pies, this deep foil pan is a versatile option for any establishment.\u003c\/p\u003e\n            \n            \u003cp\u003eIn addition, the 40 gauge aluminum form is strong enough to resist breaking, but flexible enough to allow for quick and easy serving. Featuring a full curl rim for added sturdiness, this pie pan can be used for almost any application including preparing, displaying, serving, and transporting.\u003c\/p\u003e\n            \n            \u003cp\u003eFor your convenience, this pie pan is disposable for minimal cleanup at the end of the day. You could even use them for grab-and-go or take-out service in your retail venue. Offering unparalleled function and convenience at an economic cost, this D\u0026amp;W Fine Pack foil pie pan is the perfect option to suit your many needs.\u003c\/p\u003e\n            \n            \u003cdiv class=\"dimensions-section\"\u003e\n                \u003cdiv class=\"dimensions-title\"\u003eOverall Dimensions:\u003c\/div\u003e\n                \u003cul\u003e\n                    \u003cli\u003eTop Outside Diameter: 9\"\u003c\/li\u003e\n                    \u003cli\u003eTop Inside Diameter: 8\"\u003c\/li\u003e\n                    \u003cli\u003eBottom Diameter: 6 3\/8\"\u003c\/li\u003e\n                    \u003cli\u003eDepth: 1\"\u003c\/li\u003e\n                    \u003cli\u003eCapacity: 21 fl. oz.\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723374006356,"sku":null,"price":602.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-30T153923.388.png?v=1764499084"},{"product_id":"9-x-9-x-5-pink-cake-bakery-box-100-bundle","title":"9\" x 9\" x 5\" Pink Cake \/ Bakery Box - 100\/Bundle","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-section\"\u003e\n    \u003ch2\u003e9\" x 9\" x 5\" Pink Square Cake \u0026amp; Bakery Box\u003c\/h2\u003e\n    \u003cp\u003eSend your delicious treats out the door with customers in this charming pink square cake and bakery box! Perfect for merchandising cakes, donuts, cookies, and muffins at your bakery, this versatile packaging solution provides endless possibilities to fulfill your packing needs.\u003c\/p\u003e\n    \n    \u003cp\u003eThe simple, easy-to-use design features a convenient tuck top with lock corners for quick assembly and secure closure. Made from eco-friendly materials and featuring a beautiful pink color, this box gives your customers peace of mind as they transport your treats while enhancing your bakery's professional presentation.\u003c\/p\u003e\n    \n    \u003cdiv class=\"upc-section\"\u003e\n      \u003cstrong\u003eUPC Code:\u003c\/strong\u003e 6904pb\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003cdiv class=\"specs-table\"\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eSpecification\u003c\/th\u003e\n            \u003cth\u003eDetails\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eDimensions\u003c\/td\u003e\n            \u003ctd\u003e9\" Length × 9\" Width × 5\" Height\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eQuantity\u003c\/td\u003e\n            \u003ctd\u003e100\/Bundle\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd\u003e28.86 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eAssembly Style\u003c\/td\u003e\n            \u003ctd\u003eLock Corner\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eColor\u003c\/td\u003e\n            \u003ctd\u003ePink\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eConstruction\u003c\/td\u003e\n            \u003ctd\u003e1-Piece\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMaterial\u003c\/td\u003e\n            \u003ctd\u003ePaperboard\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eFeatures\u003c\/td\u003e\n            \u003ctd\u003eMade in America • No PFAS Added • Recyclable\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eNumber of Compartments\u003c\/td\u003e\n            \u003ctd\u003e1 Compartment\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eShape\u003c\/td\u003e\n            \u003ctd\u003eSquare\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eStyle\u003c\/td\u003e\n            \u003ctd\u003eNon-Corrugated\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eType\u003c\/td\u003e\n            \u003ctd\u003eBakery Boxes • Cake Boxes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eWindow\u003c\/td\u003e\n            \u003ctd\u003eWithout Window\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"features-section\"\u003e\n    \u003ch3\u003eKey Features\u003c\/h3\u003e\n    \u003cul class=\"features-list\"\u003e\n      \u003cli\u003eMade from 100% recycled paperboard with minimum 35% post-consumer content\u003c\/li\u003e\n      \u003cli\u003eOne-piece construction that ships flat for easy storage\u003c\/li\u003e\n      \u003cli\u003eTuck top design with lock corners for quick assembly\u003c\/li\u003e\n      \u003cli\u003ePerfect for cakes, pies, cookies, cupcakes, and muffins\u003c\/li\u003e\n      \u003cli\u003eDisposable for easy clean up and convenience\u003c\/li\u003e\n      \u003cli\u003eVersatile square shape ideal for various baked goods\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"equivalent-section\"\u003e\n    \u003ch3\u003eEquivalent Item\u003c\/h3\u003e\n    \u003cp class=\"equivalent-item\"\u003eSouthern Champion 0865\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"benefits-section\"\u003e\n    \u003ch3\u003ePerfect For Your Bakery\u003c\/h3\u003e\n    \u003cdiv class=\"benefits-grid\"\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003ch4\u003eEco-Friendly Packaging\u003c\/h4\u003e\n        \u003cp\u003eMade from recycled materials with no PFAS added\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003ch4\u003eSpace Efficient\u003c\/h4\u003e\n        \u003cp\u003eShips flat and stores compactly\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003ch4\u003eQuick Setup\u003c\/h4\u003e\n        \u003cp\u003eLock corner design assembles in seconds\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003ch4\u003eVersatile Use\u003c\/h4\u003e\n        \u003cp\u003eIdeal for cakes, cookies, muffins and more\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"applications-section\"\u003e\n    \u003ch3\u003eIdeal Applications\u003c\/h3\u003e\n    \u003cdiv class=\"applications-list\"\u003e\n      \u003cdiv class=\"application-item\"\u003eRound Cakes\u003c\/div\u003e\n      \u003cdiv class=\"application-item\"\u003eCupcakes\u003c\/div\u003e\n      \u003cdiv class=\"application-item\"\u003eCookies\u003c\/div\u003e\n      \u003cdiv class=\"application-item\"\u003eDonuts\u003c\/div\u003e\n      \u003cdiv class=\"application-item\"\u003eMuffins\u003c\/div\u003e\n      \u003cdiv class=\"application-item\"\u003ePastries\u003c\/div\u003e\n      \u003cdiv class=\"application-item\"\u003ePies\u003c\/div\u003e\n      \u003cdiv class=\"application-item\"\u003eSpecial Orders\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n  padding: 20px;\n}\n\n.description-section h2 {\n  color: #e91e63;\n  font-size: 28px;\n  margin-bottom: 20px;\n  border-bottom: 2px solid #fce4ec;\n  padding-bottom: 10px;\n  font-weight: 600;\n}\n\n.description-section p {\n  margin-bottom: 15px;\n  font-size: 16px;\n  color: #555;\n}\n\n.upc-section {\n  background: linear-gradient(135deg, #f8f9fa 0%, #fce4ec 100%);\n  padding: 12px 20px;\n  border-radius: 8px;\n  margin: 25px 0;\n  font-size: 16px;\n  border-left: 4px solid #e91e63;\n  box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n}\n\n.specs-section h3, .features-section h3, .equivalent-section h3, .benefits-section h3, .applications-section h3 {\n  color: #e91e63;\n  font-size: 22px;\n  margin: 35px 0 20px;\n  padding-bottom: 8px;\n  border-bottom: 1px solid #fce4ec;\n  font-weight: 600;\n}\n\n.specs-table {\n  overflow-x: auto;\n  margin: 25px 0;\n  border-radius: 10px;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n}\n\n.specs-table table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n  border-radius: 10px;\n  overflow: hidden;\n}\n\n.specs-table th {\n  background: linear-gradient(135deg, #e91e63 0%, #ec407a 100%);\n  color: white;\n  padding: 16px 20px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 16px;\n}\n\n.specs-table td {\n  padding: 14px 20px;\n  border-bottom: 1px solid #eaeaea;\n  font-size: 15px;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f8f9fa;\n}\n\n.specs-table tr:hover {\n  background-color: #fce4ec;\n  transition: background-color 0.3s ease;\n}\n\n.specs-table tr:last-child td {\n  border-bottom: none;\n}\n\n.features-list {\n  list-style-type: none;\n  padding-left: 0;\n  margin: 20px 0;\n}\n\n.features-list li {\n  padding: 12px 0 12px 40px;\n  position: relative;\n  font-size: 16px;\n  margin-bottom: 8px;\n  border-bottom: 1px solid #f0f0f0;\n}\n\n.features-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  color: #e91e63;\n  font-weight: bold;\n  font-size: 18px;\n  background: #fce4ec;\n  width: 28px;\n  height: 28px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.equivalent-section {\n  background: linear-gradient(135deg, #f8f9fa 0%, #e8f5e8 100%);\n  padding: 20px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border-left: 4px solid #4caf50;\n}\n\n.equivalent-item {\n  font-size: 18px;\n  font-weight: 600;\n  color: #2e7d32;\n  margin: 0;\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 20px;\n  margin: 20px 0;\n}\n\n.benefit-item {\n  background: linear-gradient(135deg, #f8f9fa 0%, #fce4ec 100%);\n  padding: 20px;\n  border-radius: 8px;\n  border-left: 4px solid #e91e63;\n}\n\n.benefit-item h4 {\n  color: #e91e63;\n  margin: 0 0 10px 0;\n  font-size: 18px;\n  font-weight: 600;\n}\n\n.benefit-item p {\n  margin: 0;\n  color: #555;\n  font-size: 14px;\n}\n\n.applications-list {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n  gap: 15px;\n  margin: 20px 0;\n}\n\n.application-item {\n  background: linear-gradient(135deg, #f8f9fa 0%, #fce4ec 100%);\n  padding: 15px;\n  border-radius: 8px;\n  text-align: center;\n  font-weight: 500;\n  color: #e91e63;\n  border: 1px solid #fce4ec;\n  transition: transform 0.2s ease;\n}\n\n.application-item:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 8px rgba(0,0,0,0.1);\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 15px;\n  }\n  \n  .description-section h2 {\n    font-size: 24px;\n  }\n  \n  .specs-table th, .specs-table td {\n    padding: 12px 15px;\n    font-size: 14px;\n  }\n  \n  .features-list li {\n    padding-left: 35px;\n  }\n  \n  .benefits-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .applications-list {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .equivalent-section {\n    padding: 15px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723374039124,"sku":null,"price":153.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T153536.881.png?v=1764499084"},{"product_id":"9-x-9-x-2-1-2-kraft-bakery-box-250-bundle","title":"9\" x 9\" x 2 1\/2\" Kraft Bakery Box - 250\/Bundle","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-content\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n    \u003cp\u003eExpertly package decadent desserts with this 9\" x 9\" x 2 1\/2\" kraft pie and bakery box! Perfect for merchandising pies, donuts, cookies, and muffins at your bakery, this box features a simple, easy-to-use design that provides endless possibilities to fulfill your packing needs.\u003c\/p\u003e\n    \n    \u003cp\u003eThis thoughtfully designed box features a tuck top lid to speed up operations and simple one-piece construction. The locking corners fit securely together, facilitating quick assembly and allowing the box to be folded flat for convenient storage or transport. Use these same corner locks to prop open the lid and beautifully present your delectable treats to customers.\u003c\/p\u003e\n    \n    \u003cp\u003eWith its classic kraft color and unmarked exterior, you can easily add custom labels or stamps for personalized branding that makes your products stand out.\u003c\/p\u003e\n    \n    \u003cdiv class=\"features-section\"\u003e\n      \u003ch3 class=\"features-title\"\u003eKey Features\u003c\/h3\u003e\n      \u003cul class=\"features-list\"\u003e\n        \u003cli\u003ePerfect for special orders and single sales\u003c\/li\u003e\n        \u003cli\u003eVersatile kraft color suitable for any occasion\u003c\/li\u003e\n        \u003cli\u003eSimple one-piece construction\u003c\/li\u003e\n        \u003cli\u003eTuck top lid for quick, easy, and convenient service\u003c\/li\u003e\n        \u003cli\u003eLock corners facilitate assembly and enable flat storage\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"dimensions-section\"\u003e\n      \u003ch3 class=\"dimensions-title\"\u003eOverall Dimensions\u003c\/h3\u003e\n      \u003cdiv class=\"dimensions-grid\"\u003e\n        \u003cdiv class=\"dimension-item\"\u003e\n          \u003cspan class=\"dimension-label\"\u003eLength:\u003c\/span\u003e\n          \u003cspan class=\"dimension-value\"\u003e9 Inches\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 Inches\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\"\u003e2 1\/2 Inches\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"specifications-section\"\u003e\n      \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"specs-table-container\"\u003e\n        \u003ctable class=\"specs-table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e250\/Bundle\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e44.5 lb.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eLength\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e9 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eWidth\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e9 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eHeight\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e2 1\/2 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eAssembly Style\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eLock Corner\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eKraft\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eConstruction\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e1-Piece\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eNo PFAS Added\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003ePaperboard\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eNumber of Compartments\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e1 Compartment\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eSquare\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eNon-Corrugated\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eBakery Boxes\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eWindow\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eWithout Window\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e6901kb\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.section-title {\n  font-size: 24px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin: 30px 0 15px;\n  padding-bottom: 8px;\n  border-bottom: 2px solid #e8ecef;\n}\n\n.description-content p {\n  margin-bottom: 16px;\n  font-size: 16px;\n}\n\n.features-section {\n  background-color: #f8f9fa;\n  padding: 20px;\n  border-radius: 8px;\n  margin: 20px 0;\n}\n\n.features-title {\n  font-size: 20px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin-bottom: 15px;\n}\n\n.features-list {\n  list-style-type: none;\n  padding-left: 0;\n}\n\n.features-list li {\n  position: relative;\n  padding-left: 25px;\n  margin-bottom: 10px;\n  font-size: 16px;\n}\n\n.features-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  color: #27ae60;\n  font-weight: bold;\n}\n\n.dimensions-section {\n  margin: 25px 0;\n}\n\n.dimensions-title {\n  font-size: 20px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin-bottom: 15px;\n}\n\n.dimensions-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n  gap: 15px;\n}\n\n.dimension-item {\n  display: flex;\n  justify-content: space-between;\n  padding: 12px 15px;\n  background-color: #f8f9fa;\n  border-radius: 6px;\n}\n\n.dimension-label {\n  font-weight: 500;\n  color: #555;\n}\n\n.dimension-value {\n  font-weight: 600;\n  color: #2c3e50;\n}\n\n.specifications-section {\n  margin-top: 30px;\n}\n\n.specs-table-container {\n  overflow-x: auto;\n  border-radius: 8px;\n  box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f8f9fa;\n}\n\n.specs-table tr:hover {\n  background-color: #f1f3f5;\n}\n\n.spec-label {\n  padding: 14px 20px;\n  font-weight: 600;\n  color: #2c3e50;\n  border-bottom: 1px solid #e8ecef;\n  width: 40%;\n}\n\n.spec-value {\n  padding: 14px 20px;\n  color: #555;\n  border-bottom: 1px solid #e8ecef;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 0 15px;\n  }\n  \n  .section-title {\n    font-size: 22px;\n  }\n  \n  .dimensions-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 12px 15px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723375054932,"sku":null,"price":119.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T154108.972.png?v=1764499357"},{"product_id":"9-x-9-x-4-pink-cake-bakery-box-200-bundle","title":"9\" x 9\" x 4\" Pink Cake \/ Bakery Box - 200\/Bundle","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-content\"\u003e\n    \u003ch2 class=\"section-title\"\u003eSend your delicious treats out the door with customers in this 9\" x 9\" x 4\" pink cake \/ bakery box.\u003c\/h2\u003e\n    \n    \u003cdiv class=\"description-text\"\u003e\n      \u003cp\u003eGreat for merchandising cakes, donuts, cookies, and muffins at your bakery, this bakery box is the perfect choice for your business. It has a simple, easy-to-use design and is versatile, providing endless possibilities to fulfill your packing needs. Plus, it gives your customers peace of mind as they take your treats to go.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"features-section\"\u003e\n      \u003ch3 class=\"features-title\"\u003eProduct Highlights\u003c\/h3\u003e\n      \u003cul class=\"features-list\"\u003e\n        \u003cli\u003eMade from 100% recycled paperboard with minimum 35% post-consumer content\u003c\/li\u003e\n        \u003cli\u003eOne-piece construction; ships flat\u003c\/li\u003e\n        \u003cli\u003eTuck top design with lock corners\u003c\/li\u003e\n        \u003cli\u003ePerfect for cakes, pies, cookies, cupcakes, and muffins\u003c\/li\u003e\n        \u003cli\u003eDisposable for easy clean up\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"dimensions-section\"\u003e\n      \u003ch3 class=\"dimensions-title\"\u003eDimensions\u003c\/h3\u003e\n      \u003cdiv class=\"dimensions-grid\"\u003e\n        \u003cdiv class=\"dimension-item\"\u003e\n          \u003cspan class=\"dimension-label\"\u003eLength:\u003c\/span\u003e\n          \u003cspan class=\"dimension-value\"\u003e9 Inches\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 Inches\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\"\u003e4 Inches\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"specifications-section\"\u003e\n      \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"specs-table-container\"\u003e\n        \u003ctable class=\"specs-table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e200\/Bundle\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e47.76 lb.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eLength\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e9 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eWidth\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e9 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eHeight\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e4 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eAssembly Style\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eLock Corner\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003ePink\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eConstruction\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e1-Piece\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eMade in America, No PFAS Added, Recyclable\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003ePaperboard\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eNumber of Compartments\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e1 Compartment\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eSquare\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eNon-Corrugated\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eBakery Boxes, Cake Boxes\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eWindow\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eWithout Window\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e6903pb\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"shipping-info\"\u003e\n      \u003ch3 class=\"shipping-title\"\u003eShipping Information\u003c\/h3\u003e\n      \u003cp\u003eThis product usually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e. Delivery time may vary depending on your location.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.section-title {\n  font-size: 24px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin: 30px 0 15px;\n  padding-bottom: 8px;\n  border-bottom: 2px solid #e8ecef;\n}\n\n.description-text p {\n  margin-bottom: 16px;\n  font-size: 16px;\n}\n\n.features-section {\n  background-color: #fdf6f8;\n  padding: 20px;\n  border-radius: 8px;\n  margin: 20px 0;\n  border-left: 4px solid #e91e63;\n}\n\n.features-title {\n  font-size: 20px;\n  font-weight: 600;\n  color: #e91e63;\n  margin-bottom: 15px;\n}\n\n.features-list {\n  list-style-type: none;\n  padding-left: 0;\n}\n\n.features-list li {\n  position: relative;\n  padding-left: 25px;\n  margin-bottom: 10px;\n  font-size: 16px;\n}\n\n.features-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  color: #e91e63;\n  font-weight: bold;\n}\n\n.dimensions-section {\n  margin: 25px 0;\n}\n\n.dimensions-title {\n  font-size: 20px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin-bottom: 15px;\n}\n\n.dimensions-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n  gap: 15px;\n}\n\n.dimension-item {\n  display: flex;\n  justify-content: space-between;\n  padding: 12px 15px;\n  background-color: #f8f9fa;\n  border-radius: 6px;\n}\n\n.dimension-label {\n  font-weight: 500;\n  color: #555;\n}\n\n.dimension-value {\n  font-weight: 600;\n  color: #2c3e50;\n}\n\n.specifications-section {\n  margin-top: 30px;\n}\n\n.specs-table-container {\n  overflow-x: auto;\n  border-radius: 8px;\n  box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f8f9fa;\n}\n\n.specs-table tr:hover {\n  background-color: #f1f3f5;\n}\n\n.spec-label {\n  padding: 14px 20px;\n  font-weight: 600;\n  color: #2c3e50;\n  border-bottom: 1px solid #e8ecef;\n  width: 40%;\n}\n\n.spec-value {\n  padding: 14px 20px;\n  color: #555;\n  border-bottom: 1px solid #e8ecef;\n}\n\n.shipping-info {\n  background-color: #f0f9ff;\n  padding: 20px;\n  border-radius: 8px;\n  margin-top: 25px;\n  border-left: 4px solid #2196f3;\n}\n\n.shipping-title {\n  font-size: 18px;\n  font-weight: 600;\n  color: #2196f3;\n  margin-bottom: 10px;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 0 15px;\n  }\n  \n  .section-title {\n    font-size: 22px;\n  }\n  \n  .dimensions-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 12px 15px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723377840212,"sku":null,"price":225.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T154737.696.png?v=1764499772"},{"product_id":"28-x-18-x-5-white-full-sheet-2-piece-cake-bakery-box-50-bundle","title":"28\" x 18\" x 5\" White Full Sheet 2-Piece Cake \/ Bakery Box - 50\/Bundle","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-content\"\u003e\n    \u003ch2 class=\"section-title\"\u003eMake transporting your baked goods easy with this 28\" x 18\" x 5\" white full sheet cake \/ bakery box.\u003c\/h2\u003e\n    \n    \u003cdiv class=\"description-text\"\u003e\n      \u003cp\u003eThis handy box makes it easy to offer fast and efficient service at your bakery. Its convenient 2-piece construction is perfect for creating attractive displays, while its built-in locking corners make assembly easy. Once assembled, it has enough room to hold one full size sheet cake. The white, unmarked color also allows you to add custom stamps or labels for a pop of personalization!\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"features-section\"\u003e\n      \u003ch3 class=\"features-title\"\u003eProduct Highlights\u003c\/h3\u003e\n      \u003cul class=\"features-list\"\u003e\n        \u003cli\u003e25 cake \/ bakery boxes or 50 trays per bundle\u003c\/li\u003e\n        \u003cli\u003eBuilt-in locking corners make it easy to assemble\u003c\/li\u003e\n        \u003cli\u003eHolds one full size sheet cake\u003c\/li\u003e\n        \u003cli\u003eConvenient, two-piece construction with a telescoping top\u003c\/li\u003e\n        \u003cli\u003eMade in America with recyclable materials\u003c\/li\u003e\n        \u003cli\u003eNo PFAS added for safety\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"dimensions-section\"\u003e\n      \u003ch3 class=\"dimensions-title\"\u003eDimensions\u003c\/h3\u003e\n      \u003cdiv class=\"dimensions-grid\"\u003e\n        \u003cdiv class=\"dimension-item\"\u003e\n          \u003cspan class=\"dimension-label\"\u003eLength:\u003c\/span\u003e\n          \u003cspan class=\"dimension-value\"\u003e28 Inches\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\"\u003e18 Inches\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\"\u003e5 Inches\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"dimension-item\"\u003e\n          \u003cspan class=\"dimension-label\"\u003eCapacity:\u003c\/span\u003e\n          \u003cspan class=\"dimension-value\"\u003eFull Sheet Cake\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"specifications-section\"\u003e\n      \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"specs-table-container\"\u003e\n        \u003ctable class=\"specs-table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e50\/Bundle\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e44 lb.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eLength\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e28 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eWidth\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e18 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eHeight\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e5 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eAssembly Style\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eLock Corner\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eWhite\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eConstruction\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e2-Piece\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eDesign\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003ePlain\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eMade in America, No PFAS Added, Recyclable\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003ePaperboard\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eNumber of Compartments\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e1 Compartment\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eRectangle\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eNon-Corrugated\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eBakery Boxes, Cake Boxes\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eWindow\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eWithout Window\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e400012107481\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"shipping-info\"\u003e\n      \u003ch3 class=\"shipping-title\"\u003eShipping Information\u003c\/h3\u003e\n      \u003cp\u003eThis product usually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e. Delivery time may vary depending on your location.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.section-title {\n  font-size: 24px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin: 30px 0 15px;\n  padding-bottom: 8px;\n  border-bottom: 2px solid #e8ecef;\n}\n\n.description-text p {\n  margin-bottom: 16px;\n  font-size: 16px;\n}\n\n.features-section {\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  padding: 25px;\n  border-radius: 10px;\n  margin: 25px 0;\n  border: 1px solid #e9ecef;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n}\n\n.features-title {\n  font-size: 20px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin-bottom: 18px;\n  text-align: center;\n}\n\n.features-list {\n  list-style-type: none;\n  padding-left: 0;\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 12px;\n}\n\n.features-list li {\n  position: relative;\n  padding-left: 28px;\n  margin-bottom: 12px;\n  font-size: 15px;\n}\n\n.features-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  color: #28a745;\n  font-weight: bold;\n  font-size: 16px;\n  background: #e8f5e8;\n  width: 22px;\n  height: 22px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.dimensions-section {\n  margin: 30px 0;\n  padding: 20px;\n  background: #f8f9fa;\n  border-radius: 8px;\n}\n\n.dimensions-title {\n  font-size: 20px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin-bottom: 18px;\n  text-align: center;\n}\n\n.dimensions-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 15px;\n}\n\n.dimension-item {\n  display: flex;\n  justify-content: space-between;\n  padding: 15px;\n  background-color: white;\n  border-radius: 6px;\n  box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n  border-left: 4px solid #007bff;\n}\n\n.dimension-label {\n  font-weight: 500;\n  color: #555;\n}\n\n.dimension-value {\n  font-weight: 600;\n  color: #2c3e50;\n}\n\n.specifications-section {\n  margin-top: 35px;\n}\n\n.specs-table-container {\n  overflow-x: auto;\n  border-radius: 10px;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n  border: 1px solid #e9ecef;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f8f9fa;\n}\n\n.specs-table tr:hover {\n  background-color: #e9ecef;\n  transition: background-color 0.2s ease;\n}\n\n.spec-label {\n  padding: 16px 20px;\n  font-weight: 600;\n  color: #2c3e50;\n  border-bottom: 1px solid #dee2e6;\n  width: 35%;\n  background-color: #f1f3f4;\n}\n\n.spec-value {\n  padding: 16px 20px;\n  color: #495057;\n  border-bottom: 1px solid #dee2e6;\n  font-weight: 500;\n}\n\n.shipping-info {\n  background: linear-gradient(135deg, #e3f2fd 0%, #f0f9ff 100%);\n  padding: 20px;\n  border-radius: 8px;\n  margin-top: 30px;\n  border-left: 4px solid #2196f3;\n}\n\n.shipping-title {\n  font-size: 18px;\n  font-weight: 600;\n  color: #1976d2;\n  margin-bottom: 10px;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 0 15px;\n  }\n  \n  .section-title {\n    font-size: 22px;\n  }\n  \n  .dimensions-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .features-list {\n    grid-template-columns: 1fr;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 12px 15px;\n    font-size: 14px;\n  }\n  \n  .features-section {\n    padding: 20px 15px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723379150932,"sku":null,"price":153.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T155320.999.png?v=1764500106"},{"product_id":"12-x-12-x-5-pink-cake-bakery-box-100-bundle","title":"12\" x 12\" x 5\" Pink Cake \/ Bakery Box - 100\/Bundle","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-content\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProvide customers with the perfect to-go container using this 12\" x 12\" x 5\" pink cake \/ bakery box!\u003c\/h2\u003e\n    \n    \u003cdiv class=\"description-text\"\u003e\n      \u003cp\u003eUse this bakery box to package and sell cakes, donuts, cookies, and muffins at your bakery. This versatile container is ideal for a number of freshly baked goodies, as well as other takeaway items from your restaurant, cafe, or bistro. The bold, pink exteriors are complemented by subtle natural brown interiors for a dramatic look that's bursting with personality.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"features-section\"\u003e\n      \u003ch3 class=\"features-title\"\u003ePremium Features\u003c\/h3\u003e\n      \u003cul class=\"features-list\"\u003e\n        \u003cli\u003eMade from 100% recycled paperboard with minimum 35% post-consumer content\u003c\/li\u003e\n        \u003cli\u003eOne-piece construction; ships flat for easy storage\u003c\/li\u003e\n        \u003cli\u003eTuck top design with lock corners for secure assembly\u003c\/li\u003e\n        \u003cli\u003eDisposable for simple clean up and easy to assemble\u003c\/li\u003e\n        \u003cli\u003eMade in America with eco-friendly materials\u003c\/li\u003e\n        \u003cli\u003eNo PFAS added and fully recyclable\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"dimensions-section\"\u003e\n      \u003ch3 class=\"dimensions-title\"\u003ePerfect Dimensions\u003c\/h3\u003e\n      \u003cdiv class=\"dimensions-grid\"\u003e\n        \u003cdiv class=\"dimension-item\"\u003e\n          \u003cspan class=\"dimension-label\"\u003eLength:\u003c\/span\u003e\n          \u003cspan class=\"dimension-value\"\u003e12 Inches\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\"\u003e12 Inches\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\"\u003e5 Inches\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"dimension-item\"\u003e\n          \u003cspan class=\"dimension-label\"\u003eQuantity:\u003c\/span\u003e\n          \u003cspan class=\"dimension-value\"\u003e100\/Bundle\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"color-feature\"\u003e\n      \u003ch3 class=\"color-title\"\u003eElegant Design\u003c\/h3\u003e\n      \u003cp\u003eFeatures a beautiful pink exterior with natural brown interior for a sophisticated two-tone appearance that makes your baked goods stand out.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"specifications-section\"\u003e\n      \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"specs-table-container\"\u003e\n        \u003ctable class=\"specs-table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e100\/Bundle\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e40.3 lb.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eLength\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e12 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eWidth\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e12 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eHeight\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e5 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eAssembly Style\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eLock Corner\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003ePink\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eConstruction\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e1-Piece\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eMade in America, No PFAS Added, Recyclable\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003ePaperboard\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eNumber of Compartments\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e1 Compartment\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eSquare\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eNon-Corrugated\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eBakery Boxes, Cake Boxes\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eWindow\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eWithout Window\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e6125-1pb\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"shipping-info\"\u003e\n      \u003ch3 class=\"shipping-title\"\u003eFast Shipping\u003c\/h3\u003e\n      \u003cp\u003eThis product usually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e. Delivery time may vary depending on your location.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.section-title {\n  font-size: 24px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin: 30px 0 15px;\n  padding-bottom: 8px;\n  border-bottom: 2px solid #e8ecef;\n}\n\n.description-text p {\n  margin-bottom: 16px;\n  font-size: 16px;\n}\n\n.features-section {\n  background: linear-gradient(135deg, #fff5f7 0%, #fdf2f8 100%);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 25px 0;\n  border: 1px solid #fce7f3;\n  box-shadow: 0 4px 12px rgba(236, 72, 153, 0.08);\n}\n\n.features-title {\n  font-size: 20px;\n  font-weight: 600;\n  color: #db2777;\n  margin-bottom: 18px;\n  text-align: center;\n}\n\n.features-list {\n  list-style-type: none;\n  padding-left: 0;\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 12px;\n}\n\n.features-list li {\n  position: relative;\n  padding-left: 28px;\n  margin-bottom: 12px;\n  font-size: 15px;\n}\n\n.features-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  color: #db2777;\n  font-weight: bold;\n  font-size: 16px;\n  background: #fce7f3;\n  width: 22px;\n  height: 22px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.dimensions-section {\n  margin: 30px 0;\n  padding: 25px;\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  border-radius: 10px;\n  border: 1px solid #e9ecef;\n}\n\n.dimensions-title {\n  font-size: 20px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin-bottom: 18px;\n  text-align: center;\n}\n\n.dimensions-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 15px;\n}\n\n.dimension-item {\n  display: flex;\n  justify-content: space-between;\n  padding: 16px;\n  background-color: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 6px rgba(0,0,0,0.08);\n  border-left: 4px solid #ec4899;\n  transition: transform 0.2s ease;\n}\n\n.dimension-item:hover {\n  transform: translateY(-2px);\n}\n\n.dimension-label {\n  font-weight: 500;\n  color: #555;\n}\n\n.dimension-value {\n  font-weight: 600;\n  color: #2c3e50;\n}\n\n.color-feature {\n  background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 100%);\n  padding: 20px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border-left: 4px solid #db2777;\n}\n\n.color-title {\n  font-size: 18px;\n  font-weight: 600;\n  color: #db2777;\n  margin-bottom: 10px;\n}\n\n.specifications-section {\n  margin-top: 35px;\n}\n\n.specs-table-container {\n  overflow-x: auto;\n  border-radius: 12px;\n  box-shadow: 0 6px 18px rgba(0,0,0,0.1);\n  border: 1px solid #e9ecef;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #fdf2f8;\n}\n\n.specs-table tr:hover {\n  background-color: #fce7f3;\n  transition: background-color 0.2s ease;\n}\n\n.spec-label {\n  padding: 16px 20px;\n  font-weight: 600;\n  color: #2c3e50;\n  border-bottom: 1px solid #fbcfe8;\n  width: 35%;\n  background-color: #fdf2f8;\n}\n\n.spec-value {\n  padding: 16px 20px;\n  color: #495057;\n  border-bottom: 1px solid #fbcfe8;\n  font-weight: 500;\n}\n\n.shipping-info {\n  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n  padding: 20px;\n  border-radius: 8px;\n  margin-top: 30px;\n  border-left: 4px solid #0ea5e9;\n}\n\n.shipping-title {\n  font-size: 18px;\n  font-weight: 600;\n  color: #0369a1;\n  margin-bottom: 10px;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 0 15px;\n  }\n  \n  .section-title {\n    font-size: 22px;\n  }\n  \n  .dimensions-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .features-list {\n    grid-template-columns: 1fr;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 14px 15px;\n    font-size: 14px;\n  }\n  \n  .features-section {\n    padding: 20px 15px;\n  }\n  \n  .dimensions-section {\n    padding: 20px 15px;\n  }\n}\n\n@media (max-width: 480px) {\n  .section-title {\n    font-size: 20px;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 12px 10px;\n    font-size: 13px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723380199508,"sku":null,"price":224.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T155849.794.png?v=1764500418"},{"product_id":"9-x-9-x-6-white-cake-bakery-box-100-bundle","title":"9\" x 9\" x 6\" White Cake \/ Bakery Box - 100\/Bundle","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-content\"\u003e\n    \u003ch2 class=\"section-title\"\u003eExpertly Package Decadent Desserts with this 9\" x 9\" x 6\" White Cake \u0026amp; Bakery Box\u003c\/h2\u003e\n    \n    \u003cdiv class=\"description-text\"\u003e\n      \u003cp\u003ePerfect for merchandising donuts, pies, pastries, and muffins at your bakery, this versatile bakery box provides endless possibilities to fulfill your packing needs. Give your customers peace of mind as they transport your delicious treats with this secure and stylish packaging solution.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"assembly-section\"\u003e\n      \u003ch3 class=\"assembly-title\"\u003eEasy Assembly\u003c\/h3\u003e\n      \u003cp\u003eAssembling this lock corner bakery box is quick and simple! In less than 60 seconds, you can fold and lock the box so it's ready to safely store or transport your finest cakes, pies, and other sweet treats.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"features-section\"\u003e\n      \u003ch3 class=\"features-title\"\u003ePremium Features\u003c\/h3\u003e\n      \u003cul class=\"features-list\"\u003e\n        \u003cli\u003ePerfect for special orders and single sales\u003c\/li\u003e\n        \u003cli\u003eCrisp white color suitable for any occasion\u003c\/li\u003e\n        \u003cli\u003eSimple one-piece construction\u003c\/li\u003e\n        \u003cli\u003eTuck top lid for quick, easy, and convenient service\u003c\/li\u003e\n        \u003cli\u003eLock corners facilitate easy assembly\u003c\/li\u003e\n        \u003cli\u003eFolds flat for efficient storage and transport\u003c\/li\u003e\n        \u003cli\u003eNo PFAS added for safety\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"dimensions-section\"\u003e\n      \u003ch3 class=\"dimensions-title\"\u003eDimensions\u003c\/h3\u003e\n      \u003cdiv class=\"dimensions-grid\"\u003e\n        \u003cdiv class=\"dimension-item\"\u003e\n          \u003cspan class=\"dimension-label\"\u003eLength:\u003c\/span\u003e\n          \u003cspan class=\"dimension-value\"\u003e9 Inches\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 Inches\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\"\u003e6 Inches\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"dimension-item\"\u003e\n          \u003cspan class=\"dimension-label\"\u003eQuantity:\u003c\/span\u003e\n          \u003cspan class=\"dimension-value\"\u003e100\/Bundle\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"customization-section\"\u003e\n      \u003ch3 class=\"customization-title\"\u003eCustomization Ready\u003c\/h3\u003e\n      \u003cp\u003eWith a bright white color and unmarked exterior, you can easily add custom labels, stamps, or branding for personalized packaging that makes your products stand out and creates a memorable unboxing experience for your customers.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"specifications-section\"\u003e\n      \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"specs-table-container\"\u003e\n        \u003ctable class=\"specs-table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e100\/Bundle\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e33.6 lb.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eLength\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e9 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eWidth\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e9 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eHeight\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e6 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eAssembly Style\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eLock Corner\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eWhite\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eConstruction\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e1-Piece\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eNo PFAS Added\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003ePaperboard\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eNumber of Compartments\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e1 Compartment\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eSquare\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eNon-Corrugated\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eBakery Boxes, Cake Boxes\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eWindow\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eWithout Window\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e6908\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"shipping-info\"\u003e\n      \u003ch3 class=\"shipping-title\"\u003eFast Shipping\u003c\/h3\u003e\n      \u003cp\u003eThis product usually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e. Delivery time may vary depending on your location.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.section-title {\n  font-size: 24px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin: 30px 0 15px;\n  padding-bottom: 8px;\n  border-bottom: 2px solid #e8ecef;\n}\n\n.description-text p {\n  margin-bottom: 16px;\n  font-size: 16px;\n}\n\n.assembly-section {\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  padding: 20px;\n  border-radius: 8px;\n  margin: 20px 0;\n  border-left: 4px solid #28a745;\n}\n\n.assembly-title {\n  font-size: 18px;\n  font-weight: 600;\n  color: #28a745;\n  margin-bottom: 10px;\n}\n\n.features-section {\n  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);\n  padding: 25px;\n  border-radius: 10px;\n  margin: 25px 0;\n  border: 1px solid #e9ecef;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n}\n\n.features-title {\n  font-size: 20px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin-bottom: 18px;\n  text-align: center;\n}\n\n.features-list {\n  list-style-type: none;\n  padding-left: 0;\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 12px;\n}\n\n.features-list li {\n  position: relative;\n  padding-left: 28px;\n  margin-bottom: 12px;\n  font-size: 15px;\n}\n\n.features-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  color: #28a745;\n  font-weight: bold;\n  font-size: 16px;\n  background: #e8f5e8;\n  width: 22px;\n  height: 22px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.dimensions-section {\n  margin: 30px 0;\n  padding: 25px;\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  border-radius: 10px;\n  border: 1px solid #e9ecef;\n}\n\n.dimensions-title {\n  font-size: 20px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin-bottom: 18px;\n  text-align: center;\n}\n\n.dimensions-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 15px;\n}\n\n.dimension-item {\n  display: flex;\n  justify-content: space-between;\n  padding: 16px;\n  background-color: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 6px rgba(0,0,0,0.08);\n  border-left: 4px solid #6c757d;\n  transition: transform 0.2s ease;\n}\n\n.dimension-item:hover {\n  transform: translateY(-2px);\n}\n\n.dimension-label {\n  font-weight: 500;\n  color: #555;\n}\n\n.dimension-value {\n  font-weight: 600;\n  color: #2c3e50;\n}\n\n.customization-section {\n  background: linear-gradient(135deg, #e3f2fd 0%, #f0f9ff 100%);\n  padding: 20px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border-left: 4px solid #2196f3;\n}\n\n.customization-title {\n  font-size: 18px;\n  font-weight: 600;\n  color: #1976d2;\n  margin-bottom: 10px;\n}\n\n.specifications-section {\n  margin-top: 35px;\n}\n\n.specs-table-container {\n  overflow-x: auto;\n  border-radius: 12px;\n  box-shadow: 0 6px 18px rgba(0,0,0,0.1);\n  border: 1px solid #e9ecef;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f8f9fa;\n}\n\n.specs-table tr:hover {\n  background-color: #e9ecef;\n  transition: background-color 0.2s ease;\n}\n\n.spec-label {\n  padding: 16px 20px;\n  font-weight: 600;\n  color: #2c3e50;\n  border-bottom: 1px solid #dee2e6;\n  width: 35%;\n  background-color: #f1f3f4;\n}\n\n.spec-value {\n  padding: 16px 20px;\n  color: #495057;\n  border-bottom: 1px solid #dee2e6;\n  font-weight: 500;\n}\n\n.shipping-info {\n  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n  padding: 20px;\n  border-radius: 8px;\n  margin-top: 30px;\n  border-left: 4px solid #0ea5e9;\n}\n\n.shipping-title {\n  font-size: 18px;\n  font-weight: 600;\n  color: #0369a1;\n  margin-bottom: 10px;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 0 15px;\n  }\n  \n  .section-title {\n    font-size: 22px;\n  }\n  \n  .dimensions-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .features-list {\n    grid-template-columns: 1fr;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 14px 15px;\n    font-size: 14px;\n  }\n  \n  .features-section {\n    padding: 20px 15px;\n  }\n  \n  .dimensions-section {\n    padding: 20px 15px;\n  }\n}\n\n@media (max-width: 480px) {\n  .section-title {\n    font-size: 20px;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 12px 10px;\n    font-size: 13px;\n  }\n  \n  .features-list li {\n    font-size: 14px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723382755412,"sku":null,"price":124.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T160438.079.png?v=1764500775"},{"product_id":"7-x-7-x-4-pink-cake-bakery-box-250-bundle","title":"7\" x 7\" x 4\" Pink Cake \/ Bakery Box - 250\/Bundle","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-content\"\u003e\n    \u003ch2 class=\"section-title\"\u003eWatch your delicious baked goods soar out of the door with this 7\" x 7\" x 4\" pink cake \/ bakery box!\u003c\/h2\u003e\n    \n    \u003cdiv class=\"description-text\"\u003e\n      \u003cp\u003eEntice your customers into taking home your delectable cakes, cookies, or cupcakes with this beautifully designed cake and bakery box. The one-piece design allows the lid to be opened easily and then tucked back into place to securely protect your baked creations.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"eco-section\"\u003e\n      \u003ch3 class=\"eco-title\"\u003eEco-Friendly Packaging\u003c\/h3\u003e\n      \u003cp\u003eMade from 100% recycled paperboard with 35% post-consumer material, these boxes are both recyclable and compostable where facilities are available. Provide your customers with durable, sustainable packaging that aligns with modern environmental values.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"features-section\"\u003e\n      \u003ch3 class=\"features-title\"\u003ePremium Features\u003c\/h3\u003e\n      \u003cul class=\"features-list\"\u003e\n        \u003cli\u003eMade from 100% recycled paperboard with minimum 35% post-consumer content\u003c\/li\u003e\n        \u003cli\u003eOne-piece construction; ships flat for easy storage\u003c\/li\u003e\n        \u003cli\u003eTuck top design with secure lock corners\u003c\/li\u003e\n        \u003cli\u003ePerfect for cakes, cookies, cupcakes, and other baked goods\u003c\/li\u003e\n        \u003cli\u003eDisposable for easy clean up and hassle-free use\u003c\/li\u003e\n        \u003cli\u003eMade in America with quality materials\u003c\/li\u003e\n        \u003cli\u003eNo PFAS added and fully recyclable\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"dimensions-section\"\u003e\n      \u003ch3 class=\"dimensions-title\"\u003ePerfect Compact Size\u003c\/h3\u003e\n      \u003cdiv class=\"dimensions-grid\"\u003e\n        \u003cdiv class=\"dimension-item\"\u003e\n          \u003cspan class=\"dimension-label\"\u003eLength:\u003c\/span\u003e\n          \u003cspan class=\"dimension-value\"\u003e7 Inches\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\"\u003e7 Inches\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\"\u003e4 Inches\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"dimension-item\"\u003e\n          \u003cspan class=\"dimension-label\"\u003eQuantity:\u003c\/span\u003e\n          \u003cspan class=\"dimension-value\"\u003e250\/Bundle\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"design-section\"\u003e\n      \u003ch3 class=\"design-title\"\u003eBeautiful Presentation\u003c\/h3\u003e\n      \u003cp\u003eThe attractive pink color creates an eye-catching presentation that makes your baked goods even more appealing. Perfect for special occasions, daily sales, or gift packaging that leaves a lasting impression on your customers.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"specifications-section\"\u003e\n      \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"specs-table-container\"\u003e\n        \u003ctable class=\"specs-table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e250\/Bundle\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e46.5 lb.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eLength\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e7 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eWidth\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e7 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eHeight\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e4 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eAssembly Style\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eLock Corner\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003ePink\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eConstruction\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e1-Piece\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eMade in America, No PFAS Added, Recyclable\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003ePaperboard\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eNumber of Compartments\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e1 Compartment\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eSquare\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eNon-Corrugated\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eBakery Boxes, Cake Boxes\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eWindow\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eWithout Window\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e6701pb\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"shipping-info\"\u003e\n      \u003ch3 class=\"shipping-title\"\u003eFast Shipping\u003c\/h3\u003e\n      \u003cp\u003eThis product usually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e. Delivery time may vary depending on your location.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.section-title {\n  font-size: 24px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin: 30px 0 15px;\n  padding-bottom: 8px;\n  border-bottom: 2px solid #e8ecef;\n}\n\n.description-text p {\n  margin-bottom: 16px;\n  font-size: 16px;\n}\n\n.eco-section {\n  background: linear-gradient(135deg, #f0f9f0 0%, #e8f5e8 100%);\n  padding: 20px;\n  border-radius: 8px;\n  margin: 20px 0;\n  border-left: 4px solid #28a745;\n}\n\n.eco-title {\n  font-size: 18px;\n  font-weight: 600;\n  color: #28a745;\n  margin-bottom: 10px;\n}\n\n.features-section {\n  background: linear-gradient(135deg, #fff5f7 0%, #fdf2f8 100%);\n  padding: 25px;\n  border-radius: 10px;\n  margin: 25px 0;\n  border: 1px solid #fce7f3;\n  box-shadow: 0 4px 12px rgba(236, 72, 153, 0.08);\n}\n\n.features-title {\n  font-size: 20px;\n  font-weight: 600;\n  color: #db2777;\n  margin-bottom: 18px;\n  text-align: center;\n}\n\n.features-list {\n  list-style-type: none;\n  padding-left: 0;\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 12px;\n}\n\n.features-list li {\n  position: relative;\n  padding-left: 28px;\n  margin-bottom: 12px;\n  font-size: 15px;\n}\n\n.features-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  color: #db2777;\n  font-weight: bold;\n  font-size: 16px;\n  background: #fce7f3;\n  width: 22px;\n  height: 22px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.dimensions-section {\n  margin: 30px 0;\n  padding: 25px;\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  border-radius: 10px;\n  border: 1px solid #e9ecef;\n}\n\n.dimensions-title {\n  font-size: 20px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin-bottom: 18px;\n  text-align: center;\n}\n\n.dimensions-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n  gap: 15px;\n}\n\n.dimension-item {\n  display: flex;\n  justify-content: space-between;\n  padding: 16px;\n  background-color: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 6px rgba(0,0,0,0.08);\n  border-left: 4px solid #ec4899;\n  transition: transform 0.2s ease;\n}\n\n.dimension-item:hover {\n  transform: translateY(-2px);\n}\n\n.dimension-label {\n  font-weight: 500;\n  color: #555;\n}\n\n.dimension-value {\n  font-weight: 600;\n  color: #2c3e50;\n}\n\n.design-section {\n  background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 100%);\n  padding: 20px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border-left: 4px solid #db2777;\n}\n\n.design-title {\n  font-size: 18px;\n  font-weight: 600;\n  color: #db2777;\n  margin-bottom: 10px;\n}\n\n.specifications-section {\n  margin-top: 35px;\n}\n\n.specs-table-container {\n  overflow-x: auto;\n  border-radius: 12px;\n  box-shadow: 0 6px 18px rgba(0,0,0,0.1);\n  border: 1px solid #e9ecef;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #fdf2f8;\n}\n\n.specs-table tr:hover {\n  background-color: #fce7f3;\n  transition: background-color 0.2s ease;\n}\n\n.spec-label {\n  padding: 16px 20px;\n  font-weight: 600;\n  color: #2c3e50;\n  border-bottom: 1px solid #fbcfe8;\n  width: 35%;\n  background-color: #fdf2f8;\n}\n\n.spec-value {\n  padding: 16px 20px;\n  color: #495057;\n  border-bottom: 1px solid #fbcfe8;\n  font-weight: 500;\n}\n\n.shipping-info {\n  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n  padding: 20px;\n  border-radius: 8px;\n  margin-top: 30px;\n  border-left: 4px solid #0ea5e9;\n}\n\n.shipping-title {\n  font-size: 18px;\n  font-weight: 600;\n  color: #0369a1;\n  margin-bottom: 10px;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 0 15px;\n  }\n  \n  .section-title {\n    font-size: 22px;\n  }\n  \n  .dimensions-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .features-list {\n    grid-template-columns: 1fr;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 14px 15px;\n    font-size: 14px;\n  }\n  \n  .features-section {\n    padding: 20px 15px;\n  }\n  \n  .dimensions-section {\n    padding: 20px 15px;\n  }\n}\n\n@media (max-width: 480px) {\n  .section-title {\n    font-size: 20px;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 12px 10px;\n    font-size: 13px;\n  }\n  \n  .features-list li {\n    font-size: 14px;\n  }\n  \n  .dimensions-grid {\n    gap: 10px;\n  }\n  \n  .dimension-item {\n    padding: 12px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723386327124,"sku":null,"price":190.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T161001.091.png?v=1764501224"},{"product_id":"6-x-6-x-6-white-cake-bakery-box-100-bundle","title":"6\" x 6\" x 6\" White Cake \/ Bakery Box - 100\/Bundle","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-content\"\u003e\n    \u003ch2 class=\"section-title\"\u003ePerfect Cube Bakery Box - 6\" x 6\" x 6\" White Cake \u0026amp; Pastry Packaging\u003c\/h2\u003e\n    \n    \u003cdiv class=\"description-text\"\u003e\n      \u003cp\u003eExpertly package decadent desserts with this perfectly cubed 6\" x 6\" x 6\" white bakery box! Ideal for merchandising donuts, pies, pastries, and muffins at your bakery, this versatile packaging solution provides endless possibilities to fulfill your packing needs while giving customers peace of mind as they transport your delicious treats.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"assembly-section\"\u003e\n      \u003ch3 class=\"assembly-title\"\u003eQuick \u0026amp; Easy Assembly\u003c\/h3\u003e\n      \u003cp\u003eAssembling this lock corner bakery box is remarkably simple! In less than 60 seconds, you can fold and lock the box, making it ready to safely store or transport your finest cakes, pies, and other sweet creations. The intuitive design ensures hassle-free setup during busy hours.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"features-section\"\u003e\n      \u003ch3 class=\"features-title\"\u003ePremium Features\u003c\/h3\u003e\n      \u003cul class=\"features-list\"\u003e\n        \u003cli\u003ePerfect cube design for versatile packaging\u003c\/li\u003e\n        \u003cli\u003eIdeal for special orders and single sales\u003c\/li\u003e\n        \u003cli\u003eCrisp white color suitable for any occasion\u003c\/li\u003e\n        \u003cli\u003eSimple one-piece construction\u003c\/li\u003e\n        \u003cli\u003eTuck top lid for quick, easy, and convenient service\u003c\/li\u003e\n        \u003cli\u003eLock corners facilitate effortless assembly\u003c\/li\u003e\n        \u003cli\u003eFolds flat for efficient storage and transport\u003c\/li\u003e\n        \u003cli\u003eNo PFAS added for food safety\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"dimensions-section\"\u003e\n      \u003ch3 class=\"dimensions-title\"\u003ePerfect Cube Dimensions\u003c\/h3\u003e\n      \u003cdiv class=\"dimensions-grid\"\u003e\n        \u003cdiv class=\"dimension-item\"\u003e\n          \u003cspan class=\"dimension-label\"\u003eLength:\u003c\/span\u003e\n          \u003cspan class=\"dimension-value\"\u003e6 Inches\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\"\u003e6 Inches\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\"\u003e6 Inches\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"dimension-item\"\u003e\n          \u003cspan class=\"dimension-label\"\u003eQuantity:\u003c\/span\u003e\n          \u003cspan class=\"dimension-value\"\u003e100\/Bundle\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"customization-section\"\u003e\n      \u003ch3 class=\"customization-title\"\u003eBranding Ready\u003c\/h3\u003e\n      \u003cp\u003eWith a bright white color and clean, unmarked exterior, these boxes serve as the perfect canvas for your branding. Easily add custom labels, stamps, or printed designs to create personalized packaging that enhances your brand identity and creates a memorable unboxing experience.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"specifications-section\"\u003e\n      \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"specs-table-container\"\u003e\n        \u003ctable class=\"specs-table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e100\/Bundle\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e16.1 lb.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eLength\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e6 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eWidth\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e6 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eHeight\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e6 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eAssembly Style\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eLock Corner\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eWhite\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eConstruction\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e1-Piece\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eNo PFAS Added\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003ePaperboard\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eNumber of Compartments\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e1 Compartment\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eSquare\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eNon-Corrugated\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eBakery Boxes, Cake Boxes\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eWindow\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eWithout Window\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e6607\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"shipping-info\"\u003e\n      \u003ch3 class=\"shipping-title\"\u003eFast Shipping \u0026amp; Reliable Service\u003c\/h3\u003e\n      \u003cp\u003eThis product usually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e. We ensure prompt processing and reliable delivery to keep your business running smoothly.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.section-title {\n  font-size: 24px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin: 30px 0 15px;\n  padding-bottom: 8px;\n  border-bottom: 2px solid #e8ecef;\n}\n\n.description-text p {\n  margin-bottom: 16px;\n  font-size: 16px;\n}\n\n.assembly-section {\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  padding: 20px;\n  border-radius: 8px;\n  margin: 20px 0;\n  border-left: 4px solid #28a745;\n}\n\n.assembly-title {\n  font-size: 18px;\n  font-weight: 600;\n  color: #28a745;\n  margin-bottom: 10px;\n}\n\n.features-section {\n  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);\n  padding: 25px;\n  border-radius: 10px;\n  margin: 25px 0;\n  border: 1px solid #e9ecef;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n}\n\n.features-title {\n  font-size: 20px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin-bottom: 18px;\n  text-align: center;\n}\n\n.features-list {\n  list-style-type: none;\n  padding-left: 0;\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 12px;\n}\n\n.features-list li {\n  position: relative;\n  padding-left: 28px;\n  margin-bottom: 12px;\n  font-size: 15px;\n}\n\n.features-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  color: #28a745;\n  font-weight: bold;\n  font-size: 16px;\n  background: #e8f5e8;\n  width: 22px;\n  height: 22px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.dimensions-section {\n  margin: 30px 0;\n  padding: 25px;\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  border-radius: 10px;\n  border: 1px solid #e9ecef;\n}\n\n.dimensions-title {\n  font-size: 20px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin-bottom: 18px;\n  text-align: center;\n}\n\n.dimensions-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n  gap: 15px;\n}\n\n.dimension-item {\n  display: flex;\n  justify-content: space-between;\n  padding: 16px;\n  background-color: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 6px rgba(0,0,0,0.08);\n  border-left: 4px solid #6c757d;\n  transition: transform 0.2s ease;\n}\n\n.dimension-item:hover {\n  transform: translateY(-2px);\n}\n\n.dimension-label {\n  font-weight: 500;\n  color: #555;\n}\n\n.dimension-value {\n  font-weight: 600;\n  color: #2c3e50;\n}\n\n.customization-section {\n  background: linear-gradient(135deg, #e3f2fd 0%, #f0f9ff 100%);\n  padding: 20px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border-left: 4px solid #2196f3;\n}\n\n.customization-title {\n  font-size: 18px;\n  font-weight: 600;\n  color: #1976d2;\n  margin-bottom: 10px;\n}\n\n.specifications-section {\n  margin-top: 35px;\n}\n\n.specs-table-container {\n  overflow-x: auto;\n  border-radius: 12px;\n  box-shadow: 0 6px 18px rgba(0,0,0,0.1);\n  border: 1px solid #e9ecef;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f8f9fa;\n}\n\n.specs-table tr:hover {\n  background-color: #e9ecef;\n  transition: background-color 0.2s ease;\n}\n\n.spec-label {\n  padding: 16px 20px;\n  font-weight: 600;\n  color: #2c3e50;\n  border-bottom: 1px solid #dee2e6;\n  width: 35%;\n  background-color: #f1f3f4;\n}\n\n.spec-value {\n  padding: 16px 20px;\n  color: #495057;\n  border-bottom: 1px solid #dee2e6;\n  font-weight: 500;\n}\n\n.shipping-info {\n  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n  padding: 20px;\n  border-radius: 8px;\n  margin-top: 30px;\n  border-left: 4px solid #0ea5e9;\n}\n\n.shipping-title {\n  font-size: 18px;\n  font-weight: 600;\n  color: #0369a1;\n  margin-bottom: 10px;\n}\n\n\/* Cube Animation *\/\n.cube-highlight {\n  text-align: center;\n  margin: 20px 0;\n  padding: 15px;\n  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n  color: white;\n  border-radius: 8px;\n  font-weight: 600;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 0 15px;\n  }\n  \n  .section-title {\n    font-size: 22px;\n  }\n  \n  .dimensions-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .features-list {\n    grid-template-columns: 1fr;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 14px 15px;\n    font-size: 14px;\n  }\n  \n  .features-section {\n    padding: 20px 15px;\n  }\n  \n  .dimensions-section {\n    padding: 20px 15px;\n  }\n}\n\n@media (max-width: 480px) {\n  .section-title {\n    font-size: 20px;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 12px 10px;\n    font-size: 13px;\n  }\n  \n  .features-list li {\n    font-size: 14px;\n  }\n  \n  .dimensions-grid {\n    gap: 10px;\n  }\n  \n  .dimension-item {\n    padding: 12px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723396452436,"sku":null,"price":145.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T161814.827.png?v=1764501634"},{"product_id":"d-w-4-7-8-foil-tart-pan-1-1-4-deep-1-000-case","title":"D\u0026W 4 7\/8\" Foil Tart Pan 1 1\/4\" Deep - 1,000\/Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* Base Styles *\/\n        .product-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            max-width: 800px;\n            margin: 0 auto;\n            line-height: 1.6;\n        }\n        \n        \/* Header Styles *\/\n        .product-title {\n            font-size: 1.8rem;\n            font-weight: 700;\n            color: #2c5530;\n            margin-bottom: 1rem;\n            border-bottom: 2px solid #e2e8f0;\n            padding-bottom: 0.5rem;\n        }\n        \n        \/* Intro Section *\/\n        .intro-text {\n            font-size: 1.1rem;\n            margin-bottom: 1.5rem;\n            color: #4a5568;\n        }\n        \n        \/* Features Section *\/\n        .features-section {\n            background-color: #f7fafc;\n            border-radius: 8px;\n            padding: 1.5rem;\n            margin-bottom: 2rem;\n        }\n        \n        .section-title {\n            font-size: 1.4rem;\n            font-weight: 600;\n            color: #2d3748;\n            margin-bottom: 1rem;\n        }\n        \n        .features-list {\n            list-style-type: none;\n            padding-left: 0;\n        }\n        \n        .feature-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 0.75rem;\n        }\n        \n        .feature-icon {\n            color: #38a169;\n            margin-right: 0.75rem;\n            flex-shrink: 0;\n            margin-top: 0.2rem;\n        }\n        \n        \/* Specs Table *\/\n        .specs-section {\n            margin-bottom: 2rem;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n        }\n        \n        .specs-table th {\n            background-color: #2c5530;\n            color: white;\n            text-align: left;\n            padding: 1rem;\n            font-weight: 600;\n        }\n        \n        .specs-table td {\n            padding: 1rem;\n            border-bottom: 1px solid #e2e8f0;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f7fafc;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-label {\n            font-weight: 600;\n            color: #4a5568;\n            width: 40%;\n        }\n        \n        \/* Applications Section *\/\n        .applications-section {\n            background-color: #edf2f7;\n            border-radius: 8px;\n            padding: 1.5rem;\n            margin-bottom: 2rem;\n        }\n        \n        .applications-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n            gap: 1rem;\n            margin-top: 1rem;\n        }\n        \n        .application-item {\n            background-color: white;\n            padding: 1rem;\n            border-radius: 6px;\n            text-align: center;\n            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n        }\n        \n        \/* UPC Section *\/\n        .upc-section {\n            text-align: center;\n            padding: 1rem;\n            background-color: #2c5530;\n            color: white;\n            border-radius: 8px;\n            margin-top: 2rem;\n        }\n        \n        .upc-code {\n            font-size: 1.5rem;\n            font-weight: 700;\n            letter-spacing: 2px;\n        }\n        \n        \/* Responsive adjustments *\/\n        @media (max-width: 768px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .applications-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003eD\u0026amp;W Fine Pack 13483 Miniature Pie Pans\u003c\/h1\u003e\n\u003cp class=\"intro-text\"\u003eThese wonderfully whimsical miniature pie pans are perfect for creating individually portioned treats for your hungry customers! From sweet desserts to savory favorites like chicken and meat pies, these tiny pans consistently deliver a quality product with exceptional results every time.\u003c\/p\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Highlights\u003c\/h2\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePerfect for bakeries, restaurants, and diners\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eDurable 25 gauge aluminum foil construction\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eSturdy design ideal for fruit tarts, desserts, meat pies, and more\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eGenerous capacity - holds up to 7 oz.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eDisposable for quick cleanup at catered events\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eD\u0026amp;W Fine Pack 13483 Technical Details\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003e25 Gauge Aluminum Foil\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e7 oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003e4.25\" Diameter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eGauge\u003c\/td\u003e\n\u003ctd\u003e25 Gauge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n\u003ctd\u003eSilver\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003ePackage Quantity\u003c\/td\u003e\n\u003ctd\u003e125 Pans\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eDisposable\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eOven Safe\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eFreezer Safe\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"applications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003ePerfect For\u003c\/h2\u003e\n\u003cdiv class=\"applications-grid\"\u003e\n\u003cdiv class=\"application-item\"\u003eIndividual Pies\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eTarts \u0026amp; Pastries\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eQuiches\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003ePot Pies\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eDessert Cups\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eAppetizers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-section\"\u003e\n\u003cdiv\u003eUPC Code\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003e13483\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723400482900,"sku":null,"price":174.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-30T155024.515.png?v=1764499836"},{"product_id":"d-w-2-lb-aluminum-foil-loaf-pan-500-case","title":"D\u0026W 2 lb. Aluminum Foil Loaf Pan - 500\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003eD\u0026amp;W Fine Pack 15780 Aluminum Foil Loaf Pans\u003c\/h1\u003e\n\u003cp class=\"intro-text\"\u003eBake, transport, and sell your market or bakery's decadent breads in these D\u0026amp;W Finepack 15780 2 lb. aluminum foil loaf pans. Made of durable, 27 gauge aluminum foil, this bakeware evenly distributes heat and retains it for that fresh-out-of-the-oven temperature!\u003c\/p\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Highlights\u003c\/h2\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003e2 lb. loaf pan design\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eDurable 27 gauge aluminum foil construction\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eExcellent heat-retention and even temperature distribution\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eDisposable for quick clean-up\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eIdeal for catering business, bakeries, cafes, grocery stores, and markets\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eD\u0026amp;W Fine Pack 15780 Technical Details\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e500\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e16.27 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eLength\u003c\/td\u003e\n\u003ctd\u003e8 5\/8 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e4 3\/8 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eDepth\u003c\/td\u003e\n\u003ctd\u003e2 5\/8 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eBottom Length\u003c\/td\u003e\n\u003ctd\u003e7 1\/2 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eInterior Length\u003c\/td\u003e\n\u003ctd\u003e8 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eBottom Width\u003c\/td\u003e\n\u003ctd\u003e3 1\/4 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eInterior Width\u003c\/td\u003e\n\u003ctd\u003e3 3\/4 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e2 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n\u003ctd\u003eSilver\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eFreezer Safe, Made in America, Oven Safe\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eGauge\u003c\/td\u003e\n\u003ctd\u003e27 Gauge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eAluminum Foil\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003ePan Type\u003c\/td\u003e\n\u003ctd\u003eLoaf Pans\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n\u003ctd\u003eRectangle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n\u003ctd\u003ePans\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eUsage\u003c\/td\u003e\n\u003ctd\u003eStandard Duty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"applications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003ePerfect For\u003c\/h2\u003e\n\u003cdiv class=\"applications-grid\"\u003e\n\u003cdiv class=\"application-item\"\u003eBread Baking\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eBanana Bread\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eQuick Breads\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eMeat Loaves\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eCatering Events\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eBakery Sales\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eAdditional Benefits\u003c\/h2\u003e\n\u003cp\u003eThanks to its disposable design, this pan makes event clean up a breeze. No more time wasted scrubbing away at individual loaf pans! Plus, it serves as inexpensive packaging for baked goods. Featuring a full curl rim, this pan also works well with aluminum foil wrap and cling \/ plastic food wrap. Add this pan to your catering business, bakery, cafe, grocery store, or other business for versatility and convenience!\u003c\/p\u003e\n\u003cdiv class=\"dimensions-box\"\u003e\n\u003ch3\u003eOverall Dimensions:\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eLength: 8 1\/2\"\u003c\/li\u003e\n\u003cli\u003eWidth: 4 1\/4\"\u003c\/li\u003e\n\u003cli\u003eHeight: 2 1\/2\"\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-section\"\u003e\n\u003cdiv\u003eUPC Code\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003e088595065826\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    \/* Base Styles *\/\n    .product-description {\n        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        color: #333;\n        max-width: 800px;\n        margin: 0 auto;\n        line-height: 1.6;\n    }\n    \n    \/* Header Styles *\/\n    .product-title {\n        font-size: 1.8rem;\n        font-weight: 700;\n        color: #2c5530;\n        margin-bottom: 1rem;\n        border-bottom: 2px solid #e2e8f0;\n        padding-bottom: 0.5rem;\n    }\n    \n    \/* Intro Section *\/\n    .intro-text {\n        font-size: 1.1rem;\n        margin-bottom: 1.5rem;\n        color: #4a5568;\n    }\n    \n    \/* Features Section *\/\n    .features-section {\n        background-color: #f7fafc;\n        border-radius: 8px;\n        padding: 1.5rem;\n        margin-bottom: 2rem;\n    }\n    \n    .section-title {\n        font-size: 1.4rem;\n        font-weight: 600;\n        color: #2d3748;\n        margin-bottom: 1rem;\n    }\n    \n    .features-list {\n        list-style-type: none;\n        padding-left: 0;\n    }\n    \n    .feature-item {\n        display: flex;\n        align-items: flex-start;\n        margin-bottom: 0.75rem;\n    }\n    \n    .feature-icon {\n        color: #38a169;\n        margin-right: 0.75rem;\n        flex-shrink: 0;\n        margin-top: 0.2rem;\n    }\n    \n    \/* Specs Table *\/\n    .specs-section {\n        margin-bottom: 2rem;\n    }\n    \n    .specs-table {\n        width: 100%;\n        border-collapse: collapse;\n        border-radius: 8px;\n        overflow: hidden;\n        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n    }\n    \n    .specs-table th {\n        background-color: #2c5530;\n        color: white;\n        text-align: left;\n        padding: 1rem;\n        font-weight: 600;\n    }\n    \n    .specs-table td {\n        padding: 1rem;\n        border-bottom: 1px solid #e2e8f0;\n    }\n    \n    .specs-table tr:nth-child(even) {\n        background-color: #f7fafc;\n    }\n    \n    .specs-table tr:last-child td {\n        border-bottom: none;\n    }\n    \n    .spec-label {\n        font-weight: 600;\n        color: #4a5568;\n        width: 40%;\n    }\n    \n    \/* Applications Section *\/\n    .applications-section {\n        background-color: #edf2f7;\n        border-radius: 8px;\n        padding: 1.5rem;\n        margin-bottom: 2rem;\n    }\n    \n    .applications-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n        gap: 1rem;\n        margin-top: 1rem;\n    }\n    \n    .application-item {\n        background-color: white;\n        padding: 1rem;\n        border-radius: 6px;\n        text-align: center;\n        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n    }\n    \n    \/* Benefits Section *\/\n    .benefits-section {\n        margin-bottom: 2rem;\n    }\n    \n    .dimensions-box {\n        background-color: #f0fff4;\n        border-left: 4px solid #38a169;\n        padding: 1rem;\n        margin-top: 1rem;\n        border-radius: 0 4px 4px 0;\n    }\n    \n    .dimensions-box h3 {\n        margin-top: 0;\n        color: #2c5530;\n    }\n    \n    .dimensions-box ul {\n        margin-bottom: 0;\n    }\n    \n    \/* UPC Section *\/\n    .upc-section {\n        text-align: center;\n        padding: 1rem;\n        background-color: #2c5530;\n        color: white;\n        border-radius: 8px;\n        margin-top: 2rem;\n    }\n    \n    .upc-code {\n        font-size: 1.5rem;\n        font-weight: 700;\n        letter-spacing: 2px;\n    }\n    \n    \/* Responsive adjustments *\/\n    @media (max-width: 768px) {\n        .specs-table {\n            display: block;\n            overflow-x: auto;\n        }\n        \n        .applications-grid {\n            grid-template-columns: 1fr;\n        }\n    }\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723406839892,"sku":null,"price":370.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-30T162536.290.png?v=1764501916"},{"product_id":"d-w-3-3-8-foil-tart-pan-7-8-deep-2-000-case","title":"D\u0026W 3 3\/8\" Foil Tart Pan 7\/8\" Deep - 2,000\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003eD\u0026amp;W Fine Pack 13061 Aluminum Foil Tart Pans\u003c\/h1\u003e\n\u003cp class=\"intro-text\"\u003eUpgrade your to-go service with these D\u0026amp;W Fine Pack 3 3\/8\" x 7\/8\" foil tart pans! Created with convenience and efficiency in mind, these pans allow you to store, bake, and serve your signature baked goods or dishes all in one vessel. Offering unparalleled function and convenience at an economical cost, these foil tart pans are the perfect addition to any restaurant, cafe, bistro, or bakery.\u003c\/p\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Highlights\u003c\/h2\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eMade of heavy-duty aluminum foil\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eGreat for single serving fruit tarts, pies, cheese cakes, and apple crisp\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eFull curl rim for added durability\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eAllows you to store, bake, and serve baked goods all in one dish\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eDisposable for easy cleanup\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eD\u0026amp;W Fine Pack 13061 Technical Details\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003e3 3\/8\" x 7\/8\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eHeavy-Duty Aluminum Foil\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eRim Type\u003c\/td\u003e\n\u003ctd\u003eFull Curl Rim\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eUsage\u003c\/td\u003e\n\u003ctd\u003eSingle Serving\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eApplication\u003c\/td\u003e\n\u003ctd\u003eBaking \u0026amp; Serving\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eDisposable, Oven Safe\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003eIndividual Portion\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n\u003ctd\u003eSilver\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n\u003ctd\u003eRound Tart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eFunction\u003c\/td\u003e\n\u003ctd\u003eStore, Bake \u0026amp; Serve\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"applications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003ePerfect For\u003c\/h2\u003e\n\u003cdiv class=\"applications-grid\"\u003e\n\u003cdiv class=\"application-item\"\u003eFruit Tarts\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eMini Pies\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eCheesecakes\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eApple Crisp\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eQuiches\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eDessert Cups\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eBusiness Benefits\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3\u003eAll-in-One Solution\u003c\/h3\u003e\n\u003cp\u003eStore, bake, and serve your creations all in the same dish, saving time and reducing cleanup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3\u003eCost Effective\u003c\/h3\u003e\n\u003cp\u003eEconomical pricing makes these pans perfect for high-volume operations and catering events.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3\u003eProfessional Presentation\u003c\/h3\u003e\n\u003cp\u003eServe beautiful individual portions that impress customers and enhance your brand image.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3\u003eTime Saving\u003c\/h3\u003e\n\u003cp\u003eDisposable design eliminates the need for washing, saving valuable staff time and resources.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-for-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eIdeal For These Businesses\u003c\/h2\u003e\n\u003cdiv class=\"business-list\"\u003e\n\u003cspan class=\"business-tag\"\u003eRestaurants\u003c\/span\u003e \u003cspan class=\"business-tag\"\u003eCafes\u003c\/span\u003e \u003cspan class=\"business-tag\"\u003eBistros\u003c\/span\u003e \u003cspan class=\"business-tag\"\u003eBakeries\u003c\/span\u003e \u003cspan class=\"business-tag\"\u003eCatering Services\u003c\/span\u003e \u003cspan class=\"business-tag\"\u003eFood Trucks\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-section\"\u003e\n\u003cdiv\u003eUPC Code\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003e713757811309\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    \/* Base Styles *\/\n    .product-description {\n        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        color: #333;\n        max-width: 800px;\n        margin: 0 auto;\n        line-height: 1.6;\n    }\n    \n    \/* Header Styles *\/\n    .product-title {\n        font-size: 1.8rem;\n        font-weight: 700;\n        color: #2c5530;\n        margin-bottom: 1rem;\n        border-bottom: 2px solid #e2e8f0;\n        padding-bottom: 0.5rem;\n    }\n    \n    \/* Intro Section *\/\n    .intro-text {\n        font-size: 1.1rem;\n        margin-bottom: 1.5rem;\n        color: #4a5568;\n    }\n    \n    \/* Features Section *\/\n    .features-section {\n        background-color: #f7fafc;\n        border-radius: 8px;\n        padding: 1.5rem;\n        margin-bottom: 2rem;\n    }\n    \n    .section-title {\n        font-size: 1.4rem;\n        font-weight: 600;\n        color: #2d3748;\n        margin-bottom: 1rem;\n    }\n    \n    .features-list {\n        list-style-type: none;\n        padding-left: 0;\n    }\n    \n    .feature-item {\n        display: flex;\n        align-items: flex-start;\n        margin-bottom: 0.75rem;\n    }\n    \n    .feature-icon {\n        color: #38a169;\n        margin-right: 0.75rem;\n        flex-shrink: 0;\n        margin-top: 0.2rem;\n    }\n    \n    \/* Specs Table *\/\n    .specs-section {\n        margin-bottom: 2rem;\n    }\n    \n    .specs-table {\n        width: 100%;\n        border-collapse: collapse;\n        border-radius: 8px;\n        overflow: hidden;\n        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n    }\n    \n    .specs-table th {\n        background-color: #2c5530;\n        color: white;\n        text-align: left;\n        padding: 1rem;\n        font-weight: 600;\n    }\n    \n    .specs-table td {\n        padding: 1rem;\n        border-bottom: 1px solid #e2e8f0;\n    }\n    \n    .specs-table tr:nth-child(even) {\n        background-color: #f7fafc;\n    }\n    \n    .specs-table tr:last-child td {\n        border-bottom: none;\n    }\n    \n    .spec-label {\n        font-weight: 600;\n        color: #4a5568;\n        width: 40%;\n    }\n    \n    \/* Applications Section *\/\n    .applications-section {\n        background-color: #edf2f7;\n        border-radius: 8px;\n        padding: 1.5rem;\n        margin-bottom: 2rem;\n    }\n    \n    .applications-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));\n        gap: 1rem;\n        margin-top: 1rem;\n    }\n    \n    .application-item {\n        background-color: white;\n        padding: 1rem;\n        border-radius: 6px;\n        text-align: center;\n        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n        font-weight: 500;\n    }\n    \n    \/* Benefits Section *\/\n    .benefits-section {\n        margin-bottom: 2rem;\n    }\n    \n    .benefits-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n        gap: 1.5rem;\n        margin-top: 1rem;\n    }\n    \n    .benefit-card {\n        background-color: #f0fff4;\n        padding: 1.5rem;\n        border-radius: 8px;\n        border-left: 4px solid #38a169;\n    }\n    \n    .benefit-card h3 {\n        color: #2c5530;\n        margin-top: 0;\n        margin-bottom: 0.5rem;\n    }\n    \n    .benefit-card p {\n        margin: 0;\n        color: #4a5568;\n    }\n    \n    \/* Ideal For Section *\/\n    .ideal-for-section {\n        margin-bottom: 2rem;\n    }\n    \n    .business-list {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 0.75rem;\n        margin-top: 1rem;\n    }\n    \n    .business-tag {\n        background-color: #e2e8f0;\n        padding: 0.5rem 1rem;\n        border-radius: 20px;\n        font-weight: 500;\n        color: #4a5568;\n    }\n    \n    \/* UPC Section *\/\n    .upc-section {\n        text-align: center;\n        padding: 1rem;\n        background-color: #2c5530;\n        color: white;\n        border-radius: 8px;\n        margin-top: 2rem;\n    }\n    \n    .upc-code {\n        font-size: 1.5rem;\n        font-weight: 700;\n        letter-spacing: 2px;\n    }\n    \n    \/* Responsive adjustments *\/\n    @media (max-width: 768px) {\n        .specs-table {\n            display: block;\n            overflow-x: auto;\n        }\n        \n        .applications-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n        \n        .benefits-grid {\n            grid-template-columns: 1fr;\n        }\n        \n        .business-list {\n            justify-content: center;\n        }\n    }\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723422568532,"sku":null,"price":336.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-30T163503.197.png?v=1764502461"},{"product_id":"d-w-fine-pack-8-foil-pie-plate-x-1-1-16-deep-foil-pie-pan-1-000-case","title":"D\u0026W Fine Pack 8\" Foil Pie Plate x 1 1\/16\" Deep Foil Pie Pan - 1,000\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"intro-section\"\u003e\n\u003ch2\u003eKeep up with the high demand for your famous pies with this D\u0026amp;W Fine Pack 10840 8\" foil pie pan!\u003c\/h2\u003e\n\u003cp\u003eCreated with efficiency in mind, this disposable item is perfect for cafes, restaurants, and other establishments that bake multiple pies per day to ensure all customer requests are being fulfilled. Since it is easily disposed of at the end of the night, cleanup is minimal and you can even send the extras home with your guests or patrons.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlights-section\"\u003e\n\u003ch3\u003eProduct Highlights\u003c\/h3\u003e\n\u003cul class=\"highlights-list\"\u003e\n\u003cli\u003e\n\u003csvg fill=\"currentColor\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cspan\u003ePerfect for establishments baking multiple pies per day\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg fill=\"currentColor\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cspan\u003eFeatures a full curl rim\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg fill=\"currentColor\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cspan\u003e45 gauge aluminum resists breaking\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg fill=\"currentColor\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cspan\u003eDisposable for easy cleanup\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg fill=\"currentColor\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cspan\u003eBPA Free and Made in America\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eD\u0026amp;W Fine Pack 10840 Specs\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e25.89 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDepth\u003c\/td\u003e\n\u003ctd\u003e1 1\/16 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBottom Diameter\u003c\/td\u003e\n\u003ctd\u003e5 1\/2 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Top Diameter\u003c\/td\u003e\n\u003ctd\u003e7 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTop Diameter\u003c\/td\u003e\n\u003ctd\u003e7 15\/16 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eSilver\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eBPA Free, Made in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGauge\u003c\/td\u003e\n\u003ctd\u003e45 Gauge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eAluminum Foil\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePan Type\u003c\/td\u003e\n\u003ctd\u003ePie Pans\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eRound\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBulk Pie Pans\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUsage\u003c\/td\u003e\n\u003ctd\u003eStandard Duty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUPC Code\u003c\/td\u003e\n\u003ctd\u003e10840\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"equivalent-section\"\u003e\n\u003ch3\u003eEquivalent Items\u003c\/h3\u003e\n\u003cp class=\"equivalent-note\"\u003eThese items are comparable to the D\u0026amp;W Fine Pack 10840 based on available manufacturer information.\u003c\/p\u003e\n\u003cul class=\"equivalent-list\"\u003e\n\u003cli\u003eAlcan 811-35\u003c\/li\u003e\n\u003cli\u003eReynolds RC333\u003c\/li\u003e\n\u003cli\u003eTenneco 258-35\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.intro-section h2 {\n  font-size: 1.8rem;\n  color: #2c5530;\n  margin-bottom: 1rem;\n  border-bottom: 2px solid #e8f5e8;\n  padding-bottom: 0.5rem;\n}\n\n.intro-section p {\n  font-size: 1.1rem;\n  margin-bottom: 1.5rem;\n}\n\n.highlights-section {\n  margin: 2rem 0;\n  padding: 1.5rem;\n  background-color: #f8fdf8;\n  border-radius: 8px;\n  border-left: 4px solid #4caf50;\n}\n\n.highlights-section h3 {\n  color: #2c5530;\n  margin-top: 0;\n  margin-bottom: 1rem;\n}\n\n.highlights-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.highlights-list li {\n  display: flex;\n  align-items: flex-start;\n  margin-bottom: 0.8rem;\n}\n\n.highlights-list li:last-child {\n  margin-bottom: 0;\n}\n\n.highlights-list svg {\n  color: #4caf50;\n  margin-right: 0.8rem;\n  flex-shrink: 0;\n  margin-top: 0.2rem;\n}\n\n.specs-section {\n  margin: 2rem 0;\n}\n\n.specs-section h3 {\n  color: #2c5530;\n  margin-bottom: 1rem;\n}\n\n.specs-table-container {\n  overflow-x: auto;\n  border-radius: 8px;\n  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table thead th {\n  background-color: #2c5530;\n  color: white;\n  padding: 1rem;\n  text-align: center;\n  font-size: 1.2rem;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background-color: #f8fdf8;\n}\n\n.specs-table tbody tr:hover {\n  background-color: #e8f5e8;\n}\n\n.specs-table td {\n  padding: 0.8rem 1rem;\n  border-bottom: 1px solid #e0e0e0;\n}\n\n.specs-table td:first-child {\n  font-weight: 600;\n  color: #2c5530;\n  width: 40%;\n}\n\n.equivalent-section {\n  margin: 2rem 0;\n  padding: 1.5rem;\n  background-color: #f0f7ff;\n  border-radius: 8px;\n  border-left: 4px solid #2196f3;\n}\n\n.equivalent-section h3 {\n  color: #1565c0;\n  margin-top: 0;\n  margin-bottom: 0.5rem;\n}\n\n.equivalent-note {\n  font-style: italic;\n  margin-bottom: 1rem;\n  color: #555;\n}\n\n.equivalent-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n  display: flex;\n  flex-wrap: wrap;\n  gap: 1rem;\n}\n\n.equivalent-list li {\n  background-color: white;\n  padding: 0.5rem 1rem;\n  border-radius: 4px;\n  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 0 1rem;\n  }\n  \n  .intro-section h2 {\n    font-size: 1.5rem;\n  }\n  \n  .specs-table td {\n    padding: 0.6rem 0.8rem;\n  }\n  \n  .equivalent-list {\n    flex-direction: column;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723423813716,"sku":null,"price":463.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-30T163947.117.png?v=1764502707"},{"product_id":"d-w-clear-dome-lid-for-1-lb-foil-bread-loaf-pan-500-case","title":"D\u0026W Clear Dome Lid for 1 lb. Foil Bread Loaf Pan - 500\/Case","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eD\u0026amp;W Fine Pack 4299 - Product Description\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            background-color: #f9f9f9;\n        }\n        \n        .product-description {\n            background: white;\n            border-radius: 10px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n            padding: 30px;\n            margin-bottom: 30px;\n        }\n        \n        h1 {\n            color: #2c3e50;\n            margin-top: 0;\n            border-bottom: 2px solid #eaeaea;\n            padding-bottom: 15px;\n            font-weight: 600;\n        }\n        \n        h2 {\n            color: #3498db;\n            margin-top: 30px;\n            margin-bottom: 15px;\n            font-weight: 500;\n        }\n        \n        p {\n            margin-bottom: 20px;\n            font-size: 16px;\n        }\n        \n        \/* Beautiful Table Styles *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 25px 0;\n            font-size: 16px;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specs-table thead tr {\n            background-color: #3498db;\n            color: white;\n            text-align: left;\n            font-weight: 600;\n        }\n        \n        .specs-table th,\n        .specs-table td {\n            padding: 15px 20px;\n            border-bottom: 1px solid #eaeaea;\n        }\n        \n        .specs-table tbody tr {\n            transition: background-color 0.2s;\n        }\n        \n        .specs-table tbody tr:nth-of-type(even) {\n            background-color: #f8f9fa;\n        }\n        \n        .specs-table tbody tr:last-of-type {\n            border-bottom: 2px solid #3498db;\n        }\n        \n        .specs-table tbody tr:hover {\n            background-color: #f1f9ff;\n        }\n        \n        .specs-table th {\n            font-weight: 600;\n            width: 30%;\n        }\n        \n        .highlight {\n            background-color: #e8f4fc;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid #3498db;\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background: #f1f1f1;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-family: monospace;\n            font-weight: bold;\n            margin-top: 10px;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            body {\n                padding: 10px;\n            }\n            \n            .product-description {\n                padding: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description\"\u003e\n        \u003ch1\u003eD\u0026amp;W Fine Pack 4299 Clear Dome Lid for 1 lb. Bread Loaf Pans\u003c\/h1\u003e\n        \n        \u003cp\u003eThis D\u0026amp;W Fine Pack 4299 clear dome lid for 1 lb. bread loaf pans reduces the need for additional bakery boxes. Simply bake in a 1 lb. foil bread loaf pan (sold separately), cover, and sell! The 1 lb. foil bread loaf pan dome lid provides a clear window to view your delicious creations, and a secure cover for transport.\u003c\/p\u003e\n        \n        \u003cdiv class=\"highlight\"\u003e\n            \u003ch2\u003eKey Features\u003c\/h2\u003e\n            \u003cul\u003e\n                \u003cli\u003eClear design showcases your baked goods\u003c\/li\u003e\n                \u003cli\u003eSecure dome lid for safe transport\u003c\/li\u003e\n                \u003cli\u003eEliminates need for additional packaging\u003c\/li\u003e\n                \u003cli\u003eBPA Free and Made in America\u003c\/li\u003e\n                \u003cli\u003ePerfect for bakeries, food service, and home use\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \n        \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n        \u003ctable class=\"specs-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                    \u003cth\u003eDetails\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eQuantity\u003c\/td\u003e\n                    \u003ctd\u003e500\/Case\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eShipping Weight\u003c\/td\u003e\n                    \u003ctd\u003e6.72 lb.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eLength\u003c\/td\u003e\n                    \u003ctd\u003e6 3\/8 Inches\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eWidth\u003c\/td\u003e\n                    \u003ctd\u003e3 7\/8 Inches\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDepth\u003c\/td\u003e\n                    \u003ctd\u003e1 1\/4 Inches\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCapacity\u003c\/td\u003e\n                    \u003ctd\u003e1 lb.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eColor\u003c\/td\u003e\n                    \u003ctd\u003eClear\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFeatures\u003c\/td\u003e\n                    \u003ctd\u003eBPA Free, Made in America\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eLid Type\u003c\/td\u003e\n                    \u003ctd\u003eDome\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eMaterial\u003c\/td\u003e\n                    \u003ctd\u003ePlastic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eShape\u003c\/td\u003e\n                    \u003ctd\u003eRectangle\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eType\u003c\/td\u003e\n                    \u003ctd\u003eLids\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003ch2\u003eOverall Dimensions\u003c\/h2\u003e\n        \u003cul\u003e\n            \u003cli\u003e\n\u003cstrong\u003eLength:\u003c\/strong\u003e 6 3\/8\"\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eWidth:\u003c\/strong\u003e 3 7\/8\"\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eHeight:\u003c\/strong\u003e 1 1\/4\"\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \n        \u003ch2\u003eProduct Identification\u003c\/h2\u003e\n        \u003cp\u003e\u003cstrong\u003eUPC Code:\u003c\/strong\u003e \u003cspan class=\"upc-code\"\u003e10074729850007\u003c\/span\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723433250900,"sku":null,"price":129.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-30T164231.993.png?v=1764502986"},{"product_id":"8-x-8-x-5-pink-cake-bakery-box-100-bundle","title":"8\" x 8\" x 5\" Pink Cake \/ Bakery Box - 100\/Bundle","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-content\"\u003e\n    \u003ch2 class=\"section-title\"\u003eSend your delicious treats out the door with customers in this 8\" x 8\" x 5\" pink cake \/ bakery box!\u003c\/h2\u003e\n    \n    \u003cdiv class=\"description-text\"\u003e\n      \u003cp\u003eGreat for merchandising cakes, donuts, cookies, and muffins at your bakery, this bakery box is the perfect choice for your business. It has a simple, easy-to-use design and is versatile, providing endless possibilities to fulfill your packing needs. Plus, it gives your customers peace of mind as they take your treats to go.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"eco-section\"\u003e\n      \u003ch3 class=\"eco-title\"\u003eEco-Friendly \u0026amp; Sustainable\u003c\/h3\u003e\n      \u003cp\u003eMade from 100% recycled paperboard with minimum 35% post-consumer content, these boxes are both recyclable and environmentally conscious. Choose packaging that aligns with modern sustainability values while maintaining premium quality.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"features-section\"\u003e\n      \u003ch3 class=\"features-title\"\u003ePremium Features\u003c\/h3\u003e\n      \u003cul class=\"features-list\"\u003e\n        \u003cli\u003eMade from 100% recycled paperboard with minimum 35% post-consumer content\u003c\/li\u003e\n        \u003cli\u003eOne-piece construction; ships flat for easy storage\u003c\/li\u003e\n        \u003cli\u003eTuck top design with secure lock corners\u003c\/li\u003e\n        \u003cli\u003ePerfect for cakes, cookies, cupcakes, and other baked goods\u003c\/li\u003e\n        \u003cli\u003eDisposable for easy clean up and hassle-free use\u003c\/li\u003e\n        \u003cli\u003eMade in America with quality materials\u003c\/li\u003e\n        \u003cli\u003eNo PFAS added and fully recyclable\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"dimensions-section\"\u003e\n      \u003ch3 class=\"dimensions-title\"\u003ePerfect Dimensions\u003c\/h3\u003e\n      \u003cdiv class=\"dimensions-grid\"\u003e\n        \u003cdiv class=\"dimension-item\"\u003e\n          \u003cspan class=\"dimension-label\"\u003eLength:\u003c\/span\u003e\n          \u003cspan class=\"dimension-value\"\u003e8 Inches\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\"\u003e8 Inches\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\"\u003e5 Inches\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"dimension-item\"\u003e\n          \u003cspan class=\"dimension-label\"\u003eQuantity:\u003c\/span\u003e\n          \u003cspan class=\"dimension-value\"\u003e100\/Bundle\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"design-section\"\u003e\n      \u003ch3 class=\"design-title\"\u003eBeautiful Pink Presentation\u003c\/h3\u003e\n      \u003cp\u003eThe attractive pink color creates an eye-catching presentation that makes your baked goods even more appealing. Perfect for special occasions, daily sales, or gift packaging that leaves a lasting impression on your customers.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"specifications-section\"\u003e\n      \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"specs-table-container\"\u003e\n        \u003ctable class=\"specs-table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e100\/Bundle\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e18.51 lb.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eLength\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e8 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eWidth\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e8 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eHeight\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e5 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eAssembly Style\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eLock Corner\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003ePink\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eConstruction\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e1-Piece\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eMade in America, No PFAS Added, Recyclable\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003ePaperboard\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eNumber of Compartments\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e1 Compartment\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eSquare\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eNon-Corrugated\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eBakery Boxes, Cake Boxes\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eWindow\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eWithout Window\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e6804pb\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"shipping-info\"\u003e\n      \u003ch3 class=\"shipping-title\"\u003eFast Shipping\u003c\/h3\u003e\n      \u003cp\u003eThis product usually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e. Delivery time may vary depending on your location.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.section-title {\n  font-size: 24px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin: 30px 0 15px;\n  padding-bottom: 8px;\n  border-bottom: 2px solid #e8ecef;\n}\n\n.description-text p {\n  margin-bottom: 16px;\n  font-size: 16px;\n}\n\n.eco-section {\n  background: linear-gradient(135deg, #f0f9f0 0%, #e8f5e8 100%);\n  padding: 20px;\n  border-radius: 8px;\n  margin: 20px 0;\n  border-left: 4px solid #28a745;\n}\n\n.eco-title {\n  font-size: 18px;\n  font-weight: 600;\n  color: #28a745;\n  margin-bottom: 10px;\n}\n\n.features-section {\n  background: linear-gradient(135deg, #fff5f7 0%, #fdf2f8 100%);\n  padding: 25px;\n  border-radius: 10px;\n  margin: 25px 0;\n  border: 1px solid #fce7f3;\n  box-shadow: 0 4px 12px rgba(236, 72, 153, 0.08);\n}\n\n.features-title {\n  font-size: 20px;\n  font-weight: 600;\n  color: #db2777;\n  margin-bottom: 18px;\n  text-align: center;\n}\n\n.features-list {\n  list-style-type: none;\n  padding-left: 0;\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 12px;\n}\n\n.features-list li {\n  position: relative;\n  padding-left: 28px;\n  margin-bottom: 12px;\n  font-size: 15px;\n}\n\n.features-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  color: #db2777;\n  font-weight: bold;\n  font-size: 16px;\n  background: #fce7f3;\n  width: 22px;\n  height: 22px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.dimensions-section {\n  margin: 30px 0;\n  padding: 25px;\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  border-radius: 10px;\n  border: 1px solid #e9ecef;\n}\n\n.dimensions-title {\n  font-size: 20px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin-bottom: 18px;\n  text-align: center;\n}\n\n.dimensions-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n  gap: 15px;\n}\n\n.dimension-item {\n  display: flex;\n  justify-content: space-between;\n  padding: 16px;\n  background-color: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 6px rgba(0,0,0,0.08);\n  border-left: 4px solid #ec4899;\n  transition: transform 0.2s ease;\n}\n\n.dimension-item:hover {\n  transform: translateY(-2px);\n}\n\n.dimension-label {\n  font-weight: 500;\n  color: #555;\n}\n\n.dimension-value {\n  font-weight: 600;\n  color: #2c3e50;\n}\n\n.design-section {\n  background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 100%);\n  padding: 20px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border-left: 4px solid #db2777;\n}\n\n.design-title {\n  font-size: 18px;\n  font-weight: 600;\n  color: #db2777;\n  margin-bottom: 10px;\n}\n\n.specifications-section {\n  margin-top: 35px;\n}\n\n.specs-table-container {\n  overflow-x: auto;\n  border-radius: 12px;\n  box-shadow: 0 6px 18px rgba(0,0,0,0.1);\n  border: 1px solid #e9ecef;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #fdf2f8;\n}\n\n.specs-table tr:hover {\n  background-color: #fce7f3;\n  transition: background-color 0.2s ease;\n}\n\n.spec-label {\n  padding: 16px 20px;\n  font-weight: 600;\n  color: #2c3e50;\n  border-bottom: 1px solid #fbcfe8;\n  width: 35%;\n  background-color: #fdf2f8;\n}\n\n.spec-value {\n  padding: 16px 20px;\n  color: #495057;\n  border-bottom: 1px solid #fbcfe8;\n  font-weight: 500;\n}\n\n.shipping-info {\n  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n  padding: 20px;\n  border-radius: 8px;\n  margin-top: 30px;\n  border-left: 4px solid #0ea5e9;\n}\n\n.shipping-title {\n  font-size: 18px;\n  font-weight: 600;\n  color: #0369a1;\n  margin-bottom: 10px;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 0 15px;\n  }\n  \n  .section-title {\n    font-size: 22px;\n  }\n  \n  .dimensions-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .features-list {\n    grid-template-columns: 1fr;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 14px 15px;\n    font-size: 14px;\n  }\n  \n  .features-section {\n    padding: 20px 15px;\n  }\n  \n  .dimensions-section {\n    padding: 20px 15px;\n  }\n}\n\n@media (max-width: 480px) {\n  .section-title {\n    font-size: 20px;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 12px 10px;\n    font-size: 13px;\n  }\n  \n  .features-list li {\n    font-size: 14px;\n  }\n  \n  .dimensions-grid {\n    gap: 10px;\n  }\n  \n  .dimension-item {\n    padding: 12px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723437477972,"sku":null,"price":116.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T163400.978.png?v=1764503173"},{"product_id":"d-w-4-1-4-foil-tart-pan-7-8-deep-1-000-case","title":"D\u0026W 4 1\/4\" Foil Tart Pan 7\/8\" Deep - 1,000\/Case","description":"\u003cdiv class=\"pie-pan-description\"\u003e\n\u003cdiv class=\"intro-section\"\u003e\n\u003ch2\u003ePerfect Individual Portion Pies\u003c\/h2\u003e\n\u003cp\u003eThese wonderfully whimsical miniature pie pans are great for cooking up individually portioned treats for your hungry customers! From sweet desserts to savory favorites like chicken and meat pies, these D\u0026amp;W Fine Pack B10 pans consistently deliver a quality product.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch3\u003eProduct Highlights\u003c\/h3\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eGreat for bakeries, restaurants, and diners\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eDurable 20 gauge aluminum foil construction\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eSturdy design ideal for fruit tarts, desserts, meat pies, and more\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eHolds up to 3.4 oz.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eDisposable for quick cleanup at catered events\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eProduct Name\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eD\u0026amp;W Fine Pack 13380 Mini Pie Pans\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e20 Gauge Aluminum Foil\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eCapacity\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e3.4 oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e7.35 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e088595066106\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eIdeal For\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eIndividual Desserts, Meat Pies, Fruit Tarts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-section\"\u003e\n\u003ch3\u003eVersatile Applications\u003c\/h3\u003e\n\u003cp\u003ePerfect for creating individual portions of both sweet and savory dishes. These pans maintain their shape during baking and provide a professional presentation for your culinary creations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.pie-pan-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 800px;\n  margin: 0 auto;\n  line-height: 1.6;\n}\n\n.intro-section h2 {\n  color: #8B4513;\n  font-size: 28px;\n  margin-bottom: 15px;\n  border-bottom: 2px solid #D2B48C;\n  padding-bottom: 10px;\n}\n\n.intro-section p {\n  font-size: 16px;\n  margin-bottom: 30px;\n}\n\n.features-section h3,\n.specs-section h3,\n.usage-section h3 {\n  color: #8B4513;\n  font-size: 22px;\n  margin: 25px 0 15px;\n  padding-bottom: 8px;\n  border-bottom: 1px solid #E8D5B5;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n  gap: 15px;\n  margin-bottom: 20px;\n}\n\n.feature-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 10px 0;\n}\n\n.feature-icon {\n  background-color: #8B4513;\n  color: white;\n  border-radius: 50%;\n  width: 24px;\n  height: 24px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-right: 12px;\n  flex-shrink: 0;\n  font-size: 14px;\n}\n\n.feature-text {\n  font-size: 15px;\n}\n\n.specs-table-container {\n  border-radius: 8px;\n  overflow: hidden;\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n  margin: 20px 0;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n}\n\n.specs-table tr {\n  border-bottom: 1px solid #E8D5B5;\n}\n\n.specs-table tr:last-child {\n  border-bottom: none;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #F9F5F0;\n}\n\n.spec-label {\n  padding: 15px 20px;\n  font-weight: 600;\n  color: #8B4513;\n  width: 35%;\n  background-color: #F5EBDC;\n}\n\n.spec-value {\n  padding: 15px 20px;\n  background-color: white;\n}\n\n.usage-section p {\n  font-size: 16px;\n  margin-bottom: 20px;\n}\n\n\/* Responsive adjustments *\/\n@media (max-width: 600px) {\n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .specs-table {\n    display: block;\n    overflow-x: auto;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 12px 15px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723438493780,"sku":null,"price":160.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-30T165132.935.png?v=1764503407"},{"product_id":"8-x-8-x-5-white-auto-popup-window-cake-bakery-box-100-bundle","title":"8\" x 8\" x 5\" White Auto-Popup Window Cake \/ Bakery Box - 100\/Bundle","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-content\"\u003e\n    \u003ch2 class=\"section-title\"\u003ePremium Auto-Popup Window Bakery Box - 8\" x 8\" x 5\" with Crystal Clear Display\u003c\/h2\u003e\n    \n    \u003cdiv class=\"description-text\"\u003e\n      \u003cp\u003eExpertly package decadent desserts with this 8\" x 8\" x 5\" white auto-popup window bakery box! Perfect for merchandising pies, cakes, and pastries at your bakery, this innovative packaging solution combines stunning product visibility with effortless assembly. The large crystal clear window beautifully showcases your creations while the auto-popup design streamlines your packaging process.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"assembly-section\"\u003e\n      \u003ch3 class=\"assembly-title\"\u003eInstant Assembly - No Folding Required!\u003c\/h3\u003e\n      \u003cp\u003eExperience the convenience of auto-popup technology! Simply unfold and watch as your bakery box instantly takes shape, ready to display your delicious treats. This innovative design eliminates complicated folding and saves valuable time during busy hours.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"features-section\"\u003e\n      \u003ch3 class=\"features-title\"\u003ePremium Features\u003c\/h3\u003e\n      \u003cul class=\"features-list\"\u003e\n        \u003cli\u003eCrystal clear window for excellent product visibility\u003c\/li\u003e\n        \u003cli\u003eAuto-popup design for instant assembly\u003c\/li\u003e\n        \u003cli\u003eElegant white color suitable for any occasion\u003c\/li\u003e\n        \u003cli\u003eSimple one-piece construction\u003c\/li\u003e\n        \u003cli\u003eDurable, high quality SBS paperboard construction\u003c\/li\u003e\n        \u003cli\u003ePerfect for cakes, pies, and specialty pastries\u003c\/li\u003e\n        \u003cli\u003eNo PFAS added for food safety\u003c\/li\u003e\n        \u003cli\u003eCustomizable exterior for branding\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"window-section\"\u003e\n      \u003ch3 class=\"window-title\"\u003eShowcase Your Creations\u003c\/h3\u003e\n      \u003cp\u003eThe large, crystal-clear window provides excellent product visibility, allowing customers to admire your beautiful baked goods before purchase. Perfect for showcasing decorated cakes, artisanal pies, and specialty desserts that deserve to be seen.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"dimensions-section\"\u003e\n      \u003ch3 class=\"dimensions-title\"\u003ePerfect Dimensions\u003c\/h3\u003e\n      \u003cdiv class=\"dimensions-grid\"\u003e\n        \u003cdiv class=\"dimension-item\"\u003e\n          \u003cspan class=\"dimension-label\"\u003eLength:\u003c\/span\u003e\n          \u003cspan class=\"dimension-value\"\u003e8 Inches\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\"\u003e8 Inches\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\"\u003e5 Inches\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"dimension-item\"\u003e\n          \u003cspan class=\"dimension-label\"\u003eQuantity:\u003c\/span\u003e\n          \u003cspan class=\"dimension-value\"\u003e100\/Bundle\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"quality-section\"\u003e\n      \u003ch3 class=\"quality-title\"\u003ePremium Quality Construction\u003c\/h3\u003e\n      \u003cp\u003eBuilt with durable, high-quality SBS paperboard, these boxes provide superior protection for your baked goods while maintaining their elegant appearance. The sturdy construction ensures your creations arrive safely while looking absolutely beautiful.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"specifications-section\"\u003e\n      \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"specs-table-container\"\u003e\n        \u003ctable class=\"specs-table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e100\/Bundle\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e18.51 lb.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eLength\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e8 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eWidth\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e8 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eHeight\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e5 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eAssembly Style\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eAuto-Popup\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eWhite\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eConstruction\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e1-Piece\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eNo PFAS Added\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003ePaperboard\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eNumber of Compartments\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003e1 Compartment\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eSquare\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eNon-Corrugated\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eBakery Boxes, Cake Boxes\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eWindow\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eWith Window\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n              \u003ctd class=\"spec-value\"\u003eww885\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"customization-section\"\u003e\n      \u003ch3 class=\"customization-title\"\u003eBranding Ready\u003c\/h3\u003e\n      \u003cp\u003eWith a bright white color and clean, unmarked exterior, these boxes serve as the perfect canvas for your branding. Easily add custom labels, stamps, or printed designs to create personalized packaging that enhances your brand identity.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"shipping-info\"\u003e\n      \u003ch3 class=\"shipping-title\"\u003eFast Shipping \u0026amp; Reliable Service\u003c\/h3\u003e\n      \u003cp\u003eThis product usually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e. We ensure prompt processing and reliable delivery to keep your business running smoothly.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.section-title {\n  font-size: 24px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin: 30px 0 15px;\n  padding-bottom: 8px;\n  border-bottom: 2px solid #e8ecef;\n}\n\n.description-text p {\n  margin-bottom: 16px;\n  font-size: 16px;\n}\n\n.assembly-section {\n  background: linear-gradient(135deg, #e3f2fd 0%, #f0f9ff 100%);\n  padding: 20px;\n  border-radius: 8px;\n  margin: 20px 0;\n  border-left: 4px solid #2196f3;\n}\n\n.assembly-title {\n  font-size: 18px;\n  font-weight: 600;\n  color: #1976d2;\n  margin-bottom: 10px;\n}\n\n.features-section {\n  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);\n  padding: 25px;\n  border-radius: 10px;\n  margin: 25px 0;\n  border: 1px solid #e9ecef;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n}\n\n.features-title {\n  font-size: 20px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin-bottom: 18px;\n  text-align: center;\n}\n\n.features-list {\n  list-style-type: none;\n  padding-left: 0;\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 12px;\n}\n\n.features-list li {\n  position: relative;\n  padding-left: 28px;\n  margin-bottom: 12px;\n  font-size: 15px;\n}\n\n.features-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  color: #28a745;\n  font-weight: bold;\n  font-size: 16px;\n  background: #e8f5e8;\n  width: 22px;\n  height: 22px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.window-section {\n  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n  padding: 20px;\n  border-radius: 8px;\n  margin: 20px 0;\n  border-left: 4px solid #0ea5e9;\n}\n\n.window-title {\n  font-size: 18px;\n  font-weight: 600;\n  color: #0369a1;\n  margin-bottom: 10px;\n}\n\n.dimensions-section {\n  margin: 30px 0;\n  padding: 25px;\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  border-radius: 10px;\n  border: 1px solid #e9ecef;\n}\n\n.dimensions-title {\n  font-size: 20px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin-bottom: 18px;\n  text-align: center;\n}\n\n.dimensions-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n  gap: 15px;\n}\n\n.dimension-item {\n  display: flex;\n  justify-content: space-between;\n  padding: 16px;\n  background-color: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 6px rgba(0,0,0,0.08);\n  border-left: 4px solid #6c757d;\n  transition: transform 0.2s ease;\n}\n\n.dimension-item:hover {\n  transform: translateY(-2px);\n}\n\n.dimension-label {\n  font-weight: 500;\n  color: #555;\n}\n\n.dimension-value {\n  font-weight: 600;\n  color: #2c3e50;\n}\n\n.quality-section {\n  background: linear-gradient(135deg, #f0f9f0 0%, #e8f5e8 100%);\n  padding: 20px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border-left: 4px solid #28a745;\n}\n\n.quality-title {\n  font-size: 18px;\n  font-weight: 600;\n  color: #28a745;\n  margin-bottom: 10px;\n}\n\n.specifications-section {\n  margin-top: 35px;\n}\n\n.specs-table-container {\n  overflow-x: auto;\n  border-radius: 12px;\n  box-shadow: 0 6px 18px rgba(0,0,0,0.1);\n  border: 1px solid #e9ecef;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f8f9fa;\n}\n\n.specs-table tr:hover {\n  background-color: #e9ecef;\n  transition: background-color 0.2s ease;\n}\n\n.spec-label {\n  padding: 16px 20px;\n  font-weight: 600;\n  color: #2c3e50;\n  border-bottom: 1px solid #dee2e6;\n  width: 35%;\n  background-color: #f1f3f4;\n}\n\n.spec-value {\n  padding: 16px 20px;\n  color: #495057;\n  border-bottom: 1px solid #dee2e6;\n  font-weight: 500;\n}\n\n.customization-section {\n  background: linear-gradient(135deg, #fff5f7 0%, #fdf2f8 100%);\n  padding: 20px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border-left: 4px solid #ec4899;\n}\n\n.customization-title {\n  font-size: 18px;\n  font-weight: 600;\n  color: #db2777;\n  margin-bottom: 10px;\n}\n\n.shipping-info {\n  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n  padding: 20px;\n  border-radius: 8px;\n  margin-top: 30px;\n  border-left: 4px solid #0ea5e9;\n}\n\n.shipping-title {\n  font-size: 18px;\n  font-weight: 600;\n  color: #0369a1;\n  margin-bottom: 10px;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 0 15px;\n  }\n  \n  .section-title {\n    font-size: 22px;\n  }\n  \n  .dimensions-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .features-list {\n    grid-template-columns: 1fr;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 14px 15px;\n    font-size: 14px;\n  }\n  \n  .features-section {\n    padding: 20px 15px;\n  }\n  \n  .dimensions-section {\n    padding: 20px 15px;\n  }\n}\n\n@media (max-width: 480px) {\n  .section-title {\n    font-size: 20px;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 12px 10px;\n    font-size: 13px;\n  }\n  \n  .features-list li {\n    font-size: 14px;\n  }\n  \n  .dimensions-grid {\n    gap: 10px;\n  }\n  \n  .dimension-item {\n    padding: 12px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723439411284,"sku":null,"price":200.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T165023.246.png?v=1764503530"},{"product_id":"d-w-fine-pack-6-x-1-shallow-foil-pie-pan-1-000-case","title":"D\u0026W Fine Pack 6\" x 1\" Shallow Foil Pie Pan - 1,000\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"description-section\"\u003e\n\u003ch2\u003ePremium Aluminum Pie Pans for Professional Baking\u003c\/h2\u003e\n\u003cp\u003eKeep up with the demand for your signature pies with these D\u0026amp;W Fine Pack 6\" x 1\" shallow foil pie pans! Created with convenience and efficiency in mind, these pans allow your baked goods to go from oven to table in no time at all. Their versatile design makes them perfect for holding and displaying anything from quiches to dense fruit pies in your cafe, restaurant, or bakery.\u003c\/p\u003e\n\u003cp\u003eMade of heavy-duty aluminum foil, these pie pans are strong enough to resist punctures, yet flexible enough to allow for quick and easy serving. They feature a full curl rim for added sturdiness during transportation and are disposable for quick cleanup once each mouthwatering dessert is gone. Offering unparalleled function and convenience at an economical cost, these D\u0026amp;W Fine Pack foil pie pans are the perfect option to suit your many needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003ePerfect for serving and displaying quiches and fruit pies\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eAllows goods to be baked and served in the same container\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eMade of heavy-duty aluminum foil to resist punctures\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eFull curl rim for added sturdiness during transportation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eDisposable for quick and easy cleanup\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eBPA Free, Freezer Safe, Oven Safe, Made in America\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e1,000\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e14.15 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eDepth\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e1 Inch\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eBottom Diameter\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e4 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eInterior Top Diameter\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e5 3\/8 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eTop Diameter\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e6 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eCapacity\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e9 oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eSilver\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eAluminum Foil\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003ePan Type\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003ePie Pans\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eShape\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eRound\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eBulk Pie Pans\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eUsage\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eHeavy Duty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e11600\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimensions-section\"\u003e\n\u003ch3\u003eOverall Dimensions\u003c\/h3\u003e\n\u003cul class=\"dimensions-list\"\u003e\n\u003cli\u003eTop Outside Diameter: 6\"\u003c\/li\u003e\n\u003cli\u003eTop Inside Diameter: 5 3\/8\"\u003c\/li\u003e\n\u003cli\u003eBottom Diameter: 4\"\u003c\/li\u003e\n\u003cli\u003eDepth: 1\"\u003c\/li\u003e\n\u003cli\u003eCapacity: 9 fl. oz.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 100%;\n}\n\n.product-description h2 {\n  font-size: 1.8rem;\n  color: #2c5530;\n  margin-bottom: 1rem;\n  font-weight: 600;\n  border-bottom: 2px solid #e8f5e8;\n  padding-bottom: 0.5rem;\n}\n\n.product-description h3 {\n  font-size: 1.4rem;\n  color: #2c5530;\n  margin: 1.5rem 0 1rem;\n  font-weight: 600;\n}\n\n.product-description p {\n  margin-bottom: 1rem;\n}\n\n.features-section {\n  margin: 2rem 0;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n  gap: 1rem;\n}\n\n.feature-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 0.75rem;\n  background-color: #f9fdf9;\n  border-radius: 6px;\n  border-left: 3px solid #4caf50;\n}\n\n.feature-icon {\n  background-color: #4caf50;\n  color: white;\n  border-radius: 50%;\n  width: 24px;\n  height: 24px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-right: 0.75rem;\n  flex-shrink: 0;\n  font-size: 0.9rem;\n}\n\n.specs-section {\n  margin: 2rem 0;\n}\n\n.specs-table-container {\n  overflow-x: auto;\n  border-radius: 8px;\n  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f9fdf9;\n}\n\n.specs-table tr:hover {\n  background-color: #f0f7f0;\n}\n\n.spec-label {\n  padding: 0.9rem 1rem;\n  font-weight: 600;\n  color: #2c5530;\n  border-bottom: 1px solid #e0e0e0;\n  width: 40%;\n}\n\n.spec-value {\n  padding: 0.9rem 1rem;\n  border-bottom: 1px solid #e0e0e0;\n}\n\n.dimensions-section {\n  margin: 2rem 0;\n}\n\n.dimensions-list {\n  list-style-type: none;\n  padding-left: 0;\n}\n\n.dimensions-list li {\n  padding: 0.5rem 0;\n  position: relative;\n  padding-left: 1.5rem;\n}\n\n.dimensions-list li:before {\n  content: \"•\";\n  color: #4caf50;\n  font-weight: bold;\n  position: absolute;\n  left: 0;\n}\n\n@media (max-width: 768px) {\n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 0.7rem 0.5rem;\n    font-size: 0.9rem;\n  }\n  \n  .product-description h2 {\n    font-size: 1.5rem;\n  }\n  \n  .product-description h3 {\n    font-size: 1.2rem;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723439837268,"sku":null,"price":255.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-30T165420.116.png?v=1764503633"},{"product_id":"14-x-10-x-5-white-cake-bakery-box-100-bundle","title":"14\" x 10\" x 5\" White Cake \/ Bakery Box - 100\/Bundle","description":"\u003cdiv class=\"bakery-box-description\"\u003e\n  \u003cdiv class=\"product-intro\"\u003e\n    \u003ch2\u003ePremium Lock Corner Bakery Box\u003c\/h2\u003e\n    \u003cp\u003eExpertly package decadent desserts with this 14\" x 10\" x 5\" white cake and bakery box! Perfect for merchandising cakes, pies, pastries, and muffins at your bakery, this box features a simple, easy-to-use design that provides endless possibilities to fulfill your packing needs.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"features-section\"\u003e\n    \u003ch3\u003eKey Features\u003c\/h3\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv class=\"feature-text\"\u003ePerfect for special orders and single sales\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv class=\"feature-text\"\u003eVersatile white color for any occasion\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv class=\"feature-text\"\u003eSimple one-piece construction\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv class=\"feature-text\"\u003eTuck top lid for quick, easy service\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv class=\"feature-text\"\u003eLock corners for easy assembly\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv class=\"feature-text\"\u003eFolds flat for storage or transport\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003cdiv class=\"specs-table-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth colspan=\"2\"\u003eTechnical Details\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-name\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e100\/Bundle\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\"\u003e39.1 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-name\"\u003eDimensions\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e14\" L x 10\" W x 5\" H\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-name\"\u003eAssembly Style\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eLock Corner\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-name\"\u003eColor\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eWhite\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-name\"\u003eConstruction\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1-Piece\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-name\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eNo PFAS Added\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-name\"\u003eMaterial\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003ePaperboard\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-name\"\u003eCompartments\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1 Compartment\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-name\"\u003eShape\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eRectangle\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-name\"\u003eStyle\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eNon-Corrugated\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eBakery Boxes, Cake Boxes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-name\"\u003eWindow\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eWithout Window\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-name\"\u003eUPC Code\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e6144\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"benefits-section\"\u003e\n    \u003ch3\u003eWhy Choose Our Bakery Boxes?\u003c\/h3\u003e\n    \u003cp\u003eWith a bright white color and unmarked exterior, you can quickly add custom labels or stamps for a pop of personalization to make your products stand out. The locking corners fit into each other, facilitating expedited assembly and enabling the box to be folded flat for storage or transport. Utilize those same corner locks to prop open the lid and beautifully present your delectable, sweet treats to your customers.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.bakery-box-description {\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 100%;\n}\n\n.product-intro h2 {\n  color: #2c5530;\n  font-size: 28px;\n  margin-bottom: 15px;\n  border-bottom: 2px solid #e8f5e8;\n  padding-bottom: 10px;\n}\n\n.product-intro p {\n  font-size: 16px;\n  margin-bottom: 25px;\n}\n\n.features-section h3,\n.specs-section h3,\n.benefits-section h3 {\n  color: #2c5530;\n  font-size: 22px;\n  margin: 30px 0 15px;\n  padding-bottom: 8px;\n  border-bottom: 1px solid #e8f5e8;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n  gap: 15px;\n  margin-bottom: 25px;\n}\n\n.feature-item {\n  display: flex;\n  align-items: center;\n  padding: 10px;\n  background-color: #f9fdf9;\n  border-radius: 6px;\n  transition: all 0.3s ease;\n}\n\n.feature-item:hover {\n  background-color: #e8f5e8;\n  transform: translateY(-2px);\n  box-shadow: 0 4px 8px rgba(0,0,0,0.05);\n}\n\n.feature-icon {\n  background-color: #4caf50;\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-weight: bold;\n  flex-shrink: 0;\n}\n\n.feature-text {\n  font-size: 15px;\n}\n\n.specs-table-container {\n  overflow-x: auto;\n  margin-bottom: 25px;\n  border-radius: 8px;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table thead th {\n  background-color: #2c5530;\n  color: white;\n  padding: 16px;\n  text-align: center;\n  font-size: 18px;\n  font-weight: 600;\n}\n\n.specs-table tbody tr {\n  border-bottom: 1px solid #eaeaea;\n  transition: background-color 0.2s;\n}\n\n.specs-table tbody tr:hover {\n  background-color: #f9fdf9;\n}\n\n.specs-table tbody tr:last-child {\n  border-bottom: none;\n}\n\n.spec-name {\n  padding: 14px 16px;\n  font-weight: 600;\n  color: #2c5530;\n  width: 35%;\n  border-right: 1px solid #eaeaea;\n  background-color: #f8fcf8;\n}\n\n.spec-value {\n  padding: 14px 16px;\n  color: #555;\n}\n\n.benefits-section p {\n  font-size: 16px;\n  background-color: #f9fdf9;\n  padding: 20px;\n  border-radius: 8px;\n  border-left: 4px solid #4caf50;\n}\n\n\/* Responsive adjustments *\/\n@media (max-width: 768px) {\n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .spec-name {\n    width: 40%;\n  }\n}\n\n@media (max-width: 480px) {\n  .product-intro h2 {\n    font-size: 24px;\n  }\n  \n  .features-section h3,\n  .specs-section h3,\n  .benefits-section h3 {\n    font-size: 20px;\n  }\n  \n  .specs-table thead th {\n    font-size: 16px;\n    padding: 12px;\n  }\n  \n  .spec-name, .spec-value {\n    padding: 10px 12px;\n    font-size: 14px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42723441213524,"sku":null,"price":205.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-11-30T165516.231.png?v=1764503812"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/collections\/disposable_bakery3_sm.webp?v=1756278963","url":"https:\/\/www.restaurantsupplywholesale.ca\/collections\/disposable-bakery-supplies.oembed?page=20","provider":"Prime Restaurant Supply Wholesale","version":"1.0","type":"link"}